:root{--brand-heading-font: "Playfair Display", serif;--brand-body-font: "Lora", serif;--brand-black: #1C1D1D;--brand-white: #FFFFFF;--brand-beige: #E8E8E1;--brand-red: #931223;--brand-dark-beige: #BFA79D;--brand-dark-brown: #0D0C0B;--premium-accent: #931223;--premium-accent-light: #b01a2d;--premium-accent-dark: #7a0f1d;--premium-bg-cream: #fdf8f3;--premium-bg-beige: #e8e8e1;--premium-bg-white: #ffffff;--premium-text: #2d2926;--premium-text-light: #666666;--premium-text-muted: #888888;--premium-border: #e8e0d8;--premium-gold: #d4a574;--premium-card-radius: 0px;--premium-card-radius-sm: 0px;--premium-price-color: #8B7355;--premium-price-color-dark: #6F5A4A;--premium-card-shadow: 0 8px 20px rgba(13, 12, 11, .06);--premium-card-shadow-hover: 0 12px 24px rgba(13, 12, 11, .1);--premium-card-shadow-sm: 0 4px 12px rgba(13, 12, 11, .06);--premium-btn-gradient: #931223;--premium-btn-radius: 0px;--premium-btn-radius-full: 0px;--premium-btn-shadow: none;--premium-btn-shadow-hover: none;--premium-font-heading: "Playfair Display", serif;--premium-font-body: "Lora", serif;--premium-title-size-xl: 54px;--premium-title-size-lg: 42px;--premium-title-size-md: 28px;--premium-title-size-sm: 20px;--premium-body-size: 16px;--premium-body-size-sm: 14px;--premium-body-line-height: 1.8;--premium-section-padding: 90px;--premium-section-padding-sm: 60px;--premium-gap-xl: 50px;--premium-gap-lg: 40px;--premium-gap-md: 30px;--premium-gap-sm: 20px;--premium-gap-xs: 12px;--premium-icon-size: 80px;--premium-icon-size-sm: 50px;--premium-transition: .3s ease;--premium-transition-fast: .2s ease}.premium-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--premium-btn-gradient);color:#fff;border:none;border-radius:var(--premium-btn-radius);padding:16px 32px;font-family:var(--premium-font-body);font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:var(--premium-btn-shadow);transition:background var(--premium-transition),color var(--premium-transition),border-color var(--premium-transition)}.premium-btn:hover{box-shadow:var(--premium-btn-shadow-hover);filter:brightness(.95);color:#fff}.premium-btn--lg{padding:20px 45px;font-size:17px;border-radius:var(--premium-btn-radius)}.premium-btn--secondary{background:var(--premium-bg-white);color:var(--premium-text);border:2px solid var(--premium-border);box-shadow:none}.premium-btn--secondary:hover{border-color:var(--premium-accent);color:var(--premium-accent);box-shadow:none}.premium-btn--outline{background:transparent;color:var(--premium-accent);border:2px solid var(--premium-accent);box-shadow:none}.premium-btn--outline:hover{background:var(--premium-accent);color:#fff}.premium-card{background:var(--premium-bg-white);border-radius:var(--premium-card-radius);border:1px solid var(--premium-border);box-shadow:none;transition:border-color var(--premium-transition),box-shadow var(--premium-transition)}.premium-card:hover{border-color:var(--premium-text-muted);box-shadow:var(--premium-card-shadow-sm)}.premium-card--no-hover:hover{transform:none;box-shadow:var(--premium-card-shadow)}.premium-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--premium-accent);color:#fff;border-radius:var(--premium-btn-radius-full);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.premium-badge--light{background:var(--premium-bg-white);color:var(--premium-accent);box-shadow:var(--premium-card-shadow-sm)}.premium-badge--sale{background:var(--premium-accent)}.premium-badge--sold-out{background:#333}.premium-icon-wrap{width:var(--premium-icon-size);height:var(--premium-icon-size);background:var(--premium-bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--premium-card-shadow-sm);transition:all var(--premium-transition)}.premium-icon-wrap svg,.premium-icon-wrap img{width:36px;height:36px;color:var(--premium-accent);stroke:var(--premium-accent)}.premium-icon-wrap:hover{background:var(--premium-btn-gradient)}.premium-icon-wrap:hover svg{color:#fff;stroke:#fff}.premium-section-header{text-align:center;margin-bottom:var(--premium-gap-xl)}.premium-section-header__badge{margin-bottom:20px}.premium-section-header__title{font-family:var(--premium-font-heading);font-size:var(--premium-title-size-lg);font-weight:600;color:var(--premium-text);margin:0 0 16px;line-height:1.2}.premium-section-header__subtitle{font-size:var(--premium-body-size);color:var(--premium-text-light);line-height:var(--premium-body-line-height);max-width:600px;margin:0 auto}.product-gallery-grid{display:grid;grid-template-columns:1fr 200px;gap:var(--premium-gap-sm)}.product-gallery-grid__main{position:relative;border-radius:var(--premium-card-radius);overflow:hidden;background:var(--premium-bg-white);align-self:start}.product-gallery-grid__main-image{width:100%;position:relative;overflow:hidden;line-height:0}.product-gallery-grid__main-image img,.product-gallery-grid__image{width:100%;height:auto;display:block}.product-gallery-grid__zoom{position:absolute;top:16px;right:16px;width:44px;height:44px;background:var(--premium-bg-white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--premium-card-shadow-sm);transition:all var(--premium-transition);opacity:0}.product-gallery-grid__main:hover .product-gallery-grid__zoom{opacity:1}.product-gallery-grid__zoom:hover{background:var(--premium-accent);color:#fff}.product-gallery-grid__zoom svg{width:20px;height:20px}.product-gallery-grid__thumbs{display:grid;grid-template-columns:1fr 1fr;gap:var(--premium-gap-xs);align-content:start}.product-gallery-grid__thumb{border-radius:var(--premium-card-radius-sm);overflow:hidden;cursor:pointer;opacity:.6;transition:all var(--premium-transition);border:2px solid transparent;aspect-ratio:1}.product-gallery-grid__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery-grid__thumb.is-active,.product-gallery-grid__thumb:hover{opacity:1;border-color:var(--premium-accent)}@media(max-width:991px){.product-single__sticky{position:static!important}}@media(max-width:768px){.product-gallery-grid{grid-template-columns:1fr;gap:var(--premium-gap-sm)}.product-gallery-grid__thumbs{grid-template-columns:repeat(4,1fr);order:1}.product-gallery-grid__main{order:0}}.product-info-premium{padding-left:var(--premium-gap-lg)}.product-info-premium__vendor{font-size:13px;color:var(--premium-text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.product-info-premium__title{font-family:var(--premium-font-heading);font-size:var(--premium-title-size-md);font-weight:600;color:var(--premium-text);margin:0 0 16px;line-height:1.3}.product-info-premium__price{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-info-premium__price-current{font-size:24px;font-weight:700;color:var(--premium-text)}.product-info-premium__price-current.on-sale{color:var(--premium-accent)}.product-info-premium__price-compare{font-size:18px;color:var(--premium-text-muted);text-decoration:line-through}.product-info-premium__price-badge{background:var(--premium-accent);color:#fff;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.variant-picker-premium{margin-bottom:var(--premium-gap-md)}.variant-picker-premium__label{font-size:14px;font-weight:600;color:var(--premium-text);margin-bottom:12px;display:block}.variant-picker-premium__options{display:flex;flex-wrap:wrap;gap:10px}.variant-picker-premium__option{position:relative}.variant-picker-premium__option input{position:absolute;opacity:0;width:0;height:0}.variant-picker-premium__option-label{display:flex;align-items:center;justify-content:center;min-width:50px;padding:12px 20px;background:var(--premium-bg-white);border:2px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);font-size:14px;font-weight:500;color:var(--premium-text);cursor:pointer;transition:all var(--premium-transition)}.variant-picker-premium__option input:checked+.variant-picker-premium__option-label{border-color:var(--premium-accent);background:var(--premium-accent);color:#fff}.variant-picker-premium__option-label:hover{border-color:var(--premium-accent)}.variant-picker-premium__option input:disabled+.variant-picker-premium__option-label{opacity:.4;cursor:not-allowed}.variant-picker-premium__swatch{width:40px;height:40px;padding:0;border-radius:50%;border-width:3px}.variant-picker-premium__swatch-color{width:100%;height:100%;border-radius:50%;display:block}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--premium-bg-white);box-shadow:0 -4px 30px #0000001a;z-index:999999;transform:translateY(100%);transition:transform var(--premium-transition)}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 20px}.sticky-atc__product{display:flex;align-items:center;gap:16px}.sticky-atc__image{width:55px;height:55px;border-radius:10px;overflow:hidden;flex-shrink:0}.sticky-atc__image img{width:100%;height:100%;object-fit:cover}.sticky-atc__info{display:flex;flex-direction:column;gap:4px}.sticky-atc__title{font-family:var(--premium-font-heading);font-size:16px;font-weight:600;color:var(--premium-text);margin:0;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:18px;font-weight:700;color:var(--premium-accent)}.sticky-atc__actions{display:flex;gap:16px;align-items:center}.sticky-atc__variant-select{padding:12px 40px 12px 16px;border:2px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);font-size:14px;background:var(--premium-bg-white);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d2926' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}@media(max-width:768px){.sticky-atc__inner{flex-direction:column;gap:12px;padding:12px 16px}.sticky-atc__product,.sticky-atc__actions{width:100%}.sticky-atc__actions .premium-btn{flex:1}}.trust-badges{padding:var(--premium-section-padding) 0;background:var(--premium-bg-cream)}.trust-badges__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--premium-gap-lg);max-width:1000px;margin:0 auto}.trust-badges__item{text-align:center}.trust-badges__icon{width:var(--premium-icon-size);height:var(--premium-icon-size);background:var(--premium-bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:var(--premium-card-shadow-sm);transition:all var(--premium-transition)}.trust-badges__icon svg{width:36px;height:36px;stroke:var(--premium-accent);stroke-width:1.5;fill:none}.trust-badges__item:hover .trust-badges__icon{background:var(--premium-btn-gradient);transform:translateY(-5px)}.trust-badges__item:hover .trust-badges__icon svg{stroke:#fff}.trust-badges__title{font-family:var(--premium-font-heading);font-size:var(--premium-title-size-sm);font-weight:600;color:var(--premium-text);margin:0 0 12px}.trust-badges__text{font-size:15px;line-height:1.7;color:var(--premium-text-light);margin:0}@media(max-width:768px){.trust-badges{padding:var(--premium-section-padding-sm) 0}.trust-badges__grid{grid-template-columns:1fr;gap:var(--premium-gap-lg)}}.variant-guide__trigger{display:inline-flex;align-items:center;gap:8px;padding:10px 0;background:none;border:none;color:var(--premium-accent);font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;transition:color var(--premium-transition)}.variant-guide__trigger:hover{color:var(--premium-accent-dark)}.variant-guide__trigger svg{width:18px;height:18px}.variant-guide__modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:all var(--premium-transition)}.variant-guide__modal.is-open{opacity:1;visibility:visible}.variant-guide__content{background:var(--premium-bg-white);border-radius:var(--premium-card-radius);padding:40px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.variant-guide__close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:var(--premium-bg-cream);border:none;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--premium-transition)}.variant-guide__close:hover{background:var(--premium-accent);color:#fff}.variant-guide__title{font-family:var(--premium-font-heading);font-size:var(--premium-title-size-md);margin:0 0 24px;padding-right:50px}.variant-guide__image{margin-bottom:24px;border-radius:var(--premium-card-radius-sm);overflow:hidden}.variant-guide__image img{width:100%;height:auto}.variant-guide__table{width:100%}.variant-guide__table table{width:100%;border-collapse:collapse;background:var(--premium-bg-white, #ffffff)}.variant-guide__table th,.variant-guide__table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--premium-border);color:var(--premium-text, #2d2926)}.variant-guide__table tbody tr:nth-child(2n) td{background:var(--premium-bg-cream, #fdf8f3)}.variant-guide__table th{background:var(--premium-bg-cream, #fdf8f3);font-weight:600;color:var(--premium-text, #2d2926);border-bottom:2px solid var(--premium-border, #e8e0d8)}.variant-guide__table td strong,.variant-guide__table th strong{color:inherit;font-weight:700}.product-shipping-estimator{background:var(--premium-bg-cream);border:1px solid var(--premium-border);border-radius:var(--premium-card-radius);padding:24px;display:grid;gap:16px}.product-shipping-estimator__title{font-family:var(--premium-font-heading);font-size:20px;margin:0 0 6px;color:var(--premium-text)}.product-shipping-estimator__subtitle{margin:0;color:var(--premium-text-light);font-size:14px;line-height:1.6}.product-shipping-estimator__controls{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-shipping-estimator__field label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--premium-text-muted);margin-bottom:6px}.product-shipping-estimator__field select,.product-shipping-estimator__field input{width:100%;padding:12px 14px;border:1px solid var(--premium-border);border-radius:12px;background:#fff;font-size:14px;color:var(--premium-text)}.product-shipping-estimator__result{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:#fff;border-radius:12px;border:1px dashed var(--premium-border);font-size:14px}.product-shipping-estimator__value{color:var(--premium-accent);font-weight:600}.product-shipping-estimator__note{margin:0;font-size:13px;color:var(--premium-text-light)}.product-shipping-estimator__preorder{background:#fff4f4;border:1px solid #f1c5c5;border-radius:12px;padding:12px 14px;font-size:13px;color:var(--premium-accent-dark)}.product-addons{background:var(--premium-bg-white);border:1px solid var(--premium-border);border-radius:var(--premium-card-radius);padding:24px;box-shadow:var(--premium-card-shadow-sm);display:grid;gap:16px}.product-addons__title{font-family:var(--premium-font-heading);font-size:20px;margin:0 0 6px;color:var(--premium-text)}.product-addons__subtitle{margin:0;color:var(--premium-text-light);font-size:14px;line-height:1.6}.product-addons__grid{display:grid;gap:12px}.product-addons__item{display:block;position:relative}.product-addons__checkbox{position:absolute;opacity:0;pointer-events:none}.product-addons__card{display:flex;gap:14px;align-items:center;padding:12px;border:1px solid var(--premium-border);border-radius:14px;background:var(--premium-bg-cream);transition:transform var(--premium-transition),box-shadow var(--premium-transition),border-color var(--premium-transition)}.product-addons__item:hover .product-addons__card{transform:translateY(-2px);box-shadow:var(--premium-card-shadow-sm)}.product-addons__checkbox:checked+.product-addons__card{border-color:var(--premium-accent);background:#fff;box-shadow:var(--premium-card-shadow-sm)}.product-addons__image{width:64px;height:64px;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-addons__image img{width:100%;height:100%;object-fit:cover}.product-addons__meta{display:flex;flex-direction:column;gap:6px}.product-addons__name{font-size:15px;font-weight:600;color:var(--premium-text)}.product-addons__price{font-size:14px;font-weight:600;color:var(--premium-accent)}.product-addons__item.is-soldout{opacity:.5}.product-addons__note{margin:0;font-size:13px;color:var(--premium-text-light)}.product-addons__status{min-height:18px;font-size:12px;color:var(--premium-text-muted)}.product-addons__status.is-active{color:var(--premium-accent)}.featured-collection-premium{padding:var(--premium-section-padding) 0;position:relative}.featured-collection-premium:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(147,18,35,.08),transparent 45%);pointer-events:none}.featured-collection-premium__header{display:flex;align-items:center;justify-content:space-between;gap:var(--premium-gap-sm);margin-bottom:var(--premium-gap-lg);text-align:left}.featured-collection-premium__grid{display:grid;grid-template-columns:repeat(var(--featured-columns, 4),minmax(0,1fr));gap:var(--premium-gap-md);position:relative}.featured-collection-premium__cta{margin-top:var(--premium-gap-lg);display:flex;justify-content:center}@media(max-width:991px){.featured-collection-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-collection-premium__header{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.featured-collection-premium{padding:var(--premium-section-padding-sm) 0}.featured-collection-premium__grid{grid-template-columns:1fr}}.featured-collections-premium .skrim__item{overflow:visible}.featured-collections-premium .skrim__item-content{border-radius:26px;overflow:hidden;position:relative;box-shadow:var(--premium-card-shadow);transform:translateY(0) scale(1);transition:transform .6s ease,box-shadow .6s ease;background:var(--premium-bg-cream)}.featured-collections-premium .skrim__overlay{position:relative;z-index:0}.featured-collections-premium .skrim__item-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:26px;box-shadow:inset 0 0 0 1px #fff9;pointer-events:none;z-index:2}.featured-collections-premium .skrim__item-content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:26px;background:radial-gradient(circle at 20% 15%,#ffffff59,#fff0 55%);opacity:.75;pointer-events:none;z-index:1;transition:opacity var(--premium-transition)}.featured-collections-premium .skrim__item-content .skrim__overlay:after{background:linear-gradient(180deg,#00000014,#00000073);opacity:1}.featured-collections-premium .skrim__link:hover .skrim__item-content{transform:translateY(-6px) scale(1.01);box-shadow:var(--premium-card-shadow-hover)}.featured-collections-premium .skrim__link:hover .skrim__item-content:after{opacity:.95}.featured-collections-premium .skrim__title{margin:0;bottom:22px;left:22px;z-index:3}.featured-collections-premium .skrim__underline-me{padding:10px 20px;border-radius:999px;background:#ffffffeb;color:var(--premium-text);font-family:var(--premium-font-heading);font-size:clamp(14px,2vw,22px);font-weight:600;letter-spacing:.4px;box-shadow:var(--premium-card-shadow-sm)}.featured-collections-premium .skrim__underline-me:after{display:none}.featured-collections-premium .skrim__item.aos-animate .skrim__item-content:after{animation:premium-shimmer 8s ease-in-out infinite}@keyframes premium-shimmer{0%{opacity:.45}50%{opacity:.95}to{opacity:.45}}@media(max-width:768px){.featured-collections-premium .skrim__item-content{border-radius:20px}.featured-collections-premium .skrim__item-content:before,.featured-collections-premium .skrim__item-content:after{border-radius:20px}.featured-collections-premium .skrim__title{bottom:16px;left:16px}.featured-collections-premium .skrim__underline-me{padding:8px 16px}}.collection-premium{padding-bottom:var(--premium-section-padding)}.filter-buttons{width:100%;padding:20px 0;background:transparent;border-bottom:none}.filter-buttons__container{display:flex;flex-wrap:nowrap;justify-content:center;gap:24px;max-width:1400px;margin:0 auto;padding:0 40px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-buttons__container::-webkit-scrollbar{display:none}.filter-buttons__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 0;background:transparent;border:none;color:#2d292680;font-family:var(--premium-font-body, "Lora", serif);font-size:11px;font-weight:500;letter-spacing:.18em;text-decoration:none;text-transform:uppercase;transition:color .3s ease;cursor:pointer;position:relative;white-space:nowrap}.filter-buttons__btn:hover{color:#2d2926d9}.filter-buttons__btn--active{color:var(--premium-text, #2d2926)}.filter-buttons__btn:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--premium-text, #2d2926);opacity:0;transform:scaleX(0);transition:transform .3s ease,opacity .3s ease}.filter-buttons__btn:hover:after{opacity:.3;transform:scaleX(1)}.filter-buttons__btn--active:after{opacity:1;transform:scaleX(1)}@media(max-width:768px){.filter-buttons{padding:16px 0}.filter-buttons__container{padding:0 20px;gap:18px;justify-content:flex-start}.filter-buttons__btn{padding:8px 0;font-size:10px;letter-spacing:.15em}}.storytelling-page .filter-buttons{background:transparent;border-color:transparent}.storytelling-page .filter-buttons__btn{color:#ffffff80}.storytelling-page .filter-buttons__btn:hover{color:#ffffffd9;background:transparent}.storytelling-page .filter-buttons__btn--active{color:var(--story-text-primary, #fff);background:transparent}.storytelling-page .filter-buttons__btn:after{background:var(--story-text-primary, #fff)}.storytelling-page .filter-buttons__btn:hover:after{opacity:.4}.storytelling-page .filter-buttons__btn--active:after{opacity:1}.tabbed-collections{background:var(--tabbed-bg, #ffffff);padding:90px 0}.tabbed-collections__container{max-width:1400px;margin:0 auto;padding:0 40px}.tabbed-collections__title{text-align:center;font-size:clamp(24px,3vw,36px);font-weight:500;font-style:normal;color:var(--tabbed-text, #1a1a1a);margin:0 0 30px;letter-spacing:.12em;text-transform:uppercase}.tabbed-collections__tabs{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.tabbed-collections__tab{background:none;border:none;font-size:12px;font-weight:500;color:var(--tabbed-text, #1a1a1a);opacity:.5;cursor:pointer;padding:10px 5px;position:relative;transition:opacity .3s ease;text-transform:uppercase;letter-spacing:.18em}.tabbed-collections__tab:hover{opacity:.8}.tabbed-collections__tab.is-active{opacity:1}.tabbed-collections__tab.is-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--tabbed-text, #1a1a1a)}.tabbed-collections__panel{display:none}.tabbed-collections__panel.is-active{display:block}.tabbed-collections__carousel{position:relative;display:flex;align-items:center;gap:20px}.tabbed-collections__arrow{flex-shrink:0;width:50px;height:50px;border:1px solid currentColor;background:transparent;cursor:pointer;color:var(--tabbed-text, #1a1a1a);opacity:.6;transition:opacity .3s ease}.tabbed-collections__arrow:hover{opacity:1}.tabbed-collections__track-wrapper{flex:1;overflow:hidden}.tabbed-collections__track{display:flex;gap:32px;transition:transform .5s cubic-bezier(.16,1,.3,1)}.tabbed-collections__product{flex:0 0 calc((100% - 64px) / 3);min-width:300px}.tabbed-collections__product-link{display:block;text-decoration:none;text-align:center;color:inherit}.tabbed-collections__product-image{position:relative;margin-bottom:20px;padding:0;aspect-ratio:1;overflow:hidden;background:transparent;border:1px solid rgba(26,26,26,.08)}.tabbed-collections__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tabbed-collections__product-link:hover .tabbed-collections__product-image img{transform:scale(1.02)}.tabbed-collections__badge{position:absolute;top:10px;left:12px;transform:none;background:#1a1a1a;color:#fff;font-size:10px;font-weight:600;letter-spacing:.18em;padding:4px 8px;border-radius:0}.tabbed-collections__badge--sale{background:var(--premium-accent, #931223)}.tabbed-collections__product-title{font-size:15px;font-weight:500;color:var(--tabbed-text, #1a1a1a);margin:0 0 8px;text-transform:none;letter-spacing:.02em}.tabbed-collections__product-price{font-size:15px;font-weight:600;color:var(--premium-price-color, #8B7355);margin:0}.tabbed-collections__dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.tabbed-collections__dot{width:8px;height:8px;border-radius:50%;background:var(--tabbed-text, #1a1a1a);opacity:.2;border:none;cursor:pointer;transition:opacity .3s ease}.tabbed-collections__dot.is-active{opacity:1}@media(max-width:999px){.tabbed-collections__arrow{display:none}.tabbed-collections__track{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabbed-collections__track::-webkit-scrollbar{display:none}.tabbed-collections__product{scroll-snap-align:start}}@media(max-width:1024px){.tabbed-collections__product{flex:0 0 calc((100% - 24px)/2);min-width:240px}}@media(max-width:600px){.tabbed-collections{padding:50px 0}.tabbed-collections__container{padding:0 20px}.tabbed-collections__tabs{gap:15px}.tabbed-collections__tab{font-size:11px}.tabbed-collections__product{flex:0 0 calc(50% - 10px);min-width:150px}}.story-block{background:var(--premium-bg-white, #ffffff)}.story-block__media{background:transparent}.story-block__content{color:var(--premium-text, #2d2926)}.story-block__eyebrow{color:var(--premium-text-muted, #666666);letter-spacing:.2em}.story-block__title{color:var(--premium-text, #2d2926);font-weight:500}.story-block__description{color:var(--premium-text-muted, #666666)}.story-block__cta{border-color:var(--premium-text, #2d2926);color:var(--premium-text, #2d2926);font-family:var(--premium-font-body, "Lora", serif);letter-spacing:.18em}.story-block__cta:hover{background:var(--premium-text, #2d2926);color:#fff}.story-block__feature{color:var(--premium-text-muted, #666666)}.story-block__feature svg{color:var(--premium-text, #2d2926)}.story-block__spec-label{color:var(--premium-text-muted, #666666)}.story-block__spec-value{color:var(--premium-text, #2d2926)}.collection-premium__layout{display:flex;gap:var(--premium-gap-xl);padding-top:var(--premium-gap-lg)}.collection-premium__layout--no-sidebar{display:block;padding-top:0}.collection-premium__layout--no-sidebar .collection-premium__main{max-width:100%}.collection-premium__layout--no-sidebar .collection-premium__grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.collection-premium__layout--no-sidebar .collection-premium__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-premium__layout--no-sidebar .collection-premium__grid{grid-template-columns:repeat(2,1fr)}}.collection-premium__main{flex:1;min-width:0}.collection-premium__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--premium-gap-lg);flex-wrap:wrap;gap:20px}.collection-premium__title{font-family:var(--premium-font-heading);font-size:var(--premium-title-size-lg);font-weight:600;color:var(--premium-text);margin:0}.collection-premium__header-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.collection-premium__count{font-size:14px;font-weight:600;color:var(--premium-text-muted);text-transform:uppercase;letter-spacing:1.4px}.collection-premium__description{font-size:var(--premium-body-size);line-height:var(--premium-body-line-height);color:var(--premium-text-light);margin-bottom:var(--premium-gap-lg);max-width:800px}.collection-hero__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:3px;font-weight:600;margin:0 0 12px;opacity:.8}.collection-hero__description{font-size:16px;line-height:1.8;margin:16px 0 20px;max-width:520px;opacity:.9}.collection-hero__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}.collection-hero__pill{padding:6px 14px;border-radius:var(--premium-card-radius-sm);border:1px solid rgba(255,255,255,.25);background:#ffffff1a;font-size:12px;font-weight:600;letter-spacing:.3px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.collection-premium__intro{display:flex;gap:var(--premium-gap-lg);padding:32px;margin-bottom:var(--premium-gap-lg);align-items:center;flex-wrap:wrap;border:1px solid var(--premium-border);background:var(--premium-bg-white)}.collection-premium__intro-body{flex:1 1 360px;min-width:240px}.collection-premium__intro-label{text-transform:uppercase;letter-spacing:2.5px;font-size:12px;color:var(--premium-text-muted);margin:0 0 12px;font-weight:600}.collection-premium__intro-text{font-size:var(--premium-body-size);line-height:var(--premium-body-line-height);color:var(--premium-text-light)}.collection-premium__intro-text p{margin:0 0 14px}.collection-premium__intro-text p:last-child{margin-bottom:0}.collection-premium__intro-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--premium-gap-sm);flex:1 1 280px;min-width:220px}.collection-premium__stat{background:var(--premium-bg-white);border-radius:var(--premium-card-radius-sm);padding:16px;text-align:center;border:1px solid var(--premium-border);box-shadow:none}.collection-premium__stat-number{display:block;font-family:var(--premium-font-heading);font-size:22px;color:var(--premium-text);font-weight:600}.collection-premium__stat-label{display:block;margin-top:6px;font-size:12px;color:var(--premium-text-muted);text-transform:uppercase;letter-spacing:1.2px}.collection-premium__description.rte h1,.collection-premium__description.rte h2,.collection-premium__description.rte h3,.collection-premium__description.rte h4,.collection-premium__description.rte h5,.collection-premium__description.rte h6{font-size:1.1em;font-weight:600;margin:0 0 .5em}.collection-premium__description.rte p{font-size:inherit;line-height:inherit;margin:0 0 .75em}.collection-premium__description.rte p:last-child{margin-bottom:0}.collection-premium__description.rte .enlarge-text{font-size:inherit}.collection-sidebar-premium{width:280px;flex-shrink:0;position:sticky;top:120px;max-height:calc(100vh - 140px);overflow-y:auto;padding-right:var(--premium-gap-md)}.collection-sidebar-premium__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--premium-gap-md);padding-bottom:var(--premium-gap-sm);border-bottom:1px solid var(--premium-border)}.collection-sidebar-premium__title{font-family:var(--premium-font-heading);font-size:22px;font-weight:600;margin:0}.collection-sidebar-premium__clear{font-size:13px;color:var(--premium-accent);text-decoration:underline}.collection-sidebar-premium__clear:hover{color:var(--premium-accent-dark)}.filter-group{margin-bottom:8px;border-bottom:1px solid var(--premium-border)}.filter-group__header{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:16px 0;font-size:15px;font-weight:600;color:var(--premium-text);cursor:pointer;text-align:left}.filter-group__chevron{width:12px;height:12px;transition:transform var(--premium-transition)}.filter-group__header[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__content{padding-bottom:16px;overflow:hidden;transition:max-height var(--premium-transition),padding var(--premium-transition)}.filter-group__header[aria-expanded=false]+.filter-group__content{max-height:0;padding-bottom:0}.filter-checkboxes{display:flex;flex-direction:column;gap:4px}.filter-checkbox{display:flex;align-items:center;gap:12px;padding:10px 0;cursor:pointer;transition:color var(--premium-transition)}.filter-checkbox:hover{color:var(--premium-accent)}.filter-checkbox input{position:absolute;opacity:0;width:0;height:0}.filter-checkbox__box{width:20px;height:20px;border:2px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);transition:all var(--premium-transition);position:relative;flex-shrink:0}.filter-checkbox input:checked+.filter-checkbox__box{background:var(--premium-accent);border-color:var(--premium-accent)}.filter-checkbox input:checked+.filter-checkbox__box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-checkbox__label{font-size:14px;color:var(--premium-text);flex:1}.filter-checkbox__count{font-size:12px;color:var(--premium-text-muted)}.filter-swatches{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.filter-swatch{position:relative;cursor:pointer}.filter-swatch input{position:absolute;opacity:0;width:0;height:0}.filter-swatch__color{width:32px;height:32px;border-radius:50%;display:block;border:2px solid transparent;transition:all var(--premium-transition);box-shadow:0 2px 8px #0000001a}.filter-swatch input:checked+.filter-swatch__color,.filter-swatch:hover .filter-swatch__color{border-color:var(--premium-accent);transform:scale(1.15)}.filter-swatch__label{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:10px;color:var(--premium-text-muted);white-space:nowrap;opacity:0;transition:opacity var(--premium-transition)}.filter-swatch:hover .filter-swatch__label{opacity:1}.filter-price-range{padding-top:8px}.filter-price-range__inputs{display:flex;align-items:center;gap:12px;margin-bottom:16px}.filter-price-range__input-group{display:flex;align-items:center;border:2px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);padding:8px 12px;flex:1;transition:border-color var(--premium-transition)}.filter-price-range__input-group:focus-within{border-color:var(--premium-accent)}.filter-price-range__currency{font-size:14px;color:var(--premium-text-muted);margin-right:4px}.filter-price-range__input-group input{border:none;width:100%;font-size:14px;color:var(--premium-text);background:transparent;outline:none}.filter-price-range__separator{color:var(--premium-text-muted)}.filter-price-range__slider{height:4px;background:var(--premium-border);border-radius:0;position:relative}.filter-price-range__track{position:absolute;height:100%;background:var(--premium-accent);border-radius:2px}.filter-price-range__handle{position:absolute;top:50%;width:18px;height:18px;background:var(--premium-bg-white);border:2px solid var(--premium-accent);border-radius:50%;transform:translate(-50%,-50%);cursor:grab;transition:transform var(--premium-transition-fast)}.filter-price-range__handle:hover{transform:translate(-50%,-50%) scale(1.2)}.filter-mobile-toggle{display:none;width:100%;margin-bottom:var(--premium-gap-sm)}@media(max-width:991px){.collection-premium__layout{flex-direction:column}.collection-premium__intro{padding:26px}.collection-premium__intro-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-sidebar-premium{position:fixed;top:0;left:0;width:100%;max-width:350px;height:100vh;max-height:100vh;background:var(--premium-bg-white);z-index:1000;transform:translate(-100%);transition:transform var(--premium-transition);padding:30px;box-shadow:5px 0 30px #0000001a}.collection-sidebar-premium.is-open{transform:translate(0)}.filter-mobile-toggle{display:flex}.filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all var(--premium-transition)}.filter-overlay.is-visible{opacity:1;visibility:visible}}.collection-sort-premium{display:flex;align-items:center;gap:20px}.collection-sort-premium__count{font-size:14px;color:var(--premium-text-muted)}.collection-sort-premium__options{display:flex;align-items:center;gap:10px}.collection-sort-premium__label{font-size:14px;color:var(--premium-text)}.collection-sort-premium__dropdown{position:relative}.collection-sort-premium__trigger{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--premium-bg-white);border:1px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);font-size:14px;cursor:pointer;transition:all var(--premium-transition)}.collection-sort-premium__trigger:hover{border-color:var(--premium-accent)}.collection-sort-premium__chevron{width:10px;height:10px;transition:transform var(--premium-transition)}.collection-sort-premium__dropdown.is-open .collection-sort-premium__chevron{transform:rotate(180deg)}.collection-sort-premium__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:var(--premium-bg-white);border-radius:var(--premium-card-radius-sm);border:1px solid var(--premium-border);box-shadow:none;list-style:none;padding:8px 0;margin:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--premium-transition);z-index:100}.collection-sort-premium__dropdown.is-open .collection-sort-premium__menu{opacity:1;visibility:visible;transform:translateY(0)}.collection-sort-premium__option{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:14px;color:var(--premium-text);cursor:pointer;transition:background var(--premium-transition)}.collection-sort-premium__option:hover{background:var(--premium-bg-cream)}.collection-sort-premium__option.is-active{color:var(--premium-accent);font-weight:600}.collection-premium__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--premium-gap-md)}@media(max-width:991px){.collection-premium__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.collection-premium__grid{grid-template-columns:1fr;gap:var(--premium-gap-sm)}.collection-hero__description{font-size:15px}.collection-premium__header{flex-direction:column;align-items:flex-start}.collection-premium__intro{padding:22px}.collection-premium__intro-stats{grid-template-columns:1fr}.collection-premium__stat{text-align:left}}.product-card-premium{background:var(--premium-bg-white);border-radius:var(--premium-card-radius);border:1px solid var(--premium-border);box-shadow:none;overflow:hidden;transition:border-color var(--premium-transition),box-shadow var(--premium-transition)}.product-card-premium:hover{border-color:var(--premium-text-muted);box-shadow:var(--premium-card-shadow-sm)}.product-card-premium__link{display:block;text-decoration:none;color:inherit}.product-card-premium__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1;background:transparent}.product-card-premium__image{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .4s ease}.product-card-premium:hover .product-card-premium__image{transform:scale(1.02)}.product-card-premium__image-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s ease}.product-card-premium__image-hover img{width:100%;height:100%;object-fit:cover}.product-card-premium:hover .product-card-premium__image-hover{opacity:1}.product-card-premium__badge{position:absolute;top:16px;left:16px;padding:6px 12px;border-radius:var(--premium-card-radius-sm);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;z-index:2}.product-card-premium__badge--sale{background:var(--premium-accent);color:#fff}.product-card-premium__badge--sold-out{background:#333;color:#fff}.product-card-premium__quick-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;position:absolute;bottom:16px;left:50%;transform:translate(-50%) translateY(20px);opacity:0;background:var(--premium-bg-white);color:var(--premium-text);border:1px solid var(--premium-border);padding:12px 24px;border-radius:var(--premium-card-radius-sm);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--premium-transition);box-shadow:none;z-index:2;white-space:nowrap}.product-card-premium__quick-add.is-loading{pointer-events:none}.product-card-premium__quick-add.is-loading span{opacity:0}.product-card-premium__quick-add.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--premium-text, #2d2926);border-radius:50%;animation:card-spin .6s linear infinite}.product-card-premium__quick-add.is-success,.product-card-premium__quick-add.is-success:hover{background:#28a745;border-color:#28a745;color:#fff}.product-card-premium:hover .product-card-premium__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.product-card-premium__quick-add:hover{background:var(--premium-accent);border-color:var(--premium-accent);color:#fff}.product-card-premium__info{padding:22px}.product-card-premium__info--centered{text-align:center;padding:22px 16px}.product-card-premium__info--centered .product-card-premium__title{text-align:center}.product-card-premium__price--centered{justify-content:center}.product-card-premium__vendor{font-size:11px;color:var(--premium-text-muted);text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}.product-card-premium__title{font-family:var(--premium-font-heading);font-size:16px;font-weight:500;color:var(--premium-text);margin:0 0 12px;line-height:1.4}.product-card-premium__price{display:flex;align-items:center;gap:10px}.product-card-premium__price--compare{text-decoration:line-through;color:var(--premium-text-muted);font-size:14px}.product-card-premium__price--current{font-size:16px;font-weight:600;color:var(--premium-price-color)}.product-card-premium__price--current.on-sale{color:var(--premium-accent)}.product-card-premium__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--premium-bg-cream, #fdf8f3)}.product-card-premium__placeholder svg{width:50%;height:50%;opacity:.3}@keyframes card-spin{to{transform:rotate(360deg)}}.pagination-premium{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:var(--premium-gap-xl)}.pagination-premium__item{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--premium-border);border-radius:var(--premium-card-radius-sm);font-size:14px;font-weight:500;color:var(--premium-text);text-decoration:none;transition:all var(--premium-transition)}.pagination-premium__item:hover{border-color:var(--premium-accent);color:var(--premium-accent)}.pagination-premium__item.is-active{background:var(--premium-accent);border-color:var(--premium-accent);color:#fff}.pagination-premium__item--arrow{padding:0 12px}.pagination-premium__item--arrow svg{width:16px;height:16px}.header-wrapper,.header-wrapper--overlay{z-index:50}.premium-site-header{position:relative;z-index:60}.premium-site-header .premium-header__shell{background:linear-gradient(180deg,#e8e8e114,#0d0c0b00 45%),var(--colorNav);color:var(--colorNavText);border-radius:26px;box-shadow:0 16px 34px #0d0c0b59,0 0 0 1px #bfa79d73;padding:14px 18px 12px;position:relative;overflow:visible}.premium-header__accent{position:absolute;top:9px;left:20px;right:20px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(147,18,35,.7),rgba(147,18,35,.7),transparent);opacity:.85;z-index:1}.premium-site-header .premium-header__shell:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:20px;border:1px solid rgba(147,18,35,.25);pointer-events:none}.premium-site-header .premium-header__shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(232,232,225,.08),transparent 45%);opacity:.75;pointer-events:none}.header-wrapper--overlay .premium-header__shell{background:var(--colorNav);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-header__top{border-bottom:1px solid rgba(191,167,157,.35);padding:8px 0 14px;margin-bottom:14px;position:relative;z-index:1}.premium-header__top:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(90deg,transparent,rgba(147,18,35,.75),transparent);opacity:.6}.premium-header__usp{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.premium-header__usp-item{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#0d0c0b4d;border:1px solid rgba(191,167,157,.45);font-size:12px;font-weight:600;letter-spacing:.4px;color:#e8e8e1;text-transform:uppercase}.premium-header__usp-item:before{content:"";width:6px;height:6px;border-radius:999px;background:#931223;box-shadow:0 0 6px #93122399}.header-wrapper--overlay .premium-header__usp-item{background:#ffffff1f}.premium-header__usp-item svg{width:14px;height:14px;stroke:var(--colorNavText);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.premium-header__main .header-layout{background:#0d0c0b52;border:1px solid rgba(191,167,157,.45);border-radius:18px;padding:8px 12px;align-items:center;column-gap:24px;position:relative;z-index:1;box-shadow:inset 0 1px #e8e8e11f;overflow:visible}.premium-site-header .header-item--icons{flex:0 0 auto;align-self:center}.premium-site-header .header-item--icons .site-nav{margin-right:0}.premium-site-header .site-nav__icons{display:inline-flex;align-items:center;gap:6px}.premium-header__main{position:relative;z-index:1}.premium-site-header .site-nav{gap:18px}.premium-site-header .site-nav__item{position:relative}.premium-site-header .site-nav__item+.site-nav__item:before{content:none}.premium-site-header .site-nav__link--has-dropdown{padding-right:24px}.premium-site-header .site-nav__link--has-dropdown .icon-chevron-down{margin-left:12px}.premium-site-header .site-nav__link:not(.site-nav__link--icon){position:relative;padding:10px 12px;border-radius:10px;transition:background var(--premium-transition-fast)}.premium-site-header .site-nav__link:not(.site-nav__link--icon):hover,.premium-site-header .site-nav__link:not(.site-nav__link--icon):focus{background:#e8e8e1;color:#1c1d1d}.premium-site-header .site-nav__link:not(.site-nav__link--icon):after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:#931223;opacity:0;transform:scaleX(0);transition:transform var(--premium-transition-fast),opacity var(--premium-transition-fast);transform-origin:center}.premium-site-header .site-nav__details[open]>summary.site-nav__link{background:#e8e8e1;color:#1c1d1d}.premium-site-header .site-nav__link:not(.site-nav__link--icon):hover:after,.premium-site-header .site-nav__link:not(.site-nav__link--icon):focus:after{opacity:1;transform:scaleX(1)}.premium-site-header .header-item--icons{display:flex;align-items:center;gap:6px;padding:0;border-left:none;background:transparent;border-radius:0}.premium-site-header .site-nav__link--icon{padding:6px;border-radius:7px;transition:background var(--premium-transition-fast)}.premium-site-header .site-nav__icons{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:9px;background:#0d0c0b59;border:1px solid rgba(191,167,157,.35)}.premium-site-header .header-layout[data-logo-align=center] .header-item--icons{flex:1 1 130px;max-width:none;justify-content:flex-end}.premium-site-header .header-layout[data-logo-align=left] .header-item--icons{flex:0 0 auto;max-width:none}.modal,.social-proof-popup{z-index:9999}.premium-site-header .site-nav__link--icon:hover,.premium-site-header .site-nav__link--icon:focus{background:#e8e8e11f}.premium-site-header .site-nav__link .icon-chevron-down path{stroke:currentColor}.premium-site-header .site-nav__dropdown,.premium-site-header .site-nav__deep-dropdown,.premium-site-header .megamenu{z-index:999}.premium-site-header.unikelove-header--menu-open .premium-header__main .header-layout{background:#0d0c0b66;box-shadow:inset 0 1px #e8e8e129,0 12px 22px #0d0c0b59}@media(min-width:990px){.premium-site-header .site-nav__dropdown,.premium-site-header .site-nav__deep-dropdown,.premium-site-header .megamenu{box-shadow:0 24px 60px #0d0c0b59}}.premium-site-header .site-nav__dropdown,.premium-site-header .site-nav__deep-dropdown,.premium-site-header .megamenu{z-index:999999}.site-header--stuck .premium-header__top{display:none}.site-header--stuck .premium-header__shell{padding:10px 16px;border-radius:20px}@media(max-width:989px){.premium-header__top{display:none}.premium-site-header .header-item--icons{border-left:none;padding-left:0;background:transparent;padding-right:0}.premium-site-header .premium-header__shell{padding:12px 14px;border-radius:20px}}@media(max-width:749px){.premium-site-header .premium-header__shell{border-radius:16px}.premium-site-header .site-nav__link:not(.site-nav__link--icon){padding:10px}}.site-header{padding:8px 0!important}.site-header,.site-header.unikelove-header{background:var(--brand-black, #1C1D1D)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:0!important;position:relative!important;z-index:9991!important;overflow:visible!important}#HeaderWrapper,.header-wrapper{background:var(--brand-black, #1C1D1D)!important;position:relative!important;z-index:9990!important;overflow:visible!important}.drawer:not(.drawer--is-open){display:none!important}.unikelove-header__container{max-width:1400px;margin:0 auto;padding:0 24px;position:relative;z-index:1000;overflow:visible!important}@media(min-width:1024px){.unikelove-header__container{padding:0 48px}}.unikelove-header__grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:88px;box-sizing:border-box;position:relative;z-index:1000;gap:16px}@media(min-width:1024px){.unikelove-header__grid{height:110px;gap:32px}}.unikelove-header__left{display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:1001;height:100%;min-width:0}@media(max-width:768px){.unikelove-header__left{justify-content:flex-start}}.unikelove-header__nav--left{display:flex;align-items:center}.unikelove-header__nav--left .site-nav{display:flex;align-items:center;gap:0}.unikelove-header__nav{display:flex;align-items:center;position:relative;z-index:1002}.unikelove-header__nav .site-nav{display:flex;align-items:center;gap:0;position:relative;z-index:1003}.unikelove-header__nav .site-nav__item{position:relative;z-index:1004}.unikelove-header__nav .site-nav__details,.site-nav__details,details.site-nav__details{position:relative!important;z-index:1005!important}.site-nav,.site-nav__item,.site-nav__details,.site-nav__expanded-item,.unikelove-header__nav,.unikelove-header__left,.unikelove-header__grid,.unikelove-header__container,.site-header,.unikelove-header,#HeaderWrapper,.header-wrapper,.unikelove-header__main{overflow:visible!important}.site-nav__item,.site-nav__expanded-item{position:relative!important}.unikelove-header__center{display:flex;align-items:center;justify-content:center;height:100%;flex-shrink:0;position:relative;z-index:1000}.unikelove-header .site-header__logo,.unikelove-header__center .site-header__logo,.unikelove-header__center h1.site-header__logo,.unikelove-header__center div.site-header__logo,.unikelove-header__center #LogoContainer{display:flex!important;align-items:center!important;justify-content:center!important;height:auto!important;max-height:100%!important;margin:0!important;flex:0 0 auto!important;position:relative!important;width:auto!important;min-width:0!important}.unikelove-header .site-header__logo img,.unikelove-header__center .site-header__logo img,.unikelove-header .site-header__logo-link img,.unikelove-header__center #LogoContainer img{position:relative!important;left:auto!important;top:auto!important;max-height:76px!important;width:auto!important;height:auto!important;max-width:300px!important;object-fit:contain!important;display:block!important}@media(min-width:1024px){.unikelove-header .site-header__logo img,.unikelove-header__center .site-header__logo img,.unikelove-header .site-header__logo-link img,.unikelove-header__center #LogoContainer img{max-height:96px!important;max-width:380px!important}}.unikelove-header__center .site-header__logo a,.unikelove-header__center .site-header__logo-link,.unikelove-header__center #LogoContainer a{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;height:100%!important;max-height:100%!important;position:relative!important}@media(min-width:1024px){.unikelove-header__center .site-header__logo img,.unikelove-header__center #LogoContainer img,.site-header__logo img,#LogoContainer img{max-height:96px!important;max-width:380px!important}}.unikelove-header__right{display:flex;align-items:center;justify-content:flex-end;gap:8px;height:100%;min-width:0}.unikelove-header__nav--right{display:flex;align-items:center}.unikelove-header__nav--right .site-nav{display:flex;align-items:center;gap:0}.unikelove-header__right .site-nav--icons{margin-left:auto}@media(min-width:1024px){.unikelove-header__right{gap:16px}}.unikelove-header__menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer;color:var(--brand-white, #FFFFFF);transition:opacity .2s ease;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;outline:none}.unikelove-header__menu-toggle:focus,.unikelove-header__menu-toggle:active{outline:none;background:none}.unikelove-header__menu-toggle:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.unikelove-header__menu-toggle:hover{opacity:.7}@media(min-width:590px){.site-header__logo img.medium-up--hide,.site-header__logo image-element:has(img.medium-up--hide),#LogoContainer img.medium-up--hide,#LogoContainer image-element:has(img.medium-up--hide){display:none!important}}@media(max-width:589px){.site-header__logo img.small--hide,.site-header__logo image-element:has(img.small--hide),#LogoContainer img.small--hide,#LogoContainer image-element:has(img.small--hide){display:none!important}}.site-header__logo-link.logo--inverted,.header-wrapper--overlay.is-light .site-header__logo-link.logo--has-inverted{display:none!important}.header-wrapper--overlay.is-light .site-header__logo-link.logo--inverted{display:flex!important}a[style*=padding-top]{padding-top:0!important}.site-nav__link{color:var(--brand-white, #FFFFFF)!important;font-family:var(--brand-body-font, "Lora", serif)!important;font-size:11px!important;font-weight:500!important;letter-spacing:.18em!important;text-transform:uppercase!important;padding:8px 14px!important;transition:opacity .2s ease!important;text-decoration:none!important;position:relative}.site-nav__link:hover{opacity:.7!important}.site-nav__link .icon-chevron-down,.site-header .icon-chevron-down{width:10px!important;height:10px!important;margin-left:4px;stroke:var(--brand-white, #FFFFFF)!important;transition:transform .2s ease}.site-header .icon-chevron-down path{stroke:var(--brand-white, #FFFFFF)!important}details[open]>summary .icon-chevron-down{transform:rotate(180deg)}.site-header .icon,.unikelove-header__right .icon{stroke:var(--brand-white, #FFFFFF)!important;color:var(--brand-white, #FFFFFF)!important;width:22px;height:22px}.site-nav__link--icon{padding:8px!important;color:var(--brand-white, #FFFFFF)!important}.site-nav__link--icon:hover{opacity:.7!important}.unikelove-header__announcement{padding:10px 0;background:var(--brand-black, #1C1D1D);color:var(--brand-white, #FFFFFF);font-size:11px;font-family:var(--brand-body-font, "Lora", serif);letter-spacing:.5px;text-transform:none}.unikelove-header__announcement-inner{display:flex;align-items:center;justify-content:center;gap:16px;max-width:1400px;margin:0 auto;padding:0 24px}.unikelove-header__announcement-text{text-transform:none}.unikelove-header__announcement-arrow{background:none;border:none;color:#fff9;padding:4px;cursor:pointer;transition:color .2s ease}.unikelove-header__announcement-arrow:hover{color:#fff}.site-nav__dropdown,ul.site-nav__dropdown,.site-nav--has-dropdown>.site-nav__dropdown{position:absolute!important;top:100%!important;left:0!important;transform:translateY(-10px)!important;min-width:260px!important;background:var(--premium-bg-cream, #f8f4ef)!important;border:1px solid var(--premium-border, #e8e0d8)!important;border-radius:0!important;box-shadow:0 16px 36px #0d0c0b14!important;padding:16px 0!important;z-index:999999!important;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)!important;pointer-events:none;backdrop-filter:none;-webkit-backdrop-filter:none}details[open]>.site-nav__dropdown,.site-nav__details[open]>.site-nav__dropdown,details.site-nav__details[open]>.site-nav__dropdown,details[open]>ul.site-nav__dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;display:block!important;pointer-events:auto!important}.site-nav__dropdown-link{display:flex!important;align-items:center!important;padding:10px 24px!important;font-size:11px!important;font-weight:500!important;font-family:var(--brand-body-font, "Lora", serif)!important;color:var(--premium-text, #2d2926)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.16em!important;line-height:1.5!important;background:transparent!important;transition:color .25s ease!important;white-space:nowrap;position:relative;margin:0 18px;border-radius:0}.site-nav__dropdown-link:hover{color:var(--premium-accent, #931223)!important;background:transparent!important;opacity:.75}.site-nav__dropdown-link--second-level{font-weight:500!important}.site-nav__dropdown-link--top-level{font-size:11px!important;font-weight:600!important;color:var(--premium-text, #2d2926)!important;border-bottom:1px solid var(--premium-border, #e8e0d8);margin:0 16px 8px;padding:8px 8px 12px!important;text-transform:uppercase;letter-spacing:.2em!important;border-radius:0!important}.site-nav__dropdown-link--top-level:before{display:none}.site-nav__dropdown-link--top-level:hover{background:transparent!important;color:var(--premium-accent, #931223)!important;opacity:.75}.site-nav__deep-dropdown{position:absolute!important;left:100%!important;top:-16px!important;min-width:220px!important;background:var(--premium-bg-cream, #f8f4ef)!important;border:1px solid var(--premium-border, #e8e0d8)!important;border-radius:0!important;box-shadow:0 16px 32px #0d0c0b14!important;padding:18px 0!important;z-index:9999999!important;opacity:0;visibility:hidden;transform:translate(-10px);transition:all .3s cubic-bezier(.16,1,.3,1)!important}details[open]>.site-nav__deep-dropdown,.site-nav__details[open]>.site-nav__deep-dropdown{opacity:1!important;visibility:visible!important;transform:translate(0)!important}.site-nav__dropdown-link--has-children .icon-chevron-down{margin-left:auto;transform:rotate(-90deg);opacity:.5;transition:all .25s ease}.site-nav__dropdown-link--has-children:hover .icon-chevron-down{opacity:1;transform:rotate(-90deg) translateY(-2px)}.site-nav__dropdown li{opacity:1!important}details[open]>.site-nav__dropdown li{animation:dropdownFadeIn .3s ease forwards}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}details[open]>.site-nav__dropdown li:nth-child(1){animation-delay:.02s}details[open]>.site-nav__dropdown li:nth-child(2){animation-delay:.04s}details[open]>.site-nav__dropdown li:nth-child(3){animation-delay:.06s}details[open]>.site-nav__dropdown li:nth-child(4){animation-delay:.08s}details[open]>.site-nav__dropdown li:nth-child(5){animation-delay:.1s}details[open]>.site-nav__dropdown li:nth-child(6){animation-delay:.12s}details[open]>.site-nav__dropdown li:nth-child(7){animation-delay:.14s}details[open]>.site-nav__dropdown li:nth-child(8){animation-delay:.16s}.megamenu{position:absolute!important;left:0!important;right:0!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;background:var(--premium-bg-cream, #f8f4ef)!important;box-shadow:0 24px 52px #0d0c0b14!important;padding:36px 0!important;z-index:999999!important;border-top:1px solid var(--premium-border, #e8e0d8)}.megamenu__wrapper{display:flex;gap:40px;max-width:var(--page-width, 1400px);margin:0 auto;padding:0 40px}.megamenu__cols{display:flex;gap:40px;flex:1}.megamenu__col{min-width:160px}.megamenu__col-title{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--premium-border, #e8e0d8)}.megamenu__col-title a{font-size:12px!important;font-weight:600!important;color:var(--premium-text, #2d2926)!important;text-transform:uppercase;letter-spacing:.2em}.megamenu__col-title a:hover{color:var(--premium-accent, #931223)!important}.megamenu .site-nav__dropdown-link{padding:8px 0!important;font-size:11px!important;color:var(--premium-text, #2d2926)!important;margin:0;border-radius:0}.megamenu .site-nav__dropdown-link:before{display:none}.megamenu .site-nav__dropdown-link:hover{padding-left:12px!important;background:transparent!important;color:var(--premium-accent, #931223)!important}.megamenu__promo{flex:0 0 240px;text-align:center;padding:0;background:transparent;border:none;border-radius:0;transition:none}.megamenu__promo:hover{background:transparent;border-color:transparent}.megamenu__promo-image{border-radius:0;overflow:hidden;margin-bottom:12px}.megamenu__promo-link{text-decoration:none;color:var(--premium-text, #2d2926);transition:color .2s ease}.megamenu__promo-link strong{color:var(--premium-text, #2d2926);font-size:12px;display:block;margin-bottom:4px}.megamenu__promo-link div{color:var(--premium-text-muted, #666666);font-size:12px}.megamenu__promo-link:hover{color:var(--premium-text, #2d2926)}.megamenu__promo-link:hover strong{color:var(--premium-accent, #931223)}#HeaderWrapper,.header-wrapper,.site-header,.site-header.unikelove-header{background-color:var(--brand-black, #1C1D1D)!important}.header-wrapper--overlay{position:absolute!important;top:0;left:0;right:0;z-index:1000;background:transparent!important}.header-wrapper--overlay .site-header,.header-wrapper--overlay .unikelove-header__container{background:transparent!important;border-bottom:none!important}.header-wrapper--overlay.is-light .site-nav__link{color:var(--brand-white, #FFFFFF)!important}.header-wrapper--overlay.is-light .site-header .icon{stroke:var(--brand-white, #FFFFFF)!important}.header-wrapper--overlay.is-light .unikelove-header__menu-toggle{color:var(--brand-white, #FFFFFF)!important}.header-wrapper--overlay.is-light .site-nav__link:hover{opacity:.7!important}.header-wrapper--overlay.is-scrolled{background:#1c1d1dfa!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000040}.header-wrapper--overlay.is-scrolled .site-nav__link{color:var(--brand-white, #FFFFFF)!important}.header-wrapper--overlay.is-scrolled .site-header .icon{stroke:var(--brand-white, #FFFFFF)!important}.header-wrapper--overlay.is-scrolled .unikelove-header__menu-toggle{color:var(--brand-white, #FFFFFF)!important}.unikelove-header--menu-open .site-nav__dropdown{z-index:10000!important}.main-content,main.main-content,#MainContent{position:relative;z-index:1!important}#PageContainer,.page-container,.transition-body{position:relative;z-index:1}[data-section-type=header],.shopify-section-header,.shopify-section-group-header-group{position:relative!important;z-index:9999!important}details[open]>.site-nav__dropdown{transform:none!important}.site-nav__details[open]>.site-nav__dropdown,details.site-nav__details[open]>.site-nav__dropdown{transform:translateY(0)!important}.site-header,.unikelove-header,#HeaderWrapper,.header-wrapper,.unikelove-header__container,.unikelove-header__grid,.unikelove-header__left,.unikelove-header__nav{transform:none!important}.site-nav__dropdown:before{content:none}.site-nav__dropdown,ul.site-nav__dropdown,.site-nav--has-dropdown>.site-nav__dropdown,.megamenu,.site-nav__deep-dropdown{z-index:999999!important;position:absolute!important}details[open]>.site-nav__dropdown,details[open]>.megamenu{will-change:opacity,visibility}.hero,.slideshow,.homepage-hero,[class*=hero],.shopify-section:first-child{position:relative;z-index:1}.template-product .main-content>.shopify-section:first-child{z-index:auto}.site-header--stuck,.header-wrapper--stuck,#HeaderWrapper.is-sticky{z-index:9999!important}.site-nav--has-dropdown{position:relative!important;z-index:auto!important}.site-nav--has-dropdown.is-focused,.site-nav--has-dropdown:hover,.site-nav__item:has(details[open]){z-index:10!important}@media(max-width:768px){.unikelove-header__grid{height:84px!important}.site-header__logo img{max-height:52px!important}.header-item--logo{max-width:140px}.unikelove-header__announcement{padding:6px 0;font-size:11px}.site-navigation.medium-down--hide{display:none!important}}.site-nav__link--icon{padding:10px!important}.site-nav__link--icon svg{width:22px;height:22px}.cart-link__bubble{background:var(--premium-accent, #931223);color:#fff;font-size:10px;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.collections-list{background:var(--premium-bg-white, #ffffff);min-height:100vh;padding-top:60px!important;padding-bottom:90px!important}.collections-list .section-header{margin-bottom:50px;text-align:center}.collections-list .section-header__title{font-family:var(--brand-heading-font, "Cormorant Garamond", serif)!important;font-size:clamp(36px,6vw,56px)!important;font-weight:400!important;color:var(--premium-text, #2d2926)!important;letter-spacing:.18em!important;text-transform:uppercase;position:relative;padding-bottom:24px}.collections-list .section-header__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:64px;height:1px;background:var(--premium-border, #e8e0d8)}.collections-list .breadcrumb{justify-content:center;margin-bottom:20px}.collections-list .breadcrumb a,.collections-list .breadcrumb span{color:var(--premium-text-muted, #666666)!important;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.collections-list .breadcrumb a:hover{color:var(--premium-text, #2d2926)!important}.collections-list .skrim-grid{gap:36px}.collections-list .skrim__item{overflow:hidden!important;margin-bottom:30px!important}.collections-list .skrim__item-content{border-radius:0;overflow:hidden;background:transparent;border:none;box-shadow:none;transition:none;position:relative;display:flex;flex-direction:column}.collections-list .skrim__item-content:before{content:none}.collections-list .skrim__item-content:after{content:none}.collections-list .skrim__item-content .skrim__overlay:after{background:none!important;opacity:0!important}.collections-list .skrim__link:hover .skrim__item-content{transform:none;box-shadow:none;border-color:transparent}.collections-list .skrim__link:hover .skrim__item-content:before{opacity:0}.collections-list .skrim__link:hover .skrim__item-content:after{opacity:0}.collections-list .skrim__item-content .skrim__overlay{transition:none!important;aspect-ratio:1}.collections-list .skrim__link:hover .skrim__item-content .skrim__overlay{transform:none!important}.collections-list .skrim__item-content .skrim__overlay image-element,.collections-list .skrim__item-content .skrim__overlay img{display:block;width:100%;height:100%;object-fit:cover}.collections-list .skrim__title{position:static!important;margin:16px 0 0!important;padding:0!important;background:none;color:var(--premium-text, #2d2926);text-align:center;z-index:2}.collections-list .skrim__underline-me{display:inline-flex;align-items:center;gap:8px;padding:0;background:none;border:none;border-radius:0;font-family:var(--brand-body-font, "Lora", serif)!important;font-size:11px!important;font-weight:500!important;color:var(--premium-text, #2d2926)!important;letter-spacing:.18em;text-transform:uppercase;transition:none}.collections-list .skrim__underline-me:after{content:none}.collections-list .skrim__link:hover .skrim__underline-me{background:none;border-color:transparent;color:var(--premium-text, #2d2926)!important;transform:none;box-shadow:none}.collections-list .skrim__link:hover .skrim__underline-me:after{opacity:0;transform:none}.collections-list .skrim__item:nth-child(1){animation-delay:.05s}.collections-list .skrim__item:nth-child(2){animation-delay:.1s}.collections-list .skrim__item:nth-child(3){animation-delay:.15s}.collections-list .skrim__item:nth-child(4){animation-delay:.2s}.collections-list .skrim__item:nth-child(5){animation-delay:.25s}.collections-list .skrim__item:nth-child(6){animation-delay:.3s}.collections-list .pagination{margin-top:60px;text-align:center}.collections-list .pagination .page,.collections-list .pagination .prev,.collections-list .pagination .next{color:var(--brand-beige, #E8E8E1)!important;padding:12px 18px;margin:0 4px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff0d;transition:all .3s ease}.collections-list .pagination .page a,.collections-list .pagination .prev a,.collections-list .pagination .next a{color:inherit!important;padding:0;margin:0;border:none;background:none}.collections-list .pagination .icon__fallback-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.collections-list .pagination .page:hover,.collections-list .pagination .prev:hover,.collections-list .pagination .next:hover{background:#9312234d;border-color:var(--brand-red, #931223)}.collections-list .pagination .active,.collections-list .pagination .current{background:var(--brand-red, #931223)!important;border-color:var(--brand-red, #931223)!important;color:#fff!important}@media(max-width:768px){.collections-list{padding-top:24px!important;padding-bottom:50px!important}.collections-list .section-header{margin-bottom:30px}.collections-list .section-header__title{font-size:28px!important;letter-spacing:.1em!important}.collections-list .skrim__item{margin-bottom:24px!important}.collections-list .skrim__item-content{border-radius:16px}.collections-list .skrim__item-content:after{border-radius:18px}.collections-list .skrim__title{padding:16px!important}.collections-list .skrim__underline-me{padding:10px 18px;font-size:13px!important}}.product-gallery-grid{grid-template-columns:96px minmax(0,1fr);gap:16px;align-items:start}.product-gallery-grid__thumbs{order:1;display:flex;flex-direction:column;gap:10px;max-height:640px;overflow-y:auto;padding-right:4px}.product-gallery-grid__thumb{width:86px;height:86px;flex:0 0 86px;border:1px solid #dadad3;border-radius:10px;opacity:1;background:#fff}.product-gallery-grid__thumb img,.product-gallery-grid__thumb-image{width:100%;height:100%;display:block;object-fit:cover}.product-gallery-grid__thumb.is-active,.product-gallery-grid__thumb:hover{border-color:var(--premium-accent, #931223);box-shadow:0 0 0 1px var(--premium-accent, #931223)}.product-gallery-grid__main{order:2;border:1px solid #ecece6;border-radius:12px;background:#f9f9f7}.product-gallery-grid__main-image{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-gallery-grid__main-image img,.product-gallery-grid__image{width:100%;height:100%;object-fit:contain;padding:14px}.product-gallery-grid__video,.product-gallery-grid__model{width:100%;height:100%}.unikelove-header__search{position:relative;display:flex;align-items:center;width:100%;max-width:200px;min-width:120px;height:44px;margin-left:auto;flex-shrink:1}.unikelove-header__search-input{width:100%!important;height:44px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;padding:0 42px 0 16px!important;font-size:14px!important;font-family:var(--brand-body-font, "Lora", serif);background:#ffffff14!important;background-color:#ffffff14!important;color:#fff!important;pointer-events:auto!important;position:relative;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;opacity:1!important;cursor:text}.unikelove-header__search-input::placeholder{color:#ffffff8c!important;opacity:1!important}.unikelove-header__search-input:focus{outline:none!important;border-color:#ffffff59!important;box-shadow:0 0 0 2px #93122326}.unikelove-header__search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0!important;background:transparent!important;width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-white, #FFFFFF);z-index:3;cursor:pointer}.unikelove-header__search-btn .icon{width:18px;height:18px}.unikelove-header__search-row{padding:0 16px 12px}.unikelove-header__search--mobile{max-width:100%}.unikelove-header__search--mobile .unikelove-header__search-input{height:48px!important;font-size:16px!important}@media(max-width:1024px){.product-gallery-grid{grid-template-columns:84px minmax(0,1fr)}.product-gallery-grid__thumb{width:74px;height:74px;flex:0 0 74px}}@media(max-width:768px){.product-gallery-grid{grid-template-columns:1fr;gap:12px}.product-gallery-grid__main{order:1}.product-gallery-grid__thumbs{order:2;flex-direction:row;gap:8px;max-height:none;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:4px}.product-gallery-grid__thumb{width:68px;height:68px;flex:0 0 68px}}.story-description__final-gallery-head,.story-description__mosaic-item,.story-carousel__title,.story-carousel__item{opacity:0}.story-description__mosaic-item,.story-carousel__item{will-change:transform}.story-carousel__item{overflow:hidden}@media(prefers-reduced-motion:reduce){.story-description__final-gallery-head,.story-description__mosaic-item,.story-carousel__title,.story-carousel__item{opacity:1!important;transform:none!important}}@media(min-width:990px){.unikelove-header__container{max-width:1480px;padding-left:36px;padding-right:36px}.unikelove-header__grid{grid-template-columns:1fr auto 1fr;gap:32px}.unikelove-header__left{justify-content:flex-end}.unikelove-header__right{justify-content:flex-end;gap:14px}.unikelove-header__nav--left .site-nav,.unikelove-header__nav--right .site-nav{gap:8px}.unikelove-header__search{max-width:220px;margin-left:10px;margin-right:4px}}
/*# sourceMappingURL=/cdn/shop/t/199/assets/premium-redesign.css.map */
