/* Storefront 2.5.51 — coherent customer UI, resilient prices and restrained motion. */

.storefront-v2551{
  --sf-red:#ed1c24;
  --sf-red-dark:#c9141b;
  --sf-navy:#1d2e3a;
  --sf-ink:#17212b;
  --sf-muted:#6c7781;
  --sf-line:#e5e9ed;
  --sf-soft:#f6f8fa;
  --sf-card:#fff;
  --sf-green:#16845b;
  --sf-amber:#9a6808;
  --sf-radius-sm:9px;
  --sf-radius:13px;
  --sf-radius-lg:18px;
  --sf-shadow-sm:0 7px 22px rgba(15,23,42,.055);
  --sf-shadow:0 18px 45px rgba(15,23,42,.09);
  --sf-ease:cubic-bezier(.22,.8,.24,1);
  color:var(--sf-ink);
}

.storefront-v2551 *,
.storefront-v2551 *::before,
.storefront-v2551 *::after{box-sizing:border-box}
.storefront-v2551 a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .25s var(--sf-ease),transform .25s var(--sf-ease)}
.storefront-v2551 button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .25s var(--sf-ease),transform .18s var(--sf-ease)}
.storefront-v2551 img{image-rendering:auto}
.storefront-v2551 :where(a,button,input,textarea,select):focus-visible{outline:3px solid rgba(237,28,36,.22)!important;outline-offset:3px}
.storefront-v2551 .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Static content cards must not inherit the old generic admin-card lift. */
.storefront-v2551 .card{border:1px solid var(--sf-line);border-radius:var(--sf-radius)!important;background:var(--sf-card);box-shadow:var(--sf-shadow-sm)!important}
.storefront-v2551 .card:hover{transform:none;box-shadow:var(--sf-shadow-sm)!important}
.storefront-v2551 .btn{min-height:43px;padding:9px 18px;border-radius:var(--sf-radius-sm)!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;line-height:1.5;white-space:normal;text-align:center}
.storefront-v2551 .btn:active:not(:disabled){transform:translateY(1px)!important}
.storefront-v2551 .btn.light{background:#fff!important;color:var(--sf-ink)!important;border:1px solid #dce2e7!important}
.storefront-v2551 .btn.light:hover{background:#f7f9fa!important;border-color:#cdd5dc!important;color:var(--sf-red)!important}
.storefront-v2551 .btn.secondary{background:var(--sf-navy)!important;color:#fff!important;border-color:var(--sf-navy)!important}
.storefront-v2551 .btn.secondary:hover{background:#14232e!important}
.storefront-v2551 .btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.storefront-v2551 .btn[disabled]{opacity:.52;cursor:not-allowed;filter:grayscale(.18)}

/* Price composition: amount stays dominant and the unit yields first. */
.storefront-v2551 .store-money{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:.38em;min-width:0;max-width:100%;direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;line-height:1.25;color:inherit}
.storefront-v2551 .store-money-amount{min-width:0;max-width:100%;font:inherit;font-weight:950;letter-spacing:-.025em;overflow-wrap:normal}
.storefront-v2551 .store-money-amount wbr{display:inline}
.storefront-v2551 .store-money-unit{font-size:.58em!important;line-height:1!important;font-weight:800;white-space:nowrap;color:currentColor;opacity:.78;direction:rtl}
.storefront-v2551 .store-money.is-tight{gap:.22em}
.storefront-v2551 .store-money.is-tight .store-money-amount{letter-spacing:-.055em}
.storefront-v2551 .store-money.is-tight .store-money-unit{font-size:.52em!important}
.storefront-v2551 .store-money.is-stacked{display:inline-grid;justify-items:end;gap:1px;line-height:1.05}
.storefront-v2551 .store-money.is-stacked .store-money-amount{overflow-wrap:anywhere}
.storefront-v2551 .store-money.is-stacked .store-money-unit{font-size:.5em!important}
.storefront-v2551 .dynamic-money{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;white-space:normal;overflow-wrap:anywhere;max-width:64%;min-width:0;text-align:left;color:var(--sf-ink)}

/* Header polish without changing its established geometry. */
.storefront-v2551 .redesign-header{transition:box-shadow .28s ease}
.storefront-v2551 .redesign-header.is-scrolled{box-shadow:0 10px 28px rgba(15,23,42,.08)}
.storefront-v2551 .redesign-search{transition:border-color .2s ease,box-shadow .25s ease}
.storefront-v2551 .redesign-search:focus-within{border-color:rgba(237,28,36,.52);box-shadow:0 0 0 4px rgba(237,28,36,.075),0 8px 24px rgba(15,23,42,.06)}
.storefront-v2551 .redesign-actions>a:hover{color:var(--sf-red);transform:translateY(-1px)}
.storefront-v2551 .redesign-cart b,.storefront-v2551 .mobile-bottom-icon b{font-variant-numeric:tabular-nums}
.storefront-v2551 .homepage-search-suggestion{min-width:0}
.storefront-v2551 .homepage-search-suggestion .suggestion-price{min-width:0;max-width:150px;white-space:normal!important;overflow-wrap:anywhere;text-align:left;direction:ltr;font-variant-numeric:tabular-nums;line-height:1.55}

/* Home rhythm and section headers. */
.storefront-v2551 main[data-layout-page="home"]{gap:0}
.storefront-v2551 .homepage-section-head{position:relative}
.storefront-v2551 .homepage-section-head h2{letter-spacing:-.02em}
.storefront-v2551 .homepage-section-head h2::after{transition:width .4s var(--sf-ease)}
.storefront-v2551 .homepage-block:hover .homepage-section-head h2::after{width:44px}
.storefront-v2551 .home-category-tile{border:1px solid transparent!important}
.storefront-v2551 .home-category-tile:hover{border-color:#e4e8ec!important;background:#fff!important;box-shadow:0 10px 25px rgba(15,23,42,.065)!important;transform:translateY(-3px)!important}
.storefront-v2551 .home-category-tile:hover .home-category-image{transform:scale(1.035);border-color:#d7dde2}
.storefront-v2551 .home-category-image{transition:transform .28s var(--sf-ease),border-color .2s ease}
.storefront-v2551 .home-benefit-grid article{border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,transform .25s var(--sf-ease)}
.storefront-v2551 .home-benefit-grid article:hover{background:#fff;border-color:var(--sf-line);transform:translateY(-2px)}
.storefront-v2551 .partner-logo-card{transition:transform .25s var(--sf-ease),background-color .2s ease,border-color .2s ease,box-shadow .25s ease}
.storefront-v2551 .partner-logo-card img{filter:grayscale(.65);opacity:.78;transition:filter .25s ease,opacity .25s ease,transform .25s var(--sf-ease)}
.storefront-v2551 .partner-logo-card:hover{transform:translateY(-3px);background:#fff;border-color:#d7dde3;box-shadow:var(--sf-shadow-sm)}
.storefront-v2551 .partner-logo-card:hover img{filter:grayscale(0);opacity:1;transform:scale(1.035)}
.storefront-v2551 .homepage-banners a{transition:transform .3s var(--sf-ease),box-shadow .3s ease}
.storefront-v2551 .homepage-banners a:hover{transform:translateY(-3px);box-shadow:var(--sf-shadow)}
.storefront-v2551 .homepage-banners img{transition:transform .55s var(--sf-ease)}
.storefront-v2551 .homepage-banners a:hover img{transform:scale(1.015)}
.storefront-v2551 .amazing-price{min-width:0;max-width:100%}
.storefront-v2551 .amazing-price .store-money{font-size:inherit;justify-content:flex-start;max-width:100%}
.storefront-v2551 .amazing-card del{max-width:100%;white-space:normal;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}
.storefront-v2551 .featured-card .price{min-width:0;max-width:100%}
.storefront-v2551 .store-money-featured{font-size:inherit;justify-content:flex-start}

/* Unified merchandising card. */
.storefront-v2551 .homepage-product-strip,
.storefront-v2551 .product-grid.home-product-grid{align-items:stretch}
.storefront-v2551 .home-product-card{height:auto!important;min-height:326px!important;display:grid!important;grid-template-rows:196px minmax(126px,auto)!important;border:1px solid #e2e7eb!important;border-radius:11px!important;overflow:hidden;background:#fff;box-shadow:0 2px 0 rgba(15,23,42,.015)!important;isolation:isolate;transition:transform .28s var(--sf-ease),border-color .2s ease,box-shadow .28s ease!important}
.storefront-v2551 .home-product-card:hover,
.storefront-v2551 .home-product-card:focus-within,
.storefront-v2551 .home-product-card.touch-hold{transform:translateY(-4px)!important;border-color:#ccd4db!important;box-shadow:0 15px 35px rgba(15,23,42,.105)!important}
.storefront-v2551 .home-product-image-link{height:196px!important;min-height:0;display:block;position:relative;padding:10px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);overflow:hidden}
.storefront-v2551 .home-product-card .product-img{height:176px!important;max-height:none!important;width:100%;object-fit:contain;background:transparent!important;transition:transform .45s var(--sf-ease),filter .3s ease!important}
.storefront-v2551 .home-product-card:hover .product-img,
.storefront-v2551 .home-product-card:focus-within .product-img,
.storefront-v2551 .home-product-card.touch-hold .product-img{transform:scale(1.028)!important;filter:saturate(1.025)}
.storefront-v2551 .product-card-view{position:absolute;left:10px;bottom:9px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(29,46,58,.92);color:#fff;opacity:0;transform:translateY(7px);transition:opacity .22s ease,transform .28s var(--sf-ease)}
.storefront-v2551 .product-card-view svg,.storefront-v2551 .product-card-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.storefront-v2551 .home-product-card:hover .product-card-view,.storefront-v2551 .home-product-card:focus-within .product-card-view{opacity:1;transform:none}
.storefront-v2551 .home-product-body{height:auto!important;min-height:126px!important;padding:11px 12px 12px!important;display:flex!important;flex-direction:column!important;gap:8px!important;background:#fff;border-top:1px solid #f0f2f4}
.storefront-v2551 .home-product-body h3,
.storefront-v2551 .home-product-body h3.compact-text,
.storefront-v2551 .home-product-body h3.tiny-text{height:auto!important;min-height:49px!important;max-height:49px!important;margin:0!important;padding:0!important;font-size:13.4px!important;line-height:24.5px!important;font-weight:820!important;text-align:right!important;letter-spacing:-.012em;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.storefront-v2551 .home-product-body h3 a{color:#24313b}
.storefront-v2551 .home-product-card:hover .home-product-body h3 a{color:#0e171e}
.storefront-v2551 .product-card-footer{margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:7px;align-items:end;min-width:0}
.storefront-v2551 .home-product-body .compact-price{min-height:37px!important;margin:0!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:4px!important;flex-wrap:wrap;text-align:right!important;min-width:0}
.storefront-v2551 .home-product-body .compact-price .price{display:block;min-width:0;max-width:100%;font-size:inherit!important;color:var(--sf-red)!important;font-weight:950}
.storefront-v2551 .store-money-card{font-size:clamp(16px,var(--typo-price),19px)!important;color:var(--sf-red);max-width:100%}
.storefront-v2551 .home-product-body .compact-price del{font-size:10px!important;line-height:1.2;color:#939ca5!important;text-decoration-thickness:1px;direction:ltr;white-space:nowrap}
.storefront-v2551 .product-card-action{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f3f5f7;color:var(--sf-navy);border:1px solid #e5e9ec}
.storefront-v2551 .product-card-action:hover{background:var(--sf-red);border-color:var(--sf-red);color:#fff;transform:translateX(-2px)}
.storefront-v2551 .home-card-badges{pointer-events:none}
.storefront-v2551 .home-badge{letter-spacing:0;box-shadow:0 5px 15px rgba(15,23,42,.12)}

/* Shared inner-page heading and breadcrumb. */
.storefront-v2551 main[data-layout-page]:not([data-layout-page="home"]){padding-top:18px!important;padding-bottom:48px!important}
.storefront-v2551 .storefront-breadcrumb{margin:2px 0 15px;padding:0 2px;gap:8px;color:#7a858f;font-size:12px;line-height:1.7}
.storefront-v2551 .storefront-breadcrumb a{color:#67727c}
.storefront-v2551 .storefront-breadcrumb a:hover{color:var(--sf-red)}
.storefront-v2551 .storefront-breadcrumb>span:last-child{max-width:min(580px,75vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#313c45}
.storefront-v2551 .page-eyebrow{display:block;margin-bottom:5px;color:var(--sf-red);font-size:10.5px;font-weight:900;letter-spacing:.025em}
.storefront-v2551 .page-head{margin:0 0 18px;padding:22px 24px;border:1px solid var(--sf-line);border-radius:var(--sf-radius);background:linear-gradient(110deg,#fff 0%,#f7f9fa 100%);box-shadow:0 7px 25px rgba(15,23,42,.045)}
.storefront-v2551 .page-head h1{margin:0;font-size:clamp(24px,var(--typo-page-title),34px)!important;line-height:1.45;letter-spacing:-.035em}
.storefront-v2551 .page-head p{margin:7px 0 0;color:var(--sf-muted)}

/* Category. */
.storefront-v2551 .catalog-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px}
.storefront-v2551 .catalog-head>div:first-child{min-width:0}
.storefront-v2551 .catalog-head .muted{max-width:820px}
.storefront-v2551 .catalog-count{align-self:center;padding:7px 11px;border:1px solid #e0e5e9;border-radius:999px;background:#fff;color:#64707a;font-size:11px;font-weight:800;white-space:nowrap}
.storefront-v2551 .subcategory-grid{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;margin:2px 0 0}
.storefront-v2551 .subcategory-grid a{min-height:40px;padding:7px 12px;display:flex;align-items:center;gap:12px;border:1px solid #e1e6ea;border-radius:9px;background:#fff;color:#29353e;font-size:12px;font-weight:800}
.storefront-v2551 .subcategory-grid a b{color:var(--sf-red);font-size:18px;line-height:1}
.storefront-v2551 .subcategory-grid a:hover{transform:translateY(-2px);border-color:#d2d9de;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.storefront-v2551 .catalog-product-grid{margin-top:4px}
.storefront-v2551 .catalog-products-block{min-width:0}

/* Product page. */
.storefront-v2551 .store-product-view{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:28px!important;align-items:start;padding-top:0!important}
.storefront-v2551 .store-product-media{min-width:0}
.storefront-v2551 .store-product-media .main-image{border:1px solid var(--sf-line);border-radius:var(--sf-radius);background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.storefront-v2551 .store-product-media .main-image-button{display:block;width:100%;padding:15px;border:0;background:#fff;cursor:zoom-in}
.storefront-v2551 .store-product-media .main-image img,
.storefront-v2551 .store-product-media .product-img.tall{display:block;width:100%;height:auto!important;aspect-ratio:1/1;object-fit:contain;border:0!important;border-radius:0!important;background:#fff}
.storefront-v2551 .gallery-row{display:flex;gap:9px;margin-top:10px;padding:2px;overflow-x:auto;scroll-snap-type:x proximity}
.storefront-v2551 .gallery-row .thumb{width:78px;height:78px;flex:0 0 78px;padding:5px;border:1px solid #e0e5e9;border-radius:10px;background:#fff;scroll-snap-align:start}
.storefront-v2551 .gallery-row .thumb:hover{border-color:#bbc5cc;transform:translateY(-2px)}
.storefront-v2551 .gallery-row .thumb.active{border-color:var(--sf-red);box-shadow:0 0 0 2px rgba(237,28,36,.09)}
.storefront-v2551 .gallery-row .thumb img{width:100%;height:100%;object-fit:contain;border-radius:6px}
.storefront-v2551 .store-product-info{position:sticky;top:18px;align-self:start;padding:25px!important;border-top:3px solid var(--sf-red)!important;box-shadow:0 15px 40px rgba(15,23,42,.07)!important}
.storefront-v2551 .product-info-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:28px}
.storefront-v2551 .store-product-info .badge{margin:0;padding:6px 10px;border-radius:999px;font-size:10.5px;font-weight:850}
.storefront-v2551 .product-discount-badge{padding:5px 9px;border-radius:999px;background:var(--sf-red);color:#fff;font-size:10.5px;font-weight:900}
.storefront-v2551 .store-product-info h1{margin:15px 0 7px!important;font-size:clamp(25px,var(--typo-page-title),35px)!important;line-height:1.5;letter-spacing:-.04em}
.storefront-v2551 .product-lead{margin:0!important;line-height:2!important;color:#66717b!important}
.storefront-v2551 .store-product-price{margin:18px 0 16px;padding:15px 0;border-top:1px dashed #dde2e6;border-bottom:1px dashed #dde2e6;display:flex!important;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}
.storefront-v2551 .store-product-price .price{font-size:inherit!important;min-width:0}
.storefront-v2551 .store-money-product{font-size:clamp(27px,2.2vw,36px)!important;color:var(--sf-red)}
.storefront-v2551 .product-compare{display:grid;justify-items:end;gap:4px}
.storefront-v2551 .product-compare del{font-size:12px;color:#929ba3;direction:ltr}
.storefront-v2551 .product-compare>small{display:flex;align-items:baseline;gap:5px;color:var(--sf-green);font-size:10px!important;font-weight:750}
.storefront-v2551 .store-money-saving{font-size:12px!important}
.storefront-v2551 .store-buy-box{display:grid;gap:14px}
.storefront-v2551 .variant-picker{margin:0;padding:0;border:0;min-width:0}
.storefront-v2551 .variant-picker legend{margin-bottom:9px;font-size:12px;font-weight:850;color:#303b44}
.storefront-v2551 .variant-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.storefront-v2551 .variant-choice{position:relative;display:block;cursor:pointer}
.storefront-v2551 .variant-choice input{position:absolute;opacity:0;pointer-events:none}
.storefront-v2551 .variant-choice>span{min-height:54px;padding:9px 11px;border:1px solid #dde3e7;border-radius:10px;background:#fff;display:grid;align-content:center;gap:2px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}
.storefront-v2551 .variant-choice b{font-size:12px;line-height:1.55}
.storefront-v2551 .variant-choice small{font-size:9px!important;color:var(--sf-muted)}
.storefront-v2551 .variant-choice:hover>span{border-color:#bec8cf;transform:translateY(-1px)}
.storefront-v2551 .variant-choice input:checked+span{border-color:var(--sf-red);background:#fff7f7;box-shadow:0 0 0 2px rgba(237,28,36,.08)}
.storefront-v2551 .variant-choice input:checked+span::after{content:'✓';position:absolute;left:8px;top:8px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--sf-red);color:#fff;font-size:10px;font-weight:900}
.storefront-v2551 .variant-choice input:focus-visible+span{outline:3px solid rgba(237,28,36,.2);outline-offset:2px}
.storefront-v2551 .variant-choice input:disabled+span{opacity:.5;cursor:not-allowed;background:#f5f6f7}
.storefront-v2551 .customer-stock{display:flex;align-items:center;gap:7px;margin:0!important;padding:8px 10px;border-radius:9px;background:#f3f8f5;color:var(--sf-green);font-size:11px!important}
.storefront-v2551 .customer-stock>span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(22,132,91,.1)}
.storefront-v2551 .customer-stock.is-unavailable{background:#fff2f2;color:var(--sf-red)}
.storefront-v2551 .product-minimum-order{margin:0!important;padding:8px 10px;border-radius:9px;background:#fff8e9;color:#795407;font-size:11px!important}
.storefront-v2551 .inline-buy{display:grid!important;grid-template-columns:auto minmax(190px,1fr);align-items:end;gap:10px!important;margin:0!important}
.storefront-v2551 .buy-quantity{display:grid;gap:6px}
.storefront-v2551 .buy-quantity>span,.storefront-v2551 .cart-item-qty>span{font-size:10.5px;font-weight:800;color:#56616a}
.storefront-v2551 .quantity-stepper{height:44px;display:grid;grid-template-columns:37px 52px 37px;align-items:stretch;border:1px solid #dbe1e5;border-radius:9px;background:#fff;overflow:hidden;direction:ltr}
.storefront-v2551 .quantity-stepper button{border:0;background:#f5f7f8;color:#26343e;font-size:20px;font-weight:700;line-height:1;cursor:pointer}
.storefront-v2551 .quantity-stepper button:hover:not(:disabled){background:#e9edf0;color:var(--sf-red)}
.storefront-v2551 .quantity-stepper button:disabled{opacity:.35;cursor:not-allowed}
.storefront-v2551 .quantity-stepper input{width:52px!important;min-width:0;height:42px!important;padding:0 3px!important;border:0!important;border-right:1px solid #e4e8eb!important;border-left:1px solid #e4e8eb!important;border-radius:0!important;text-align:center;font-size:14px!important;font-weight:900;box-shadow:none!important;appearance:textfield}
.storefront-v2551 .quantity-stepper input::-webkit-inner-spin-button,.storefront-v2551 .quantity-stepper input::-webkit-outer-spin-button{appearance:none;margin:0}
.storefront-v2551 .add-to-cart-btn{height:44px;justify-content:space-between!important;padding-inline:18px!important}
.storefront-v2551 .product-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:17px;padding-top:14px;border-top:1px solid #edf0f2}
.storefront-v2551 .product-trust-row>span{display:flex;align-items:center;justify-content:center;gap:5px;color:#65717a;font-size:9.5px;font-weight:750;white-space:nowrap}
.storefront-v2551 .product-trust-row b{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#edf7f2;color:var(--sf-green);font-size:9px}
.storefront-v2551 .store-details-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:18px;margin-top:22px}
.storefront-v2551 .store-details-grid.description-only{grid-template-columns:1fr}
.storefront-v2551 .store-details-grid>.card{padding:24px!important}
.storefront-v2551 .store-details-grid h2{margin:0 0 16px!important;font-size:clamp(19px,var(--typo-card-title),25px)!important}
.storefront-v2551 .product-rich-description{line-height:2.15;color:#394650}
.storefront-v2551 .product-rich-description>:first-child{margin-top:0}.storefront-v2551 .product-rich-description>:last-child{margin-bottom:0}
.storefront-v2551 .specs{display:grid;gap:0;margin:0}
.storefront-v2551 .specs>div{display:grid;grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr);gap:13px;padding:11px 4px;border-bottom:1px solid #edf0f2}
.storefront-v2551 .specs>div:last-child{border-bottom:0}
.storefront-v2551 .specs dt{color:#707b84;font-size:11px;font-weight:700}.storefront-v2551 .specs dd{margin:0;font-size:12px;font-weight:800;overflow-wrap:anywhere}

/* Checkout progress shared by cart and checkout. */
.storefront-v2551 .store-checkout-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px;margin:0 auto 22px;padding:0 36px}
.storefront-v2551 .store-checkout-steps::before{content:'';position:absolute;right:16.66%;left:16.66%;top:17px;height:2px;background:#e0e5e8}
.storefront-v2551 .store-checkout-step{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#869099;font-size:10.5px;font-weight:800;text-align:center}
.storefront-v2551 .store-checkout-step b{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;border:2px solid #dce2e6;background:#fff;color:#7e8890;font-size:11px;box-shadow:0 0 0 5px #fff}
.storefront-v2551 .store-checkout-step.is-active{color:var(--sf-red)}
.storefront-v2551 .store-checkout-step.is-active b{border-color:var(--sf-red);background:var(--sf-red);color:#fff}
.storefront-v2551 .store-checkout-step.is-done{color:var(--sf-green)}
.storefront-v2551 .store-checkout-step.is-done b{border-color:var(--sf-green);background:var(--sf-green);color:#fff}
.storefront-v2551 a.store-checkout-step:hover{transform:translateY(-2px)}

/* Cart. */
.storefront-v2551 .store-cart-head{display:flex;justify-content:space-between;align-items:center}
.storefront-v2551 .store-cart-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:20px!important;align-items:start}
.storefront-v2551 .cart-form-shell{min-width:0}
.storefront-v2551 .cart-items-stack{display:grid;gap:12px}
.storefront-v2551 .cart-item-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;gap:16px!important;padding:15px!important;overflow:hidden}
.storefront-v2551 .cart-item-media{width:132px;height:132px;display:grid;place-items:center;border:1px solid #edf0f2;border-radius:10px;background:#fbfcfd;overflow:hidden}
.storefront-v2551 .cart-item-media:hover{border-color:#d4dbe0}
.storefront-v2551 .cart-item-media img,.storefront-v2551 .cart-item-media .cart-img{width:100%;height:100%;object-fit:contain}
.storefront-v2551 .cart-item-main{min-width:0;display:grid;gap:12px}
.storefront-v2551 .cart-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.storefront-v2551 .cart-item-title-box{min-width:0;display:grid;gap:5px}
.storefront-v2551 .cart-item-title-box>a{color:var(--sf-ink);font-size:15px;line-height:1.7}
.storefront-v2551 .cart-item-title-box>a:hover{color:var(--sf-red)}
.storefront-v2551 .cart-variant{width:max-content;max-width:100%;padding:3px 8px;border-radius:999px;background:#f1f4f6;color:#64707a;font-size:10px}
.storefront-v2551 .cart-item-price{display:flex;align-items:baseline;gap:8px;color:var(--sf-red)}
.storefront-v2551 .store-money-cart-unit{font-size:15px!important}
.storefront-v2551 .cart-item-price>small{font-size:9px!important;color:#858f97}
.storefront-v2551 .cart-item-remove{display:inline-flex;align-items:center;gap:5px;padding:6px 7px;border:0;background:transparent;color:#879098;font-size:10px!important;cursor:pointer}
.storefront-v2551 .cart-item-remove svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.storefront-v2551 .cart-item-remove:hover{color:var(--sf-red);background:#fff2f2;border-radius:7px}
.storefront-v2551 .cart-item-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding-top:10px;border-top:1px solid #edf0f2}
.storefront-v2551 .cart-item-qty{display:grid;gap:6px}
.storefront-v2551 .cart-item-qty .quantity-stepper{height:39px;grid-template-columns:34px 48px 34px}
.storefront-v2551 .cart-item-qty .quantity-stepper input{width:48px!important;height:37px!important}
.storefront-v2551 .cart-item-line-total{display:grid;justify-items:end;gap:3px;min-width:0}
.storefront-v2551 .cart-item-line-total>span{font-size:9.5px;color:#77828b}
.storefront-v2551 .store-money-line-total{font-size:18px!important;color:var(--sf-ink)}
.storefront-v2551 .cart-form-actions{display:flex;justify-content:flex-end;margin-top:12px}
.storefront-v2551 .cart-update-button{min-width:176px}
.storefront-v2551 .cart-form-shell:not(.is-dirty) .cart-update-button{background:#f3f5f7!important;color:#7a858d!important;border:1px solid #e0e5e8!important}
.storefront-v2551 .cart-form-shell.is-dirty .cart-update-button{box-shadow:0 9px 22px rgba(29,46,58,.16)!important}
.storefront-v2551 .store-cart-summary,.storefront-v2551 .store-checkout-summary{position:sticky;top:18px;padding:21px!important;border-top:3px solid var(--sf-red)!important;display:grid;gap:13px;box-shadow:0 15px 38px rgba(15,23,42,.075)!important}
.storefront-v2551 .store-cart-summary h3,.storefront-v2551 .store-checkout-summary h3{margin:0 0 2px!important;font-size:20px!important}
.storefront-v2551 .store-cart-summary>div,.storefront-v2551 .store-checkout-summary>div{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;color:#626d76;font-size:11px}
.storefront-v2551 .store-cart-summary hr,.storefront-v2551 .store-checkout-summary hr{width:100%;margin:0;border:0;border-top:1px dashed #d9dfe3}
.storefront-v2551 .store-money-summary{font-size:15px!important;color:#313c45}
.storefront-v2551 .summary-grand{align-items:center!important;padding:4px 0;color:var(--sf-ink)!important;font-weight:850}
.storefront-v2551 .store-money-grand{font-size:21px!important;color:var(--sf-red)}
.storefront-v2551 .coupon-form{display:grid!important;grid-template-columns:minmax(0,1fr) 78px!important;gap:7px!important;margin:2px 0 0!important}
.storefront-v2551 .coupon-form input{height:41px!important;padding:8px 10px!important;border-color:#dce2e6!important;border-radius:8px!important;font-size:11px!important}
.storefront-v2551 .coupon-form .btn{min-height:41px;padding:7px!important}
.storefront-v2551 .coupon-remove-form{margin-top:-6px;text-align:center}
.storefront-v2551 .cart-checkout-button{min-height:49px;margin-top:2px}
.storefront-v2551 .cart-checkout-button>span,.storefront-v2551 .checkout-submit-button>span{font-size:19px}
.storefront-v2551 .summary-safe-note{display:flex;align-items:flex-start;gap:5px;color:#77818a;font-size:9.5px!important;line-height:1.7!important}
.storefront-v2551 .summary-safe-note b,.storefront-v2551 .checkout-security-note b{color:var(--sf-green)}

/* Checkout form. */
.storefront-v2551 .store-checkout-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 370px!important;gap:20px!important;align-items:start}
.storefront-v2551 .checkout-form-card{padding:24px!important}
.storefront-v2551 .checkout-card-heading{display:flex;align-items:center;gap:11px;margin-bottom:16px}
.storefront-v2551 .checkout-card-heading>span{width:35px;height:35px;flex:0 0 35px;border-radius:10px;display:grid;place-items:center;background:var(--sf-navy);color:#fff;font-size:12px;font-weight:900}
.storefront-v2551 .checkout-card-heading h3{margin:0!important;font-size:18px!important}
.storefront-v2551 .checkout-card-heading small{display:block;margin-top:2px;color:#7a858e;font-size:9.5px!important}
.storefront-v2551 .checkout-section-divider{height:1px;margin:23px 0;background:#edf0f2}
.storefront-v2551 .checkout-form-card .two{gap:12px}
.storefront-v2551 .checkout-form-card .form-row{margin-bottom:13px}
.storefront-v2551 .checkout-form-card .form-row label{display:flex;align-items:baseline;gap:5px;margin-bottom:6px;font-size:11px!important;font-weight:800}
.storefront-v2551 .checkout-form-card .form-row label em{color:var(--sf-red);font-style:normal}.storefront-v2551 .checkout-form-card .form-row label small{font-size:9px!important;color:#8a949c;font-weight:600}
.storefront-v2551 .checkout-form-card input,.storefront-v2551 .checkout-form-card textarea{border:1px solid #dce2e6!important;border-radius:9px!important;background:#fff;padding:10px 12px!important;box-shadow:inset 0 1px 2px rgba(15,23,42,.02)!important}
.storefront-v2551 .checkout-form-card input{min-height:43px}.storefront-v2551 .checkout-form-card textarea{min-height:92px;resize:vertical}
.storefront-v2551 .checkout-form-card input:hover,.storefront-v2551 .checkout-form-card textarea:hover{border-color:#cbd3d9!important}
.storefront-v2551 .checkout-form-card input:focus,.storefront-v2551 .checkout-form-card textarea:focus{border-color:rgba(237,28,36,.62)!important;box-shadow:0 0 0 3px rgba(237,28,36,.08)!important}
.storefront-v2551 .checkout-form-card .readonly-field{background:#f4f6f7!important;color:#5e6972}
.storefront-v2551 .store-choice-list{display:grid;gap:8px}
.storefront-v2551 .shipping-option,.storefront-v2551 .payment-gateway-option{position:relative;min-height:62px;padding:10px 12px!important;border:1px solid #dde3e7!important;border-radius:10px!important;background:#fff!important;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}
.storefront-v2551 .shipping-option{display:grid!important;grid-template-columns:20px minmax(0,1fr) auto!important;gap:10px!important;align-items:center}
.storefront-v2551 .shipping-option>input,.storefront-v2551 .payment-gateway-option>input{position:absolute;opacity:0;pointer-events:none}
.storefront-v2551 .choice-indicator,.storefront-v2551 .payment-gateway-radio{width:18px!important;height:18px!important;border:2px solid #c9d1d7!important;border-radius:50%!important;display:grid!important;place-items:center;background:#fff!important}
.storefront-v2551 .choice-indicator::after,.storefront-v2551 .payment-gateway-radio::after{content:'';width:8px;height:8px;border-radius:50%;background:var(--sf-red);transform:scale(0);transition:transform .18s ease}
.storefront-v2551 .shipping-option input:checked~.choice-indicator::after,.storefront-v2551 .payment-gateway-option input:checked~.payment-gateway-radio::after{transform:scale(1)}
.storefront-v2551 .shipping-option.is-selected,.storefront-v2551 .payment-gateway-option.is-selected{border-color:var(--sf-red)!important;background:#fff8f8!important;box-shadow:0 0 0 2px rgba(237,28,36,.065)}
@supports selector(:has(*)){
  .storefront-v2551 .shipping-option:has(input:checked),.storefront-v2551 .payment-gateway-option:has(input:checked){border-color:var(--sf-red)!important;background:#fff8f8!important;box-shadow:0 0 0 2px rgba(237,28,36,.065)}
}
.storefront-v2551 .shipping-option:hover,.storefront-v2551 .payment-gateway-option:hover{border-color:#bfc8ce!important;transform:translateY(-1px)}
.storefront-v2551 .shipping-option span:nth-of-type(2){display:grid;gap:2px}.storefront-v2551 .shipping-option strong{font-size:12px}.storefront-v2551 .shipping-option small{font-size:9.5px!important;color:#78838c;line-height:1.6!important}.storefront-v2551 .shipping-option>b{font-size:11px;color:var(--sf-red);white-space:nowrap}
.storefront-v2551 .payment-gateway-option{display:grid!important;grid-template-columns:20px 50px minmax(0,1fr)!important;gap:10px!important;align-items:center}
.storefront-v2551 .payment-gateway-media{width:50px;height:42px;border:1px solid #edf0f2;border-radius:8px;background:#fff;display:grid;place-items:center;overflow:hidden}.storefront-v2551 .payment-gateway-media img{max-width:42px;max-height:34px;object-fit:contain}
.storefront-v2551 .payment-gateway-copy{display:grid;gap:2px}.storefront-v2551 .payment-gateway-copy b{font-size:12px}.storefront-v2551 .payment-gateway-copy small{font-size:9.5px!important;color:#7b858e}.storefront-v2551 .payment-gateway-badge{width:max-content;padding:2px 6px;border-radius:999px;background:#fff0cc;color:#8a5e06;font-size:8px;font-style:normal;font-weight:800}
.storefront-v2551 .store-checkout-summary .dynamic-money{font-size:14px;font-weight:900}
.storefront-v2551 .store-checkout-summary .dynamic-money.grand{font-size:21px;color:var(--sf-red)}
.storefront-v2551 .checkout-grand-total{align-items:center!important;color:var(--sf-ink)!important;font-weight:850}
.storefront-v2551 .checkout-submit-button{min-height:51px;margin-top:3px}
.storefront-v2551 .checkout-security-note{display:flex;align-items:flex-start;gap:5px;font-size:9.5px!important;line-height:1.7!important}

/* Auth, empty and result states. */
.storefront-v2551 .auth-single{width:min(100%,460px)!important;margin:20px auto 36px!important;display:grid;gap:10px}
.storefront-v2551 .auth-card-intro{text-align:center;display:grid;justify-items:center;gap:3px;margin-bottom:4px}
.storefront-v2551 .auth-card-intro>span:not(.auth-visual-icon){color:var(--sf-red);font-size:10px;font-weight:900}.storefront-v2551 .auth-card-intro h1{margin:3px 0 0;font-size:28px!important}
.storefront-v2551 .auth-visual-icon{width:64px;height:64px;margin-bottom:4px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,var(--sf-navy),#304b5c);color:#fff;box-shadow:0 12px 28px rgba(29,46,58,.2)}
.storefront-v2551 .auth-visual-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.storefront-v2551 .passwordless-auth>.card,.storefront-v2551 .otp-verify-shell>.card{padding:25px!important;border-top:3px solid var(--sf-red)!important}
.storefront-v2551 .passwordless-auth>.card h2,.storefront-v2551 .otp-verify-shell>.card h2{margin:0 0 7px!important;text-align:center;font-size:21px!important}
.storefront-v2551 .passwordless-auth>.card>p,.storefront-v2551 .otp-verify-shell>.card>p{text-align:center}
.storefront-v2551 .auth-single .form-row label{font-size:11px!important;font-weight:800}.storefront-v2551 .auth-single input{height:48px!important;border-radius:9px!important;border:1px solid #d9e0e5!important}
.storefront-v2551 .auth-single input:not(.otp-input){text-align:left}.storefront-v2551 .otp-input{height:58px!important;text-align:center!important;direction:ltr;letter-spacing:.48em;font-size:24px!important;font-weight:900;font-variant-numeric:tabular-nums}
.storefront-v2551 .auth-single .btn.block{min-height:48px}
.storefront-v2551 .otp-resend-form{text-align:center;margin:2px 0}.storefront-v2551 .otp-resend-form .link-btn{color:var(--sf-red);font-weight:800}
.storefront-v2551 .passwordless-register-note{margin-top:17px!important;padding:12px 13px!important;border:1px solid #e0e7e3!important;border-radius:10px!important;background:#f4f9f6!important}.storefront-v2551 .passwordless-register-note b{color:var(--sf-green);font-size:11px}.storefront-v2551 .passwordless-register-note p{margin:3px 0 0;font-size:10px!important;color:#65716a}
.storefront-v2551 .store-empty-state{min-height:280px;padding:35px!important;display:grid!important;justify-items:center;align-content:center;gap:8px;text-align:center;background:linear-gradient(145deg,#fff,#f8fafb)}
.storefront-v2551 .store-empty-icon{width:68px;height:68px;margin-bottom:5px;border-radius:22px;display:grid;place-items:center;background:#f1f4f6;color:#6f7c86}
.storefront-v2551 .store-empty-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.storefront-v2551 .store-empty-state h2{margin:0!important;font-size:22px!important}.storefront-v2551 .store-empty-state p{max-width:470px;margin:0 0 10px;color:#74808a}.storefront-v2551 .store-empty-state .btn{min-width:160px}
.storefront-v2551 .store-result-card{width:min(100%,620px);min-height:380px;margin:25px auto;padding:42px!important;display:grid;justify-items:center;align-content:center;text-align:center;gap:8px;border-top:4px solid var(--sf-green)!important}
.storefront-v2551 .store-result-card.failed{border-top-color:var(--sf-red)!important}.storefront-v2551 .store-result-card .success-icon{margin:0 0 6px}.storefront-v2551 .store-result-card h1{margin:0!important;font-size:28px!important}.storefront-v2551 .store-result-card p{max-width:460px;margin:0 0 10px;color:#69757e}.storefront-v2551 .result-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}

/* Customer account and order detail. */
.storefront-v2551 .account-head,.storefront-v2551 .order-customer-head{display:flex;align-items:center;justify-content:space-between;gap:20px}
.storefront-v2551 .account-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.storefront-v2551 .account-content-block{display:grid;min-width:0}
.storefront-v2551 .account-overview>.card{padding:17px 19px!important;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 18px}
.storefront-v2551 .account-overview span{font-size:10px;color:#77828b}.storefront-v2551 .account-overview strong{grid-column:2;grid-row:1/3;font-size:22px;font-weight:950;color:var(--sf-navy);font-variant-numeric:tabular-nums}.storefront-v2551 .account-overview small{font-size:9px!important;color:#929ba2}
.storefront-v2551 .account-orders-card{padding:22px!important}
.storefront-v2551 .account-section-head h2{margin:0 0 16px!important;font-size:22px!important}
.storefront-v2551 .account-order-list{display:grid;gap:9px}
.storefront-v2551 .account-order-row{display:grid;grid-template-columns:150px minmax(150px,.85fr) minmax(210px,1fr) auto;align-items:center;gap:14px;padding:13px;border:1px solid #e7ebee;border-radius:11px;background:#fff;transition:border-color .2s ease,box-shadow .25s ease,transform .25s var(--sf-ease)}
.storefront-v2551 .account-order-row:hover{transform:translateY(-2px);border-color:#d5dce1;box-shadow:0 10px 25px rgba(15,23,42,.055)}
.storefront-v2551 .account-order-id,.storefront-v2551 .account-order-amount{display:grid;gap:2px}.storefront-v2551 .account-order-id small,.storefront-v2551 .account-order-amount small{font-size:9px!important;color:#879199}.storefront-v2551 .account-order-id strong{font-size:16px}.storefront-v2551 .account-order-id span{font-size:10px;color:#6f7b84}.storefront-v2551 .store-money-account{font-size:16px!important;color:var(--sf-ink)}
.storefront-v2551 .account-order-states{display:flex;gap:6px;flex-wrap:wrap}
.storefront-v2551 .store-status{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:4px 8px;border-radius:999px;font-size:9.5px;font-weight:850;white-space:nowrap}.storefront-v2551 .store-status.tone-success{background:#eaf7f0;color:#147247}.storefront-v2551 .store-status.tone-danger{background:#fff0f0;color:#c32128}.storefront-v2551 .store-status.tone-warning{background:#fff5df;color:#885e09}.storefront-v2551 .store-status.tone-primary{background:#edf3f7;color:#315b72}
.storefront-v2551 .account-order-actions{display:flex;gap:6px}.storefront-v2551 .account-order-actions .btn{min-height:35px;padding:6px 10px!important;font-size:10px!important}
.storefront-v2551 .account-orders-card>.store-empty-state{border:0;box-shadow:none!important;min-height:260px}
.storefront-v2551 .order-head-status{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.storefront-v2551 .customer-order-details{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:15px}
.storefront-v2551 .customer-order-details>.order-back-link{grid-column:1/-1}
.storefront-v2551 .customer-order-details>.card{padding:22px!important}.storefront-v2551 .customer-order-details h2{margin:0 0 15px!important;font-size:21px!important}
.storefront-v2551 .customer-order-meta{display:grid;margin:0 0 16px}.storefront-v2551 .customer-order-meta>div{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #edf0f2}.storefront-v2551 .customer-order-meta dt{font-size:10.5px;color:#75808a}.storefront-v2551 .customer-order-meta dd{margin:0;text-align:left;font-size:11px;font-weight:800}.storefront-v2551 .customer-order-meta .is-total{align-items:center;border-bottom:0;padding-top:15px}.storefront-v2551 .store-money-order-total{font-size:21px!important;color:var(--sf-red)}
.storefront-v2551 .customer-order-items{display:grid}.storefront-v2551 .customer-order-items>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(120px,auto);align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf0f2}.storefront-v2551 .customer-order-items>div:last-child{border-bottom:0}.storefront-v2551 .customer-order-items>div>div{display:grid;gap:2px}.storefront-v2551 .customer-order-items strong{font-size:12px;line-height:1.7}.storefront-v2551 .customer-order-items small{font-size:9.5px!important;color:#7e8992}.storefront-v2551 .customer-order-items>div>span{font-size:10px;color:#69757e;white-space:nowrap}.storefront-v2551 .store-money-order-item{font-size:15px!important;color:var(--sf-ink);justify-self:end}.storefront-v2551 .order-back-link{display:inline-flex;margin-top:13px;color:#5f6b74;font-size:11px;font-weight:800}.storefront-v2551 .order-back-link:hover{color:var(--sf-red);transform:translateX(2px)}

/* Motion is opt-in from JS, and never hides content without JS. */
.storefront-v2551.storefront-motion .ui-reveal{opacity:0;transform:translateY(16px);transition:opacity .58s var(--sf-ease),transform .58s var(--sf-ease);transition-delay:var(--reveal-delay,0ms)}
.storefront-v2551.storefront-motion .ui-reveal.is-visible{opacity:1;transform:none}
.storefront-v2551 .flash{transition:opacity .3s ease,transform .3s var(--sf-ease),max-height .35s ease,margin .35s ease,padding .35s ease}
.storefront-v2551 .flash{position:relative;padding-left:42px!important}
.storefront-v2551 .flash-dismiss{position:absolute;left:9px;top:50%;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.62);color:currentColor;font-size:20px!important;line-height:1;transform:translateY(-50%);cursor:pointer}
.storefront-v2551 .flash-dismiss:hover{background:rgba(255,255,255,.92)}
.storefront-v2551 .flash.is-leaving{opacity:0;transform:translateY(-8px);max-height:0;margin-block:0!important;padding-block:0!important;overflow:hidden}
.storefront-v2551 form.is-submitting .btn[type="submit"],.storefront-v2551 form.is-submitting button:not([type]){pointer-events:none;opacity:.72}

/* Tablet. */
@media (min-width:768px) and (max-width:1100px){
  .storefront-v2551 .home-product-card{min-height:316px!important;grid-template-rows:190px minmax(122px,auto)!important}
  .storefront-v2551 .home-product-image-link{height:190px!important}.storefront-v2551 .home-product-card .product-img{height:170px!important}
  .storefront-v2551 .home-product-body{min-height:122px!important}
  .storefront-v2551 .home-product-body h3,.storefront-v2551 .home-product-body h3.compact-text,.storefront-v2551 .home-product-body h3.tiny-text{font-size:13px!important}
  .storefront-v2551 .store-product-view{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr)!important;gap:18px!important}
  .storefront-v2551 .store-product-info{padding:20px!important}
  .storefront-v2551 .store-money-product{font-size:28px!important}
  .storefront-v2551 .inline-buy{grid-template-columns:auto minmax(160px,1fr)}
  .storefront-v2551 .product-trust-row{grid-template-columns:1fr}.storefront-v2551 .product-trust-row>span{justify-content:flex-start}
  .storefront-v2551 .store-cart-layout,.storefront-v2551 .store-checkout-layout{grid-template-columns:minmax(0,1fr) 315px!important;gap:14px!important}
  .storefront-v2551 .cart-item-card{grid-template-columns:112px minmax(0,1fr)!important}.storefront-v2551 .cart-item-media{width:112px;height:112px}
  .storefront-v2551 .account-order-row{grid-template-columns:120px minmax(135px,.8fr) minmax(190px,1fr) auto;gap:10px}
}

/* Mobile. */
@media (max-width:767px){
  .storefront-v2551 main[data-layout-page]:not([data-layout-page="home"]){padding-top:10px!important;padding-bottom:35px!important}
  .storefront-v2551 .redesign-header.is-scrolled{box-shadow:0 6px 18px rgba(15,23,42,.07)}
  .storefront-v2551 .homepage-block:hover .homepage-section-head h2::after{width:26px}
  .storefront-v2551 .home-product-card{min-height:284px!important;grid-template-rows:166px minmax(114px,auto)!important;border-radius:10px!important}
  .storefront-v2551 .home-product-image-link{height:166px!important;padding:7px!important}.storefront-v2551 .home-product-card .product-img{height:152px!important}
  .storefront-v2551 .home-product-body{min-height:114px!important;padding:8px 9px 9px!important;gap:6px!important}
  .storefront-v2551 .home-product-body h3,.storefront-v2551 .home-product-body h3.compact-text,.storefront-v2551 .home-product-body h3.tiny-text{min-height:44px!important;max-height:44px!important;font-size:12.5px!important;line-height:22px!important;text-align:right!important}
  .storefront-v2551 .product-card-footer{grid-template-columns:minmax(0,1fr) 30px;gap:4px}
  .storefront-v2551 .product-card-action{width:30px;height:30px;border-radius:8px}.storefront-v2551 .product-card-action svg{width:15px;height:15px}
  .storefront-v2551 .home-product-body .compact-price{min-height:40px!important;align-content:flex-end!important}
  .storefront-v2551 .store-money-card{font-size:15.5px!important}
  .storefront-v2551 .home-product-body .compact-price del{font-size:8.5px!important;width:100%;order:-1}
  .storefront-v2551 .product-card-view{display:none}
  .storefront-v2551 .page-head{padding:17px 16px;margin-bottom:13px}.storefront-v2551 .page-head h1{font-size:23px!important}.storefront-v2551 .page-head p{font-size:11px!important;line-height:1.8!important}
  .storefront-v2551 .storefront-breadcrumb{margin-bottom:10px;font-size:10px}
  .storefront-v2551 .catalog-head{grid-template-columns:1fr;gap:10px}.storefront-v2551 .catalog-count{justify-self:start}.storefront-v2551 .subcategory-grid{gap:6px}.storefront-v2551 .subcategory-grid a{min-height:36px;padding:5px 9px;font-size:10px}
  .storefront-v2551 .store-product-view{grid-template-columns:1fr!important;gap:13px!important}
  .storefront-v2551 .store-product-media .main-image-button{padding:8px}
  .storefront-v2551 .gallery-row .thumb{width:66px;height:66px;flex-basis:66px}
  .storefront-v2551 .store-product-info{position:static;padding:18px 15px!important}.storefront-v2551 .store-product-info h1{font-size:23px!important;margin-top:12px!important}.storefront-v2551 .product-lead{font-size:11px!important}
  .storefront-v2551 .store-product-price{margin:14px 0;padding:12px 0}.storefront-v2551 .store-money-product{font-size:27px!important}.storefront-v2551 .product-compare{justify-items:start}.storefront-v2551 .store-product-price{align-items:flex-start}
  .storefront-v2551 .variant-choice-grid{grid-template-columns:1fr}.storefront-v2551 .variant-choice>span{min-height:48px}
  .storefront-v2551 .inline-buy{grid-template-columns:1fr;align-items:stretch}.storefront-v2551 .buy-quantity{grid-template-columns:auto 1fr;align-items:center}.storefront-v2551 .buy-quantity .quantity-stepper{justify-self:end}.storefront-v2551 .add-to-cart-btn{width:100%}
  .storefront-v2551 .product-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px}.storefront-v2551 .product-trust-row>span{font-size:8.5px}
  .storefront-v2551 .store-details-grid,.storefront-v2551 .store-details-grid.has-specs,.storefront-v2551 .customer-order-details{grid-template-columns:1fr;gap:11px;margin-top:13px}.storefront-v2551 .store-details-grid>.card,.storefront-v2551 .customer-order-details>.card{padding:17px 15px!important}.storefront-v2551 .store-details-grid h2{font-size:19px!important}.storefront-v2551 .specs>div{grid-template-columns:minmax(88px,.8fr) minmax(0,1.2fr)}
  .storefront-v2551 .store-checkout-steps{margin-bottom:15px;padding:0 8px}.storefront-v2551 .store-checkout-steps::before{right:16.66%;left:16.66%;top:15px}.storefront-v2551 .store-checkout-step{font-size:8.5px}.storefront-v2551 .store-checkout-step b{width:31px;height:31px;box-shadow:0 0 0 3px #fff}
  .storefront-v2551 .store-cart-layout,.storefront-v2551 .store-checkout-layout{grid-template-columns:1fr!important;gap:13px!important}
  .storefront-v2551 .cart-item-card{grid-template-columns:88px minmax(0,1fr)!important;gap:10px!important;padding:11px!important}.storefront-v2551 .cart-item-media{width:88px;height:88px}.storefront-v2551 .cart-item-title-box>a{font-size:12px}.storefront-v2551 .cart-item-remove span{display:none}.storefront-v2551 .cart-item-remove{padding:5px}.storefront-v2551 .cart-item-price{display:grid;justify-items:start;gap:0}.storefront-v2551 .store-money-cart-unit{font-size:13px!important}.storefront-v2551 .cart-item-price>small{order:-1}.storefront-v2551 .cart-item-meta{grid-column:1/-1;margin-right:-98px;transform:translateY(6px);padding-top:9px}.storefront-v2551 .store-money-line-total{font-size:16px!important}
  .storefront-v2551 .cart-form-actions{justify-content:stretch}.storefront-v2551 .cart-update-button{width:100%}
  .storefront-v2551 .store-cart-summary,.storefront-v2551 .store-checkout-summary{position:static;padding:18px 15px!important}.storefront-v2551 .cart-checkout-button{position:sticky;bottom:76px;z-index:10;box-shadow:0 10px 30px rgba(201,20,27,.22)!important}
  .storefront-v2551 .checkout-form-card{padding:18px 14px!important}.storefront-v2551 .checkout-form-card .two{grid-template-columns:1fr!important;gap:0}.storefront-v2551 .shipping-option{grid-template-columns:20px minmax(0,1fr)!important}.storefront-v2551 .shipping-option>b{grid-column:2;justify-self:start}.storefront-v2551 .payment-gateway-option{grid-template-columns:20px 44px minmax(0,1fr)!important}.storefront-v2551 .payment-gateway-media{width:44px}
  .storefront-v2551 .auth-single{margin:13px auto 26px!important}.storefront-v2551 .auth-visual-icon{width:56px;height:56px;border-radius:18px}.storefront-v2551 .passwordless-auth>.card,.storefront-v2551 .otp-verify-shell>.card{padding:20px 16px!important}
  .storefront-v2551 .store-empty-state{min-height:250px;padding:28px 18px!important}.storefront-v2551 .store-result-card{min-height:330px;margin:12px auto;padding:30px 18px!important}.storefront-v2551 .result-actions{display:grid;width:100%}.storefront-v2551 .result-actions .btn{width:100%}
  .storefront-v2551 .account-head,.storefront-v2551 .order-customer-head{display:grid;align-items:start}.storefront-v2551 .account-head>.btn{justify-self:start}.storefront-v2551 .account-overview{grid-template-columns:1fr;gap:8px}.storefront-v2551 .account-orders-card{padding:15px 11px!important}.storefront-v2551 .account-order-row{grid-template-columns:1fr auto;gap:10px;padding:12px}.storefront-v2551 .account-order-amount{justify-items:end}.storefront-v2551 .account-order-states{grid-column:1/-1}.storefront-v2551 .account-order-actions{grid-column:1/-1}.storefront-v2551 .account-order-actions .btn{flex:1}.storefront-v2551 .order-head-status{justify-content:flex-start}
  .storefront-v2551 .customer-order-items>div{grid-template-columns:minmax(0,1fr) auto;gap:7px}.storefront-v2551 .customer-order-items .store-money{grid-column:1/-1;justify-self:start}.storefront-v2551 .store-money-order-item{font-size:14px!important}
}

@media (max-width:380px){
  .storefront-v2551 .home-product-card{min-height:271px!important;grid-template-rows:154px minmax(113px,auto)!important}.storefront-v2551 .home-product-image-link{height:154px!important}.storefront-v2551 .home-product-card .product-img{height:140px!important}.storefront-v2551 .home-product-body h3,.storefront-v2551 .home-product-body h3.compact-text,.storefront-v2551 .home-product-body h3.tiny-text{font-size:12px!important}.storefront-v2551 .store-money-card{font-size:15px!important}
  .storefront-v2551 .product-trust-row{grid-template-columns:1fr}.storefront-v2551 .product-trust-row>span{justify-content:flex-start}
}

@media (prefers-reduced-motion:reduce){
  .storefront-v2551 *,
  .storefront-v2551 *::before,
  .storefront-v2551 *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  .storefront-v2551.storefront-motion .ui-reveal{opacity:1!important;transform:none!important}
}
