.swatch{cursor:pointer;-webkit-user-select:none;user-select:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #0000;outline:none;transition:all .2s;display:inline-block;position:relative}.swatch--circle{border-radius:50%}.swatch--square{border-radius:4px}.swatch--small{width:24px;min-width:24px;height:24px;min-height:24px}.swatch--medium{width:32px;min-width:32px;height:32px;min-height:32px}.swatch--large{width:40px;min-width:40px;height:40px;min-height:40px}.swatch--xlarge{width:48px;min-width:48px;height:48px;min-height:48px}.swatch--selected{border-color:#000}.swatch--selected .swatch__checkmark{color:#000;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.swatch--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.swatch:not(.swatch--disabled):hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.swatch:not(.swatch--disabled):focus{outline-offset:2px;outline:2px solid #000}.swatch__label{white-space:nowrap;color:#fff;z-index:10;pointer-events:none;background:#000c;border-radius:4px;padding:4px 8px;font-size:12px;display:none;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.swatch:hover .swatch__label{display:block}.swatch__checkmark{display:none}@media (width<=768px){.swatch--medium{width:28px;min-width:28px;height:28px;min-height:28px}.swatch--large{width:36px;min-width:36px;height:36px;min-height:36px}.swatch--xlarge{width:44px;min-width:44px;height:44px;min-height:44px}}@media (width<=480px){.swatch--small{width:20px;min-width:20px;height:20px;min-height:20px}.swatch--medium{width:24px;min-width:24px;height:24px;min-height:24px}.swatch--large{width:32px;min-width:32px;height:32px;min-height:32px}}@media (prefers-contrast:high){.swatch--selected{border-color:#000;box-shadow:0 0 0 3px #fff,0 0 0 5px #000}.swatch:not(.swatch--disabled):focus{outline-offset:2px;outline:3px solid #000}}@media (prefers-reduced-motion:reduce){.swatch{transition:none}.swatch:not(.swatch--disabled):hover{transform:none}}.product-swatches-by-handle__option-values{flex-direction:row;align-items:center;gap:10px;display:flex}.product-swatches-by-handle__option-values .swatch{border-radius:0!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;display:inline-block!important}.product-swatches-by-handle__option-values .swatch--selected{border-color:#000!important}.product-swatches-by-handle__option-values .swatch:not(.swatch--selected){box-shadow:none!important;border-color:#0000!important}.swatch-group{flex-direction:column;gap:12px;width:100%;display:flex}.swatch-group__swatches{flex-wrap:wrap;align-items:center;gap:8px;min-height:40px;display:flex}.swatch-group__toggle{cursor:pointer;color:#666;background:0 0;border:1px solid #ddd;border-radius:4px;justify-content:center;align-self:flex-start;align-items:center;gap:6px;min-width:120px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.swatch-group__toggle:hover{color:#333;background-color:#f5f5f5;border-color:#bbb}.swatch-group__toggle:focus{outline-offset:2px;outline:2px solid #000}.swatch-group__toggle-icon{font-size:16px;font-weight:700;line-height:1}.swatch-group__info{color:#666;margin-top:4px;font-size:12px}.swatch-group--loading{color:#666;justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.swatch-group__loading-spinner{border:2px solid #f3f3f3;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swatch-group--error{color:#dc3545;background-color:#f8d7da;border:1px solid #dc3545;border-radius:4px;justify-content:center;align-items:center;padding:20px;display:flex}.swatch-group--empty{color:#666;background-color:#f9f9f9;border:1px dashed #ddd;border-radius:4px;justify-content:center;align-items:center;padding:20px;display:flex}@media (width<=768px){.swatch-group__swatches{gap:6px}.swatch-group__toggle{min-width:100px;padding:6px 10px;font-size:13px}.swatch-group__info{font-size:11px}}@media (width<=480px){.swatch-group{gap:8px}.swatch-group__swatches{gap:4px}.swatch-group__toggle{min-width:80px;padding:4px 8px;font-size:12px}}@media (prefers-contrast:high){.swatch-group__toggle{color:#000;border-color:#000}.swatch-group__toggle:hover{color:#fff;background-color:#000}.swatch-group--error{color:#000;background-color:#fff;border-color:#000}}@media (prefers-reduced-motion:reduce){.swatch-group__toggle{transition:none}.swatch-group__loading-spinner{animation:none}}@media (prefers-color-scheme:dark){.swatch-group__toggle{color:#ccc;border-color:#444}.swatch-group__toggle:hover{color:#fff;background-color:#333;border-color:#555}.swatch-group__info,.swatch-group--loading{color:#999}.swatch-group--empty{color:#999;background-color:#222;border-color:#444}}.product-swatches{width:100%;margin-top:16px}.product-swatches__option{flex-direction:column;gap:8px;display:flex}.product-swatches__label{color:#333;margin-bottom:4px;font-size:14px;font-weight:500;display:block}.product-swatches__selected-info{background-color:#f8f9fa;border-left:3px solid #000;border-radius:4px;margin-top:8px;padding:8px 12px}.product-swatches__selected-info small{color:#666;font-size:12px}.product-swatches__selected-info strong{color:#333;font-weight:600}@media (width<=768px){.product-swatches{margin-top:12px}.product-swatches__label{font-size:13px}.product-swatches__selected-info{padding:6px 10px}.product-swatches__selected-info small{font-size:11px}}@media (width<=480px){.product-swatches{margin-top:8px}.product-swatches__label{font-size:12px}.product-swatches__selected-info{padding:4px 8px}}@media (prefers-contrast:high){.product-swatches__label{color:#000}.product-swatches__selected-info{background-color:#fff;border-left-color:#000}.product-swatches__selected-info small,.product-swatches__selected-info strong{color:#000}}@media (prefers-color-scheme:dark){.product-swatches__label{color:#fff}.product-swatches__selected-info{background-color:#2a2a2a;border-left-color:#000}.product-swatches__selected-info small{color:#ccc}.product-swatches__selected-info strong{color:#fff}}.product-swatches-by-handle{flex-direction:column;gap:1rem;transition:all .2s ease-in-out;display:flex;position:relative}.product-swatches-by-handle--loading,.product-swatches-by-handle--error,.product-swatches-by-handle--empty{text-align:center;color:#6b7280;justify-content:center;align-items:center;min-height:120px}.product-swatches-by-handle__loading-spinner{border:2px solid #e5e7eb;border-top-color:#000;border-radius:50%;width:2rem;height:2rem;margin-bottom:.5rem;animation:1s linear infinite spin}.product-swatches-by-handle__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-swatches-by-handle__title{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.product-swatches-by-handle__selected{color:#059669;background:#d1fae5;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.product-swatches-by-handle__swatches{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.product-swatches-by-handle__toggle{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;align-self:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.product-swatches-by-handle__toggle:hover{background:#e5e7eb;border-color:#9ca3af}.product-swatches-by-handle__toggle:focus{outline-offset:2px;outline:2px solid #000}.product-swatches-by-handle__toggle-icon{font-size:1.125rem;font-weight:700;line-height:1}.product-swatches-by-handle__info{text-align:center;color:#6b7280;border-top:1px solid #f3f4f6;margin-top:.5rem;padding-top:.75rem;font-size:.75rem}.product-swatches-by-handle__hover-info{z-index:10;margin-top:.5rem;position:absolute;top:100%;left:0;right:0}.product-swatches-by-handle__hover-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;animation:.2s ease-out fadeInUp;box-shadow:0 10px 15px -3px #0000001a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-swatches-by-handle__hover-card h5{color:#111827;margin:0 0 .5rem;font-size:1rem;font-weight:600}.product-swatches-by-handle__hover-card p{color:#6b7280;margin:.25rem 0;font-size:.875rem}.product-swatches-by-handle--error{color:#dc2626;background:#fef2f2;border-color:#ef4444}.product-swatches-by-handle--empty{color:#d97706;background:#fffbeb;border-color:#f59e0b}@media (width<=640px){.product-swatches-by-handle__header{flex-direction:column;align-items:flex-start}.product-swatches-by-handle__swatches{gap:.5rem}.product-swatches-by-handle__hover-info{margin-top:0;position:fixed;inset:auto 1rem 1rem}}.product-swatches-by-handle:focus-within,.swatch--focused{outline-offset:2px;outline:2px solid #000}.product-swatches-by-handle *{transition:all .2s ease-in-out}@media (prefers-color-scheme:dark){.product-swatches-by-handle__title{color:#f9fafb}.product-swatches-by-handle__toggle{color:#f9fafb;background:#374151;border-color:#4b5563}.product-swatches-by-handle__toggle:hover{background:#4b5563}.product-swatches-by-handle__hover-card{color:#f9fafb;background:#1f2937;border-color:#374151}.product-swatches-by-handle__hover-card h5{color:#f9fafb}}.product-swatches-by-handle .swatch{border-radius:0!important}h3.product-swatches-by-handle__option-title{color:var(--Brand-Black,#1f1f1f);letter-spacing:1.5px;margin-top:0;font-size:14px;font-style:normal;font-weight:420;line-height:24px}.product-swatches-by-handle:focus,.product-swatches-by-handle:focus-within{outline:none}.customize-swatch-item{display:block!important}.customizable-product-swatches{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin:1rem 0;padding:1rem}.customizable-product-swatches__in-stock{border-bottom:1px solid #e0e0e0;margin-bottom:1rem;padding:.5rem 0}.customizable-product-swatches__label{cursor:pointer;align-items:center;gap:.5rem;font-weight:500;display:flex}.customizable-product-swatches__checkbox{cursor:pointer;margin:0}.customizable-product-swatches__fabric-type{border-bottom:1px solid #e0e0e0;margin-bottom:1rem;padding:.5rem 0}.customizable-product-swatches__select{background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.875rem}.customizable-product-swatches__section{margin-bottom:1.5rem}.customizable-product-swatches__section-title{color:#333;margin:0 0 .75rem;font-size:1rem;font-weight:600}.customizable-product-swatches__swatches{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.customizable-product-swatches__toggle{color:#000;cursor:pointer;background:0 0;border:1px solid #000;border-radius:4px;padding:.25rem .75rem;font-size:.875rem;transition:all .2s}.customizable-product-swatches__toggle:hover{color:#fff;background-color:#000}.customizable-product-swatches__selected-info{background-color:#e7f3ff;border-left:4px solid #000;border-radius:4px;margin-top:1rem;padding:.75rem}.customizable-product-swatches__selected-info small{color:#0056b3;font-weight:500}.customizable-product-swatches__debug{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-top:1rem;padding:.5rem}.customizable-product-swatches__debug small{color:#6c757d;font-family:monospace}@media (width<=768px){.customizable-product-swatches{padding:.75rem}.customizable-product-swatches__swatches{gap:.375rem}.customizable-product-swatches__section-title{font-size:.875rem}}.product-card-with-swatches{background:#fff;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-card-with-swatches:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-card__link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.product-card__image{aspect-ratio:1;background:#f8f9fa;position:relative;overflow:hidden}.product-card__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card__image.mobile-slider{scroll-snap-type:x mandatory;gap:8px;display:flex;overflow-x:auto}.product-card__image.mobile-slider img{scroll-snap-align:start;flex-shrink:0}.product-card-with-swatches:hover .product-card__image img{transform:scale(1.05)}.product-card__image-indicator{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-card__content{flex-direction:column;flex-grow:1;gap:8px;padding:16px;display:flex}.product-card__title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__price{color:#333;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:500;display:flex}.product-card__compare-price{color:#999;font-size:14px;font-weight:400;text-decoration:line-through}.product-card__discount-message{color:#dc3545;margin:4px 0 0;font-size:14px;font-weight:500;line-height:1.3}.product-card__swatches{margin-top:auto;padding-top:12px}.product-card-with-swatches.loading{pointer-events:none}.product-card__image-placeholder{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}.product-card__title-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;margin-bottom:8px;animation:1.5s infinite loading}.product-card__price-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:24px;animation:1.5s infinite loading}.product-card__swatches-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:32px;margin-top:12px;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card-with-swatches.error{background-color:#f8d7da;border-color:#dc3545}.product-card-with-swatches.error p{color:#721c24;text-align:center;margin:0;padding:20px}.product-card-with-swatches.not-found{background-color:#fff3cd;border-color:#ffc107}.product-card-with-swatches.not-found p{color:#856404;text-align:center;margin:0;padding:20px}@media (width<=768px){.product-card__content{gap:6px;padding:12px}.product-card__title{font-size:14px}.product-card__price{font-size:16px}.product-card__swatches{padding-top:8px}.product-card__image-indicator{width:20px;height:20px;font-size:10px}}@media (width<=480px){.product-card__content{gap:4px;padding:10px}.product-card__title{font-size:13px}.product-card__price{font-size:15px}.product-card__swatches{padding-top:6px}}@media (prefers-contrast:high){.product-card-with-swatches{border-color:#000}.product-card-with-swatches:hover{border-color:#000;box-shadow:0 4px 12px #0000004d}.product-card__image-indicator{color:#fff;background:#000}}@media (prefers-reduced-motion:reduce){.product-card-with-swatches{transition:none}.product-card-with-swatches:hover{transform:none}.product-card__image img{transition:none}.product-card-with-swatches:hover .product-card__image img{transform:none}.product-card__image-indicator{animation:none}}.product-detail-with-swatches{max-width:1200px;margin:0 auto;padding:20px}.product-detail__container{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.product-detail__media{position:sticky;top:20px}.product-detail__main-image{background:#f8f9fa;border-radius:8px;margin-bottom:16px;position:relative;overflow:hidden}.product-detail__image{width:100%;height:auto;transition:transform .3s;display:block}.product-detail__main-image:hover .product-detail__image{transform:scale(1.02)}.product-detail__variant-indicator{color:#fff;z-index:2;background:#007bffe6;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;animation:.3s fadeIn;position:absolute;top:12px;right:12px}.product-detail__gallery{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.product-detail__thumbnail{cursor:pointer;aspect-ratio:1;background:0 0;border:2px solid #0000;border-radius:6px;padding:0;transition:all .2s;overflow:hidden}.product-detail__thumbnail:hover{border-color:#007bff;transform:scale(1.05)}.product-detail__thumbnail.selected{border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.product-detail__thumbnail-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.product-detail__info{flex-direction:column;gap:24px;display:flex}.product-detail__header{margin-bottom:8px}.product-detail__vendor{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:14px}.product-detail__title{color:#333;margin:0 0 16px;font-size:32px;font-weight:600;line-height:1.2}.product-detail__price{align-items:center;gap:12px;margin-bottom:8px;display:flex}.product-detail__current-price{color:#333;font-size:24px;font-weight:600}.product-detail__compare-price{color:#999;font-size:18px;text-decoration:line-through}.product-detail__swatches{border-top:1px solid #e5e5e5;margin-top:8px;padding-top:20px}.product-detail__options{flex-direction:column;gap:20px;display:flex}.product-detail__option{flex-direction:column;gap:8px;display:flex}.product-detail__option-label{color:#333;margin:0;font-size:16px;font-weight:500}.product-detail__option-values{flex-wrap:wrap;gap:8px;display:flex}.product-detail__option-value{color:#333;cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e5e5;border-radius:6px;min-width:60px;padding:8px 16px;font-size:14px;transition:all .2s}.product-detail__option-value:hover{background:#f8f9fa;border-color:#007bff}.product-detail__option-value.selected{color:#fff;background:#007bff;border-color:#007bff}.product-detail__quantity{flex-direction:column;gap:8px;display:flex}.product-detail__quantity-label{color:#333;margin:0;font-size:16px;font-weight:500}.product-detail__quantity-selector{border:2px solid #e5e5e5;border-radius:6px;align-items:center;width:fit-content;display:flex;overflow:hidden}.product-detail__quantity-btn{color:#333;cursor:pointer;background:#f8f9fa;border:none;min-width:48px;padding:12px 16px;font-size:18px;font-weight:600;transition:background-color .2s}.product-detail__quantity-btn:hover{background:#e9ecef}.product-detail__quantity-input{text-align:center;color:#333;border:none;outline:none;width:80px;padding:12px;font-size:16px;font-weight:500}.product-detail__actions{margin-top:8px}.product-detail__add-to-cart{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;width:100%;padding:16px 24px;font-size:18px;font-weight:600;transition:all .2s}.product-detail__add-to-cart:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.product-detail__add-to-cart:disabled{cursor:not-allowed;background:#6c757d;transform:none}.product-detail__description{border-top:1px solid #e5e5e5;padding-top:20px}.product-detail__description h3{color:#333;margin:0 0 16px;font-size:20px;font-weight:600}.product-detail__description-content{color:#666;line-height:1.6}.product-detail__description-content p{margin:0 0 12px}.product-detail__meta{color:#666;border-top:1px solid #e5e5e5;padding-top:20px;font-size:14px}.product-detail__meta p{margin:0 0 8px}.product-detail__meta strong{color:#333}.product-detail-with-swatches.loading{pointer-events:none}.product-detail__skeleton{grid-template-columns:1fr 1fr;gap:40px;display:grid}.product-detail__image-skeleton{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite loading}.product-detail__content-skeleton{flex-direction:column;gap:20px;display:flex}.product-detail__title-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:32px;animation:1.5s infinite loading}.product-detail__price-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:120px;height:24px;animation:1.5s infinite loading}.product-detail__swatches-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:60px;animation:1.5s infinite loading}.product-detail__description-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:100px;animation:1.5s infinite loading}.product-detail__button-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;height:56px;animation:1.5s infinite loading}.product-detail-with-swatches.error,.product-detail-with-swatches.not-found{text-align:center;padding:40px 20px}.product-detail__error h2,.product-detail__not-found h2{color:#dc3545;margin:0 0 16px}.product-detail__not-found h2{color:#ffc107}.product-detail__error p,.product-detail__not-found p{color:#666;margin:0}@media (width<=1024px){.product-detail__container{gap:30px}.product-detail__title{font-size:28px}}@media (width<=768px){.product-detail-with-swatches{padding:16px}.product-detail__container{grid-template-columns:1fr;gap:24px}.product-detail__media{position:static}.product-detail__title{font-size:24px}.product-detail__current-price{font-size:20px}.product-detail__gallery{grid-template-columns:repeat(4,1fr)}.product-detail__info{gap:20px}}@media (width<=480px){.product-detail-with-swatches{padding:12px}.product-detail__title{font-size:20px}.product-detail__current-price{font-size:18px}.product-detail__gallery{grid-template-columns:repeat(3,1fr);gap:6px}.product-detail__option-value{min-width:50px;padding:6px 12px;font-size:13px}.product-detail__add-to-cart{padding:14px 20px;font-size:16px}}@media (prefers-contrast:high){.product-detail__variant-indicator{color:#fff;background:#000}.product-detail__option-value.selected{background:#000;border-color:#000}.product-detail__add-to-cart{background:#000}.product-detail__add-to-cart:hover:not(:disabled){background:#333}}@media (prefers-reduced-motion:reduce){.product-detail__image{transition:none}.product-detail__main-image:hover .product-detail__image{transform:none}.product-detail__variant-indicator{animation:none}.product-detail__add-to-cart:hover:not(:disabled){transform:none}}@media (prefers-color-scheme:dark){.product-detail-with-swatches{color:#fff;background:#1a1a1a}.product-detail__main-image{background:#2a2a2a}.product-detail__title,.product-detail__current-price,.product-detail__option-label{color:#fff}.product-detail__option-value{color:#fff;background:#2a2a2a;border-color:#444}.product-detail__option-value:hover{background:#333;border-color:#007bff}.product-detail__quantity-selector{border-color:#444}.product-detail__quantity-btn{color:#fff;background:#2a2a2a}.product-detail__quantity-btn:hover{background:#333}.product-detail__quantity-input{color:#fff;background:#2a2a2a}}.product-grid-with-swatches{width:100%;max-width:1400px;margin:0 auto;padding:20px}.product-grid__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.product-grid__info{flex:1}.product-grid__title{color:#333;margin:0 0 8px;font-size:28px;font-weight:600}.product-grid__count{color:#666;margin:0;font-size:14px}.product-grid__controls{align-items:center;gap:16px;display:flex}.product-grid__view-options{border:1px solid #e5e5e5;border-radius:6px;gap:4px;display:flex;overflow:hidden}.product-grid__view-btn{color:#666;cursor:pointer;background:#fff;border:none;min-width:40px;padding:8px 12px;font-size:12px;transition:all .2s}.product-grid__view-btn:hover{color:#333;background:#f8f9fa}.product-grid__view-btn.active{color:#fff;background:#007bff}.product-grid__items{margin-bottom:40px}.product-grid__item{flex-direction:column;height:100%;display:flex}.product-grid-with-swatches.loading{pointer-events:none}.product-grid__item-skeleton{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-grid__image-skeleton{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}.product-grid__content-skeleton{flex-direction:column;flex-grow:1;gap:12px;padding:16px;display:flex}.product-grid__title-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.5s infinite loading}.product-grid__price-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:24px;animation:1.5s infinite loading}.product-grid__swatches-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:32px;animation:1.5s infinite loading}.product-grid__load-more{justify-content:center;margin-top:40px;display:flex}.product-grid__load-more-button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.product-grid__load-more-button:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.product-grid__load-more-button:disabled{cursor:not-allowed;background:#6c757d;transform:none}.product-grid__loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.product-grid__end{text-align:center;color:#666;border-top:1px solid #e5e5e5;margin-top:40px;padding:40px 20px}.product-grid__end p{margin:0;font-size:16px}.product-grid__empty{text-align:center;color:#666;padding:60px 20px}.product-grid__empty h3{color:#333;margin:0 0 16px;font-size:24px;font-weight:600}.product-grid__empty p{max-width:400px;margin:0 auto;font-size:16px}.product-grid-with-swatches.error{text-align:center;padding:40px 20px}.product-grid__error h3{color:#dc3545;margin:0 0 16px;font-size:20px}.product-grid__error p{color:#666;margin:0 0 20px}.product-grid__retry-button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:500;transition:background-color .2s}.product-grid__retry-button:hover{background:#0056b3}@media (width<=1200px){.product-grid-with-swatches{padding:16px}.product-grid__header{flex-direction:column;align-items:flex-start;gap:16px}.product-grid__title{font-size:24px}}@media (width<=768px){.product-grid-with-swatches{padding:12px}.product-grid__header{margin-bottom:20px;padding-bottom:16px}.product-grid__title{font-size:20px}.product-grid__controls{justify-content:space-between;width:100%}.product-grid__view-options{flex:1;justify-content:center}.product-grid__load-more-button{min-width:160px;padding:14px 24px;font-size:14px}.product-grid__content-skeleton{gap:8px;padding:12px}}@media (width<=480px){.product-grid-with-swatches{padding:8px}.product-grid__header{margin-bottom:16px;padding-bottom:12px}.product-grid__title{font-size:18px}.product-grid__count{font-size:12px}.product-grid__view-btn{min-width:32px;padding:6px 8px;font-size:10px}.product-grid__load-more-button{min-width:140px;padding:12px 20px;font-size:13px}.product-grid__empty{padding:40px 16px}.product-grid__empty h3{font-size:20px}.product-grid__empty p{font-size:14px}}@media (prefers-contrast:high){.product-grid__view-btn.active{color:#fff;background:#000}.product-grid__load-more-button{background:#000}.product-grid__load-more-button:hover:not(:disabled){background:#333}.product-grid__retry-button{background:#000}.product-grid__retry-button:hover{background:#333}}@media (prefers-reduced-motion:reduce){.product-grid__load-more-button{transition:none}.product-grid__load-more-button:hover:not(:disabled){transform:none}.product-grid__loading-spinner,.product-grid__image-skeleton,.product-grid__title-skeleton,.product-grid__price-skeleton,.product-grid__swatches-skeleton{animation:none}}@media (prefers-color-scheme:dark){.product-grid-with-swatches{color:#fff;background:#1a1a1a}.product-grid__header{border-bottom-color:#444}.product-grid__title{color:#fff}.product-grid__count{color:#ccc}.product-grid__view-options{border-color:#444}.product-grid__view-btn{color:#ccc;background:#2a2a2a}.product-grid__view-btn:hover{color:#fff;background:#333}.product-grid__view-btn.active{color:#fff;background:#007bff}.product-grid__item-skeleton{background:#2a2a2a;border-color:#444}.product-grid__image-skeleton,.product-grid__title-skeleton,.product-grid__price-skeleton,.product-grid__swatches-skeleton{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%) 0 0/200% 100%}.product-grid__end{color:#ccc;border-top-color:#444}.product-grid__empty{color:#ccc}.product-grid__empty h3{color:#fff}.product-grid__error h3{color:#ff6b6b}.product-grid__error p{color:#ccc}}.product-carousel-with-swatches{width:100%;max-width:1400px;margin:0 auto;padding:20px;position:relative}.product-carousel__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.product-carousel__info{flex:1}.product-carousel__title{color:#333;margin:0 0 8px;font-size:28px;font-weight:600}.product-carousel__count{color:#666;margin:0;font-size:14px}.product-carousel__controls{gap:8px;display:flex}.product-carousel__control-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;transition:all .2s;display:flex}.product-carousel__control-btn:hover:not(:disabled){color:#007bff;border-color:#007bff;transform:scale(1.05)}.product-carousel__control-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-carousel__container{margin-bottom:20px;position:relative;overflow:hidden}.product-carousel__track{width:100%;transition:transform .5s;display:flex}.product-carousel__slide{flex-shrink:0;padding:0 10px}.product-carousel__item{height:100%}.product-carousel__dots{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.product-carousel__dot{cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:50%;width:12px;height:12px;padding:0;transition:all .2s}.product-carousel__dot:hover{background:#f8f9fa;border-color:#007bff}.product-carousel__dot.active{background:#007bff;border-color:#007bff}.product-carousel__progress{background:#e5e5e5;border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0;overflow:hidden}.product-carousel__progress-bar{background:#007bff;border-radius:2px;height:100%;transition:width .1s}.product-carousel__keyboard-nav{opacity:0;pointer-events:none;position:absolute;left:-9999px}.product-carousel__keyboard-nav button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;margin:4px;padding:8px 16px}.product-carousel-with-swatches.loading{pointer-events:none}.product-carousel__skeleton{gap:20px;display:flex;overflow:hidden}.product-carousel__item-skeleton{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex:1;min-width:250px;overflow:hidden}.product-carousel__image-skeleton{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}.product-carousel__content-skeleton{flex-direction:column;gap:12px;padding:16px;display:flex}.product-carousel__title-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.5s infinite loading}.product-carousel__price-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:24px;animation:1.5s infinite loading}.product-carousel__swatches-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:32px;animation:1.5s infinite loading}.product-carousel-with-swatches.error{text-align:center;padding:40px 20px}.product-carousel__error h3{color:#dc3545;margin:0 0 16px;font-size:20px}.product-carousel__error p{color:#666;margin:0}.product-carousel-with-swatches.empty{text-align:center;padding:40px 20px}.product-carousel__empty h3{color:#333;margin:0 0 16px;font-size:20px}.product-carousel__empty p{color:#666;margin:0}@media (width<=1200px){.product-carousel-with-swatches{padding:16px}.product-carousel__header{flex-direction:column;align-items:flex-start;gap:16px}.product-carousel__title{font-size:24px}.product-carousel__controls{align-self:flex-end}}@media (width<=768px){.product-carousel-with-swatches{padding:12px}.product-carousel__header{margin-bottom:20px;padding-bottom:16px}.product-carousel__title{font-size:20px}.product-carousel__control-btn{width:36px;height:36px;font-size:16px}.product-carousel__slide{padding:0 6px}.product-carousel__content-skeleton{gap:8px;padding:12px}.product-carousel__dots{gap:6px}.product-carousel__dot{width:10px;height:10px}}@media (width<=480px){.product-carousel-with-swatches{padding:8px}.product-carousel__header{margin-bottom:16px;padding-bottom:12px}.product-carousel__title{font-size:18px}.product-carousel__count{font-size:12px}.product-carousel__control-btn{width:32px;height:32px;font-size:14px}.product-carousel__slide{padding:0 4px}.product-carousel__dots{gap:4px}.product-carousel__dot{width:8px;height:8px}.product-carousel__progress{height:3px}}@media (prefers-contrast:high){.product-carousel__control-btn{color:#000;border-color:#000}.product-carousel__control-btn:hover:not(:disabled){color:#000;background:#fff;border-color:#000}.product-carousel__dot{border-color:#000}.product-carousel__dot.active{background:#000;border-color:#000}.product-carousel__progress-bar{background:#000}}@media (prefers-reduced-motion:reduce){.product-carousel__track,.product-carousel__control-btn{transition:none}.product-carousel__control-btn:hover:not(:disabled){transform:none}.product-carousel__dot,.product-carousel__progress-bar{transition:none}.product-carousel__image-skeleton,.product-carousel__title-skeleton,.product-carousel__price-skeleton,.product-carousel__swatches-skeleton{animation:none}}@media (prefers-color-scheme:dark){.product-carousel-with-swatches{color:#fff;background:#1a1a1a}.product-carousel__header{border-bottom-color:#444}.product-carousel__title{color:#fff}.product-carousel__count{color:#ccc}.product-carousel__control-btn{color:#ccc;background:#2a2a2a;border-color:#444}.product-carousel__control-btn:hover:not(:disabled){color:#007bff;background:#333;border-color:#007bff}.product-carousel__dot{background:#2a2a2a;border-color:#444}.product-carousel__dot:hover{background:#333;border-color:#007bff}.product-carousel__dot.active{background:#007bff;border-color:#007bff}.product-carousel__progress{background:#444}.product-carousel__item-skeleton{background:#2a2a2a;border-color:#444}.product-carousel__image-skeleton,.product-carousel__title-skeleton,.product-carousel__price-skeleton,.product-carousel__swatches-skeleton{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%) 0 0/200% 100%}.product-carousel__empty h3{color:#fff}.product-carousel__empty p{color:#ccc}.product-carousel__error h3{color:#ff6b6b}.product-carousel__error p{color:#ccc}}.customizable-product__tab{border-bottom:2px solid var(--Brand-Navy-10,#e8eaef);width:50%;padding-bottom:10px}.customizable-product__tabs{max-width:400px}.customizable-product__tab p{color:var(--Brand-Gray,#767676);text-align:center;font-feature-settings:"liga" off, "clig" off;letter-spacing:2px;text-transform:uppercase;margin:0;padding:0;font-family:Brandon Grotesque;font-size:14px;font-style:normal;font-weight:450;line-height:17px}.customizable-product__tab.tab-active{border-color:var(--Brand-Navy-100,#1e3060);color:var(--Brand-Navy-100,#1e3060)}.customizable-product__tab.tab-active p{color:var(--Brand-Navy-100,#1e3060);font-weight:600!important}.customizable-product__tab.tab-disabled{opacity:.5;pointer-events:none;border-color:var(--Brand-Gray,#e8eaef)}.customizable-product__tab.tab-disabled p{color:var(--Brand-Gray,#767676)!important;cursor:not-allowed!important}.customizable-product__tabs-item p{color:var(--Brand-Black,#1f1f1f);letter-spacing:1.5px;text-transform:uppercase;margin-top:0;font-size:14px;font-style:normal;font-weight:420;line-height:24px}.customizable-product__tabs-item{width:50%;padding-top:20px}span.active-customize-option{text-transform:capitalize;color:var(--Brand-Black,#1f1f1f);text-align:center;font-feature-settings:"liga" off, "clig" off;font-family:Brandon Grotesque;font-size:15px;font-style:normal;font-weight:390;line-height:23px}select#fabric_type{border:1px solid #bbc1cf;padding:4px 15px}.customize-swatch-container{flex-flow:wrap;gap:10px;width:100%;max-width:164px;max-height:250px;padding-top:2px;display:flex;overflow:auto}.customize-swatch-item{height:41px}.customize-swatch-item.swatch-active,.customize-swatch-item.base-active{box-shadow:0 9px 19px #000;border:2px solid #000!important}.customize-swatch-item-base-not-found{display:block!important}.product-swatches-by-handle .swatch{border:1px solid #000!important}.variant-specific-media{box-shadow:0 0 0 2px var(--Brand-Navy-100,#1e3060);border-radius:4px;opacity:1!important}.variant-specific-media img{transition:transform .3s;transform:scale(1.05)}@keyframes pulseVariantThumbnail{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.variant-specific-media.animate{animation:.5s ease-in-out pulseVariantThumbnail}.variant-info{background-color:#f8f9fa;border-radius:8px;margin-top:16px;padding:16px}.variant-info__item{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.variant-info__item:last-child{border-bottom:none}.variant-info__label{color:#666;font-size:14px;font-weight:500}.variant-info__value{color:#333;font-size:14px;font-weight:400}.variant-info__price{color:var(--Brand-Navy-100,#1e3060);font-size:16px;font-weight:600}.variant-info__availability.in-stock{color:#28a745;font-weight:500}.variant-info__availability.out-of-stock{color:#dc3545;font-weight:500}.customize-swatch-item.swatch-active{transform:translateY(-1px)scale(1.02);box-shadow:0 2px 8px #00000026}.customize-swatch-item.base-active{transform:translateY(-1px);box-shadow:0 2px 8px #0003}.customize-swatch-item:hover{transition:all .2s;transform:translateY(-1px)}.customize-swatch-item.swatch-active:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 4px 12px #0003}.customize-swatch-item.base-active:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@keyframes selectSwatch{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.customize-swatch-item.swatch-active,.customize-swatch-item.base-active{animation:.2s ease-out selectSwatch}.customize-swatch-item.loading{opacity:.6;pointer-events:none}.customize-swatch-item.loading:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#fffc,#0000);animation:1.5s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}select#fabric_type:focus{outline-offset:2px;border-color:#000;outline:2px solid #000}.fabric-type-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;transition:all .3s;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding-right:40px!important}.fabric-type-select:hover{border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a,0 2px 3px #0000000f}.fabric-type-select:focus{transform:translateY(-1px);box-shadow:0 0 0 3px #0000001a,0 2px 4px #0000001a;border-color:#000!important}.fabric-type-select:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}@supports (-webkit-touch-callout:none){.fabric-type-select{-webkit-tap-highlight-color:#0000001a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:44px}}.fabric-type-select option{color:#1f2937;background-color:#fff;padding:12px 16px;font-size:16px}.fabric-type-select:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6;background-color:#f9fafb}@media (width<=768px){.fabric-type-select{min-height:48px;font-size:16px}}.product-variant-selector{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.product-variant-selector.empty{text-align:center;color:#6b7280;padding:2rem}.product-variant-selector__images{flex-direction:column;gap:1rem;display:flex}.product-variant-selector__main-image{width:100%;max-width:400px;margin:0 auto}.product-variant-selector__image{-o-object-fit:cover;object-fit:cover;border-radius:.375rem;width:100%;height:auto}.product-variant-selector__thumbnails{gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.product-variant-selector__thumbnail{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.25rem;flex-shrink:0;width:60px;height:60px;padding:0;transition:border-color .2s}.product-variant-selector__thumbnail:hover,.product-variant-selector__thumbnail.selected{border-color:#3b82f6}.product-variant-selector__thumbnail-image{-o-object-fit:cover;object-fit:cover;border-radius:.125rem;width:100%;height:100%}.product-variant-selector__info{flex-direction:column;gap:1rem;display:flex}.product-variant-selector__price{align-items:center;gap:.5rem;display:flex}.product-variant-selector__price-amount{color:#111827;font-size:1.25rem;font-weight:600}.product-variant-selector__compare-price{color:#6b7280;font-size:1rem;text-decoration:line-through}.product-variant-selector__availability{align-items:center;display:flex}.product-variant-selector__status{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.product-variant-selector__status.in-stock{color:#166534;background-color:#dcfce7}.product-variant-selector__status.out-of-stock{color:#dc2626;background-color:#fef2f2}.product-variant-selector__options{flex-direction:column;gap:.5rem;display:flex}.product-variant-selector__option{gap:.5rem;font-size:.875rem;display:flex}.product-variant-selector__option-name{color:#374151;font-weight:500}.product-variant-selector__option-value{color:#111827}.product-variant-selector__variants h3{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.product-variant-selector__variant-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.product-variant-selector__variant{cursor:pointer;text-align:left;background:0 0;border:2px solid #e5e7eb;border-radius:.375rem;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.product-variant-selector__variant:hover:not(:disabled){background-color:#f8fafc;border-color:#3b82f6}.product-variant-selector__variant.selected{background-color:#eff6ff;border-color:#3b82f6}.product-variant-selector__variant.unavailable{opacity:.5;cursor:not-allowed}.product-variant-selector__variant.unavailable:hover{background-color:#0000;border-color:#e5e7eb}.product-variant-selector__variant-info{flex-direction:column;gap:.25rem;display:flex}.product-variant-selector__variant-title{color:#111827;font-size:.875rem;font-weight:500}.product-variant-selector__variant-price{color:#6b7280;font-size:.75rem}.product-variant-selector__variant-image{-o-object-fit:cover;object-fit:cover;border-radius:.25rem;width:100%;height:80px}@media (width>=768px){.product-variant-selector{flex-direction:row;align-items:flex-start}.product-variant-selector__images{flex:0 0 300px}.product-variant-selector__info{flex:0 0 250px}.product-variant-selector__variants{flex:1}}@media (width<=767px){.product-variant-selector__variant-list{grid-template-columns:1fr}.product-variant-selector__thumbnails{justify-content:center}}.empty-state{text-align:center;padding:4rem 1.25rem}@media (width>=768px){.empty-state{padding:4rem 2.5rem}}.empty-state__container{max-width:28rem;margin:0 auto}.empty-state__icon{margin-bottom:1.5rem}.empty-state__icon-svg{color:#9ca3af;width:4rem;height:4rem;margin:0 auto}.empty-state__title{color:var(--Brand-Black,#1f1f1f);letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:22px;font-style:normal;font-weight:420;line-height:27px}.empty-state__message{color:#4b5563;margin-bottom:1.5rem}.empty-state-button{color:var(--Brand-White,#fff);cursor:pointer;text-align:center;font-feature-settings:"liga" off, "clig" off;letter-spacing:2px;text-transform:uppercase;background-color:#1e3060;border:none;align-items:center;padding:15px 20px;font-size:14px;font-style:normal;font-weight:450;line-height:17px;transition:background-color .2s;display:inline-flex}.empty-state-button:hover{background-color:#19222f}.empty-state-button__icon{width:1rem;height:1rem;margin-right:.5rem}.autocomplete-search{width:100%}.autocomplete-search__container{align-items:center;display:flex}.autocomplete-search__input-wrapper{flex:1;position:relative}.autocomplete-search__input{border:1px solid var(--Brand-Navy-20,#d2d6df);width:100%;font-size:14x;outline:none;padding:5px 40px 5px 10px;transition:border-color .2s}.autocomplete-search__submit{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;margin-left:10px;padding:10px 20px;font-size:16px;transition:background .2s}.autocomplete-search__submit:hover{background:#555}.autocomplete-search__clear{cursor:pointer;color:#666;z-index:1;background:0 0;border:none;padding:8px;font-size:18px;transition:color .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.autocomplete-search__clear:hover{color:#333}.nav-search-btn{pointer-events:none;z-index:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.autocomplete-search__results{background:#fff;border-top:1px solid #e8eaef;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #00000021}.autocomplete-search__two-col{grid-template-columns:15% 85%;gap:12px;padding:40px;display:grid}.autocomplete-search__suggestions-title{text-transform:lowercase;color:#111;margin-bottom:8px;font-size:12px;font-weight:700}.autocomplete-search__suggestions-list{margin:0;padding:0;list-style:none}.autocomplete-search__suggestion-item{margin:0 0 6px}.autocomplete-search__suggestion-item.is-empty{color:#888}.autocomplete-search__suggestion-button{text-align:left;cursor:pointer;color:#333;background:0 0;border:none;width:100%;padding:6px 4px;display:block}.autocomplete-search__suggestion-button:hover{color:#000}.autocomplete-search__col-right{position:relative}.autocomplete-search__slider-controls{gap:6px;display:flex;position:absolute;top:-6px;right:6px}.autocomplete-search__nav-btn{text-align:center;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;width:28px;height:28px;line-height:26px}.autocomplete-search__nav-btn:hover{border-color:#bbb}.autocomplete-search__slider{cursor:grab;margin-bottom:10px;padding-bottom:10px;overflow:auto hidden}.autocomplete-search__slider:active{cursor:grabbing}.autocomplete-search__slides{grid-auto-columns:calc(33.3333% - 8px);grid-auto-flow:column;gap:12px;display:grid}.autocomplete-search__slider::-webkit-scrollbar{height:6px}.autocomplete-search__slider::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.autocomplete-search__slider::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#333 0%,#666 100%);border-radius:3px;transition:all .2s}.autocomplete-search__slider::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#000 0%,#333 100%);transform:scaleY(1.2)}.autocomplete-search__slider::-webkit-scrollbar-thumb:active{background:linear-gradient(90deg,#000 0%,#222 100%)}.autocomplete-search__slider{scrollbar-width:thin;scrollbar-color:#333 #0000000d}.autocomplete-search__slider::-webkit-scrollbar-thumb{box-shadow:0 1px 3px #0003}.autocomplete-search__slider::-webkit-scrollbar-thumb:hover{box-shadow:0 2px 6px #0000004d}.autocomplete-search__slider::-webkit-scrollbar-track{transition:background-color .2s}.autocomplete-search__slider::-webkit-scrollbar-thumb{transition:all .2s}.autocomplete-search__slider::-webkit-scrollbar{opacity:0;transition:opacity .3s}.autocomplete-search__slider:hover::-webkit-scrollbar{opacity:1}.autocomplete-search__slider:active::-webkit-scrollbar{opacity:1}.autocomplete-search__slide{-webkit-user-select:none;user-select:none;pointer-events:none;min-width:0}.autocomplete-search__slide *{pointer-events:auto}.autocomplete-search__slide img.product-card__image.product-card__image-secondary{opacity:0}.autocomplete-search__slide .product-card__image:hover img.product-card__image.product-card__image-secondary{opacity:1}.autocomplete-search__result{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;padding:10px 15px;transition:background .2s;display:flex}.autocomplete-search__result:last-child{border-bottom:none}.autocomplete-search__result:hover,.autocomplete-search__result--selected{background:#f5f5f5}.autocomplete-search__result-image{-o-object-fit:cover;object-fit:cover;border-radius:4px;width:50px;height:50px;margin-right:15px}.autocomplete-search__result-content{flex:1;justify-content:space-between;align-items:center;display:flex}.autocomplete-search__result-name{color:#333;flex:1;margin-right:10px;font-size:14px}.autocomplete-search__result-price{color:#333;white-space:nowrap;font-size:14px;font-weight:600}.autocomplete-search__loading{text-align:center;color:#666;background:#fff;border:1px solid #ddd;border-radius:4px;padding:15px;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 2px 8px #0000001a}@media (width<=968px){.autocomplete-search__input{font-size:16px}.autocomplete-search__submit{display:none}.autocomplete-search__container{width:100%}.autocomplete-search__results{border-radius:4px 4px 0 0;max-height:70vh;position:fixed;inset:auto 0 0;border:none!important}.autocomplete-search__results li.autocomplete-search__suggestion-item{margin:0}.scrolled-past-header .autocomplete-search__two-col{top:90px}.autocomplete-search__two-col{background:#fff;grid-template-columns:1fr;height:600px;max-height:100dvh;padding:20px;position:fixed;inset:170px 0 0;overflow:scroll}.autocomplete-search__col-left{border-bottom:1px solid #f0f0f0;border-right:none;margin-bottom:8px;padding-bottom:8px}.autocomplete-search__slider-controls{display:none}.autocomplete-search__slider{cursor:default;overflow:visible}.autocomplete-search__slides{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;gap:12px;max-height:none;display:grid}.autocomplete-search__slide{width:auto;min-height:auto}.search-results-grid{width:96%}.search-results-grid input{z-index:1000;border-bottom:1px solid #000!important}input#autocomplete-search-input::-moz-placeholder{color:#000!important}input#autocomplete-search-input,input#autocomplete-search-input::placeholder{color:#000!important}}.autocomplete-search_title{color:var(--Grayscale-Black-100,#000);letter-spacing:1.5px;text-transform:uppercase;font-size:14px;font-style:normal;font-weight:420;line-height:24px;text-decoration:none}.autocomplete-search__slide img{pointer-events:none}.autocomplete-search__slide .product-card__title a{color:inherit;text-decoration:none}.autocomplete-search__slide .product-card__title{color:var(--Grayscale-Black-100,#000);margin-bottom:10px;font-size:15px;font-style:normal;font-weight:390;line-height:23px}.autocomplete-search__empty-state{text-align:center;color:#666;padding:40px 20px}.autocomplete-search__empty-state p{margin:0;font-size:14px}@media screen and (width>=968px){.template-index div:not(.shopify-section-header-sticky) sticky-header .autocomplete-search__input-wrapper svg path,.template-index div:not(.scrolled-past-header) sticky-header .autocomplete-search__input-wrapper svg path{stroke:#fff!important}.template-index sticky-header:hover .autocomplete-search__input::placeholder{color:#000!important}.template-index sticky-header:hover .autocomplete-search__input{color:#000!important;border-color:#000!important}.template-index sticky-header .autocomplete-search__input{background:0 0!important;border:1px solid #fff!important}.is-autocomplete-open{overflow:hidden!important}}.search-menu-responsive input::-moz-placeholder{color:#000!important}.search-menu-responsive input,.search-menu-responsive input::placeholder{color:#000!important}.search-menu-responsive input{border-color:#000!important}li.autocomplete-search__suggestion-item{margin:0}body:not(.template-index) header .header__menu-item span,body:not(.template-index) .secondary-nav__item-with-megamenu .secondary-nav__link{color:#000!important}
