.find-your-school-section {
    position: relative;
    z-index: 3;
    margin-top: -1rem;
}

.find-your-school-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 2.4rem 2rem 1.6rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.school-search-wrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto 1.6rem;
}

.school-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    max-height: 320px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-search-results li a,
.school-search-results li button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.9rem 1.2rem;
    color: #333;
    background: none;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
}

.school-search-results li a:hover,
.school-search-results li button:hover,
.school-search-results li a.active,
.school-search-results li button.active {
    background: #f0f7fb;
    color: #086972;
}

.school-search-results .school-meta {
    display: block;
    font-size: 1.2rem;
    color: #888;
}

.school-quick-links {
    text-align: center;
}

.school-quick-links .school-chip,
.school-quick-links a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    vertical-align: middle;
    height: 4.4rem;
    min-height: 4.4rem;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    line-height: 1.2;
}

.school-quick-links a.active {
    background-color: #086972;
    border-color: #086972;
    color: #fff;
}

.find-your-school-selected {
    margin: 0;
    font-size: 1.4rem;
    color: #086972;
    font-weight: 600;
}

.find-your-school-selected a {
    color: #086972;
}

.find-your-school-selected-actions {
    display: inline-block;
    margin-left: 0.6rem;
    font-weight: 400;
}

.find-your-school-selected-actions a {
    text-decoration: underline;
    font-size: 1.3rem;
}

.find-your-school-subtitle {
    color: #666;
}

.school-combobox {
    position: relative;
}

.school-combobox-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    background: #fff;
    border: 1px solid #e1e1e1;
    max-height: 260px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-combobox-results li {
    padding: 0.8rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

.school-combobox-results li:hover,
.school-combobox-results li.active {
    background: #f7f7f7;
}

.school-combobox-results .school-meta {
    display: block;
    font-size: 1.2rem;
    color: #888;
}

.header-top .header-left {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 0;
    overflow: visible;
}

.header-school-group {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.favourite-school-view-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border: 1px solid #086972;
    border-radius: 999px;
    background: #fff;
    color: #086972;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.favourite-school-view-btn:hover,
.favourite-school-view-btn:focus {
    background: #e5f3f4;
    color: #086972;
    border-color: #086972;
    text-decoration: none;
}

.header-top .header-left a.favourite-school-view-btn:hover,
.header-top .header-left a.favourite-school-view-btn:focus {
    color: #086972;
}

.header-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.header-whatsapp-link .fa-whatsapp {
    color: #25d366;
    font-size: 1.7rem;
    line-height: 1;
}

.favourite-school-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    max-width: 32rem;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: none;
    cursor: pointer;
    min-width: 0;
}

.favourite-school-toggle .w-icon-map-marker,
.favourite-school-toggle .favourite-school-caret {
    flex-shrink: 0;
}

.favourite-school-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    line-height: 1.2;
}

.favourite-school-label {
    font-size: 1rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.favourite-school-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 24rem;
    font-weight: 600;
}

.favourite-school-toggle.has-school .favourite-school-name {
    text-transform: none;
}

body.favourite-school-modal-open {
    overflow: hidden;
}

.favourite-school-modal[hidden] {
    display: none;
}

.favourite-school-modal {
    position: fixed;
    inset: 0;
    z-index: 2400;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8vh 1.6rem 2rem;
}

.favourite-school-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.favourite-school-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 8px;
    padding: 2.4rem 2rem 1.8rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.favourite-school-modal-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.toolbox-left {
    flex-wrap: wrap;
    align-items: center;
}

.favourite-school-modal-title {
    margin-bottom: 0.6rem;
}

.favourite-school-modal-copy {
    color: #666;
    margin-bottom: 1.6rem;
}

.favourite-school-modal-search {
    max-width: none;
    margin: 0 0 1.2rem;
}

.favourite-school-modal-search .school-search-results {
    position: relative;
    top: auto;
    max-height: 320px;
    border-top: 1px solid #e1e1e1;
}

.favourite-school-modal-search .school-search-results li button.active {
    background: #f0f7fb;
    color: #086972;
}

.favourite-school-modal-clear a {
    font-size: 1.3rem;
}

.listing-school-prefix {
    margin: 0 0 0 1.2rem;
    font-size: 1.3rem;
    color: #666;
}

.product-details .product-name {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-popup .product-title,
.product-single .product-details .product-title {
    margin-bottom: 0.2rem;
}

.product-popup .product-school,
.product-single .product-details .product-school {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: #086972;
}

.product-popup .product-school a,
.product-single .product-details .product-school a {
    color: inherit;
    -webkit-line-clamp: unset;
    display: inline;
    overflow: visible;
}

.header .logo {
    min-width: 0;
}

.header .logo img,
.logo-footer img {
    width: auto;
    height: 40px;
    max-width: 280px;
    object-fit: contain;
}

.product-school {
    margin: -0.2rem 0 0.6rem;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 600;
    color: #086972;
}

.product-school a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-school a:hover {
    text-decoration: underline;
}

.banner-school-for {
    margin: -0.6rem 0 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.banner-school-for[hidden] {
    display: none !important;
}

.browse-categories-school {
    margin: 0;
    padding: 1.1rem 1.2rem 1rem;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 600;
    color: #086972;
    border-bottom: 1px solid #eeeeee;
}

.browse-categories-school[hidden] {
    display: none !important;
}

.listing-school-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1.2rem;
}

.listing-school-prefix {
    margin: 0;
    font-size: 1.4rem;
    color: #333;
}

.listing-school-action {
    margin-left: 0.8rem;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #086972;
}

.listing-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 1.6rem;
}

.listing-filter-chip {
    border: 1px solid #d9d9d9;
    background: #f7fbfb;
    color: #086972;
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 1.25rem;
    cursor: pointer;
}

.listing-empty {
    flex: 0 0 100%;
    max-width: 100%;
}

.listing-empty-card {
    background: #f7fbfb;
    border: 1px solid #d4e6e8;
    border-radius: 8px;
    padding: 2.4rem 2rem;
    text-align: center;
}

.listing-empty-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    color: #086972;
}

.listing-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.listing-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.listing-steps li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: #f4f4f4;
    color: #777;
    cursor: default;
    font-size: 1.3rem;
}

.listing-steps li > span {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.listing-steps li.is-current {
    background: #086972;
    color: #fff;
    cursor: default;
}

.listing-steps li.is-current > span {
    color: #086972;
}

.listing-steps li.is-done {
    background: #e5f3f4;
    color: #086972;
    cursor: pointer;
}

.listing-photo-tips {
    margin: 0 0 1.2rem;
    padding-left: 1.6rem;
    color: #555;
}

.listing-step-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 1.6rem;
}

.seller-checklist {
    background: #f7fbfb;
    border: 1px solid #d4e6e8;
    border-radius: 8px;
    padding: 1.8rem 1.6rem 1.2rem;
}

.seller-checklist-title {
    margin-bottom: 0.4rem;
}

.seller-checklist-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seller-checklist-steps li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e4eeee;
}

.seller-checklist-steps li:last-child {
    border-bottom: 0;
}

.seller-checklist-steps li.is-done span:first-child:before {
    content: "✓ ";
    color: #086972;
    font-weight: 700;
}

.seller-checklist-steps li.is-todo span:first-child:before {
    content: "○ ";
    color: #999;
}

.handover-timeline {
    background: #f7fbfb;
    border: 1px solid #d4e6e8;
    border-radius: 8px;
    padding: 1.6rem;
}

.handover-timeline-title {
    margin-bottom: 1rem;
}

.handover-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.handover-step {
    flex: 1 1 14rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #777;
}

.handover-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #e8e8e8;
    font-weight: 700;
    flex-shrink: 0;
}

.handover-step.is-done,
.handover-step.is-current {
    color: #086972;
}

.handover-step.is-done .handover-step-index,
.handover-step.is-current .handover-step-index {
    background: #086972;
    color: #fff;
}

.product-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 1rem;
}

.product-fact {
    background: #f4f4f4;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 1.25rem;
}

.product-fulfilment-line {
    margin: 0 0 1.2rem;
    font-weight: 600;
    color: #086972;
}

.listing-sold-notice {
    background: #f7fbfb;
    border-color: #d4e6e8;
}

button.social-icon.social-copy {
    padding: 0;
    width: 32px;
    height: 32px;
    min-height: 0;
    line-height: 28px;
    font-size: 1.4rem;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.border-thin button.social-icon.social-copy {
    line-height: 3rem;
}

.collection-handover-note {
    background: #f7fbfb;
}

.order-seller-notes {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 0 0 1.6rem;
}

.order-seller-notes .alert {
    margin: 0 !important;
}

.product-size-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 3;
    max-width: calc(100% - 2rem);
    padding: 0.45em 0.75em;
    border-radius: 999px;
    background: #086972;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 8px rgba(8, 105, 114, 0.28);
    pointer-events: none;
}

.product .product-pa-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.8rem;
}

.product-size-chip {
    flex: 0 0 auto;
    max-width: 55%;
    padding: 0.28em 0.7em;
    border-radius: 999px;
    background: #e8f4f3;
    color: #086972;
    border: 1px solid #b7d8d4;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 479px) {
    .header-top .header-left {
        overflow: visible;
    }

    .favourite-school-name {
        max-width: 16rem;
    }

    .welcome-msg {
        display: none;
    }
}

.school-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.school-chip-logo {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.school-chip-logo img,
.school-search-logo {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin: 0;
}

.school-quick-links .btn img {
    margin-top: 0;
}

.school-search-logo {
    flex-shrink: 0;
    background: #fff;
    border-radius: 4px;
}

.school-search-results a,
.school-search-results button {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.school-banner-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 100%;
}

.school-page-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .school-hero-banner .banner-content {
        max-width: 48%;
        margin-left: 0;
        margin-right: auto;
    }

    .school-hero-banner .banner-title {
        max-width: 100%;
        font-size: 3.2rem;
        line-height: 1.15;
        letter-spacing: 0.02em;
        margin-bottom: 1.2rem;
        overflow-wrap: break-word;
    }
}
