:root{
  --v52-commerce-font:"Plus Jakarta Sans","Manrope","Arial",sans-serif;
}

.storefront-v7 .v7-product-card .product-tile-body,
.storefront-v10 .v7-product-card .product-tile-body{
  gap:0!important;
}

.storefront-v7 .v7-product-card .product-tile-title,
.storefront-v10 .v7-product-card .product-tile-title{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  white-space:normal!important;
  overflow:hidden!important;
  text-wrap:pretty!important;
  word-break:break-word!important;
  min-height:2.62em!important;
  max-height:2.62em!important;
  margin:0 0 1px!important;
  padding:0!important;
  line-height:1.31!important;
}

.storefront-v7 .v7-product-card .product-tile-price,
.storefront-v10 .v7-product-card .product-tile-price{
  margin-top:0!important;
  padding-top:0!important;
  align-items:flex-end!important;
}

.storefront-v7 .v7-product-card .product-tile-price strong,
.storefront-v10 .v7-product-card .product-tile-price strong{
  line-height:1!important;
}

.storefront-v7 .v7-product-card .product-discount-nudge{
  margin-top:5px!important;
}

.storefront-v8 .product-v8-media,
.storefront-v12 .product-v8-visual-sticky .product-media-v12{
  height:clamp(620px,calc(100svh - var(--v47-sticky-top) - 18px),860px)!important;
  min-height:620px!important;
  max-height:860px!important;
}

.storefront-v8 .product-v8-media .product-gallery{
  height:100%!important;
  min-height:0!important;
}

.storefront-v8 .product-v8-media .product-gallery-slide,
.storefront-v8 .product-v8-media .product-gallery-slide.active{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.storefront-v8 .product-v8-media .product-gallery-slide:not(.active){
  display:none!important;
}

.storefront-v8 .product-v8-media .product-gallery-slide img,
.storefront-v8 .product-v8-media .product-gallery-slide video{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
}

.storefront-v8 .product-option-form fieldset{
  margin:0 0 18px!important;
}

.storefront-v8 .product-option-form legend{
  margin-bottom:12px!important;
}

.storefront-v8 .product-option-form legend>span{
  font-size:13px!important;
}

.storefront-v8 .product-option-form legend>b,
.storefront-v8 .product-option-form legend button{
  font-size:12px!important;
}

.storefront-v8 .product-options{
  gap:10px!important;
}

.storefront-v8 .product-options label{
  min-width:78px!important;
  height:48px!important;
}

.storefront-v8 .product-options label span{
  min-width:78px!important;
  height:48px!important;
  font-size:13px!important;
  line-height:1.1!important;
}

.storefront-v8 .product-color-options label{
  min-width:132px!important;
  padding:0 14px!important;
}

.storefront-v8 .product-color-options i{
  width:30px!important;
  height:30px!important;
}

.storefront-v8 .product-color-options span{
  font-size:13px!important;
  font-weight:700!important;
}

@media (max-width:1100px){
  .storefront-v8 .product-v8-media,
  .storefront-v12 .product-v8-visual-sticky .product-media-v12{
    height:clamp(580px,calc(100svh - var(--v47-sticky-top) - 18px),780px)!important;
    min-height:580px!important;
    max-height:780px!important;
  }
}

@media (max-width:900px){
  .storefront-v8 .product-v8-media{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  .storefront-v8 .product-v8-media .product-gallery{
    height:clamp(560px,74svh,780px)!important;
    min-height:560px!important;
    max-height:780px!important;
  }

  .storefront-v8 .product-option-form legend>span{
    font-size:12px!important;
  }

  .storefront-v8 .product-options label,
  .storefront-v8 .product-options label span{
    min-width:70px!important;
    height:46px!important;
  }

  .storefront-v8 .product-color-options label{
    min-width:122px!important;
  }
}

@media (max-width:640px){
  .storefront-v7 .v7-product-card .product-tile-title,
  .storefront-v10 .v7-product-card .product-tile-title{
    min-height:2.52em!important;
    max-height:2.52em!important;
    font-size:13px!important;
    line-height:1.26!important;
  }

  .storefront-v7 .v7-product-card .product-tile-price strong,
  .storefront-v10 .v7-product-card .product-tile-price strong{
    font-size:16px!important;
  }

  .storefront-v8 .product-v8-media .product-gallery{
    height:clamp(520px,70svh,720px)!important;
    min-height:520px!important;
  }
}

@media (max-width:520px){
  .storefront-v34 .v34-cart-row{
    grid-template-columns:1fr 1fr 34px!important;
    grid-template-areas:
      "product product remove"
      "variant variant variant"
      "price total total"
      "qty qty qty"!important;
    gap:10px 10px!important;
    align-items:start!important;
  }

  .storefront-v34 .v34-cart-price,
  .storefront-v34 .v34-cart-total{
    justify-self:start!important;
    align-self:start!important;
    text-align:left!important;
    padding-top:2px!important;
  }

  .storefront-v34 .v34-cart-total{
    justify-self:end!important;
    text-align:right!important;
  }

  .storefront-v34 .v34-cart-price span,
  .storefront-v34 .v34-cart-total span{
    display:block!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.2!important;
  }

  .storefront-v34 .v34-cart-price small,
  .storefront-v34 .v34-cart-total small{
    display:block!important;
    margin-bottom:4px!important;
    font-size:9px!important;
    line-height:1.1!important;
    letter-spacing:.08em!important;
  }

  .storefront-v34 .v34-cart-quantity{
    grid-area:qty!important;
    width:118px!important;
    justify-self:start!important;
    align-self:start!important;
    margin-top:2px!important;
  }
}
