
:root{
    --cm-primary:#163C68;
    --cm-primary-hover:#102C49;
    --cm-primary-soft:#EDF3FB;
    --cm-primary-soft-2:#F7FAFE;
    --cm-text:#10263F;
    --cm-text-soft:#4B5D74;
    --cm-text-muted:#6B7C91;
    --cm-border:#D8E3EE;
    --cm-border-strong:#B9CBDE;
    --cm-surface:#FFFFFF;
    --cm-surface-soft:#F8FBFE;
    --cm-danger:#B23A3A;
    --cm-success:#246347;
    --cm-shadow:0 16px 40px rgba(16,38,63,.08);
}
.college-merch-hidden{display:none !important}
.college-merch-notice{margin:0 0 24px;padding:14px 16px;border-radius:16px;border:1px solid var(--cm-border);font-weight:600;line-height:1.5}
.college-merch-notice--success{background:#F1FBF5;color:var(--cm-success);border-color:#CFEAD8}
.college-merch-notice--error{background:#FFF6F6;color:var(--cm-danger);border-color:#F1D0D0}
.college-merch-hero{margin:20px 0 24px;padding:30px;border:1px solid var(--cm-border);border-radius:24px;background:linear-gradient(135deg,#fff 0%,var(--cm-primary-soft-2) 100%);box-shadow:0 12px 32px rgba(16,38,63,.04)}
.college-merch-hero__content{max-width:880px}
.college-merch-hero__eyebrow{display:inline-flex;align-items:center;padding:7px 13px;border-radius:999px;background:var(--cm-primary-soft);color:var(--cm-primary);font-size:.82rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.college-merch-hero__title{margin:14px 0 10px;font-size:clamp(1.75rem,2.7vw,2.4rem);line-height:1.12;color:var(--cm-text)}
.college-merch-hero__description{margin:0;color:var(--cm-text-soft);font-size:1rem;line-height:1.7}
.college-merch-filters-wrap{margin:0 0 26px}
.college-merch-filters-toolbar{display:none;margin:0 0 12px}
.college-merch-filters-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:12px 14px;border:1px solid var(--cm-border);border-radius:16px;background:#fff;color:var(--cm-text);font-weight:800;box-shadow:0 10px 22px rgba(16,38,63,.05)}
.college-merch-filters-toggle__label{font-size:.95rem}
.college-merch-filters-toggle__meta{font-size:.82rem;color:var(--cm-text-soft);font-weight:700}
.college-merch-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0}
.college-merch-filter{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border:1px solid var(--cm-border);border-radius:999px;background:#fff;color:var(--cm-primary);text-decoration:none;font-weight:700;line-height:1.2;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}
.college-merch-filter:hover,
.college-merch-filter:focus-visible{border-color:var(--cm-border-strong);background:var(--cm-primary-soft-2);color:var(--cm-primary-hover);text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 18px rgba(16,38,63,.06)}
.college-merch-filter.is-active{background:var(--cm-primary);border-color:var(--cm-primary);color:#fff;box-shadow:0 10px 24px rgba(22,60,104,.18)}
.college-merch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px;margin:0 0 34px;align-items:stretch}
.college-merch-card{position:relative;border:1px solid #E5EDF6;border-radius:22px;overflow:hidden;background:var(--cm-surface);box-shadow:0 12px 30px rgba(16,38,63,.05);display:flex;flex-direction:column;height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.college-merch-card:hover{transform:translateY(-4px);border-color:#D2DFEB;box-shadow:var(--cm-shadow)}
.college-merch-card--unavailable,
.college-merch-card--unavailable:hover{transform:none;box-shadow:none;background:#FCFDFE}
.college-merch-card__thumb{position:relative;aspect-ratio:1/1;background:linear-gradient(180deg,#F7FAFE 0%,#EDF3FB 100%);overflow:hidden;border-bottom:1px solid #EDF2F8}
.college-merch-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}
.college-merch-card__media-button{position:relative;display:block;width:100%;height:100%;padding:0;border:none;background:transparent;cursor:zoom-in}
.college-merch-card__media-button:focus-visible{outline:3px solid rgba(22,60,104,.25);outline-offset:-3px}
.college-merch-card__media-overlay{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:center;pointer-events:none}
.college-merch-card__media-overlay span{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(16,38,63,.76);color:#fff;font-weight:700;font-size:.9rem;line-height:1}
.college-merch-card__photo-count{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.96);color:var(--cm-primary);font-weight:800;font-size:.82rem;line-height:1;box-shadow:0 8px 18px rgba(16,38,63,.12)}
.college-merch-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:24px;background:linear-gradient(180deg,#F7FAFE 0%,#EDF3FB 100%);color:var(--cm-text-muted);text-align:center}
.college-merch-placeholder span{font-weight:700}
.college-merch-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:14px;flex:1}
.college-merch-card__head{display:flex;flex-wrap:wrap;gap:8px}
.college-merch-badge{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;font-size:.79rem;font-weight:800;line-height:1.15;border:1px solid transparent}
.college-merch-badge--category{background:var(--cm-primary-soft);color:var(--cm-primary);border-color:#D7E6F6}
.college-merch-badge--status{background:#F4F7FB;color:#607287;border-color:#E6EDF5}
.college-merch-badge--status-available{background:#EDF5FF;color:#1C4F87;border-color:#D8E8FB}
.college-merch-badge--status-preorder{background:#FFF5E8;color:#905B12;border-color:#F4E1BF}
.college-merch-badge--status-unavailable{background:#F4F5F7;color:#6A7280;border-color:#E2E6EB}
.college-merch-card__title{margin:0;font-size:1.18rem;line-height:1.32;color:var(--cm-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.college-merch-card__excerpt{margin:0;color:var(--cm-text-soft);line-height:1.62;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.86em}
.college-merch-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.college-merch-meta-item{padding:13px 14px;border-radius:16px;background:var(--cm-surface-soft);border:1px solid #EBF1F7;display:flex;flex-direction:column;gap:5px}
.college-merch-meta-item strong{font-size:.8rem;color:var(--cm-text-muted);font-weight:700;letter-spacing:.01em}
.college-merch-meta-item span{font-weight:800;color:#162D49}
.college-merch-meta-item:first-child span{font-size:1.06rem;color:var(--cm-primary)}
.college-merch-card__chips{display:flex;flex-wrap:wrap;gap:8px}
.college-merch-chip{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#F3F7FB;color:#314A66;font-size:.84rem;line-height:1.25;border:1px solid #E4EDF6}
.college-merch-card__footer{margin-top:auto;display:flex;align-items:center;padding-top:4px}
.college-merch-button{display:inline-flex;justify-content:center;align-items:center;width:100%;padding:13px 18px;border-radius:14px;border:none;text-decoration:none;cursor:pointer;font-weight:800;line-height:1.2;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease,color .15s ease}
.college-merch-button:hover,
.college-merch-button:focus-visible{text-decoration:none}
.college-merch-button--primary{background:var(--cm-primary);color:#fff;box-shadow:0 10px 22px rgba(22,60,104,.18)}
.college-merch-button--primary:hover,
.college-merch-button--primary:focus-visible{background:var(--cm-primary-hover);color:#fff;transform:translateY(-1px)}
.college-merch-button--secondary{background:#F1F4F8;color:#7A8694;cursor:not-allowed}
.college-merch-button[disabled]{opacity:.65;cursor:not-allowed;transform:none !important}
.college-merch-empty{padding:24px;border:1px dashed var(--cm-border-strong);border-radius:20px;background:#fff;color:var(--cm-text-soft)}
.college-merch-form-wrap{margin:34px 0 0;padding:26px;border:1px solid var(--cm-border);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(16,38,63,.04)}
.college-merch-form-intro__title{margin:0 0 8px;color:var(--cm-text);font-size:1.5rem;line-height:1.2}
.college-merch-form-intro__description{margin:0 0 20px;color:var(--cm-text-soft);line-height:1.6}
.college-merch-form__selected-product{display:flex;flex-direction:column;gap:6px;padding:15px 16px;margin:0 0 18px;border-radius:18px;background:var(--cm-primary-soft-2);border:1px solid #DFEAF6}
.college-merch-form__selected-product strong{color:var(--cm-primary);font-size:1.03rem}
.college-merch-form__selected-product span{color:var(--cm-text-soft);font-size:.94rem}
.college-merch-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.college-merch-form--checkout .college-merch-form__grid{grid-template-columns:1fr;gap:14px}
.college-merch-form--checkout .college-merch-field--full{grid-column:1/-1}
.college-merch-field{display:flex;flex-direction:column;gap:8px}
.college-merch-field--full{grid-column:1/-1}
.college-merch-field label{font-weight:700;color:var(--cm-text)}
.college-merch-field input:not([type="checkbox"]),
.college-merch-field select,
.college-merch-field textarea{width:100%;min-width:0;padding:13px 14px;border-radius:14px;border:1px solid var(--cm-border);background:#fff;color:var(--cm-text);box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}
.college-merch-field textarea{min-height:120px;resize:vertical}
.college-merch-field input:focus,
.college-merch-field select:focus,
.college-merch-field textarea:focus{outline:none;border-color:#A9C1D8;box-shadow:0 0 0 4px rgba(22,60,104,.08)}
.college-merch-field.is-invalid input:not([type="checkbox"]),
.college-merch-field.is-invalid select,
.college-merch-field.is-invalid textarea{border-color:#C65050;box-shadow:0 0 0 4px rgba(198,80,80,.08)}
.college-merch-field__error{margin-top:2px;font-size:13px;line-height:1.4;color:#A53030}

.college-merch-form--checkout .college-merch-field input:not([type="checkbox"]),
.college-merch-form--checkout .college-merch-field select,
.college-merch-form--checkout .college-merch-field textarea{min-height:56px}
.college-merch-form--checkout .college-merch-field textarea{min-height:132px}
.college-merch-consent{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:start}
.college-merch-consent input{margin-top:4px}
.college-merch-consent label{font-weight:500;color:var(--cm-text-soft)}
.college-merch-consent a{color:var(--cm-primary);font-weight:700}
body.college-merch-modal-open{overflow:hidden}
.college-merch-modal[hidden]{display:none !important}
.college-merch-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.college-merch-modal__backdrop{position:absolute;inset:0;background:rgba(8,18,30,.84);backdrop-filter:blur(4px)}
.college-merch-modal__dialog{position:relative;z-index:2;width:min(1100px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:22px;border-radius:24px;background:#0F2238;box-shadow:0 30px 70px rgba(0,0,0,.35);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.college-merch-modal__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:24px;align-items:stretch;min-height:0}
.college-merch-modal__media{min-width:0}
.college-merch-modal__info{display:flex;flex-direction:column;gap:16px;padding:8px 8px 8px 0;color:#F5F8FC;min-height:0}
.college-merch-modal__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:none;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}
.college-merch-modal__close:hover,
.college-merch-modal__close:focus-visible{background:rgba(255,255,255,.2);color:#fff;transform:scale(1.03)}
.college-merch-modal__gallery{position:relative;aspect-ratio:1/1;min-height:420px;max-height:74vh;overflow:hidden;border-radius:18px;background:#08131F}
.college-merch-modal__meta{display:flex;flex-wrap:wrap;gap:8px;padding-right:44px}
.college-merch-modal__title{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15;color:#F5F8FC}
.college-merch-modal__status{display:none}
.college-merch-modal__price{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.college-merch-modal__price-label{font-size:.84rem;font-weight:700;color:rgba(245,248,252,.72)}
.college-merch-modal__price-value{font-size:1.28rem;font-weight:800;color:#fff}
.college-merch-modal__excerpt{color:rgba(245,248,252,.86);line-height:1.7}
.college-merch-modal__options{display:grid;gap:10px}
.college-merch-modal__option{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}
.college-merch-modal__option-label{font-size:.8rem;font-weight:700;color:rgba(245,248,252,.68);text-transform:uppercase;letter-spacing:.02em}
.college-merch-modal__option-value{font-weight:700;color:#fff;line-height:1.45}
.college-merch-modal__actions{margin-top:auto;padding-top:4px}
.college-merch-modal__actions .college-merch-button{width:100%}
.college-merch-carousel{position:relative;width:100%;height:100%}
.college-merch-carousel__track{position:relative;width:100%;height:100%}
.college-merch-carousel__slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .22s ease}
.college-merch-carousel__slide.is-active{opacity:1;pointer-events:auto}
.college-merch-carousel__slide img{display:block;width:100%;height:100%;object-fit:contain;background:#08131F}
.college-merch-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);color:#fff;font-size:28px;line-height:1;padding:0;z-index:3}
.college-merch-carousel__nav:hover,
.college-merch-carousel__nav:focus-visible{background:rgba(255,255,255,.22);transform:translateY(-50%)}
.college-merch-carousel__nav--prev{left:12px}
.college-merch-carousel__nav--next{right:12px}
.college-merch-carousel__dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.college-merch-carousel__dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(255,255,255,.56);padding:0}
.college-merch-carousel__dot.is-active{background:#fff}
@media (max-width: 900px){
    .college-merch-form__grid{grid-template-columns:1fr}
    .college-merch-modal{align-items:flex-start;padding:12px}
    .college-merch-modal__dialog{width:100%;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);overflow-y:auto}
    .college-merch-modal__layout{grid-template-columns:1fr}
    .college-merch-modal__info{padding:0}
}
@media (max-width: 640px){
    .college-merch-hero,
    .college-merch-form-wrap{padding:20px;border-radius:20px}
    .college-merch-grid{grid-template-columns:1fr;gap:18px}
    .college-merch-card{border-radius:20px}
    .college-merch-card__body{padding:16px}
    .college-merch-card__meta{grid-template-columns:1fr}
    .college-merch-modal{padding:8px;align-items:flex-start}
    .college-merch-modal__dialog{padding:14px;border-radius:18px;max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px)}
    .college-merch-modal__gallery{min-height:280px;max-height:42vh}
    .college-merch-modal__meta{padding-right:38px}
    .college-merch-modal__info{gap:14px;padding-bottom:4px}
}
@media (prefers-reduced-motion: reduce){
    .college-merch-card,
    .college-merch-filter,
    .college-merch-button,
    .college-merch-modal__close,
    .college-merch-carousel__slide{transition:none !important}
    html:focus-within{scroll-behavior:auto}
}

.college-merch-modal__selectors {
    margin-top: 16px;
}

.college-merch-modal-form {
    display: grid;
    gap: 12px;
}

.college-merch-cart-launcher-wrap {
    position: sticky;
    top: 10px;
    z-index: 18;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px;
    pointer-events: none;
}

.college-merch-cart-launcher {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #d5e0ec;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    color: #163c68;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(16,38,63,.08);
    pointer-events: auto;
}

.college-merch-cart-launcher__content{
    display:grid;
    gap:2px;
    min-width:0;
    flex:1 1 auto;
    text-align:left;
}

.college-merch-cart-launcher__label{
    color:#10263f;
    font-size:.95rem;
    line-height:1.15;
}

.college-merch-cart-launcher__meta{
    color:#4b5d74;
    font-size:.82rem;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.college-merch-cart-launcher__count {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #163c68;
    color: #fff;
    font-size: 13px;
    font-weight:800;
    box-shadow:0 8px 18px rgba(22,60,104,.22);
}

.college-merch-drawer {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.college-merch-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 38, 63, 0.5);
    opacity:0;
    transition:opacity .22s ease;
}

.college-merch-drawer.is-open .college-merch-drawer__backdrop{
    opacity:1;
}

.college-merch-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(460px, 100%);
    height: 100%;
    display:flex;
    flex-direction:column;
    background: #fff;
    box-shadow: -10px 0 40px rgba(16, 38, 63, 0.18);
    padding: 28px 22px 22px;
    overflow:hidden;
    transform:translateX(18px);
    opacity:0;
    transition:transform .22s ease, opacity .22s ease;
}

.college-merch-drawer.is-open .college-merch-drawer__panel{
    transform:translateX(0);
    opacity:1;
}

.college-merch-drawer__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: #edf3fb;
    color: #163c68;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.college-merch-drawer__title {
    margin: 0 0 18px;
    color: #10263f;
    font-size: 30px;
    line-height: 1.15;
}

.college-merch-drawer__summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:0 0 18px;
    padding:12px 14px;
    border:1px solid #dbe6f1;
    border-radius:16px;
    background:#f7fafe;
}

.college-merch-drawer__summary-items{
    color:#4b5d74;
    font-weight:700;
}

.college-merch-drawer__summary-total{
    color:#163c68;
    font-size:.98rem;
}

.college-merch-cart-empty{
    display:grid;
    gap:10px;
    justify-items:start;
}

.college-merch-cart-empty__text{
    margin:0;
}

.college-merch-cart-items {
    display: grid;
    gap: 14px;
}

.college-merch-cart-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px;
    border: 1px solid #d5e0ec;
    border-radius: 18px;
    background: #fff;
}

.college-merch-cart-item__thumb {
    width: 84px;
    height: 84px;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f7fb;
}

.college-merch-cart-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.college-merch-cart-item__title {
    display: block;
    color: #10263f;
    margin-bottom: 6px;
}

.college-merch-cart-item__body {
    min-width: 0;
}

.college-merch-cart-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #51657d;
    font-size: 14px;
}

.college-merch-cart-item__footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.college-merch-qty {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d5e0ec;
    border-radius: 999px;
    padding: 4px 8px;
}

.college-merch-qty button,
.college-merch-cart-item__remove {
    border: 0;
    background: transparent;
    color: #163c68;
    cursor: pointer;
}

.college-merch-cart-item__remove {
    font-size: 24px;
    align-self: flex-start;
}

.college-merch-cart-summary,
.college-merch-checkout-preview {
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #d5e0ec;
    border-radius: 18px;
    background: #f7fafe;
}

.college-merch-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.college-merch-checkout-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e5ebf3;
}
.college-merch-checkout-line:last-child { border-bottom: 0; }

.college-merch-drawer__actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.college-merch-drawer__actions .college-merch-button {
    width: 100%;
}

.college-merch-cart-empty {
    padding: 18px;
    border: 1px dashed #c8d6e8;
    border-radius: 18px;
    color: #51657d;
}

@media (max-width: 767px) {
    .college-merch-drawer__panel {
        width: 100%;
        padding: 18px 14px 14px;
        border-radius: 18px 18px 0 0;
        top: auto;
        bottom: 0;
        height: min(88dvh, 100%);
        max-height: 100%;
        transform:translateY(18px);
    }

    .college-merch-drawer.is-open .college-merch-drawer__panel{
        transform:translateY(0);
    }

    .college-merch-drawer__title {
        font-size: 24px;
    }

    .college-merch-cart-item {
        position: relative;
        grid-template-columns: 72px minmax(0, 1fr);
        align-items: start;
        gap: 12px;
        padding: 12px 48px 12px 12px;
    }

    .college-merch-cart-item__thumb {
        width: 72px;
        height: 72px;
    }

    .college-merch-cart-item__title {
        margin-bottom: 8px;
        font-size: 1rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .college-merch-cart-item__meta {
        gap: 6px;
    }

    .college-merch-cart-item__meta span {
        font-size: .84rem;
        line-height: 1.25;
    }

    .college-merch-cart-item__footer {
        margin-top: 10px;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .college-merch-cart-item__price {
        margin-left: auto;
        font-size: 1rem;
    }

    .college-merch-cart-item__remove {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #f4f7fb;
        border: 1px solid #d5e0ec;
        font-size: 22px;
        line-height: 1;
    }

    .college-merch-drawer__actions {
        flex-direction: column;
    }
}

body.college-merch-cart-open{
    overflow:hidden;
}

.college-merch-inline-notice{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:16px;
    border:1px solid #d5e0ec;
    background:#f7fafe;
    color:#21405f;
    font-weight:600;
    line-height:1.5;
}

.college-merch-inline-notice.is-success{
    background:#f1fbf5;
    border-color:#cfead8;
    color:#1f7a3c;
}

.college-merch-inline-notice.is-error{
    background:#fff6f6;
    border-color:#f1d0d0;
    color:#bb2d3b;
}

.college-merch-inline-notice.is-info{
    background:#f5f9ff;
    border-color:#d9e6f4;
    color:#234768;
}

.college-merch-inline-notice--modal{
    margin-top:8px;
    margin-bottom:0;
}

.college-merch-drawer__header{
    margin-bottom:18px;
    padding-right:44px;
}

.college-merch-drawer__subtitle{
    margin:8px 0 0;
    color:#51657d;
    line-height:1.55;
}

.college-merch-cart-launcher__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:currentColor;
}

.college-merch-cart-launcher.is-empty .college-merch-cart-launcher__count{
    background:#94a8be;
}

.college-merch-cart-item__meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:6px;
    color:#51657d;
    font-size:.92rem;
}

.college-merch-cart-item__meta span{
    display:inline-flex;
    align-items:center;
    padding:4px 8px;
    border-radius:999px;
    background:#f3f7fb;
    border:1px solid #e4edf6;
}

.college-merch-checkout-preview{
    display:grid;
    gap:0;
}

.college-merch-checkout-preview__intro{
    margin:0 0 10px;
    color:#51657d;
    line-height:1.55;
}

.college-merch-checkout-line{
    align-items:flex-start;
}

.college-merch-checkout-line__main{
    display:grid;
    gap:4px;
}

.college-merch-checkout-line__main strong{
    color:#10263f;
}

.college-merch-checkout-line__main span{
    color:#51657d;
    font-size:.94rem;
}

.college-merch-checkout-line__price{
    flex:0 0 auto;
    font-weight:700;
    color:#163c68;
    white-space:nowrap;
}

.college-merch-checkout-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:12px;
    padding-top:14px;
    border-top:1px solid #d5e0ec;
    color:#10263f;
}

.college-merch-checkout-total strong{
    font-size:1.1rem;
    color:#163c68;
}

.college-merch-checkout-empty{
    color:#51657d;
}

.college-merch-field--consent label{
    display:block;
    line-height:1.55;
}

.college-merch-field--consent input{
    margin-right:8px;
}

@media (max-width: 767px) {
    .college-merch-checkout-line {
        flex-direction:column;
    }

    .college-merch-checkout-line__price {
        white-space:normal;
    }
}


.college-merch-link-button{
    appearance:none;
    border:0;
    padding:0;
    background:none;
    color:#163c68;
    font-weight:700;
    cursor:pointer;
    text-decoration:underline;
    text-underline-offset:3px;
}

.college-merch-drawer__progress{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
    margin:8px 0 18px;
}

.college-merch-drawer__progress-step{
    appearance:none;
    border:1px solid #d8e3ef;
    border-radius:999px;
    padding:10px 14px;
    background:#f7fafe;
    color:#4d6178;
    font-weight:700;
    cursor:pointer;
    text-align:center;
}

.college-merch-drawer__progress-step.is-active{
    border-color:#163c68;
    background:#163c68;
    color:#fff;
}

.college-merch-drawer__step:not(.college-merch-hidden){
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    min-height:0;
}

.college-merch-drawer__header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:18px;
    padding-right:44px;
}

.college-merch-drawer__content{
    flex:1 1 auto;
    min-height:0;
    overflow:auto;
    padding-right:4px;
}

.college-merch-drawer__footer{
    flex:0 0 auto;
    margin-top:18px;
    padding-top:16px;
    padding-bottom:calc(4px + env(safe-area-inset-bottom, 0px));
    border-top:1px solid #e2eaf3;
    background:#fff;
}

.college-merch-toast-stack{
    position:fixed;
    top:24px;
    right:24px;
    z-index:100001;
    display:grid;
    gap:10px;
    pointer-events:none;
}

.college-merch-toast{
    min-width:260px;
    max-width:min(360px, calc(100vw - 32px));
    padding:14px 16px;
    border-radius:16px;
    box-shadow:0 18px 38px rgba(16,38,63,.18);
    background:#163c68;
    color:#fff;
    font-weight:700;
    line-height:1.45;
    opacity:0;
    transform:translateY(-8px);
    transition:opacity .2s ease, transform .2s ease;
}

.college-merch-toast.is-visible{
    opacity:1;
    transform:translateY(0);
}

.college-merch-toast--info{
    background:#21405f;
}

.college-merch-toast--error{
    background:#bb2d3b;
}

.college-merch-qty-control{
    display:inline-grid;
    grid-template-columns:44px minmax(72px, 96px) 44px;
    align-items:center;
    border:1px solid #d5e0ec;
    border-radius:999px;
    overflow:hidden;
    background:#fff;
}

.college-merch-qty-control__button{
    appearance:none;
    border:0;
    background:#f4f8fc;
    color:#163c68;
    font-size:24px;
    line-height:1;
    height:44px;
    cursor:pointer;
}

.college-merch-qty-control input{
    border:0 !important;
    box-shadow:none !important;
    text-align:center;
    height:44px;
    padding:0 8px;
    border-radius:0 !important;
    min-width:0;
}

.college-merch-qty-control input::-webkit-outer-spin-button,
.college-merch-qty-control input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.college-merch-cart-item__price{
    font-weight:800;
    color:#163c68;
    white-space:nowrap;
}

@media (max-width: 767px) {
    .college-merch-toast-stack{
        top:auto;
        right:12px;
        left:12px;
        bottom:12px;
    }

    .college-merch-toast{
        min-width:0;
        max-width:none;
    }

    .college-merch-drawer__progress{
        gap:8px;
        margin-bottom:14px;
    }

    .college-merch-drawer__progress-step{
        padding:9px 12px;
        font-size:.92rem;
    }

    .college-merch-drawer__header{
        padding-right:40px;
    }
}


.college-merch-success-card{
    display:grid;
    gap:14px;
    padding:24px;
    border:1px solid #d5e0ec;
    border-radius:18px;
    background:linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    box-shadow:0 16px 40px rgba(16, 44, 73, .08);
}

.college-merch-success-card__icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#163c68;
    color:#fff;
    font-size:26px;
    font-weight:800;
}

.college-merch-success-card__lead,
.college-merch-success-card__meta{
    margin:0;
}

.college-merch-success-card__lead{
    font-size:1.05rem;
    font-weight:700;
    color:#10263f;
}

.college-merch-success-card__meta{
    color:#4b5d74;
    line-height:1.55;
}


@media (max-width: 767px) {
    .college-merch-cart-launcher-wrap{
        position:fixed;
        right:12px;
        bottom:12px;
        top:auto;
        margin:0;
        z-index:9998;
    }

    .college-merch-cart-launcher{
        min-width:0;
        max-width:calc(100vw - 24px);
        padding:12px 14px;
        border-radius:16px;
    }

    .college-merch-cart-launcher__meta{
        max-width:150px;
    }

    .college-merch-drawer__summary{
        margin-bottom:14px;
        padding:11px 12px;
    }
}


@media (max-width: 767px){
    .college-merch-filters-toolbar{display:block}
    .college-merch-filters{display:flex;flex-wrap:nowrap;overflow:auto hidden;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
    .college-merch-filters::-webkit-scrollbar{display:none}
    .college-merch-filters-wrap:not(.is-expanded) .college-merch-filters{display:none}
    .college-merch-filter{flex:0 0 auto;white-space:nowrap}
    .college-merch-cart-launcher-wrap{top:auto;bottom:12px;justify-content:center;padding:0 12px;margin:0}
    .college-merch-cart-launcher{width:min(100%,420px);border-radius:20px}
}

.college-merch-drawer__panel{
    padding-bottom:calc(22px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 767px){
    .college-merch-drawer__panel{
        padding-bottom:calc(18px + env(safe-area-inset-bottom, 0px));
    }
}


@media (max-width: 767px) {
    .college-merch-drawer__header {
        display: grid;
        gap: 10px;
    }

    .college-merch-cart-item__body {
        min-width: 0;
    }

    .college-merch-cart-empty__text,
    .college-merch-drawer__subtitle {
        font-size: .98rem;
    }
}


/* Phase 7.3 mobile drawer refinement */
@media (max-width: 767px) {
    .college-merch-drawer__panel {
        padding: 14px 12px 12px;
        height: min(90dvh, 100%);
    }

    .college-merch-drawer__progress {
        gap: 8px;
        margin: 4px 0 12px;
    }

    .college-merch-drawer__progress-step {
        padding: 9px 12px;
        font-size: .95rem;
    }

    .college-merch-drawer__summary {
        margin: 0 0 12px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .college-merch-drawer__summary-items,
    .college-merch-drawer__summary-total {
        font-size: .95rem;
    }

    .college-merch-drawer__header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 10px;
        margin-bottom: 12px;
        padding-right: 40px;
    }

    .college-merch-drawer__title {
        margin: 0;
        font-size: 19px;
        line-height: 1.2;
    }

    .college-merch-drawer__subtitle {
        display: none;
    }

    .college-merch-link-button {
        white-space: nowrap;
    }

    #college-merch-clear-cart {
        align-self: center;
        font-size: .95rem;
        line-height: 1.15;
        white-space: nowrap;
    }

    .college-merch-drawer__content {
        padding-right: 0;
    }

    .college-merch-cart-items {
        gap: 10px;
    }

    .college-merch-cart-item {
        position: relative;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        padding: 10px 40px 10px 10px;
        border-radius: 16px;
    }

    .college-merch-cart-item__thumb {
        width: 64px;
        height: 64px;
        border-radius: 12px;
    }

    .college-merch-cart-item__title {
        margin-bottom: 6px;
        font-size: .98rem;
        line-height: 1.28;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .college-merch-cart-item__meta {
        gap: 4px 6px;
        margin-top: 0;
    }

    .college-merch-cart-item__meta span {
        padding: 3px 7px;
        font-size: .76rem;
        line-height: 1.2;
    }

    .college-merch-cart-item__footer {
        margin-top: 8px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
    }

    .college-merch-qty {
        gap: 8px;
        padding: 3px 7px;
    }

    .college-merch-qty span {
        min-width: 12px;
        text-align: center;
        font-size: .95rem;
    }

    .college-merch-qty button {
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #f4f7fb;
    }

    .college-merch-cart-item__price {
        margin-left: 0;
        font-size: .96rem;
        line-height: 1.2;
        text-align: right;
    }

    .college-merch-cart-item__remove {
        top: 6px;
        right: 6px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .college-merch-drawer__footer {
        margin-top: 14px;
        padding-top: 12px;
    }

    .college-merch-cart-summary {
        margin-top: 0;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .college-merch-drawer__actions {
        gap: 10px;
        margin-top: 14px;
    }

    .college-merch-drawer__actions .college-merch-button {
        min-height: 52px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 16px;
    }
}

@media (max-width: 420px) {
    .college-merch-drawer__header {
        grid-template-columns: 1fr;
        padding-right: 40px;
    }

    #college-merch-clear-cart {
        justify-self: start;
        margin-top: -2px;
    }

    .college-merch-cart-item__footer {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .college-merch-cart-item__price {
        text-align: left;
    }
}

/* Release candidate polish */
@media (max-width: 767px) {
    .college-merch-drawer__title {
        letter-spacing: -0.01em;
    }

    .college-merch-drawer__summary-items,
    .college-merch-drawer__summary-total {
        font-variant-numeric: tabular-nums;
    }

    .college-merch-cart-item__price {
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .college-merch-cart-summary strong,
    .college-merch-checkout-total strong {
        font-variant-numeric: tabular-nums;
    }
}
