/* Keep the actual storefront usable between phone, tablet and desktop widths. */
.woocommerce div.product div.images .flex-viewport{height:auto!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{display:flow-root}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{display:flex;flex-direction:column;float:none;width:100%!important;min-width:0;margin:0!important}
.woocommerce ul.products li.product a img{aspect-ratio:1;object-fit:contain}
.woocommerce ul.products li.product .dual-price__member,.woocommerce ul.products li.product .dual-price__normal{flex-wrap:wrap;gap:2px 8px}
.woocommerce ul.products li.product .button{align-self:flex-start;max-width:100%;margin-top:auto;min-height:44px;white-space:normal;line-height:1.35}
@media (max-width:1100px){.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.woocommerce ul.products li.product .dual-price__member,.woocommerce ul.products li.product .dual-price__normal{flex-direction:column;align-items:flex-start}}
@media (max-width:420px) {
 .woocommerce ul.products li.product .button{width:100%;padding:12px 8px;text-align:center}
 .main-header.shell{width:calc(100% - 24px);grid-template-columns:minmax(0,1fr) auto auto;gap:8px}
 .main-header .brand{width:min(100%,170px);min-width:0}
 .main-header .header-actions{min-width:0}
 .main-header .hc-mini-toggle,.main-header .hc-account-menu>.hc-popover-toggle{position:relative;width:44px;min-height:44px;padding:8px;gap:0}
 .main-header .hc-mini-toggle>span:last-child{position:absolute;top:0;right:0;display:block;pointer-events:none}
 .main-header .hc-mini-toggle strong{font-size:0}
 .main-header .hc-mini-toggle .hc-cart-count{min-width:17px;height:17px;font-size:10px}
 .main-header .mobile-menu-toggle{width:42px;height:44px}
 .main-header .product-search{min-width:0;grid-template-columns:32px minmax(0,1fr) 72px}
 .main-header .product-search input{width:100%;font-size:16px}
 .hc-qty-controls{flex-wrap:wrap;row-gap:8px}
 .hc-qty-controls .hc-item-remove{margin-left:4px;padding-inline:2px}
 .club-footer-membership{padding:16px}
 .club-footer-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;flex-basis:100%}
 .club-footer-plans .membership-plan{min-width:0;width:100%}
 .club-footer-plans .membership-plan>strong{font-size:24px;white-space:normal}
 .club-footer-plans .membership-plan strong small{display:block;font-size:12px;margin-top:3px}
}
@media (max-width:380px) {
 .hc-options-ready .hc-option-choice{padding-inline:8px;font-size:14px}
 .hc-options-ready .hc-product-stock{margin-left:calc(var(--hc-label-width) + 12px)}
 .hc-qty-controls .hc-item-remove{margin-left:0}
}
@media (max-width:1100px) {
 .woocommerce-product-gallery .flex-direction-nav a{width:44px;height:44px;top:calc(50% - 22px)}
 .hc-mini-panel,.hc-popover-panel{max-height:calc(100dvh - 160px);overflow-y:auto;overscroll-behavior:contain}
 .hc-mini-item{grid-template-columns:44px minmax(0,1fr) auto;gap:8px}
 .hc-mini-item img{width:44px}
 .hc-mini-item>span{overflow-wrap:anywhere}
 .hc-mini-footer{flex-wrap:wrap}
}
@media (min-width:1241px) and (max-width:1340px) {
 .department-nav__inner>a:nth-of-type(n + 7):not(.deals-link){display:none}
}
/* Center the product above its details on phones and tablets. */
@media (max-width:1180px), (max-width:1366px) and (pointer:coarse) {
 .woocommerce div.product div.images.woocommerce-product-gallery{--hc-gallery-height:clamp(280px,75vw,520px);float:none;width:100%;max-width:620px;margin-inline:auto;padding-left:0}
 .woocommerce div.product div.summary{float:none;width:100%;clear:both}
 .woocommerce div.product div.images .woocommerce-product-gallery__image img{height:var(--hc-gallery-height);object-position:center;cursor:default}
 .woocommerce div.product div.images .flex-control-thumbs{position:static;width:100%;max-height:none;display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;overflow-y:hidden;margin:16px 0 0;padding:0 0 6px;overscroll-behavior-x:contain}
 .woocommerce div.product div.images .flex-control-thumbs li{flex:0 0 68px;width:68px}
 .woocommerce div.product div.images .flex-control-thumbs li img{width:100%;height:66px}
 .woocommerce-product-gallery .flex-direction-nav a{width:44px;height:44px;top:calc(var(--hc-gallery-height)/2 - 22px)}
 .woocommerce-product-gallery .flex-direction-nav .flex-prev{left:8px}
 .woocommerce-product-gallery .hc-image-lens,.woocommerce-product-gallery .hc-image-detail{display:none!important}
}
