.illustration-box{justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;display:flex;position:relative}.illustration-box-icon{color:#333;z-index:1;justify-content:center;align-items:center;display:flex}.illustration-box-pulse{border:2px dashed #ccc;border-radius:50%;width:56px;height:56px;animation:2s ease-out infinite illustration-pulse;position:absolute}@keyframes illustration-pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.3)}}
.layout-toggle{background:#f5f5f5;border:1px solid #ddd;border-radius:2px;gap:4px;padding:4px;display:flex}.layout-toggle-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.layout-toggle-btn:hover{color:#555}.layout-toggle-btn--active{color:#222;background:#fff;box-shadow:0 1px 3px #0000001a}
.confirm-modal-overlay{z-index:300;background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:0;width:100%;max-width:420px;padding:28px 24px 36px;animation:.26s confirmSlideUp;position:relative}@keyframes confirmSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.confirm-modal-title{letter-spacing:-.2px;color:#111;margin:0 0 8px;font-family:inherit;font-size:20px;font-weight:700}.confirm-modal-subtext{color:#666;letter-spacing:-.2px;text-align:center;margin:0 0 24px;font-size:14px;font-weight:500;line-height:1.4}.confirm-modal-actions{gap:12px;display:flex}.confirm-modal-actions .btn{border-radius:0;flex:1;padding:14px 16px;font-size:14px;font-weight:600}
.pending-payment-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.pending-payment-sheet{background:#fff;width:100%;max-width:420px;padding:8px 16px 24px;animation:.3s ease-out slideUp}.pending-payment-handle{background:#d1d1d6;border-radius:2px;width:36px;height:4px;margin:0 auto 12px}.pending-payment-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:0 0 16px;display:flex}.pending-payment-title{color:#000;padding-left:8px;font-size:18px;font-weight:600}.pending-payment-close{cursor:pointer;color:#666;background:#e5e5e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.pending-payment-content{flex-direction:column;gap:16px;padding-top:16px;display:flex}.pending-payment-summary{flex-direction:column;gap:4px;display:flex}.pending-payment-meta,.pending-payment-info{color:#555;font-size:14px;font-weight:500}.pending-payment-total{color:#000;margin-top:4px;font-size:16px;font-weight:600}.pending-payment-notice{border:1px solid var(--color-golden-yellow);color:var(--color-golden-yellow);background:#fff8ea;border-radius:0;padding:12px;font-size:13px;font-weight:500}.pending-payment-actions{flex-direction:column;gap:12px;margin-top:8px;display:flex}.pending-payment-return-section{border-top:1px solid #eee;flex-direction:column;align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.pending-payment-return-text{color:#666;text-align:center;font-size:14px}.pending-payment-return-btn{width:100%}.pending-payment-overlay--closing{animation:.25s ease-in forwards fadeOut}.pending-payment-sheet--closing{animation:.25s ease-in forwards slideDown}.pending-payment-top-section{flex-direction:column;gap:0;margin-bottom:8px;display:flex}.pending-payment-info-block{flex-direction:column;gap:4px;display:flex}.item-count-badge{color:#888;margin-left:4px;font-size:11px}.return-summary-preview-thumb-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px;width:100%;margin-bottom:12px;display:grid}.return-summary-preview-thumb-item{aspect-ratio:3/4;background:#f5f5f5 50%/cover;border:1px solid #ddd;position:relative}.return-summary-preview-returning-context{color:#888;margin:0;font-size:13px;font-weight:500}.return-thumb-overlay{color:#fff;background:#00000080;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;inset:0}.keeping-text{color:#000!important;font-weight:600!important}.returning-text{color:#888!important;font-weight:600!important}.u-margin-bottom-12{margin-bottom:12px}.u-border-top-eee{border-top:1px solid #eee}.u-padding-top-12{padding-top:12px}
.product-card-large{background:#fff;flex-direction:column;display:flex}.product-card-large-link{flex-direction:column;flex-grow:1;min-width:0;text-decoration:none;display:flex;overflow:hidden}.product-card-large-image{background:linear-gradient(145deg,#f5f5f5 0%,#e8e8e8 100%);width:100%;height:600px;position:relative;overflow:hidden}.product-card-large-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product-card-favorite-btn{cursor:pointer;z-index:10;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.product-card-favorite-btn--small{width:36px;height:36px;top:4px;right:4px}.product-card-large-info{width:100%;min-width:0;padding:16px 0;overflow:hidden}.product-card-large-designer{letter-spacing:-.2px;color:#222;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:4px 0;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-large-name{color:#888;letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;max-width:fit-content;margin-bottom:8px;font-size:13px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.product-card-large-description{color:#999;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-large-at-store{letter-spacing:-.2px;color:#888;margin:2px 0 4px;font-size:13px;font-weight:500;line-height:1.35}.product-card-large-size{letter-spacing:-.2px;color:#888;margin:0 0 2px;font-size:13px;font-weight:500}.product-card-designer-size{color:#888;letter-spacing:-.2px}.product-card-large-price{letter-spacing:-.2px;color:#222;margin-top:0;font-size:14px;font-weight:600}.product-card-stylist-inline-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:10px;margin-bottom:2px;padding:0;display:flex}.product-card-stylist-inline-img{object-fit:cover;filter:grayscale();border:1px solid #000;border-radius:0;width:24px;height:24px}.product-card-stylist-inline-text{color:#222;font-size:13px;font-weight:500;text-decoration:underline}.product-card-stylist-inline-btn--small .product-card-stylist-inline-img{width:20px;height:20px}.product-card-stylist-inline-btn--small .product-card-stylist-inline-text{font-size:11px}.product-card-share-btn--small .product-card-rm-image{width:32px;height:32px}.product-card-share-btn--small .product-card-rm-cta{padding:2px 4px;font-size:9px}.product-card-small{background:#fff;flex-direction:column;display:flex}.product-card-small-link{flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.product-card-small-image{width:100%;height:280px;position:relative;overflow:hidden}.product-card-small-image:not(.skeleton-pulse){background:#f0f0f0}.product-card-small-image img{object-fit:cover;width:100%;height:100%;display:block}.product-card-small-info{padding:12px 0}.product-card-small-designer{letter-spacing:-.2px;color:#222;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:4px 0;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-small-name{color:#888;letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;max-width:160px;margin-bottom:2px;font-size:13px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.product-card-small-description{color:#999;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-small-at-store{color:#888;letter-spacing:-.2px;align-items:center;gap:4px;margin:2px 0 4px;font-size:13px;font-weight:500;display:flex}.product-card-small-size{letter-spacing:-.2px;color:#888;margin-bottom:2px;font-size:13px;font-weight:500}.product-card-small-price{letter-spacing:-.2px;color:#222;font-size:14px;font-weight:600}.product-card-cta-row{grid-template-columns:1fr;gap:0;display:grid}.product-card-cta-row--compact{background:#fff}.product-card-cta-row--compact .product-card-cta--secondary{color:#000;z-index:1;background:#fff;border:1px solid #000;width:calc(100% + 2px);margin:-1px}.product-card-cta-row--compact .product-card-cta--secondary:hover{background:#eee}.product-card-cta{cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:12px 8px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.product-card-cta--small{gap:8px;padding:10px 6px;font-size:11px}.product-card-cta--secondary{color:#111}.product-card-cta-row:not(.product-card-cta-row--compact) .product-card-cta-bag{border:1px solid #111;font-weight:500}.product-card-cta-row:not(.product-card-cta-row--compact) .product-card-cta-bag:hover{background:#eee}.product-card-cta--secondary:hover{background:#e8e8e8}.product-card-cta--in-bag{border:1px solid #000;font-weight:700;color:#fff!important;background:#000!important}.product-card-cta--in-bag:hover{background:#ddd}.product-card-cta--in-wishlist{color:#333;background:#e8e8e8}.product-card-cta--in-wishlist:hover{background:#ddd}.product-card-cta:disabled{opacity:.6;cursor:not-allowed}.product-card-cta-icon{position:relative;top:0}.product-card-row-2col{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.product-card-skeleton{pointer-events:none}.skeleton-pulse{background:linear-gradient(90deg,#f0f0f0 0%,#e0e0e0 50%,#f0f0f0 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{border-radius:4px}.skeleton-text--title{width:70%;height:20px;margin-bottom:8px}.skeleton-text--subtitle{width:40%;height:14px;margin-bottom:8px}.skeleton-text--price{width:30%;height:14px}.skeleton-text--title-sm{width:80%;height:16px;margin-bottom:6px}.skeleton-text--subtitle-sm{width:50%;height:12px;margin-bottom:6px}.skeleton-text--price-sm{width:35%;height:12px}.product-card-cta-skeleton{background:#f5f5f5;height:44px}.product-card-cta-skeleton--small{height:38px}.product-card-cta-skeleton:last-child{border-left:1px solid #ddd}@media (min-width:768px){.product-card-large-image,.product-card-small-image{aspect-ratio:3/4;height:auto}}.product-card-large-image.is-sold-out img,.product-card-small-image.is-sold-out img{opacity:.45}.product-card-sold-out-badge{z-index:2;letter-spacing:2px;color:#fff;pointer-events:none;white-space:nowrap;background:#000000c7;padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card-cta.product-card-cta-bag.is-disabled,.product-card-cta.product-card-cta-bag:disabled{opacity:1;cursor:not-allowed;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600;color:#888!important;background:#e8e8e8!important;border-color:#e0e0e0!important}.product-card-cta.is-disabled:not(.product-card-cta-bag),.product-card-cta:disabled:not(.product-card-cta-bag){opacity:.5;cursor:not-allowed}.product-card-sizes-row{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.product-card-size-chip{letter-spacing:-.2px;color:#aaa;cursor:pointer;text-transform:uppercase;background:#fff;border:1.4px solid #bbb;border-radius:0;justify-content:center;align-items:center;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.product-card-size-chip:hover{color:#555;background:#fcfcfc;border-color:#555}.product-card-size-chip--selected{color:#000;border-color:#000}.product-card-size-chip:focus-visible{outline-offset:2px;outline:2px solid #222}.product-detail-size-chip--custom{color:#aaa;border-color:#bbb}.product-detail-size-chip:focus-visible{outline-offset:2px;outline:2px solid #222}.product-detail-size-chip{letter-spacing:-.2px;color:#aaa;cursor:pointer;text-transform:uppercase;background:#fff;border:1.4px solid #bbb;border-radius:0;justify-content:center;align-items:center;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}
.filter-checkbox{color:#fff;background:#fff;border:2px solid #c7c7c7;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.filter-checkbox--checked{background:#222;border-color:#222}
.floating-filters-trigger-wrap{width:100%;max-width:420px;left:50%;bottom:calc(78px + env(safe-area-inset-bottom));z-index:930;pointer-events:none;justify-content:center;padding:0 16px;display:flex;position:fixed;transform:translate(-50%)}.floating-filters-trigger-wrap>*{pointer-events:auto}@media (min-width:768px){.floating-filters-trigger-wrap{display:none}}.floating-filters-trigger{color:#fff;cursor:pointer;background:#222;border:1px solid #222;justify-content:center;align-items:center;gap:8px;min-width:140px;height:44px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.floating-filters-count{color:#222;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.floating-filters-overlay{z-index:980;background:0 0;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.floating-filters-overlay:before{content:"";pointer-events:none;background:#00000073;animation:.2s ease-out floatingFiltersFadeIn;position:absolute;inset:0}.floating-filters-sheet{background:#fff;border-top:1px solid #ddd;flex-direction:column;width:100%;max-width:420px;height:68dvh;max-height:68dvh;transition:top .25s;animation:.25s ease-out floatingFiltersSlideUp;display:flex;position:relative;top:-80px}.floating-filters-sheet--nav-hidden{top:0!important}.floating-filters-overlay--closing:before{animation:.25s ease-in forwards floatingFiltersFadeOut}.floating-filters-sheet--closing{animation:.25s ease-in forwards floatingFiltersSlideDown}.floating-filters-handle{background:#d1d1d6;border-radius:2px;width:36px;height:4px;margin:10px auto 12px}.floating-filters-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:0 16px 12px;display:flex}.floating-filters-title{color:#000;margin:0;font-size:17px;font-weight:600}.floating-filters-close{color:#555;cursor:pointer;background:#e5e5e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.floating-filters-content{flex:1;min-height:0;display:flex}.floating-filters-layout{flex:1;grid-template-columns:.5fr 1fr;min-height:0;display:grid}.floating-filters-sidebar{background:#fafafa;border-right:1px solid #e5e5e5;flex-direction:column;min-height:0;display:flex;overflow-y:auto}.floating-filters-menu-item{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #efefef;min-height:56px;padding:0 14px;font-size:14px;font-weight:500}.floating-filters-menu-item--active{background:#fff;font-weight:600}.floating-filters-panel{min-height:0;overflow-y:auto}.floating-filters-options-list{flex-direction:column;display:flex}.floating-filters-option-row{text-align:left;color:#2d2d2d;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #efefef;align-items:center;gap:12px;min-height:50px;padding:0 16px;font-size:13px;font-weight:500;display:flex}.floating-filters-option-row-label{flex:1;min-width:0}.floating-filters-option-row-count{color:#7a7a7a;font-size:12px;font-weight:500}.floating-filters-empty-options{color:#9a9a9a;text-align:center;padding:28px 16px;font-size:13px}.floating-filters-price-panel{padding:16px}.floating-filters-price-range{color:#222;margin:0 0 12px;font-size:15px;font-weight:600}.floating-filters-price-values{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.floating-filters-price-chip{border:1px solid #ddd;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.floating-filters-price-chip-label{color:#666;font-size:11px}.floating-filters-price-input{color:#222;background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:600}.floating-filters-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.floating-filters-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.floating-filters-price-input[type=number]{appearance:textfield}.floating-filters-price-slider-wrap{background:linear-gradient(to right,#d9d9d9 0%,#d9d9d9 var(--slider-min,0%),#222 var(--slider-min,0%),#222 var(--slider-max,100%),#d9d9d9 var(--slider-max,100%),#d9d9d9 100%);border-radius:999px;height:4px;margin-top:16px;position:relative}.floating-filters-slider--top{z-index:2}.floating-filters-price-slider{pointer-events:none;appearance:none;background:0 0;width:100%;position:absolute;top:50%;left:0;transform:translateY(-7px)}.floating-filters-price-slider::-webkit-slider-thumb{pointer-events:auto;appearance:none;background:#222;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 1px #222}.floating-filters-price-slider::-moz-range-thumb{pointer-events:auto;background:#222;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 1px #222}.floating-filters-price-slider::-webkit-slider-runnable-track{background:0 0;height:4px}.floating-filters-price-slider::-moz-range-track{background:0 0;height:4px}.floating-filters-footer{border-top:1px solid #e5e5e5;grid-template-columns:1fr 1fr;gap:0;display:grid}.floating-filters-action{cursor:pointer;border:none;height:56px;font-size:13px;font-weight:600}.floating-filters-action--secondary{color:#333;background:#f8f8f8;border-right:1px solid #e5e5e5}.floating-filters-action--secondary-active{color:#c62828;background:#ffebee}.floating-filters-action--primary{color:#111;background:#fff}.floating-filters-action--primary-active{color:#fff;background:#111}@keyframes floatingFiltersFadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatingFiltersFadeOut{0%{opacity:1}to{opacity:0}}@keyframes floatingFiltersSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes floatingFiltersSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}
.filter-chip-bar{border-bottom:1px solid #e5e5e5;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.filter-chip-bar-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip-wrap{position:relative}.filter-chip{color:#222;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;transition:border-color .15s;display:inline-flex}.filter-chip:hover{border-color:#aaa}.filter-chip--active{color:#fff;background:#222;border-color:#222}.filter-chip-badge{color:#fff;background:#666;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:600;display:inline-flex}.filter-chip--active .filter-chip-badge{color:#222;background:#fff}.filter-chip-caret{flex-shrink:0;transition:transform .15s}.filter-chip-caret--open{transform:rotate(180deg)}.filter-chip-dropdown{z-index:100;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:200px;max-height:280px;padding:4px 0;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.filter-chip-option{cursor:pointer;color:#222;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;display:flex}.filter-chip-option:hover{background:#f5f5f5}.filter-chip-option--active{font-weight:500}.filter-chip-option-count{color:#999;margin-left:auto;font-size:12px}.filter-chip-color-swatch{border-radius:50%;flex-shrink:0;width:16px;height:16px}.filter-chip-price-panel{min-width:240px;padding:14px}.filter-chip-price-range{color:#222;margin:0 0 10px;font-size:13px}.filter-chip-price-inputs{gap:10px;margin-bottom:14px;display:flex}.filter-chip-price-label{color:#666;flex-direction:column;flex:1;gap:4px;font-size:11px;display:flex}.filter-chip-price-input{border:1px solid #ddd;border-radius:4px;width:100%;padding:6px 8px;font-family:inherit;font-size:13px}.filter-chip-price-slider-wrap{background:linear-gradient(to right,#d9d9d9 0%,#d9d9d9 var(--slider-min,0%),#222 var(--slider-min,0%),#222 var(--slider-max,100%),#d9d9d9 var(--slider-max,100%),#d9d9d9 100%);border-radius:2px;height:4px;margin:16px 0 8px;position:relative}.filter-chip-slider--top{z-index:2}.filter-chip-clear-all{color:#c62828;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:6px 12px;font-family:inherit;font-size:13px;display:inline-flex}.filter-chip-clear-all:hover{text-decoration:underline}
.side-nav{display:none}@media (min-width:768px){.side-nav{z-index:10;background:#fff;border-right:1px solid #e5e5e5;flex-direction:column;flex-shrink:0;width:64px;height:100dvh;min-height:100dvh;display:flex;position:sticky;top:0;overflow-y:auto}.side-nav-logo{display:none}.side-nav-items{flex-direction:column;flex:1;align-items:center;gap:4px;padding:16px 0;display:flex}.side-nav-item{cursor:pointer;color:#666;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:12px 0;font-family:inherit;text-decoration:none;display:flex;position:relative}.side-nav-item--active{color:#222}.side-nav-icon-wrapper{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.side-nav-rm-image{object-fit:cover;border-radius:50%;width:24px;height:24px}.side-nav-label{display:none}}@media (min-width:1024px){.side-nav{align-items:stretch;width:200px}.side-nav-logo{border-bottom:1px solid #e5e5e5;justify-content:center;align-items:center;padding:16px;display:flex}.side-nav-items{align-items:stretch;padding:12px 0}.side-nav-item{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:12px 20px}.side-nav-item--active{border-left:2px solid #222;padding-left:18px}.side-nav-label{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:500;display:block}}
.trial-bag-banner{color:#fff;z-index:1;background:#222;border-radius:0;width:100%;max-width:420px;padding:12px 12px 12px 20px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 0 32px #00000040}.trial-bag-banner.is-hidden{transform:translate(-50%,250%)}.trial-bag-banner-content{justify-content:space-between;align-items:center;display:flex}.trial-bag-banner-left{align-items:center;gap:8px;display:flex}.trial-bag-banner-text{font-size:14px;font-weight:600}.trial-bag-banner-subtext{opacity:.8;font-weight:400}.trial-bag-banner-view-btn{color:#222;cursor:pointer;text-transform:uppercase;background:#fff;border:none;border-radius:0;padding:8px 16px;font-size:13px;font-weight:700}.trial-bag-banner-view-btn:active{transform:scale(.95)}
.segmented-tabs-container{justify-content:center;width:100%;display:flex}.segmented-tabs{cursor:default;background:#f1f1f2;border-radius:0;width:100%;max-width:400px;padding:2px;display:flex;position:relative}.segmented-tab{z-index:2;color:#888;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;display:flex;position:relative}.segmented-tab.active{color:#111;font-weight:600}.segmented-tab-label{letter-spacing:-.2px;align-items:center;gap:4px;display:flex}.segmented-tab-count{color:#777;font-variant-numeric:tabular-nums;background:#e5e5e7;border-radius:4px;justify-content:center;align-items:center;min-width:24px;padding:2px 8px;font-size:11px;font-weight:700;display:flex}.segmented-tab.active .segmented-tab-count{color:#111}.segmented-tab-highlight{z-index:1;background:#fff;border-radius:0;transition:transform .2s cubic-bezier(.25,1,.5,1);position:absolute;top:2px;bottom:2px;left:2px;box-shadow:0 1px 2px #00000014,0 1px 1px #0000001f;width:calc(50% - 2px)!important}
.pincode-checker{flex-direction:column;gap:6px;display:flex}.pincode-checker--banner{background:#fafaf8;border:1px solid #e5e0d8;border-radius:8px;padding:12px 14px}.pincode-checker--compact{margin:14px 0 4px}.pincode-checker-row{align-items:center;gap:8px;display:flex}.pincode-checker--compact .pincode-checker-row{border:1px solid #cfcfcf;border-radius:8px;gap:8px;padding:4px 4px 4px 12px}.pincode-checker--compact:focus-within .pincode-checker-row{border-color:#222}.pincode-checker--compact .pincode-checker-icon{color:#888}.pincode-checker--compact .pincode-checker-input{background:0 0;border:none;border-radius:0;padding:9px 0;font-size:14px}.pincode-checker--compact .pincode-checker-input:focus{border:none;outline:none}.pincode-checker--compact .pincode-checker-btn{letter-spacing:.3px;background:#222;border-radius:6px;padding:9px 18px;font-size:13px}.pincode-checker-icon{color:#8a8478;flex-shrink:0}.pincode-checker-input{letter-spacing:.5px;border:1px solid #d8d2c5;border-radius:6px;flex:1;min-width:0;padding:8px 10px;font-size:13px}.pincode-checker-input:focus{border-color:var(--color-blue,#0059ff);outline:none}.pincode-checker-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:6px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:600}.pincode-checker-btn:disabled{cursor:not-allowed;background:#c9c5bb}.pincode-checker-message{align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.pincode-checker-message--success{color:var(--color-success-green,#1b9c4a)}.pincode-checker-message--error{color:#c0392b}
