:root{--color-primary: #111111;--color-background: #ffffff;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container-width: 1200px}body{font-family:var(--font-family);margin:0;padding:0;background-color:var(--color-background);color:var(--color-primary);line-height:1.6}a{text-decoration:none;color:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 60px}.section-padding{padding:60px 0}.site-header{background:#fff;padding:0}.header-container{display:flex;justify-content:space-between;align-items:center;padding:20px 5%;max-width:1400px;margin:0 auto}.header-logo a{font-family:var(--font-family);font-size:32px;font-weight:500;color:#111;letter-spacing:.12em;text-transform:uppercase}.header-icons{display:flex;gap:20px;align-items:center}.header-search form{display:flex;border:1px solid #ccc;border-radius:35px;width:600px;overflow:hidden}.header-search input{border:none;padding:14px 20px;width:100%}.header-search button{background:#f4f4f4;border:none;padding:0 20px;cursor:pointer}.site-nav{background-color:#f8f8f8;border-top:none;border-bottom:1px solid #eee}.site-nav ul{display:flex;justify-content:center;gap:32px;list-style:none;padding:14px 5%;margin:0}.site-nav a{text-transform:none;font-size:15px;font-weight:500;letter-spacing:.02em;color:#111;transition:color .25s ease}.site-nav a:hover{color:#666}.featured-collection{background-color:#fff;padding-top:24px}.section-title{text-align:center;margin:0 0 40px;font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.image-tiles-section{padding:60px 0;background-color:#fff}.image-tiles-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.image-tile{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4 / 5;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee;text-decoration:none}.image-tile:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.image-tile__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.image-tile__img{width:100%;height:100%;object-fit:cover}.image-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0006,#0000 60%);z-index:2}.image-tile__content{position:relative;z-index:3;color:#fff}.image-tile__title{margin:0 0 8px;font-size:16px;font-weight:600;letter-spacing:.5px}.image-tile__link-text{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px;display:inline-flex;align-items:center;gap:4px;opacity:.9}@media(max-width:1024px){.image-tiles-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.image-tiles-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.product-card{background:#fff;padding:15px;border-radius:8px;text-align:center;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.product-card img{max-width:100%;height:auto;border-radius:4px}.product-template .container{max-width:1100px;padding:0 40px}.product-grid-layout{display:grid;grid-template-columns:45% 1fr;gap:40px;align-items:flex-start}.product-media{min-width:0;width:100%}.main-product-image{width:100%;height:auto;border-radius:8px}.product-info{min-width:0;overflow:hidden;word-break:normal!important;overflow-wrap:break-word!important}.product-description,.product-description *{word-wrap:normal!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:manual!important;-webkit-hyphens:manual!important;max-width:100%!important;white-space:normal!important}.product-description h1,.product-description h2,.product-description h3,.product-description h4{font-size:18px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#111!important;margin-top:20px!important;margin-bottom:15px!important}.product-description ul{list-style:none!important;padding:0!important;margin:0!important;border-top:1px solid #eee!important}.product-description li,.product-description p.spec-row{display:flex!important;align-items:center!important;padding:12px 0!important;border-bottom:1px solid #eee!important;font-size:13.5px!important;color:#333!important;line-height:1.4!important;margin:0!important}.product-description p.spec-row:first-of-type,.product-description li:first-of-type{border-top:1px solid #eee!important}.product-description li strong,.product-description p.spec-row strong{flex:0 0 45%!important;font-weight:600!important;color:#111!important;margin-right:15px!important}.product-description li span,.product-description p.spec-row span{flex:1!important;color:#333!important}.product-description table{width:100%!important;border-collapse:collapse!important;margin-top:15px!important;border-top:1px solid #eee!important}.product-description tr{border-bottom:1px solid #eee!important}.product-description th,.product-description td{padding:10px 4px!important;font-size:13px!important;color:#333!important;line-height:1.4!important;text-align:center!important;border:none!important}.product-description tr:first-child td:first-child:last-child,.product-description tr:has(td:nth-child(2):last-child) td:first-child{width:45%!important;font-weight:600!important;color:#111!important;text-align:left!important}.product-description td:first-child strong{font-weight:600!important;color:#111!important}.product-description-wrapper{position:relative}.product-description.is-collapsed{max-height:250px;overflow:hidden;position:relative}.product-description.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,#fff);pointer-events:none}.read-more-btn{display:block;width:100%;background:none;border:1px solid #e0e0e0;border-radius:4px;padding:10px;text-align:center;font-weight:500;font-size:14px;color:#333;margin-top:10px;cursor:pointer;transition:background .3s}.read-more-btn:hover{background:#f8f8f8}.read-more-btn.is-hidden{display:none}@media(max-width:768px){.product-grid-layout{grid-template-columns:1fr;gap:30px}}.main-product-image{width:100%;max-height:600px;object-fit:contain;background:#f8f8f8;border-radius:8px;box-shadow:0 4px 12px #0000000d}.product-title-large{font-size:28px;line-height:1.35;margin-bottom:15px;letter-spacing:-.02em;font-weight:700}.product-accordions details{border-top:1px solid #eee;padding:15px 0}.product-accordions summary{font-weight:700;cursor:pointer;list-style:none}.product-accordions summary:after{content:"+";float:right}.btn-primary-large{display:block;width:100%;padding:20px;background:#000;color:#fff;border-radius:6px;text-align:center;font-weight:700}.input-large{padding:15px;border:1px solid #ccc;border-radius:4px;width:100px}.cart-template .container{max-width:800px;margin:0 auto}.cart-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#666;padding-bottom:15px;border-bottom:1px solid #eee}.cart-table td{padding:15px 0;border-bottom:1px solid #eee;vertical-align:middle}.cart-item-image img{max-width:80px;height:auto;border-radius:4px;display:block}.cart-item-info{padding-left:20px}.cart-item-title{font-size:14px;font-weight:600;color:#111;display:block;margin-bottom:4px}.cart-item-title:hover{text-decoration:underline}.cart-item-info p{margin:0;font-size:13px;color:#666}.remove-link{display:inline-block;margin-top:8px;font-size:11px;color:#555;background-color:#f4f4f4;border:1px solid #eaeaea;padding:4px 10px;border-radius:4px;text-align:center;transition:all .2s ease}.remove-link:hover{background-color:#e0e0e0;color:#000}.cart-item-quantity input.input-large{width:50px;padding:6px 10px;font-size:13px;border:1px solid #ccc;border-radius:4px}.cart-item-total{font-size:14px;color:#111}.cart-footer{display:flex;justify-content:space-between;align-items:flex-start;margin-top:30px;border-top:1px solid #eee;padding-top:30px}.cart-subtotal{text-align:left}.subtotal-label{font-size:18px;font-weight:700;margin:0 0 8px}.text-muted{font-size:12px;color:#888;margin:0}.cart-buttons{display:flex;gap:15px;align-items:center}.cart-buttons button{margin:0!important}.cart-buttons .btn-secondary-large{width:180px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;border:1px solid #000;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.cart-buttons .btn-secondary-large:hover{background:#000;color:#fff}.cart-buttons .btn-primary-large{width:180px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;border:1px solid #000;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.cart-buttons .btn-primary-large:hover{opacity:.8}.site-footer{background:#111;color:#fff;text-align:center;padding:40px 0;margin-top:60px}.text-readable{font-size:18px;line-height:1.8}.price-highlight{color:#b12704;font-weight:700}.icon{width:22px;height:22px;display:block}.header-container{gap:24px}.header-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0}.header-menu-toggle span{display:block;width:100%;height:2px;background:#000}.header-logo a{display:flex;flex-direction:column;align-items:center;line-height:1.1;letter-spacing:.15em;text-transform:uppercase}.header-logo__tagline{font-size:9px;font-weight:600;letter-spacing:.25em;color:#888;text-transform:uppercase;margin-top:4px}.header-search{flex:1;display:flex;justify-content:center}.header-search button{display:flex;align-items:center;justify-content:center}.header-search .icon{width:18px;height:18px}.header-icons{position:relative}.header-icon-link{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;position:relative}.header-icon-link .icon{width:22px;height:22px}.header-icon-link--cart{position:relative}.cart-count-bubble{position:absolute;top:-6px;right:-10px;background:#000;color:#fff;font-size:10px;line-height:1;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px}.cart-count-bubble[hidden]{display:none}.site-nav ul{flex-wrap:wrap}.site-nav li{position:relative}.site-nav .site-nav__dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #eaeaea;padding:10px 0!important;min-width:180px;z-index:20;flex-direction:column;gap:0!important}.site-nav li:hover .site-nav__dropdown{display:flex}.site-nav .site-nav__dropdown li{width:100%}.site-nav .site-nav__dropdown a{display:block;padding:8px 16px;text-transform:none;letter-spacing:0}.header-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;z-index:10}.header-menu-toggle span{display:block;width:20px;height:2px;background:#111;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-menu-toggle.is-active span:nth-child(2){opacity:0}.header-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-nav__link-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.site-nav__toggle-btn{display:none;background:none;border:none;padding:12px 20px;font-size:18px;font-weight:600;color:#111;cursor:pointer;line-height:1}@media(max-width:767px){.header-container{padding:15px 4%;gap:12px}.header-search{display:none}.header-menu-toggle{display:flex!important}.site-nav__toggle-btn{display:flex;align-items:center;justify-content:center}.header-logo a{font-size:22px}.header-logo__tagline{font-size:8px}.site-header{position:relative;border-bottom:1px solid #eee}.site-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid #eaeaea;box-shadow:0 10px 25px #0000001a;z-index:999;padding:10px 0 20px}.site-nav.is-open{display:block!important}.site-nav ul{flex-direction:column;align-items:flex-start;gap:0;padding:0;margin:0;list-style:none}.site-nav li{width:100%;border-bottom:1px solid #f5f5f5}.site-nav a{display:block;padding:14px 20px;font-size:15px;font-weight:600;color:#111}.site-nav .site-nav__dropdown{display:none!important;position:static;border:none;box-shadow:none;padding:5px 0 10px!important;background:#fafafa}.site-nav li.is-expanded>.site-nav__dropdown{display:block!important}.site-nav .site-nav__dropdown a{padding:10px 35px;font-size:14px;font-weight:400;color:#555}}.breadcrumbs{font-size:13px;color:#888;margin-bottom:20px}.breadcrumbs a{color:#888}.breadcrumbs a:hover{color:#000;text-decoration:underline}.breadcrumbs__sep{margin:0 8px}.breadcrumbs__current{color:#333}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.section-heading .section-title{margin-bottom:0;text-align:left}.section-heading__link{font-size:14px;font-weight:600;white-space:nowrap}.product-card{position:relative;background:#fff;padding:0;border-radius:8px;border:1px solid #eee;text-align:left;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f;border-color:#ddd}.product-card__link{display:flex;flex-direction:column;flex-grow:1;text-decoration:none;color:inherit}.product-card__image-wrap{position:relative;background:#f4f4f4;aspect-ratio:1 / 1;overflow:hidden}.product-card .product-card__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badge{position:absolute;top:10px;left:10px;background:#000;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;border-radius:4px}.product-card__badge--sold-out{background:#999}.product-card__badge--sale{background:#b12704}.product-card__badge--new-arrival{background:#000;color:#fff}.product-card__wishlist{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-card__wishlist svg{width:16px;height:16px;color:#333}.product-card__wishlist:hover svg{color:#b12704}.product-card__info{padding:16px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-title{font-size:15px;font-weight:700;color:#111;margin:0 0 6px;line-height:1.4}.product-price{margin:0;font-weight:600;color:#111;font-size:13px}.product-card__form{padding:0 16px 16px;margin-top:auto}.product-card__btn{display:block;width:100%;padding:12px;background:#fff;color:#111;border:1px solid #111;border-radius:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.product-card__btn:hover{background:#111;color:#fff}.product-card__btn:disabled{background:#ccc;border-color:#ccc;color:#666;cursor:not-allowed}.product-card__rating,.product-rating{display:flex;align-items:center;gap:6px;font-size:13px;color:#888;margin-bottom:6px}.product-card__stars,.product-rating__stars{--rating: 0;position:relative;display:inline-block;font-family:Georgia,serif;font-size:14px;line-height:1;color:#ddd}.product-card__stars:before,.product-rating__stars:before{content:"\2605\2605\2605\2605\2605"}.product-card__stars:after,.product-rating__stars:after{content:"\2605\2605\2605\2605\2605";position:absolute;top:0;left:0;width:calc(var(--rating) / 5 * 100%);overflow:hidden;color:#f5a623;white-space:nowrap}.product-gallery{display:flex;flex-direction:column;gap:16px}.product-gallery__main{width:100%;position:relative;background-color:#fff;border-radius:8px;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-gallery__thumbs{display:flex;flex-direction:row;gap:10px;width:100%;overflow-x:auto;padding-bottom:5px}.product-gallery__thumb{padding:0;border:1px solid #eaeaea;border-radius:6px;overflow:hidden;background:#fff;cursor:pointer;width:80px;height:80px;flex-shrink:0}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:#000}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:flex;align-items:center;justify-content:center}.product-gallery__slide img{max-width:100%;max-height:100%;object-fit:contain;display:block}@media(max-width:600px){.product-gallery{flex-direction:column-reverse}.product-gallery__thumbs{flex-direction:row;width:auto;overflow-x:auto}.product-gallery__thumb img{width:64px;height:64px}}.product-option{margin-bottom:20px}.product-option__selected-value{font-weight:400;color:#666}.color-swatch-list,.option-value-list{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.color-swatch{width:34px;height:34px;border-radius:50%;border:2px solid transparent;padding:2px;background:none;cursor:pointer}.color-swatch__inner{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.15)}.color-swatch.is-active{border-color:#000}.color-swatch.is-unavailable{opacity:.35}.color-swatch__inner[data-color-name=charcoal]{background-color:#36454f!important}.color-swatch__inner[data-color-name=sand]{background-color:#c2b280!important}.color-swatch__inner[data-color-name=stone]{background-color:#928e85!important}.color-swatch__inner[data-color-name=taupe]{background-color:#8b7d6b!important}.color-swatch__inner[data-color-name=camel]{background-color:#c19a6b!important}.color-swatch__inner[data-color-name=rose-gold]{background-color:#b76e79!important}.color-swatch__inner[data-color-name=blush]{background-color:#f4c2c2!important}.color-swatch__inner[data-color-name=mocha]{background-color:#7b5b4a!important}.color-swatch__inner[data-color-name=mustard]{background-color:#d9ae3e!important}.color-swatch__inner[data-color-name=burgundy]{background-color:#800020!important}.option-value-btn{padding:8px 16px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:14px}.option-value-btn.is-active{border-color:#000;background:#000;color:#fff}.quantity-selector{margin:20px 0}.quantity-input{display:inline-flex;align-items:center;border:1px solid #ccc;border-radius:4px;overflow:hidden;margin-top:8px}.quantity-btn{width:40px;height:44px;border:none;background:#f4f4f4;font-size:18px;cursor:pointer}.quantity-input__field{width:60px;height:44px;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc;text-align:center;-moz-appearance:textfield}.quantity-input__field::-webkit-outer-spin-button,.quantity-input__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn-secondary-large{display:block;width:100%;padding:18px;background:#fff;color:#000;border:1px solid #000;border-radius:6px;text-align:center;font-weight:700;cursor:pointer;margin-top:12px}.btn-buy-now-wrap{margin-top:12px}.free-shipping-note{margin-top:16px;font-size:14px;color:#666}#AddToCartButton:disabled{background:#999;cursor:not-allowed}.pagination{margin-top:40px;display:flex;justify-content:center}.pagination__list{display:flex;list-style:none;gap:6px;padding:0;margin:0;flex-wrap:wrap}.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:4px;border:1px solid #eaeaea;font-size:14px}a.pagination__item:hover{border-color:#000}.pagination__item.is-current{background:#000;color:#fff;border-color:#000}.pagination__item.is-disabled{color:#bbb}.pagination__item--dots{border:none}.site-footer{background:#111;color:#fff;text-align:left;padding:60px 0 0;margin-top:60px}.footer-container{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px;padding-bottom:40px}.footer-logo{font-size:22px;font-weight:800;letter-spacing:2px;margin-bottom:10px}.footer-tagline{color:#999;font-size:14px}.footer-social{display:flex;gap:12px;margin-top:16px}.footer-social a{width:32px;height:32px;border:1px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-social svg{width:16px;height:16px}.footer-block h4{margin-top:0;margin-bottom:16px;font-size:14px;text-transform:uppercase;letter-spacing:1px}.footer-block ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-block a{color:#ccc;font-size:14px}.footer-block a:hover{color:#fff}.footer-block--subscribe p{color:#999;font-size:14px;margin-bottom:16px}.footer-newsletter-form{display:flex;gap:8px}.footer-newsletter-form input{flex:1;padding:10px 12px;border:1px solid #333;border-radius:4px;background:#1a1a1a;color:#fff}.footer-newsletter-form button{padding:10px 16px;background:#fff;color:#000;border:none;border-radius:4px;font-weight:700;cursor:pointer}.form-success{color:#7ed957;font-size:14px}.footer-bottom{border-top:1px solid #262626;padding:20px 0}.footer-bottom__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:#999}.footer-policies{display:flex;list-style:none;gap:20px;padding:0;margin:0}.footer-policies a{color:#999}.footer-policies a:hover{color:#fff}@media(max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-container{grid-template-columns:1fr}}.account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.account-header a{text-decoration:underline}.back-link{display:inline-block;margin-bottom:20px;font-size:14px;text-decoration:underline}.account-orders,.account-address{margin-top:40px}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin:20px 0 40px}.address-card{border:1px solid #eee;border-radius:8px;padding:20px}.address-card__actions{display:flex;gap:10px;margin-top:12px}.address-card__actions .btn-secondary-large{width:auto;margin-top:0;padding:10px 16px}.badge{display:inline-block;background:#eee;padding:2px 8px;border-radius:4px;font-size:12px}.order-summary{max-width:320px;margin-left:auto;margin-top:20px}.order-summary__total{border-top:1px solid #eee;padding-top:10px}.order-addresses{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}@media(max-width:600px){.order-addresses{grid-template-columns:1fr}}.customer-login label,.customer-register label,.address-form-wrap label{display:block;margin:14px 0 6px;font-weight:600}.customer-login input,.customer-register input,.address-form-wrap input{width:100%;box-sizing:border-box}.gift-card-code{margin:30px 0;padding:20px;border:1px dashed #ccc;border-radius:8px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:30px}.collection-card{display:block;text-align:center}.collection-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.collection-card h3{margin-top:12px;font-size:16px}.password-page__wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.password-page__inner{max-width:420px;width:100%}.password-page__inner .label-large{display:block;margin:20px 0 10px;font-weight:600}.password-page__admin{margin-top:20px;font-size:14px}.password-page__admin a{text-decoration:underline}.password-page__footer{margin-top:40px;color:#999;font-size:13px}.label-large{font-weight:600}.trust-badges.section-padding{padding-top:15px!important;padding-bottom:15px!important}.trust-badges{background:transparent}.badge-grid{background:#f8f8f8;border:1px solid #eaeaea;border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr)}.badge-item{display:flex;align-items:center;gap:16px;padding:18px 24px;border-right:1px solid #eaeaea}.badge-item:last-child{border-right:none}.badge-item__icon{flex-shrink:0;width:28px;height:28px;color:#111}.badge-item__icon svg{width:100%;height:100%}.badge-item__text h4{margin:0 0 2px;font-size:14px;font-weight:600;color:#111}.badge-item__text p{margin:0;font-size:12px;color:#666}@media(max-width:900px){.badge-grid{grid-template-columns:1fr 1fr}.badge-item:nth-child(2n){border-right:none}.badge-item:nth-child(1),.badge-item:nth-child(2){border-bottom:1px solid #e4e0d8}}@media(max-width:560px){.trust-badges.section-padding{padding-top:10px!important;padding-bottom:10px!important}.badge-grid{grid-template-columns:1fr}.badge-item{padding:12px 16px;border-right:none!important;border-bottom:1px solid #e4e0d8}.badge-item:last-child{border-bottom:none}}.image-with-text.section-padding{padding-top:30px;padding-bottom:30px}.image-with-text__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.image-with-text__image img,.image-with-text__image svg{height:auto!important;max-height:450px;object-fit:contain;border-radius:8px;width:100%}@media(max-width:768px){.image-with-text__wrapper{grid-template-columns:1fr!important;gap:24px!important;text-align:center}.image-with-text__image{order:-1}.image-with-text__content{padding:0 10px}}#AddToCartButton{display:flex;align-items:center;justify-content:center;width:100%;height:52px;background-color:#111;color:#fff;border:1px solid #111;border-radius:4px;font-size:14px;font-weight:600;text-transform:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box}#AddToCartButton:hover{background-color:#fff;color:#111;border-color:#111}.shopify-payment-button__button--unbranded{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:52px!important;padding:0!important;background-color:#fff!important;color:#111!important;border:1px solid #111!important;border-radius:4px!important;font-size:14px!important;font-weight:600!important;text-transform:none!important;cursor:pointer!important;transition:all .2s ease!important;box-sizing:border-box!important}.shopify-payment-button__button--unbranded:hover{background-color:#111!important;color:#fff!important;border-color:#111!important}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid #eaeaea;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.gallery-arrow:hover{background:#fff;box-shadow:0 6px 16px #0000001f}.gallery-arrow svg{width:20px;height:20px;color:#333}.gallery-arrow--prev{left:15px}.gallery-arrow--next{right:15px}.product-gallery__main{position:relative}.product-options-container{display:flex;flex-direction:column;gap:20px;margin-top:24px}.product-option{display:flex;flex-direction:column;gap:8px}.product-option .label-large{font-weight:600;font-size:14px;margin-bottom:4px}.product-option__selected-value{font-weight:400;color:#555;margin-left:6px}.option-value-list{display:flex;flex-wrap:wrap;gap:10px}.option-value-btn{background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px 16px;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease;min-width:48px;text-align:center}.option-value-btn:hover{border-color:#999}.option-value-btn.is-active{background:#111;color:#fff;border-color:#111}.product-description.is-collapsed{max-height:260px;overflow:hidden;position:relative}.product-description.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}.read-more-btn{background:none;border:none;color:#111;font-weight:600;text-decoration:underline;cursor:pointer;padding:10px 0;margin-top:10px;display:inline-block;font-size:14px}.read-more-btn.is-hidden{display:none!important}.cart-table{width:100%;border-collapse:collapse;margin-bottom:30px}.cart-table th{text-align:left;padding-bottom:15px;border-bottom:1px solid #eee;font-size:13px;text-transform:uppercase;color:#555;font-weight:600}.cart-table td{padding:20px 10px 20px 0;vertical-align:middle;border-bottom:1px solid #eee}.cart-item-image{width:100px;padding-right:20px!important}.cart-item-image img{border-radius:6px;max-width:100px;height:auto;display:block}.cart-item-info{width:50%}.cart-item-info p{margin:5px 0;font-size:14px;color:#666}.remove-link{display:inline-block;margin-top:8px;font-size:13px;color:#111;background:#f4f4f4;padding:4px 10px;border-radius:4px;text-decoration:none}.cart-item-quantity{width:15%}.cart-item-total{width:15%;text-align:right;font-size:16px}.cart-table th:last-child{text-align:right}.product-title,.cart-item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.cart-table thead{display:none}.cart-table tr{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:20px}.cart-table td{padding:10px 0;border:none}.cart-item-image{width:35%!important;padding-right:15px!important}.cart-item-image img{width:100%;max-width:none}.cart-item-info{width:65%}.cart-item-quantity{width:50%;text-align:left;margin-top:10px}.cart-item-total{width:50%;text-align:right;margin-top:10px}.cart-footer{flex-direction:column;align-items:stretch;gap:20px}.cart-subtotal{text-align:right!important}.cart-buttons{width:100%}.cart-buttons .btn-primary-large{width:100%!important;max-width:none!important}.container{padding:0 16px!important}.product-card__info{padding:10px!important}.product-card__form{padding:0 10px 10px!important}.product-title{font-size:13px!important;word-break:break-word!important}.product-card__btn{padding:8px 4px!important;font-size:11px!important;letter-spacing:.5px!important;white-space:nowrap!important}}.size-chart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:none;align-items:center;justify-content:center}.size-chart-modal.is-open{display:flex}.size-chart-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.size-chart-modal__content{position:relative;background:#fff;width:90%;max-width:600px;max-height:80%;overflow-y:auto;border-radius:8px;box-shadow:0 10px 30px #00000026;z-index:2001;padding:30px;animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.size-chart-modal__close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#777;padding:5px;line-height:1;transition:color .2s ease}.size-chart-modal__close:hover{color:#000}.size-chart-trigger-btn{background:none;border:none;text-decoration:underline;font-size:13px;font-weight:500;color:#666;cursor:pointer;margin-left:15px;padding:0;transition:color .2s ease}.size-chart-trigger-btn:hover{color:#000}.price-container{display:flex;flex-direction:column;gap:3px;margin-top:4px}.price-line{display:flex;align-items:baseline;gap:5px;line-height:1.3}.price-label{font-size:14px;color:#666;font-weight:500}.price-item{font-weight:700}.price-item--standard{color:#111!important;font-size:16px;font-weight:700}.price-item--regular{color:#888;font-size:16px}.price-item--sale,.price-highlight{color:#d73c30;font-size:16px;font-weight:700}.product-price-large .price-container{gap:3px;margin-top:6px;margin-bottom:10px}.product-price-large .price-line--regular{font-size:13px}.product-price-large .price-line--regular .price-label{font-size:17px;color:#666;font-weight:500}.product-price-large .price-item--regular{font-size:17px;color:#888;font-weight:600}.product-price-large .price-line--sale{font-size:14px;margin-top:1px}.product-price-large .price-line--sale .price-label{font-size:18px;font-weight:500;color:#555}.product-price-large .price-item--sale{font-size:18px!important;font-weight:700!important;color:#d73c30!important}.jdgm-widget.jdgm-preview-badge,.jdgm-preview-badge{margin-top:8px!important;margin-bottom:12px!important;display:block!important}.product-description{font-size:13.5px;font-weight:500;color:#333;line-height:1.65;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.product-description ul{list-style:none;padding-left:0;margin:16px 0}.product-description li{padding:8px 0;border-bottom:1px dashed #eaeaea;margin-bottom:0}.product-description li:last-child{border-bottom:none}.newsletter-banner__form-fields{display:flex;gap:10px;max-width:480px;margin:0 auto}@media(max-width:600px){.newsletter-banner__form-fields{flex-direction:column!important;width:100%!important;gap:12px!important}.newsletter-banner__form-fields input,.newsletter-banner__form-fields button{width:100%!important;box-sizing:border-box!important}}.bogo-bundle-widget{margin:25px 0 20px;border:1px solid #eaeaea;border-radius:8px;background:#fbfbfb;padding:18px;box-sizing:border-box}.bogo-bundle-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:8px}.bogo-bundle-widget__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#111;margin:0}.bogo-bundle-widget__timer{font-size:11.5px;color:#d73c30;background:#fff0f0;padding:4px 8px;border-radius:4px;font-weight:600;display:flex;align-items:center;gap:4px}.bogo-bundle-option{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:6px;padding:14px 16px;margin-bottom:10px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;box-sizing:border-box}.bogo-bundle-option:last-child{margin-bottom:0}.bogo-bundle-option.is-active{border-color:#111;background:#fff;box-shadow:0 4px 12px #0000000a}.bogo-bundle-option__radio{margin-right:14px;width:18px;height:18px;accent-color:#111;cursor:pointer;flex-shrink:0}.bogo-bundle-option__content{flex-grow:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.bogo-bundle-option__label{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.bogo-bundle-option__name{font-size:14px;font-weight:700;color:#111}.bogo-bundle-option__badge{font-size:9px;font-weight:700;background:#2e7d32;color:#fff;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;display:inline-block;line-height:1.2}.bogo-bundle-option__prices{display:flex;flex-direction:row;align-items:center;gap:8px;text-align:right;flex-shrink:0}.bogo-bundle-option__price{font-size:15px;font-weight:700;color:#111}.bogo-bundle-option__compare{font-size:12px;color:#888;text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/11/assets/base.css.map */
