.best-sellers{background:var(--color-background);color:var(--color-foreground)}.best-sellers__inner{width:min(100% - 10rem,var(--page-width, 90rem));margin-inline:auto;padding:4rem 0}.best-sellers__heading{margin:0 0 .75rem;text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.best-sellers__subheading{margin:0 0 2.5rem;text-align:center;font-size:1rem;line-height:1.5;opacity:.75}.best-sellers__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card__media-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden}.product-card__media{display:block;width:100%;height:100%;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-card__image--secondary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary{opacity:0}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.25rem .7rem;background:var(--color-foreground);color:var(--color-background);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px}.product-card__wishlist{position:absolute;top:.6rem;right:.6rem;z-index:3;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:#ffffffe6;color:var(--color-foreground);cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:color .2s ease,transform .2s ease}.product-card__wishlist svg{width:1.15rem;height:1.15rem;display:block}.product-card__wishlist.is-active{color:#e53935;transform:scale(1.08)}.product-card__quick-add{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:.75rem;opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease}.product-card__media-wrap:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add-btn{width:100%;padding:.7rem 1rem;border:none;border-radius:.5rem;background:var(--color-background);color:var(--color-foreground);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.product-card__quick-add-btn:hover{background:var(--color-foreground);color:var(--color-background)}.product-card__info{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1rem 1.25rem;flex:1}.product-card__category{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.product-card__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35}.product-card__title-link{text-decoration:none;color:inherit}.product-card__title-link:hover{opacity:.75}.product-card__rating{display:flex;align-items:center;gap:.15rem}.product-card__star{width:.9rem;height:.9rem;color:#f5a623}.product-card__star--filled{fill:currentColor}.product-card__rating-count{margin-left:.25rem;font-size:.8rem;opacity:.6}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.15rem}.product-card__price-current{font-size:1.05rem;font-weight:700}.product-card__price-compare{font-size:.9rem;opacity:.55;text-decoration:line-through}.product-card__options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-card__swatches{display:flex;gap:.3rem}.product-card__swatch{position:relative;display:block;width:1.1rem;height:1.1rem;padding:0;border-radius:50%;cursor:pointer;background:color-mix(in srgb,var(--color-foreground) 18%,transparent);border:1.5px solid transparent;transition:border-color .2s ease}.product-card__swatch:hover{border-color:var(--color-foreground)}.product-card__sizes{display:flex;flex-wrap:wrap;gap:.3rem}.product-card__size{padding:.15rem .5rem;font-size:.7rem;border:1px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-radius:.25rem}.best-sellers__footer{display:flex;justify-content:center;margin-top:2.5rem}.best-sellers__view-all{display:inline-flex;align-items:center;padding:.8rem 2.25rem;border:1.5px solid var(--color-foreground);border-radius:.5rem;color:var(--color-foreground);text-decoration:none;font-size:.95rem;font-weight:600;transition:background .2s ease,color .2s ease}.best-sellers__view-all:hover{background:var(--color-foreground);color:var(--color-background)}@media(max-width:749px){.best-sellers__inner{width:min(100% - 1.25rem,var(--page-width, 90rem));padding:2.5rem 0}.best-sellers__heading{font-size:1.4rem}.best-sellers__subheading{margin-bottom:1.5rem;font-size:.9rem}.best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__quick-add{position:static;background:none;opacity:1;transform:none;padding:0 1rem 1rem}.product-card__quick-add-btn{padding:.9rem 1rem;font-size:.9rem;background:var(--color-foreground);color:var(--color-background)}.product-card__wishlist{width:2.75rem;height:2.75rem}.product-card__wishlist svg{width:1.4rem;height:1.4rem}.product-card__info{padding:.85rem .85rem 0}.product-card__title{font-size:.9rem}.product-card__category{font-size:.7rem}}.cart-page{padding:var(--cart-space) 0;background:#f7f8fa;color:#222}.cart-page *{box-sizing:border-box}.cart-page__container{width:min(100% - 48px,110rem);margin-inline:auto}.cart-page__heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.cart-page__eyebrow{margin:0 0 7px;color:var(--cart-accent);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.cart-page__heading-row h1{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em}.cart-page__count{margin:0 0 5px;color:#6d7280}.cart-page__shipping{margin-bottom:26px;padding:18px 22px;border:1px solid #e1e4e9;border-radius:9px;background:#fff}.cart-page__shipping-copy{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:15px}.cart-page__shipping-copy svg{width:22px;fill:none;stroke:var(--cart-accent);stroke-width:1.8}.cart-page__progress{height:6px;overflow:hidden;border-radius:999px;background:#e8eaf0}.cart-page__progress span{display:block;height:100%;border-radius:inherit;background:var(--cart-accent);transition:width .3s}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.75fr);gap:28px;align-items:start}.cart-page__products,.cart-page__summary{border:1px solid #e1e4e9;border-radius:10px;background:#fff}.cart-page__table-heading{display:grid;grid-template-columns:1fr 190px 120px;padding:18px 24px;border-bottom:1px solid #e1e4e9;color:#737784;font-size:13px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.cart-page__table-heading span:nth-child(2),.cart-page__table-heading span:last-child{text-align:center}.cart-page__item{display:grid;grid-template-columns:128px minmax(0,1fr) 190px 120px;gap:22px;align-items:center;padding:26px 24px;border-bottom:1px solid #e7e9ed}.cart-page__media{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#f5f6f8}.cart-page__media img,.cart-page__media svg{width:100%;height:100%;object-fit:contain}.cart-page__details{min-width:0}.cart-page__vendor{margin:0 0 6px;color:#767b86;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cart-page__details h2{margin:0 0 8px;font-size:18px;line-height:1.35}.cart-page__details h2 a{color:inherit;text-decoration:none}.cart-page__details h2 a:hover{text-decoration:underline}.cart-page__price{display:flex;gap:8px;margin-bottom:8px;font-size:15px}.cart-page__price s,.cart-page__line-total s{color:#9296a0;font-size:13px}.cart-page__variant,.cart-page__property{margin:4px 0 0;color:#727782;font-size:14px}.cart-page__property a{color:inherit}.cart-page__line-discounts{margin:8px 0 0;padding:0;color:#278049;font-size:13px;list-style:none}.cart-page__quantity-cell{display:flex;align-items:center;justify-content:center;gap:10px}.cart-page__quantity{width:120px;height:48px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid #d9dce2;border-radius:6px}.cart-page__quantity button,.cart-page__quantity input{min-width:0;padding:0;border:0;background:transparent;text-align:center;font:inherit}.cart-page__quantity button{cursor:pointer;font-size:18px}.cart-page__quantity input{-webkit-appearance:textfield;appearance:textfield}.cart-page__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.cart-page__remove{width:38px;height:38px;display:grid;place-items:center;color:#737784}.cart-page__remove:hover{color:#d6202a}.cart-page__remove svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-page__remove-mobile{display:none}.cart-page__line-total{display:grid;gap:5px;justify-items:center;color:#ef202a;font-size:18px}.cart-page__product-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px}.cart-page__product-actions a{display:inline-flex;align-items:center;gap:6px;color:#4f5561;text-decoration:none;font-weight:650}.cart-page__product-actions a:hover{color:var(--cart-accent)}.cart-page__product-actions svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.cart-page__product-actions button{min-height:44px;padding:10px 20px;border:1px solid var(--cart-accent);border-radius:6px;background:transparent;color:var(--cart-accent);font:inherit;font-weight:700;cursor:pointer}.cart-page__product-actions button:hover{background:color-mix(in srgb,var(--cart-accent) 7%,#fff)}.cart-page__summary{position:sticky;top:calc(var(--header-actual-height, 80px) + 20px);padding:26px}.cart-page__summary h2{margin:0 0 22px;font-size:22px}.cart-page__summary-lines{display:grid;gap:14px;padding-bottom:18px;border-bottom:1px solid #e2e4e8}.cart-page__summary-lines>div,.cart-page__summary-total{display:flex;justify-content:space-between;gap:20px}.cart-page__summary-lines span{color:#686e79}.cart-page__discount{color:#278049}.cart-page__discount span{color:inherit}.cart-page__summary-total{align-items:baseline;padding-top:20px;font-size:18px}.cart-page__summary-total strong{color:#ef202a;font-size:22px}.cart-page__tax-note{margin:8px 0 20px;color:#777c86;font-size:13px}.cart-page__note{border-top:1px solid #e2e4e8}.cart-page__note summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-weight:650}.cart-page__note summary::-webkit-details-marker{display:none}.cart-page__note summary svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s}.cart-page__note[open] summary svg{transform:rotate(180deg)}.cart-page__note textarea{width:100%;min-height:85px;margin-bottom:16px;padding:11px;border:1px solid #d9dce2;border-radius:6px;resize:vertical;font:inherit}.cart-page__checkout,.cart-page__primary-button{min-height:56px;display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:0;border-radius:6px;background:var(--cart-accent);color:#fff;font:inherit;font-weight:800;text-decoration:none;text-transform:uppercase;cursor:pointer}.cart-page__checkout:hover,.cart-page__primary-button:hover{filter:brightness(.92)}.cart-page__checkout svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-page__trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;color:#707681;font-size:11px}.cart-page__trust span{display:flex;align-items:center;gap:5px}.cart-page__trust svg{width:16px;flex:0 0 auto;fill:none;stroke:#278049;stroke-width:1.8}.cart-page__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:20px;padding-top:18px;border-top:1px solid #e2e4e8}.cart-page__payment-icon{width:38px;height:24px}.cart-page__empty{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;border:1px solid #e1e4e9;border-radius:10px;background:#fff;text-align:center}.cart-page__empty-icon{width:86px;height:86px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;background:color-mix(in srgb,var(--cart-accent) 9%,#fff);color:var(--cart-accent)}.cart-page__empty-icon svg{width:42px;fill:none;stroke:currentColor;stroke-width:1.5}.cart-page__empty h2{margin:0;font-size:27px}.cart-page__empty p{margin:10px 0 25px;color:#747985}.cart-page__empty .cart-page__primary-button{width:auto;min-width:210px;padding-inline:25px}@media(max-width:1100px){.cart-page__layout{grid-template-columns:1fr}.cart-page__summary{position:static}}@media(max-width:749px){.cart-page__container{width:min(100% - 24px,110rem)}.cart-page__heading-row{align-items:start}.cart-page__table-heading{display:none}.cart-page__item{grid-template-columns:104px minmax(0,1fr);gap:16px;padding:20px 16px}.cart-page__quantity-cell{grid-column:2;justify-content:flex-start}.cart-page__line-total{position:absolute;right:16px;bottom:32px}.cart-page__item{position:relative}.cart-page__remove{display:none}.cart-page__remove-mobile{display:inline-block;margin-top:10px;color:#777c86;font-size:13px}.cart-page__product-actions{padding:18px 16px}.cart-page__summary{padding:22px 18px}}@media(max-width:440px){.cart-page__count{display:none}.cart-page__item{grid-template-columns:86px minmax(0,1fr)}.cart-page__details h2{font-size:16px}.cart-page__line-total{position:static;grid-column:2;justify-items:start}.cart-page__product-actions{align-items:stretch;flex-direction:column}}.catalog{padding:var(--catalog-space) 0;background:#fff;color:#242424}.catalog *{box-sizing:border-box}.catalog__container{width:min(100% - 10rem,116rem);margin-inline:auto}.catalog__header{max-width:780px;margin-bottom:40px}.catalog__header>p{margin:0 0 8px;color:var(--catalog-accent);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.catalog__header h1{margin:0;font-size:clamp(34px,4vw,54px);letter-spacing:-.04em}.catalog__header div{margin-top:14px;color:#717171;line-height:1.7}.catalog__toolbar{min-height:64px;display:flex;align-items:center;justify-content:flex-end;gap:28px;margin-left:290px;border-bottom:1px solid #e1e1e1}.catalog__filter-toggle{display:none}.catalog__sort{display:flex;align-items:center;gap:14px}.catalog__sort label{font-size:14px;font-weight:650}.catalog__sort select{min-width:190px;padding:11px 34px 11px 12px;border:0;background:#fff;color:inherit;font:inherit;cursor:pointer}.catalog__product-count{margin:0;font-size:14px}.catalog__view-buttons{display:flex;gap:7px}.catalog__view-buttons button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#777;cursor:pointer}.catalog__view-buttons button.is-active{color:var(--catalog-accent)}.catalog__view-buttons svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.5}.catalog__layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px}.catalog__sidebar{padding:0 24px 0 0;border-right:1px solid #e2e2e2}.catalog__sidebar-header{min-height:64px;display:flex;align-items:center;justify-content:space-between}.catalog__sidebar-header h2{margin:0;font-size:18px}.catalog__sidebar-header h2 span{color:#777;font-size:14px}.catalog__sidebar-header button{display:none;padding:0;border:0;background:transparent}.catalog__sidebar-header svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.5}.catalog__active-filters{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:14px}.catalog__active-filters a{padding:6px 9px;border-radius:4px;background:#f0f2f6;color:inherit;font-size:12px;text-decoration:none}.catalog__active-filters .catalog__clear{width:100%;padding-left:0;background:none;color:var(--catalog-accent);text-decoration:underline}.catalog__filter-group{border-top:1px solid #ececec}.catalog__filter-group summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-weight:700;cursor:pointer}.catalog__filter-group summary::-webkit-details-marker{display:none}.catalog__filter-group summary svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s}.catalog__filter-group:not([open]) summary svg{transform:rotate(-90deg)}.catalog__filter-content{padding-bottom:19px}.catalog__filter-list{display:grid;gap:11px;margin:0;padding:0;list-style:none}.catalog__filter-option{display:flex;align-items:center;gap:10px;color:#414141;font-size:14px;cursor:pointer}.catalog__filter-option input{position:absolute;width:1px;height:1px;opacity:0}.catalog__checkbox{width:17px;height:17px;display:grid;place-items:center;border:1px solid #aaa;background:#fff}.catalog__checkbox svg{width:13px;fill:none;stroke:#fff;stroke-width:2;opacity:0}.catalog__filter-option input:checked+.catalog__checkbox{border-color:var(--catalog-accent);background:var(--catalog-accent)}.catalog__filter-option input:checked+.catalog__checkbox svg{opacity:1}.catalog__filter-option input:focus-visible+.catalog__checkbox{outline:2px solid var(--catalog-accent);outline-offset:2px}.catalog__filter-option.is-disabled{opacity:.42;cursor:default}.catalog__filter-list--swatches{display:flex;flex-wrap:wrap;gap:9px}.catalog__swatch{width:29px;height:29px;display:block;border:3px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #d6d6d6}.catalog__filter-option input:checked+.catalog__swatch{box-shadow:0 0 0 2px var(--catalog-accent)}.catalog__price-caption{margin:0 0 13px;font-size:13px}.catalog__price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog__price-range label{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px}.catalog__price-range input{width:100%;min-width:0;padding:11px 8px;border:1px solid #ddd;border-radius:5px;font:inherit}.catalog__apply{display:none;width:100%;min-height:48px;border:0;border-radius:5px;background:var(--catalog-accent);color:#fff;font:inherit;font-weight:750}.catalog__no-filters{color:#777;font-size:14px}.catalog__results{min-width:0;padding-top:28px}.catalog__grid{display:grid;grid-template-columns:repeat(var(--catalog-columns),minmax(0,1fr));gap:52px 26px}.catalog-card{min-width:0}.catalog-card__media-wrap{position:relative;aspect-ratio:1}.catalog-card__media{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:#fafafa}.catalog-card__image{width:100%;height:100%;display:block;object-fit:contain;transition:transform .35s ease}.catalog-card:hover .catalog-card__image{transform:scale(1.035)}.catalog-card__badge,.catalog-card__sold-out{position:absolute;top:8px;left:8px;z-index:2;padding:5px 9px;border-radius:3px;font-size:11px;font-weight:800}.catalog-card__badge{background:var(--catalog-accent);color:#fff}.catalog-card__sold-out{background:#fff;color:#f0222b;text-transform:uppercase;text-decoration:underline}.catalog-card__quick-add{position:absolute;right:10px;bottom:10px;left:10px;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s}.catalog-card:hover .catalog-card__quick-add,.catalog-card:focus-within .catalog-card__quick-add{opacity:1;transform:translateY(0)}.catalog-card__quick-add button{width:100%;min-height:42px;border:0;border-radius:4px;background:var(--catalog-accent);color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.catalog-card__quick-add button:disabled{opacity:.5}.catalog-card__info{padding-top:15px}.catalog-card__vendor{margin:0 0 7px;color:#8390a5;font-size:13px}.catalog-card h2{margin:0;font-size:15px;font-weight:550;line-height:1.48}.catalog-card h2 a{color:inherit;text-decoration:none}.catalog-card h2 a:hover{color:var(--catalog-accent)}.catalog-card__rating{margin-top:7px;color:#d4d4d4;font-size:17px;letter-spacing:-2px}.catalog-card__rating .is-filled{color:#f6b51b}.catalog-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin-top:6px}.catalog-card__price s{color:#777;font-size:13px}.catalog-card__price strong{color:#f0222b;font-size:16px}.catalog-card__description{display:none;margin-top:12px;color:#747474;line-height:1.65}.catalog__grid.is-list{grid-template-columns:1fr;gap:0}.catalog__grid.is-list .catalog-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;padding:24px 0;border-bottom:1px solid #e5e5e5}.catalog__grid.is-list .catalog-card__description{display:block}.catalog__grid.is-list .catalog-card h2{font-size:19px}.catalog__pagination{display:flex;justify-content:center;margin-top:58px}.catalog__pagination .page,.catalog__pagination a,.catalog__pagination .current{min-width:40px;height:40px;display:inline-grid;place-items:center;margin:0 3px;border:1px solid #dedede;color:inherit;text-decoration:none}.catalog__pagination .current{border-color:var(--catalog-accent);background:var(--catalog-accent);color:#fff}.catalog__empty{min-height:420px;display:grid;place-content:center;text-align:center}.catalog__empty h2{margin:0}.catalog__empty p{color:#777}.catalog__empty a{color:var(--catalog-accent)}.catalog__filter-overlay{display:none}@media(max-width:1250px){.catalog{--catalog-columns: 3 !important}}@media(max-width:989px){.catalog__toolbar{margin-left:0;justify-content:space-between;gap:14px}.catalog__filter-toggle{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font:inherit}.catalog__filter-toggle svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.catalog__layout{grid-template-columns:1fr}.catalog__sidebar{position:fixed;inset:0 auto 0 0;z-index:1001;width:min(88vw,360px);padding:0 22px 24px;border:0;background:#fff;overflow-y:auto;transform:translate(-105%);transition:transform .3s ease}.catalog.filters-open .catalog__sidebar{transform:translate(0)}.catalog__filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:block;background:#0000006b;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.catalog.filters-open .catalog__filter-overlay{opacity:1;visibility:visible}.catalog__sidebar-header{position:sticky;top:0;z-index:2;background:#fff}.catalog__sidebar-header button{display:grid}.catalog__apply{display:block;position:sticky;bottom:0;margin-top:20px}.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.catalog__container{width:min(100% - 24px,116rem)}.catalog__sort label{display:none}.catalog__sort select{min-width:130px;max-width:155px}.catalog__product-count{display:none}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 12px}.catalog-card__quick-add{position:static;margin-top:10px;opacity:1;transform:none}.catalog__grid.is-list .catalog-card{grid-template-columns:120px minmax(0,1fr);gap:16px}.catalog__grid.is-list .catalog-card__description{display:none}.catalog__grid.is-list .catalog-card h2{font-size:15px}}.collection-index{padding:var(--collection-space) 0;background:#fff;color:#242424}.collection-index *{box-sizing:border-box}.collection-index__container{width:min(100% - 48px,110rem);margin-inline:auto}.collection-index__header{max-width:760px;margin:0 auto 46px;text-align:center}.collection-index__header>p{margin:0 0 10px;color:var(--collection-accent);font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.collection-index__header h1{margin:0;font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.04em}.collection-index__header div{margin-top:14px;color:#727782;line-height:1.7}.collection-index__header div p{margin:0}.collection-index__grid{display:grid;grid-template-columns:repeat(var(--collection-columns),minmax(0,1fr));gap:var(--collection-gap)}.collection-tile{min-width:0}.collection-tile__link{display:block;color:inherit;text-decoration:none}.collection-tile__media{position:relative;aspect-ratio:1;overflow:hidden;border-radius:9px;background:#f3f4f6}.collection-tile__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.collection-tile__placeholder{padding:18%;fill:#d9dce2}.collection-tile:hover .collection-tile__image{transform:scale(1.045)}.collection-tile__badge{position:absolute;top:14px;left:14px;z-index:1;padding:7px 11px;border-radius:999px;background:#ffffffeb;color:#242424;box-shadow:0 3px 12px #00000014;font-size:12px;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.collection-tile__arrow{position:absolute;right:14px;bottom:14px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#242424;box-shadow:0 4px 18px #0000001f;transform:translateY(8px);opacity:0;transition:opacity .25s,transform .25s,background .2s,color .2s}.collection-tile:hover .collection-tile__arrow,.collection-tile__link:focus-visible .collection-tile__arrow{opacity:1;transform:translateY(0)}.collection-tile__arrow:hover{background:var(--collection-accent);color:#fff}.collection-tile__arrow svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.collection-tile__content{padding:17px 4px 0}.collection-tile__content h2{margin:0;font-size:clamp(18px,1.6vw,23px);line-height:1.3;letter-spacing:-.02em}.collection-tile__content p{margin:8px 0 0;color:#777c86;font-size:14px;line-height:1.6}.collection-tile__link:hover h2{color:var(--collection-accent)}.collection-index__pagination{display:flex;justify-content:center;margin-top:58px}.collection-index__pagination .page,.collection-index__pagination a,.collection-index__pagination .current{min-width:40px;height:40px;display:inline-grid;place-items:center;margin:0 3px;border:1px solid #dedede;color:inherit;text-decoration:none}.collection-index__pagination .current{border-color:var(--collection-accent);background:var(--collection-accent);color:#fff}.collection-index__empty{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.collection-index__empty>div{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--collection-accent) 9%,#fff);color:var(--collection-accent)}.collection-index__empty svg{width:34px;fill:none;stroke:currentColor;stroke-width:1.5}.collection-index__empty h2{margin:18px 0 0}@media(max-width:1100px){.collection-index__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.collection-index__container{width:min(100% - 24px,110rem)}.collection-index__header{margin-bottom:30px}.collection-index__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:max(12px,var(--collection-gap))}.collection-tile__badge{top:9px;left:9px;padding:6px 9px}.collection-tile__arrow{display:none}.collection-tile__content{padding-top:12px}}@media(max-width:420px){.collection-index__grid{grid-template-columns:1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.footer-newsletter{background:var(--newsletter-bg);color:var(--newsletter-text);border-bottom:1px solid color-mix(in srgb,var(--newsletter-text) 14%,transparent)}.footer-newsletter *{box-sizing:border-box}.footer-newsletter__inner{width:min(100% - 48px,110rem);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,620px);align-items:center;gap:64px;padding-block:48px}.footer-newsletter__eyebrow{margin:0 0 8px;color:var(--newsletter-accent);font-size:12px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.footer-newsletter h2{margin:0;font-size:clamp(24px,2.2vw,36px);line-height:1.15;letter-spacing:-.03em}.footer-newsletter__text{margin-top:10px;color:var(--newsletter-muted);line-height:1.6}.footer-newsletter__text p{margin:0}.footer-newsletter__input-row{display:grid;grid-template-columns:1fr auto;padding:5px;border:1px solid color-mix(in srgb,var(--newsletter-text) 24%,transparent);border-radius:7px;background:color-mix(in srgb,var(--newsletter-text) 5%,transparent)}.footer-newsletter__input-row:focus-within{border-color:var(--newsletter-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--newsletter-accent) 30%,transparent)}.footer-newsletter__input-row input{min-width:0;padding:13px 14px;border:0;outline:0;background:transparent;color:inherit;font:inherit}.footer-newsletter__input-row input::placeholder{color:var(--newsletter-muted)}.footer-newsletter__input-row button{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border:0;border-radius:5px;background:var(--newsletter-accent);color:#fff;font:inherit;font-weight:700;cursor:pointer}.footer-newsletter__input-row button:hover{filter:brightness(.92)}.footer-newsletter__input-row svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.footer-newsletter__message{margin:10px 0 0;font-size:14px}.footer-newsletter__message--error{color:#ff9c9c}@media(max-width:989px){.footer-newsletter__inner{grid-template-columns:1fr;gap:26px}}@media(max-width:640px){.footer-newsletter__inner{width:min(100% - 30px,110rem);padding-block:38px}.footer-newsletter__input-row{grid-template-columns:1fr;padding:0;border:0;background:transparent}.footer-newsletter__input-row input{border:1px solid color-mix(in srgb,var(--newsletter-text) 24%,transparent);border-radius:5px}.footer-newsletter__input-row button{justify-content:center;margin-top:10px}}.store-footer{background:var(--footer-bg);color:var(--footer-text)}.store-footer *{box-sizing:border-box}.store-footer__container{width:min(100% - 48px,110rem);margin-inline:auto}.store-footer a{color:inherit;text-decoration:none}.store-footer__main{display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(150px,1fr));gap:clamp(36px,5vw,76px);padding-block:64px 54px}.store-footer__logo{display:inline-block;max-width:220px;font-size:28px;font-weight:800;letter-spacing:-.04em}.store-footer__logo img{display:block;width:auto;max-width:100%;height:auto;max-height:70px;object-fit:contain}.store-footer__about{max-width:38ch;margin-top:20px;color:var(--footer-muted);line-height:1.7}.store-footer__about p{margin:0}.store-footer__socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.store-footer__socials a{display:grid;place-items:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--footer-text) 18%,transparent);border-radius:50%;transition:background .2s,border-color .2s,transform .2s}.store-footer__socials a:hover{border-color:var(--footer-accent);background:var(--footer-accent);transform:translateY(-2px)}.store-footer__socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.store-footer__socials svg path:not(.store-footer__play){fill:currentColor;stroke:none}.store-footer__socials .store-footer__play{fill:var(--footer-bg);stroke:none}.store-footer__disclosure summary{display:flex;align-items:center;justify-content:space-between;list-style:none;margin-bottom:23px;font-size:15px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;cursor:default}.store-footer__disclosure summary::-webkit-details-marker,.store-footer__disclosure summary svg{display:none}.store-footer__column ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.store-footer__column li a{color:var(--footer-muted);transition:color .2s,padding-left .2s}.store-footer__column li a:hover{color:var(--footer-text);padding-left:4px}.store-footer__contact{display:grid;gap:15px;color:var(--footer-muted);font-style:normal}.store-footer__contact p{display:grid;grid-template-columns:20px 1fr;gap:10px;margin:0;line-height:1.5}.store-footer__contact svg{width:18px;fill:none;stroke:var(--footer-accent);stroke-width:1.8}.store-footer__contact a:hover{color:var(--footer-text)}.store-footer__utility{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:22px;border-top:1px solid color-mix(in srgb,var(--footer-text) 12%,transparent)}.store-footer__localization{display:flex;flex-wrap:wrap;gap:10px}.store-footer__localization-group{display:flex;align-items:center;gap:6px}.store-footer__localization-group .localization-flag{width:20px;height:20px;object-fit:contain;flex-shrink:0}.store-footer__localization select{max-width:230px;padding:9px 34px 9px 12px;border:1px solid color-mix(in srgb,var(--footer-text) 18%,transparent);border-radius:4px;background:var(--footer-bg);color:var(--footer-text)}.store-footer__payments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.store-footer__payment-icon{width:38px;height:24px}.store-footer__bottom{border-top:1px solid color-mix(in srgb,var(--footer-text) 12%,transparent)}.store-footer__bottom-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--footer-muted);font-size:13px}.store-footer__bottom-inner p{margin:0}.store-footer__bottom-inner ul{display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none}.store-footer__bottom-inner a:hover{color:var(--footer-text)}@media(max-width:989px){.store-footer__main{grid-template-columns:repeat(2,1fr)}.store-footer__brand{grid-column:1 / -1}}@media(max-width:640px){.store-footer{margin-top:48px}.store-footer__container{width:min(100% - 30px,110rem)}.store-footer__main{display:block;padding-block:44px 28px}.store-footer__brand{padding-bottom:34px}.store-footer__column{border-top:1px solid color-mix(in srgb,var(--footer-text) 12%,transparent)}.store-footer__disclosure:not([open])>:not(summary){display:none}.store-footer__disclosure summary{min-height:58px;margin:0;cursor:pointer}.store-footer__disclosure summary svg{display:block;width:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s}.store-footer__disclosure[open] summary svg{transform:rotate(180deg)}.store-footer__column ul,.store-footer__contact{padding-bottom:24px}.store-footer__utility,.store-footer__bottom-inner{align-items:flex-start;flex-direction:column}.store-footer__payments{justify-content:flex-start}.store-footer__bottom-inner{padding-block:22px}}.commerce-header{position:relative;z-index:100;background:var(--header-bg);color:var(--header-text)}.commerce-header--sticky{position:relative}.commerce-header *{box-sizing:border-box}.commerce-header a{color:inherit;text-decoration:none}.commerce-header__main{border-bottom:1px solid color-mix(in srgb,var(--header-text) 14%,transparent)}.commerce-header__main-inner{width:min(100% - 48px,108rem);margin-inline:auto;min-height:84px;display:grid;grid-template-columns:280px minmax(320px,1fr) auto;align-items:center;gap:36px}.commerce-header__logo{display:inline-flex;justify-self:start;min-width:0;font-size:clamp(25px,2vw,38px);font-weight:850;letter-spacing:-.045em}.commerce-header__logo img{display:block;width:auto;max-width:230px;height:auto;max-height:55px;object-fit:contain}.commerce-header__actions{display:flex;align-items:center;gap:26px}.commerce-header__action{display:flex;align-items:center;gap:10px;white-space:nowrap}.commerce-header__action>svg,.commerce-header__icon-wrap>svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6}.commerce-header__action>span:last-child{display:grid;gap:2px}.commerce-header__action small{font-size:11px;font-weight:550}.commerce-header__action strong{font-size:14px;line-height:1}.commerce-header__icon-wrap{position:relative;display:flex}.commerce-header__icon-wrap em{position:absolute;top:-6px;right:-8px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border-radius:50%;background:var(--header-accent);color:#111;font-size:10px;font-style:normal;font-weight:800}.commerce-header__desktop-nav{min-width:0}.commerce-header__desktop-nav>ul{display:flex;align-items:center;gap:clamp(20px,2.8vw,48px);margin:0;padding:0;list-style:none}.commerce-header__desktop-nav li{position:relative}.commerce-header__desktop-nav li>a{min-height:84px;display:flex;align-items:center;gap:6px;font-size:15px;font-weight:650}.commerce-header__desktop-nav li>a:hover,.commerce-header__desktop-nav a[aria-current=page]{color:var(--header-accent)}.commerce-header__desktop-nav svg{width:15px;fill:none;stroke:currentColor;stroke-width:2}.commerce-header__dropdown{position:absolute;top:100%;left:-18px;display:none;min-width:210px;padding:9px 0;background:#fff;color:#222;box-shadow:0 12px 28px #00000021}.commerce-header__desktop-nav .has-dropdown:hover .commerce-header__dropdown{display:block}.commerce-header__dropdown ul{margin:0;padding:0;list-style:none}.commerce-header__dropdown a{display:block;padding:9px 18px}.commerce-header__mobile-toggle,.commerce-header__mobile-menu{display:none}@media(max-width:1150px){.commerce-header__main-inner{grid-template-columns:210px minmax(280px,1fr) auto;gap:20px}.commerce-header__actions{gap:15px}.commerce-header__action>span:last-child{display:none}}@media(max-width:749px){:root{--header-actual-height: 64px}.commerce-header__main-inner{width:min(100% - 24px,108rem);min-height:64px;grid-template-columns:36px 1fr auto;gap:12px}.commerce-header__mobile-toggle{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:inherit}.commerce-header__mobile-toggle svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.8}.commerce-header__logo{font-size:23px}.commerce-header__logo img{max-width:145px;max-height:42px}.commerce-header__desktop-nav{display:none}.commerce-header__actions .commerce-header__action:not(.commerce-header__cart){display:none}.commerce-header__action>svg,.commerce-header__icon-wrap>svg{width:27px;height:27px}.commerce-header__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:block;visibility:hidden}.commerce-header__mobile-menu.is-open{visibility:visible}.commerce-header__mobile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#00000073;opacity:0;transition:opacity .3s}.commerce-header__mobile-menu.is-open .commerce-header__mobile-overlay{opacity:1}.commerce-header__mobile-panel{position:relative;width:min(88vw,360px);height:100%;padding:0 20px 30px;background:#fff;color:#222;overflow-y:auto;transform:translate(-105%);transition:transform .3s ease}.commerce-header__mobile-menu.is-open .commerce-header__mobile-panel{transform:translate(0)}.commerce-header__mobile-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.commerce-header__mobile-head button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;background:transparent}.commerce-header__mobile-head svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.6}.commerce-header__mobile-panel h2{margin:24px 0 8px;color:#777;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.commerce-header__mobile-panel ul{margin:0;padding:0;list-style:none}.commerce-header__mobile-panel li{border-bottom:1px solid #eee}.commerce-header__mobile-panel li a{display:block;padding:12px 0;font-weight:650}.commerce-header__mobile-panel li ul{padding-left:16px}.commerce-header__mobile-panel li li{border:0}.commerce-header__mobile-panel li li a{padding:8px 0;color:#666;font-weight:400}}.showcase-product{padding:var(--section-space) 0;color:#242424;background:#fff}.showcase-product *{box-sizing:border-box}.showcase-product__layout{width:min(100% - 10rem,110rem);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(36px,5vw,76px);align-items:start}.showcase-gallery{min-width:0;display:grid;grid-template-columns:124px minmax(0,1fr);gap:clamp(24px,3vw,54px);min-height:670px}.showcase-gallery__rail{display:flex;flex-direction:column;gap:8px}.showcase-gallery__thumbs{display:flex;flex-direction:column;gap:14px;max-height:540px;overflow:auto;scrollbar-width:none;scroll-behavior:smooth}.showcase-gallery__thumbs::-webkit-scrollbar{display:none}.showcase-gallery__thumb{width:124px;height:124px;padding:8px;border:1px solid #e1e1e1;border-radius:6px;background:#fff;cursor:pointer;overflow:hidden}.showcase-gallery__thumb.is-active{border:1.5px solid var(--accent)}.showcase-gallery__thumb img{width:100%;height:100%;object-fit:contain}.showcase-gallery__rail-arrow{display:grid;place-items:center;width:124px;height:40px;border:0;background:#f3f5f9;cursor:pointer}.showcase-gallery__rail-arrow svg{width:22px;fill:none;stroke:currentColor;stroke-width:2}.showcase-gallery__stage{min-width:0;height:670px;display:grid;place-items:center;overflow:hidden}.showcase-gallery__media{display:none;width:100%;height:100%;place-items:center}.showcase-gallery__media.is-active{display:grid}.showcase-gallery__image,.showcase-gallery__media video,.showcase-gallery__media iframe,.showcase-gallery__media model-viewer{width:100%;height:100%;object-fit:contain}.showcase-gallery__placeholder{width:100%;height:100%}.showcase-product__info{padding-left:clamp(0px,2vw,42px);border-left:1px solid #e3e3e3}.showcase-product__rating{color:#cecece;font-size:24px;letter-spacing:1px;line-height:1}.showcase-product__rating .is-filled{color:#f6b51b}.showcase-product__title{margin:20px 0 14px;font-size:clamp(26px,2vw,34px);line-height:1.22;font-weight:700;letter-spacing:-.025em}.showcase-product__price{display:flex;align-items:baseline;gap:12px;color:#ff2029;font-size:27px;font-weight:700}.showcase-product__price s{color:#888;font-size:18px;font-weight:400}.showcase-product__availability{display:flex;align-items:center;gap:8px;margin-top:22px;color:#767676;font-size:17px}.showcase-product__availability strong{color:#292929}.showcase-product__stock-dot{width:13px;height:13px;border-radius:50%;background:#4dd171;box-shadow:0 0 0 3px #dff8e6}.showcase-product__stock-dot.is-unavailable{background:#dc3545;box-shadow:0 0 0 3px #fae0e3}.showcase-product__form{margin-top:20px}.showcase-product__options{display:grid;gap:18px;margin-bottom:28px}.showcase-product__option{padding:0;border:0}.showcase-product__option legend,.showcase-product__quantity-label{display:block;margin-bottom:10px;font-size:17px;font-weight:650}.showcase-product__pills{display:flex;flex-wrap:wrap;gap:11px}.showcase-product__pills label{min-width:92px;padding:12px 20px;border:1.5px solid #dedede;border-radius:6px;text-align:center;cursor:pointer;transition:border-color .2s,color .2s}.showcase-product__pills input:checked+label{border-color:var(--accent);color:#222}.showcase-product__pills input:focus-visible+label{outline:2px solid var(--accent);outline-offset:2px}.showcase-product__buy-row{display:grid;grid-template-columns:158px 1fr;gap:18px}.showcase-product__quantity{height:58px;display:grid;grid-template-columns:44px 1fr 44px;border:1.5px solid #dedede;border-radius:6px}.showcase-product__quantity button,.showcase-product__quantity input{min-width:0;border:0;background:transparent;text-align:center;font:inherit}.showcase-product__quantity button{cursor:pointer;font-size:20px;color:#555}.showcase-product__quantity input{-webkit-appearance:textfield;appearance:textfield}.showcase-product__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.showcase-product__add{min-height:58px;border:0;border-radius:6px;background:var(--accent);color:#fff;font-size:17px;font-weight:750;text-transform:uppercase;cursor:pointer}.showcase-product__add:hover{filter:brightness(.92)}.showcase-product__add:disabled{opacity:.5;cursor:not-allowed}.showcase-product__buy-now{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:6px;background:var(--button);color:#fff;font-size:17px;font-weight:750;text-transform:uppercase;cursor:pointer}.showcase-product__buy-now:hover{filter:brightness(1.15)}.showcase-product__buy-now:disabled{opacity:.5;cursor:not-allowed}.showcase-product__meta{display:grid;gap:8px;margin:20px 0;font-size:16px}.showcase-product__meta div{display:flex;gap:5px}.showcase-product__meta dt{font-weight:700}.showcase-product__meta dd{margin:0}.showcase-product__details{width:min(100% - 48px,110rem);margin:64px auto 0;border-top:1px solid #dedede}.showcase-product__tab-list{display:flex;gap:2px;overflow-x:auto;border-bottom:1px solid #dedede;scrollbar-width:none}.showcase-product__tab-list::-webkit-scrollbar{display:none}.showcase-product__tab{position:relative;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:20px 26px;border:0;background:transparent;color:#777;font:inherit;font-size:16px;font-weight:650;cursor:pointer}.showcase-product__tab:after{content:"";position:absolute;right:26px;bottom:-1px;left:26px;height:3px;background:transparent}.showcase-product__tab.is-active{color:#222}.showcase-product__tab.is-active:after{background:var(--accent)}.showcase-product__tab-panel{max-width:92ch;padding:32px 26px 12px;color:#666;font-size:17px;line-height:1.75}.showcase-product__tab-panel[hidden]{display:none}.showcase-product__tab-panel>:first-child{margin-top:0}.showcase-product__action-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.showcase-product__action-pills button{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:8px 17px;border:1px solid #dedede;border-radius:999px;background:#fff;color:#292929;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.showcase-product__action-pills button:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,#fff);transform:translateY(-1px)}.showcase-product__action-pills svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.showcase-product__heart{font-size:23px;line-height:.7;font-weight:400}@media(max-width:989px){.showcase-product__layout{grid-template-columns:1fr;width:min(100% - 30px,760px)}.showcase-product__info{padding:0;border:0}.showcase-product__details{width:min(100% - 30px,760px);margin-top:44px}.showcase-gallery{min-height:0;grid-template-columns:1fr}.showcase-gallery__stage{height:min(80vw,620px);grid-row:1}.showcase-gallery__rail{grid-row:2;flex-direction:row;align-items:center}.showcase-gallery__thumbs{flex:1;flex-direction:row;max-height:none;overflow-x:auto}.showcase-gallery__thumb{flex:0 0 84px;width:84px;height:84px}.showcase-gallery__rail-arrow{width:38px;height:84px}.showcase-gallery__rail-arrow svg{transform:rotate(-90deg)}}@media(max-width:520px){.showcase-product__layout,.showcase-product__details{width:min(100% - 22px,760px)}.showcase-product__tab{padding:16px 18px}.showcase-product__tab:after{right:18px;left:18px}.showcase-product__tab-panel{padding:24px 4px 8px}.showcase-product__buy-row{grid-template-columns:132px 1fr;gap:10px}.showcase-product__pills label{min-width:76px;padding-inline:14px}}.product-info{display:flex;flex-direction:column;gap:1rem}.product-info__vendor{margin:0;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.product-info__title{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem}.product-info__price-current{font-size:1.4rem;font-weight:700}.product-info__price-compare{font-size:1.05rem;opacity:.55;text-decoration:line-through}.product-info__price-save{margin:.15rem 0 0;font-size:.85rem;font-weight:600;color:#2e7d32}.product-info__unit-price{margin:.25rem 0 0;font-size:.8rem;opacity:.7}.product-info__availability{display:inline-flex;align-items:center;align-self:flex-start;gap:.35rem;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600}.product-info__availability--in-stock{background:color-mix(in srgb,#2e7d32 12%,transparent);color:#2e7d32}.product-info__availability--low{background:color-mix(in srgb,#f5a623 18%,transparent);color:#b26a00}.product-info__availability--sold-out{background:color-mix(in srgb,#e53935 12%,transparent);color:#e53935}.product-info__sku{margin:0;font-size:.8rem;opacity:.6}.product-info__options{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.product-info__option{display:flex;flex-direction:column;gap:.35rem}.product-info__option-label{font-size:.85rem;font-weight:600}.product-info__select{width:100%;padding:.75rem .9rem;border:1.5px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-radius:var(--style-border-radius-inputs, 4px);background:var(--color-background);color:var(--color-foreground);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--color-foreground) 50%),linear-gradient(135deg,var(--color-foreground) 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 15px) 50%;background-size:5px 5px;background-repeat:no-repeat}.product-info__qty-row{display:flex;gap:.75rem;margin-top:.5rem}.product-info__qty{display:flex;align-items:stretch;border:1.5px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-radius:var(--style-border-radius-inputs, 4px);overflow:hidden}.product-info__qty-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;padding:0;border:none;background:none;color:var(--color-foreground);cursor:pointer}.product-info__qty-btn svg{width:1rem;height:1rem;display:block}.product-info__qty-input{width:3.25rem;padding:0;border:none;border-left:1px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-right:1px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);text-align:center;-moz-appearance:textfield}.product-info__qty-input::-webkit-outer-spin-button,.product-info__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-info__add{flex:1;padding:.9rem 1.25rem;border:none;border-radius:var(--style-border-radius-inputs, 4px);background:var(--color-foreground);color:var(--color-background);font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.product-info__add:hover:not(:disabled){opacity:.85}.product-info__add:disabled{cursor:not-allowed;opacity:.5}.product-info__payment{margin-top:.75rem}.product-info__payment .shopify-payment-button__button{border-radius:var(--style-border-radius-inputs, 4px)}.product-info__share{display:flex;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.product-info__share-label{font-size:.85rem;font-weight:600}.product-info__share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1.5px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-radius:var(--style-border-radius-inputs, 4px);background:none;color:inherit;font-size:.85rem;cursor:pointer;transition:border-color .2s ease}.product-info__share-btn:hover{border-color:var(--color-foreground)}.product-info__share-btn svg{width:1rem;height:1rem;display:block}.product-media{position:relative}.product-media__main{display:flex;flex-direction:column;gap:1rem}.product-media__item{width:100%}.product-media--thumbnails .product-media__item,.product-media--slider .product-media__item{display:none}.product-media--thumbnails .product-media__item--active,.product-media--slider .product-media__item--active{display:block}.product-media__zoom-wrap{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.product-media__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-media__item[data-zoomable]:hover .product-media__image{transform:scale(1.6);transform-origin:var(--zoom-x, 50%) var(--zoom-y, 50%)}.product-media__video-wrap,.product-media__model{position:relative;aspect-ratio:16 / 9;background:#000}.product-media__video-wrap video,.product-media__model model-viewer{display:block;width:100%;height:100%}.product-media__thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.product-media__thumb{position:relative;width:4.5rem;height:4.5rem;padding:0;border:1.5px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);border-radius:var(--style-border-radius-inputs, 4px);background:color-mix(in srgb,var(--color-foreground) 6%,transparent);cursor:pointer;overflow:hidden;transition:border-color .2s ease}.product-media__thumb--active{border-color:var(--color-foreground)}.product-media__thumb-image{display:block;width:100%;height:100%;object-fit:cover}.product-media__thumb-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;color:#fff}.product-media__thumb-icon svg{width:1.25rem;height:1.25rem;display:block}.product-media__arrow{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:50%;background:#ffffffe6;color:var(--color-foreground);cursor:pointer;box-shadow:0 2px 10px #00000026;transform:translateY(-50%);transition:color .2s ease,transform .2s ease}.product-media__arrow svg{width:1.3rem;height:1.3rem;display:block}.product-media__arrow--prev{left:.75rem}.product-media__arrow--next{right:.75rem}.product-media__arrow:hover{transform:translateY(-50%) scale(1.08)}@media(max-width:749px){.product-media__thumb{width:3.75rem;height:3.75rem}}.product-recommendations{background:var(--color-background);color:var(--color-foreground)}.product-recommendations__inner{width:min(100% - 4rem,var(--page-width, 90rem));margin-inline:auto;padding:4rem 0}.product-recommendations__heading{margin:0 0 2.5rem;text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.product-recommendations__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-recommendations__card{display:flex;flex-direction:column}.product-recommendations__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.product-recommendations__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-recommendations__media:hover .product-recommendations__image{transform:scale(1.05)}.product-recommendations__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.25rem .7rem;background:var(--color-foreground);color:var(--color-background);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px}.product-recommendations__info{display:flex;flex-direction:column;gap:.3rem;padding:1rem 0 0}.product-recommendations__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35}.product-recommendations__title-link{text-decoration:none;color:inherit}.product-recommendations__title-link:hover{opacity:.75}.product-recommendations__rating{display:flex;align-items:center;gap:.15rem}.product-recommendations__star{width:.9rem;height:.9rem;color:#f5a623}.product-recommendations__star--filled{fill:currentColor}.product-recommendations__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.15rem}.product-recommendations__price-current{font-size:1.05rem;font-weight:700}.product-recommendations__price-compare{font-size:.9rem;opacity:.55;text-decoration:line-through}@media(max-width:749px){.product-recommendations__inner{width:min(100% - 1.25rem,var(--page-width, 90rem));padding:2.5rem 0}.product-recommendations__heading{margin-bottom:1.5rem;font-size:1.4rem}.product-recommendations__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-recommendations__title{font-size:.9rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.shop-by-pet{color:var(--shop-by-pet-color, var(--color-foreground))}.shop-by-pet__inner{width:min(100% - 2rem,var(--page-width, 90rem));margin-inline:auto;padding:4rem 0}.shop-by-pet__heading{margin:0 0 2.5rem;text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.shop-by-pet__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.shop-by-pet__card{flex:1 1 0;max-width:calc(25% - 1.125rem);min-width:0;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--color-background);border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.shop-by-pet__card:hover,.shop-by-pet__card:focus-visible{transform:translateY(-4px);box-shadow:0 1rem 2rem color-mix(in srgb,var(--color-foreground) 12%,transparent);border-color:color-mix(in srgb,var(--color-foreground) 22%,transparent)}.shop-by-pet__media{aspect-ratio:4 / 3;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.shop-by-pet__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.shop-by-pet__card:hover .shop-by-pet__image{transform:scale(1.05)}.shop-by-pet__media-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,color-mix(in srgb,var(--color-foreground) 6%,transparent),color-mix(in srgb,var(--color-foreground) 12%,transparent))}.shop-by-pet__content{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem 1.25rem 1.5rem;flex:1}.shop-by-pet__title{margin:0;font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.shop-by-pet__text{margin:0;font-size:.9rem;line-height:1.5;opacity:.75}.shop-by-pet__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:.75rem;font-size:.9rem;font-weight:600;color:var(--shop-by-pet-accent, var(--color-foreground))}.shop-by-pet__arrow-mark{display:block;width:1rem;height:1rem;background-color:currentColor;-webkit-mask:var(--shop-by-pet-arrow, none) no-repeat center / contain;mask:var(--shop-by-pet-arrow, none) no-repeat center / contain;transition:transform .25s ease}.shop-by-pet__card:hover .shop-by-pet__arrow-mark,.shop-by-pet__card:focus-visible .shop-by-pet__arrow-mark{transform:translate(3px)}@media(max-width:749px){.shop-by-pet__inner{width:min(100% - 1.25rem,var(--page-width, 90rem));padding:2.5rem 0}.shop-by-pet__heading{margin-bottom:1.5rem;font-size:1.4rem}.shop-by-pet__grid{gap:.75rem}.shop-by-pet__card{flex-basis:calc(50% - .375rem);max-width:calc(50% - .375rem)}.shop-by-pet__content{padding:.85rem .85rem 1.1rem}.shop-by-pet__title{font-size:1rem}.shop-by-pet__text{font-size:.8rem}}.slideshow{position:relative;height:var(--slideshow-height);overflow:hidden;background:var(--color-background)}.slideshow__slides{position:relative;width:100%;height:100%}.slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease;z-index:1}.slideshow__slide--active{opacity:1;visibility:visible;z-index:2}.slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0}.slideshow__image{width:100%;height:100%;object-fit:cover;display:block}.slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#00000080,#0003,#00000080)}.slideshow__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:2rem}.slideshow__content-inner{max-width:40rem;text-align:center;color:#fff}.slideshow__heading{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.slideshow__subtext{margin:0 0 1.5rem;font-size:clamp(.95rem,1.5vw,1.2rem);line-height:1.5;opacity:.9}.slideshow__button{display:inline-flex;align-items:center;padding:.75rem 2rem;background:#fff;color:#111;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--style-border-radius-inputs, 4px);transition:opacity .2s ease}.slideshow__button:hover{opacity:.85}.slideshow__arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease;padding:0}.slideshow__arrow:hover{background:#ffffff4d}.slideshow__arrow svg{width:1.25rem;height:1.25rem;display:block}.slideshow__arrow--prev{left:1rem}.slideshow__arrow--next{right:1rem}.slideshow__dots{position:absolute;bottom:1.5rem;left:50%;z-index:5;transform:translate(-50%);display:flex;gap:.5rem}.slideshow__dot{width:.5rem;height:.5rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;padding:0;transition:background .2s ease,border-color .2s ease}.slideshow__dot--active{background:#fff;border-color:#fff}.slideshow__autoplay-progress{position:absolute;bottom:0;left:0;right:0;z-index:5;height:3px;background:#fff3}.slideshow__autoplay-bar{display:block;height:100%;background:#fff9;transform-origin:left;transform:scaleX(0)}@media(max-width:749px){.slideshow__arrow{display:none}.slideshow__dots{bottom:1rem}.slideshow__content{padding:1.25rem}}.commerce-topbar{min-height:var(--topbar-height);background:var(--topbar-bg);color:var(--topbar-text);border-bottom:1px solid color-mix(in srgb,var(--topbar-text) 15%,transparent)}.commerce-topbar__inner{width:min(100% - 48px,108rem);min-height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;gap:30px;margin-inline:auto}.commerce-topbar a{color:inherit;text-decoration:none}.commerce-topbar a:hover{opacity:.78}.commerce-topbar__promo{margin:0;font-size:14px;font-weight:600}.commerce-topbar__utilities{display:flex;align-items:center;gap:27px;font-size:13px;white-space:nowrap}.commerce-topbar__localization{display:flex;align-items:center;gap:14px}.commerce-topbar__localization-group{display:flex;align-items:center;gap:6px}.commerce-topbar__localization-group .localization-flag{width:20px;height:20px;object-fit:contain;flex-shrink:0}.commerce-topbar__localization select{max-width:115px;padding:4px 18px 4px 2px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.commerce-topbar__localization option{color:#222}@media(max-width:749px){.commerce-topbar__inner{width:min(100% - 24px,108rem);justify-content:center;text-align:center}.commerce-topbar__utilities{display:none}.commerce-topbar__promo{font-size:12px}}.trust-strip{color:var(--trust-color, #333333)}.trust-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem 2rem;width:80%;margin-inline:auto;padding:3.5rem 0}.trust-strip__item{display:flex;align-items:flex-start;gap:.85rem}.trust-strip__item:not(:first-child){border-left:1px solid color-mix(in srgb,var(--trust-color, #333333) 14%,transparent);padding-left:2rem}.trust-strip__icon{transition:transform .2s ease,background .2s ease}.trust-strip__icon-mark{display:block;width:3rem;height:3rem;background-color:var(--trust-accent, #111111);-webkit-mask:var(--trust-icon, none) no-repeat center / contain;mask:var(--trust-icon, none) no-repeat center / contain}.trust-strip__title{margin:0 0 .2rem;font-size:.95rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}.trust-strip__text{margin:0;font-size:.85rem;line-height:1.45;opacity:.8}@media(max-width:749px){.trust-strip__inner{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;width:min(100% - 1.25rem,var(--page-width, 90rem));padding:1.25rem 0}.trust-strip__item:not(:first-child){border-left:none;padding-left:0}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.cart-drawer-shell{position:relative;z-index:1000}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#11182775;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:pointer}.cart-drawer{position:fixed;top:0;right:0;z-index:1;width:min(100%,500px);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;color:#202020;box-shadow:-14px 0 40px #00000024;transform:translate(105%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.cart-drawer-shell.is-open .cart-drawer__overlay{opacity:1;visibility:visible}.cart-drawer-shell.is-open .cart-drawer{transform:translate(0)}.cart-drawer__header{min-height:63px;display:flex;align-items:center;justify-content:space-between;margin:0 20px;border-bottom:1px solid #dedede}.cart-drawer__header h2{margin:0;font-size:19px;line-height:1;font-weight:750;text-transform:uppercase}.cart-drawer__close{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:#555;cursor:pointer}.cart-drawer__close svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.2}.cart-drawer__body{min-height:0;padding:0 20px;overflow-y:auto}.cart-drawer__empty{height:100%;display:grid;place-items:center;text-align:center;font-size:20px}.cart-drawer__labels{display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid #dedede;color:#666;font-size:17px;font-weight:650;letter-spacing:.06em}.cart-drawer__item{position:relative;display:grid;grid-template-columns:105px minmax(0,1fr) auto;gap:18px;padding:28px 0;border-bottom:1px solid #e6e6e6}.cart-drawer__image{align-self:start;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;background:#f7f7f7}.cart-drawer__image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item-info{min-width:0}.cart-drawer__vendor,.cart-drawer__unit-price,.cart-drawer__variant,.cart-drawer__property{margin:0 0 7px;color:#686868;font-size:15px}.cart-drawer__vendor{letter-spacing:.06em}.cart-drawer__title{display:block;margin-bottom:7px;color:inherit;text-decoration:none;font-size:17px;line-height:1.45}.cart-drawer__title:hover{text-decoration:underline}.cart-drawer__line-total{color:#f21e28;font-size:19px;white-space:nowrap}.cart-drawer__controls{display:flex;gap:16px;margin-top:18px}.cart-drawer__quantity{width:116px;height:56px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid #dedede;border-radius:6px}.cart-drawer__quantity button,.cart-drawer__quantity input{min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:center;font:inherit}.cart-drawer__quantity button{cursor:pointer;font-size:19px}.cart-drawer__quantity input{-webkit-appearance:textfield;appearance:textfield}.cart-drawer__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.cart-drawer__remove{width:56px;height:56px;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:#2457db;color:#fff;cursor:pointer}.cart-drawer__remove:hover{filter:brightness(.92)}.cart-drawer__remove svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-drawer__footer{padding:0 20px 16px;background:#fff}.cart-drawer__footer.is-hidden{display:none}.cart-drawer__note{border-top:1px solid #dedede;border-bottom:1px solid #dedede}.cart-drawer__note summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;list-style:none;color:#666;cursor:pointer}.cart-drawer__note summary::-webkit-details-marker{display:none}.cart-drawer__note summary svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .2s}.cart-drawer__note[open] summary svg{transform:rotate(180deg)}.cart-drawer__note textarea{width:100%;min-height:72px;margin-bottom:14px;padding:10px;border:1px solid #d8d8d8;border-radius:5px;resize:vertical;font:inherit}.cart-drawer__subtotal{display:flex;justify-content:space-between;gap:16px;padding-top:20px;font-size:18px}.cart-drawer__subtotal span{color:#f21e28;font-size:21px}.cart-drawer__tax-note{margin:10px 0 16px;color:#666;font-size:15px}.cart-drawer__actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cart-drawer__actions a{min-height:57px;display:grid;place-items:center;border-radius:6px;background:#2457db;color:#fff;text-align:center;text-decoration:none;font-weight:750;text-transform:uppercase}.cart-drawer__actions a:hover{filter:brightness(.92)}.cart-drawer__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.cart-drawer.is-loading:after{content:"";position:absolute;top:63px;right:0;bottom:0;left:0;z-index:2;background:#ffffff94;cursor:wait}@media(max-width:520px){.cart-drawer__item{grid-template-columns:88px minmax(0,1fr);gap:14px}.cart-drawer__line-total{position:absolute;top:28px;right:0;font-size:17px}.cart-drawer__item-info{padding-right:80px}.cart-drawer__controls{margin-right:-80px}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
