.pr_btn_style_2 .t4s-pr-style5 .t4s-product-btns a:not(:last-child){margin-bottom:5px}.pr_border_style_3 .t4s-product div.t4s-product-info{padding:10px 0 0}.pr_border_style_3 .t4s-product{padding-top:calc(var(--ts-gutter-x) * 0.5);padding-bottom:calc(var(--ts-gutter-x) * 0.5)}.pr_border_style_3 div.t4s-product .t4s-product-wrapper{position:relative}.t4s-product-info__inner > a.t4s-pr-addtocart{border-radius:var(--pr-btn-radius-size)}

/* 1. 商品卡片基础边框样式（新增） */
.t4s-product {
  border: 1px solid #EBEBEB;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border-radius: 4px; /* 轻微圆角-源8px */
  padding: 6px; /* 内边距：避免内容贴边框,在移动端这个不需要修改 */
  box-sizing: border-box; /* 确保边框不撑开容器 */
  margin: 1 !important;
}
.t4s-product .t4s-product-inner {
  padding: 0 !important; 
}
.t4s-product .t4s-product-img {
  /* object-fit: cover !important; 裁剪多余部分，保留主体 */
  overflow: hidden;
  /* width: 104%;
  height: 100%; */
}
/* 悬停交互效果 */
 /* .t4s-product:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); 
  transform: translateY(-2px); 
  transition: all 0.3s ease; 
} */
.t4s_box_pr_grid {
  --ts-gutter-x: 3 !important;
  --ts-gutter-y: -3 !important; 
    padding-right: 0 !important;
    padding-left: 0 !important; 

}
/* 确保图片容器的父级不限制高度 */
.t4s-product-inner {
  height: auto !important;
  display: block !important;
}
@media (min-width: 1025px) {
  /* new add css style */
    .t4s-product {
          --swatch-color-size: 16px;
          --swatch-color-size-mb: 20px;
          --pr-background-overlay: rgba(0, 0, 0, 0.1);
          --product-title-family: var(--font-family-1);
          --product-title-style: none;
          --product-title-size: 15px;
          --product-title-weight: 500;
          --product-title-line-height: 20px;
          --product-title-spacing: 0px;
          --product-price-size: 15px;
          --product-price-weight: 500;
          --product-space-img-txt: 13px;
          --product-space-elements: 0px; 
          --pr-countdown-color: #fff;
          --pr-countdown-bg-color: #56cfe1;
      }
      .t4s-product-img.t4s_ratio.is-show-img2 {
        --aspect-ratioapt: 0.6667 !important; /* 2:3的数值表示 */
        aspect-ratio: 2/3 !important; /* 宽:高=2:3，优先级最高 */
        overflow: hidden !important;
        height: auto !important; /* 避免被固定高度限制 */
      }
      .t4s-product-img.t4s_ratio.is-show-img2 img {
        object-fit: cover !important; /* 裁剪多余部分，保留主体 */
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
      }
    /*1.47*/
    .t4s-product:not(.t4s-pr-style4){
      /* aspect-ratio: 1.47 !important; 
      max-width: 293px !important;
      min-height: 512px !important; */
       aspect-ratio: auto !important; /* 取消卡片整体比例限制，让图片容器主导高度 */
       max-width: none !important; /* 解除最大宽度限制，适应网格布局 */
       min-height: auto !important;
    }

       /* 调整产品卡片内边距，避免图片被挤压 */
      .t4s-product {
        padding: 6px !important; /* 保持轻微内边距，避免内容贴边 */
      }

      /* 确保图片容器在卡片中占比最大化 */
      .t4s-product .t4s-product-inner {
        padding: 0 !important;
      }
      /* 控制Filter间距 */
    .t4s-collection-header {
      margin:40px 0;
      margin-left: 10px;
    }
    /* end add css style */
    /* 103%  这个不能放到移动端，默认是Pc端，*/
    
    .t4s_box_pr_grid{
        width: 100% !important;
        /* 调整商品列表右边框的集合 */
        margin-left: 16px;
    }
}
/* 仅移动端生效（max-width: 767px），PC/平板不影响 */
@media (max-width: 767px) {
  /* 1. 压缩产品卡片外层边距，贴近边框 */
  .t4s-product {
    padding: 3px !important; /* 原6px，进一步缩小内边距 */
    margin-bottom: 8px !important; /* 卡片之间垂直间距减小 */
  }

  /* 2. 压缩图片与文字区域的间距，减少空白 */
  .t4s-product-info {
    margin-top: 4px !important; /* 图片下方间距从默认8px→4px */
    padding: 0 4px !important; /* 文字区域左右内边距从8px→4px */
  }

  /* 3. 品牌名：缩小字体+压缩边距 */
  .t4s-product-vendor {
    font-size: 11px !important; /* 原12-14px */
    font-weight: 500 !important; /* 加粗（500-700可选） */
    /* margin: 2px 0 !important;  上下边距压缩 */
  }
  .t4s-product-vendor a {
    line-height: 1.2 !important; /* 行高压缩 */
    font-weight: inherit !important; 
  }

  /* 4. 产品标题：缩小字体+限制2行+压缩行高（关键！避免换行过多） */
  .t4s-product-title {
    font-size: 13px !important; /* 原14-15px */
    line-height: 1.3 !important; /* 行高压缩，减少垂直占用 */
    margin: 3px 0 !important; /* 上下边距缩小 */
    max-height: 2.6em !important; /* 强制最多2行（1.2×2） */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-weight: 500 !important; /* 加粗（500-700可选） */
  }
  .t4s-product-title a {
    line-height: inherit !important; /* 继承父级行高 */
     /* font-weight: inherit ; */
  }

  /* 5. 价格：缩小字体+压缩边距 */
  .t4s-product-price {
    font-size: 14px !important; /* 原13-14px */
    margin: 2px 0 !important; /* 与标题/描述的间距缩小 */
    line-height: 1.2 !important;
    font-weight: 500 !important; /* 加粗（500-700可选） */
  }

  /* 6. 产品描述：极小化+限制1行（或直接隐藏，根据需求选择） */
  .t4s-product-info__inner .t4s-rte {
    font-size: 13px !important; /* 原11-12px，极小化 */
    line-height: 1.2 !important;
    max-height: 1.2em !important; /* 强制1行，超出隐藏 */
    overflow: hidden !important;
    margin: 2px 0 3px !important; /* 底部仅留3px间距 */
  }

  /* 7. 颜色选择器（如有）：压缩间距，避免占用过多空间 */
  .t4s-product-colors {
    margin: 3px 0 ;
  }
  .t4s-pr-color__item {
    width: 16px ;
    height: 16px ;
    margin-right: 4px; /* 颜色块之间间距缩小 */
  }

  /* 8. 底部按钮区域：压缩高度+缩小文字 */
  .t4s-product-btns.t4s-product-info__btns {
    margin-top: 3px ;
    height: 28px ; /* 固定按钮高度（原32px） */
    display: flex ;
    align-items: center ;
    gap: 4px ; /* 按钮之间间距缩小 */
  }
  /* .t4s-pr-item-btn .t4s-svg-pr-icon {
    图标缩小
    width: 14px !important;
    height: 14px !important; 
  } */
  .t4s-pr-item-btn .t4s-text-pr {
    font-size: 9px ; /* 按钮文字极小化（原11px） */
    padding: 0 4px ;
  }

  /* 9. 缩小卡片网格横向间距，整体更紧凑 */
  .t4s-products.t4s-row {
    --ts-gutter-x: 0.5rem ; /* 原3rem→0.5rem，横向间距大幅减小 */
    --ts-gutter-y: 0.5rem ; /* 垂直间距也缩小 */
  }
  /* 10. 优化悬停按钮区域（底部右侧悬浮按钮），避免冗余/* 按钮之间间距缩小 */ 
  .t4s-product-btns,
  .t4s-product-btns2 {
    gap: 3px !important; 
  }
  .t4s-product-btns .t4s-pr-item-btn,
  .t4s-product-btns2 .t4s-pr-item-btn {
    width: 28px !important;
    height: 28px !important; /* 悬浮按钮缩小 */
  }
}
.t4s-col-item {
  /* 覆盖原var(--ts-gutter-y)的margin-top */
  margin-top: 0 !important; 
}

.pr_border_style_2 .t4s-product .t4s-product-inner
{
  border:solid 1px var(--border-color)
}
.pr_border_style_3 .t4s_box_pr_grid .t4s-product{box-shadow:0 0 0 1px var(--border-color)}.pr_border_style_3 .t4s_box_pr_slider .flickityt4s-viewport:before{position:absolute;content:"";width:100%;height:100%;border:1px solid var(--border-color);z-index:1;pointer-events:none;display:block!important;background-color:transparent}.pr_border_style_3 .t4s_box_pr_slider .t4s-product:before{content:"";position:absolute;z-index:1;right:0;top:0;width:100%;height:1000px;box-shadow:inset -1px -1px var(--border-color),-1px -1px var(--border-color);pointer-events:none}.pr_border_style_3 .t4s_box_pr_grid:not(.t4s-flicky-slider) .t4s-product{box-shadow:inset -1px -1px var(--border-color),-1px -1px var(--border-color)}.shadow_round_img_true .t4s-product .t4s-product-inner{border-radius:5px;-webkit-box-shadow:0 0 12px #0000001f;box-shadow:0 0 12px #0000001f;overflow:hidden}.badge_shape_1 .t4s-product-badge > span{height:60px;border-radius:30px}.badge_shape_1 .is--listview .t4s-product .t4s-product-badge > span{height:50px;min-width:50px}.badge_shape_3 .t4s-product-badge > span{border-radius:4px;height:22px;font-size:12px;padding:0 12px;min-width:38px}.badge_shape_4 .t4s-product-badge > span{border-radius:20px;min-width:40px;width:40px;padding:0;height:40px;font-size:14px}.t4s-badge-sale{color:var(--sale-badge-color);background-color:var(--sale-badge-background)}.t4s-badge-new{color:var(--new-badge-color);background-color:var(--new-badge-background)}.t4s-badge-hot{color:var(--hot-badge-color);background-color:var(--hot-badge-background)}.t4s-badge-soldout{color:var(--soldout-badge-color);background-color:var(--soldout-badge-background)}.t4s-badge-preorder{color:var(--preorder-badge-color);background-color:var(--preorder-badge-background)}.t4s-badge-custom{color:var(--custom-badge-color);background-color:var(--custom-badge-background)}.swatch_color_style_2 .t4s-pr-color__item,.swatch_color_style_2 .t4s-pr-color__item .t4s-pr-color__value{border-radius:50%}.t4s-product{--wishlist-cl:var(--pr-wishlist-color2);--wishlist-bg-cl:var(--pr-wishlist-color);--wishlist-hover-cl:var(--pr-wishlist-color2-hover);--wishlist-active-cl:var(--pr-wishlist-color2-active);--wishlist-active-bg-cl:var(--pr-wishlist-color-active);--wishlist-hover-bg-cl:var(--pr-wishlist-color-hover);--compare-cl:var(--pr-compare-color2);--compare-bg-cl:var(--pr-compare-color);--compare-hover-cl:var(--pr-compare-color2-hover);--compare-hover-bg-cl:var(--pr-compare-color-hover);--quickview-cl:var(--pr-quickview-color2);--quickview-bg-cl:var(--pr-quickview-color);--quickview-hover-cl:var(--pr-quickview-color2-hover);--quickview-hover-bg-cl:var(--pr-quickview-color-hover);--atc-cl:var(--pr-addtocart-color2);--atc-bg-cl:var(--pr-addtocart-color);--atc-hover-cl:var(--pr-addtocart-color2-hover);--atc-hover-bg-cl:var(--pr-addtocart-color-hover);--content-cl:var(--content-color)}.t4s-product a.t4s-pr-wishlist,.css_for_wis_app_true .t4s-product .t4s-pr-wishlist{color:var(--wishlist-cl);background-color:var(--wishlist-bg-cl)}.t4s-product a.t4s-pr-wishlist:hover,.css_for_wis_app_true .t4s-product .t4s-pr-wishlist:hover{color:var(--wishlist-hover-cl);background-color:var(--wishlist-hover-bg-cl)}.css_for_wis_app_true .t4s-product .t4s-pr-wishlist i{color:var(--wishlist-cl)}.css_for_wis_app_true .t4s-product .t4s-pr-wishlist:hover i{color:var(--wishlist-hover-cl)}.t4s-product a.t4s-pr-wishlist.is--added,.css_for_wis_app_true .t4s-product .t4s-pr-wishlist.is--added{transform:translate(0);opacity:1;visibility:visible;color:var(--wishlist-active-cl);background-color:var(--wishlist-active-bg-cl)}.t4s-product .t4s-pr-compare{color:var(--compare-cl);background-color:var(--compare-bg-cl)}.t4s-product .t4s-pr-compare:hover{color:var(--compare-hover-cl);background-color:var(--compare-hover-bg-cl)}.t4s-product .t4s-pr-quickview{color:var(--quickview-cl);background-color:var(--quickview-bg-cl)}.t4s-product .t4s-pr-quickview:hover{color:var(--quickview-hover-cl);background-color:var(--quickview-hover-bg-cl)}.t4s-product .t4s-pr-addtocart{color:var(--atc-cl);background-color:var(--atc-bg-cl)}.t4s-product .t4s-pr-addtocart:hover{color:var(--atc-hover-cl);background-color:var(--atc-hover-bg-cl)}@-webkit-keyframes beat_heart{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes beat_heart{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.t4s-product:not(.t4s-pr-style1):not(.t4s-pr-packery)
.t4s-product-btns
.t4s-pr-item-btn:hover
.t4s-svg-pr-icon,.t4s-product .t4s-product-btns2 .t4s-pr-item-btn:hover .t4s-svg-pr-icon{-webkit-animation:.6s ease-in-out infinite beat_heart;animation:.6s ease-in-out infinite beat_heart}.t4s-pr-style1{--wishlist-cl:var(--pr-wishlist-color);--wishlist-bg-cl:tranparent!important;--wishlist-hover-cl:var(--pr-wishlist-color-hover);--wishlist-hover-bg-cl:tranparent!important;--wishlist-active-cl:var(--pr-wishlist-color-active);--wishlist-active-bg-cl:tranparent!important;--compare-cl:var(--pr-compare-color);--compare-bg-cl:tranparent!important;--compare-hover-cl:var(--pr-compare-color-hover);--compare-hover-bg-cl:tranparent!important}.t4s-product .t4s-product-inner{overflow:hidden;position:relative}.t4s-product .t4s-product-inner::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--pr-background-overlay);z-index:1;transition:.5s;opacity:0}.t4s-product:not(.t4s-colors-selected):hover .t4s-product-inner:before,.t4s-product.t4s-colors-selected .t4s-product-inner:hover:before{opacity:1}.t4s-product .t4s-product-info{padding-top:var(--product-space-img-txt)}.t4s-product .t4s-product-info .t4s-product-info__inner > *{margin-bottom:var(--product-space-elements)}.t4s-product-vendor a{color:var(--product-vendors-color);font-size:14px}.t4s-product-vendor a:hover{color:var(--product-vendors-color-hover)}.t4s-product:not(:hover) .t4s-product-countdown.t4s-countdown-enabled{opacity:1;visibility:visible;transform:translateY(0)}.t4s-product .t4s-product-countdown{border-radius:var(--btn-radius);width:calc(100% - 20px);font-size:14px;line-height:20px;bottom:10px;left:10px;right:10px;padding:10px;color:var(--pr-countdown-color);background-color:var(--pr-countdown-bg-color);display:block;text-align:center;align-items:center;justify-content:center;transition:.4s ease-out 0s;transform:translateY(40px);margin:auto}.t4s-product .t4s-product-countdown.expired_cdt4{display:none;opacity:0;visibility:hidden}.t4s-product .t4s-product-countdown .t4s-pr-countdown-title{margin-right:5px}.t4s-product .t4s-product-countdown > *{display:inline-block;vertical-align:top}.t4s-product .t4s-product-title{font-size:var(--product-title-size);font-weight:var(--product-title-weight);color:var(--product-title-color);font-family:var(--product-title-family);text-transform:var(--product-title-style);letter-spacing:var(--product-title-spacing);line-height:var(--product-title-line-height);display:block}.t4s-product .t4s-product-title a{color:inherit}.t4s-product .t4s-product-title a:hover{color:var(--product-title-color-hover)}.t4s-product .t4s-product-rating{min-height:24px}.t4s-product .t4s-product-price{font-size:var(--product-price-size);color:var(--product-price-color);font-weight:var(--product-price-weight);line-height:1.4}.t4s-product .t4s-product-price del{color:var(--product-price-color-second)}.t4s-product .t4s-product-price ins{color:var(--product-price-sale-color);text-decoration:none;margin-left:6px;display:inline-block}.t4s-product .t4s-price-from{color:var(--product-price-color)}.t4s-product .t4s-price__sale{color:var(--product-price-sale-color)}.t4s-prs-footer.t4s-has-btn-none,.t4s-flicky-slider + .t4s-prs-footer.t4s-has-btn-load-more{display:none}.t4s-prs-footer{margin-top:40px}.t4s-prs-footer .info{font-size:16px;color:#878787;line-height:24px}.t4s-product .t4s-product-badge{position:absolute;z-index:3;top:15px;right:15px;display:flex;justify-content:center;flex-direction:column;align-items:flex-end;pointer-events:none}.t4s-product-badge > span{display:inline-flex;justify-content:center;align-items:center;min-width:60px;min-height:24px;font-size:14px;color:#fff;margin-bottom:5px;word-break:break-word;padding:0 5px;line-height:1;text-align:center}.t4s-product-badge > span:last-child{margin-bottom:0}.t4s-product .t4s-product-btns{position:absolute;z-index:3;transition:.5s ease 0s;opacity:0;visibility:hidden;text-align:center;pointer-events:none;display:inline-flex;justify-content:center;align-items:center;left:0;right:0}.t4s-product:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-product.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns{opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-btns{top:50%;margin:auto;flex-direction:column;transform:translateY(-100%)}.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns{transform:translateY(-50%)}.t4s-product-atc-qty{z-index:3;bottom:0;background-color:var(--atc-bg-cl);color:var(--atc-cl);left:0;transition:.5s;right:0;display:flex;overflow:hidden;position:relative;pointer-events:auto;max-width:100%}.t4s-product-atc-qty .t4s-quantity-wrapper{display:flex;align-items:center;height:40px;max-width:80px;width:100%;background-color:#00000014}.t4s-product-atc-qty .t4s-quantity-wrapper + a,.t4s-product-atc-qty > a{width:calc(100% - 80px)}.t4s-product-atc-qty .t4s-quantity-selector{min-width:25px;height:100%;display:flex;text-align:center;padding:0;justify-content:center;align-items:center;transition:.25s;color:var(--atc-cl);background-color:transparent}.t4s-product-atc-qty .t4s-quantity-selector svg.icon{width:8px}.t4s-product-atc-qty input.t4s-quantity-input{border:none;text-align:center;background-color:transparent;color:inherit;padding:0;height:100%;appearance:none;-webkit-appearance:none;border-left:1px solid #ffffff26;border-right:1px solid #ffffff26;display:flex;justify-content:center;width:30px}.t4s-product-atc-qty input::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none}.t4s-product-atc-qty .t4s-quantity-selector:hover,.t4s-product-atc-qty input.t4s-quantity-input:hover{background-color:#0000001f}.css_for_wis_app_true .t4s-product .t4s-pr-item-btn .ssw-faveiticon{position:static;display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px}.css_for_wis_app_true .t4s-product .t4s-pr-item-btn .ssw-faveiticon i{top:2px;left:1px;position:relative}.css_for_wis_app_true
.t4s-product:not(.t4s-pr-style1)
.t4s-pr-item-btn
span.faves-count{right:1px;position:absolute;top:1px;left:auto;border:none;border-radius:50%;min-width:18px;height:18px;font-size:10px;text-align:center;transform:none}.css_for_wis_app_true
.t4s-product:not(.t4s-pr-style1)
.t4s-pr-item-btn
span.faves-count::before,.css_for_wis_app_true
.t4s-product:not(.t4s-pr-style1)
.t4s-pr-item-btn
span.faves-count::after{display:none!important}.css_for_wis_app_true .t4s-product .t4s-pr-item-btn span.faves-count{position:absolute;top:50%;transform:translateY(-50%);left:100%;margin-left:5px}.t4s-pr-item-btn .ssw-faveiticon i::before{margin:0}.t4s-product .t4s-product-btns a{height:40px;min-width:40px;font-size:14px;text-align:center;position:relative;overflow:hidden;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;line-height:40px}.t4s-product .t4s-product-info__btns{display:none}.t4s-product .t4s-rte{color:var(--content-cl);display:none}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.t4s-product:not(.t4s-pr-style2):not(.t4s-pr-style4)
.t4s-product-btns
a
span.t4s-text-pr{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.t4s-product .t4s-product-atc-qty,.t4s-product .t4s-product-btns .t4s-pr-item-btn,.t4s-product .t4s-product-btns2 .t4s-pr-item-btn,.t4s-product .t4s-product-btns .t4s-pr-item-btn{border-radius:var(--pr-btn-radius-size);pointer-events:auto}.t4s-product .t4s-product-atc-qty .t4s-pr-addtocart{border-top-left-radius:0;border-bottom-left-radius:0;min-width:1px}.t4s-quantity-wrapper + a.t4s-pr-addtocart .t4s-text-pr{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:auto;line-height:40px}.t4s-pr-style1 .t4s-product-btns > *{margin:5px 0}.t4s-pr-style1 .t4s-product-btns a{min-width:136px;padding:0 15px}.t4s-pr-style1 .t4s-product-btns .t4s-product-atc-qty a{margin:0}.t4s-product .t4s-product-btns a > span,.t4s-product .t4s-product-btns2 a > span{display:flex;align-items:center;justify-content:center}.t4s-product .t4s-product-sizes{color:var(--size-list-color);width:100%;transition:.4s;line-height:24px;pointer-events:none}.t4s-product-inner .t4s-product-sizes{transform:translateY(-100%);opacity:0;visibility:hidden;text-shadow:-1px -1px 1px #ffff 1px 1px 1px #00000026;margin-bottom:5px;padding:0 10px}.t4s-pr-style1 .t4s-product-inner .t4s-product-sizes{position:absolute;bottom:0;text-align:center;left:0;right:0;z-index:2}.t4s-product:not(.t4s-colors-selected):hover .t4s-product-sizes,.t4s-product.t4s-colors-selected .t4s-product-inner:hover .t4s-product-sizes{transform:translateY(0);opacity:1;visibility:visible}.t4s-pr-style5 .t4s-product-btns a,.t4s-pr-style6 .t4s-product-btns a{text-align:center;display:inline-flex;justify-content:center;align-items:center;position:relative}.t4s-pr-style1 .t4s-product-btns a > span,.t4s-pr-style5 .t4s-product-btns a > span,.t4s-pr-style6 .t4s-product-btns a > span{width:100%;height:100%;-webkit-transition:opacity 0.15s,-webkit-transform .25s;transition:opacity 0.15s,transform 0.25s,-webkit-transform .25s}.t4s-pr-style1 .t4s-product-btns a .t4s-svg-pr-icon,.t4s-pr-style5 .t4s-product-btns a .t4s-svg-pr-icon,.t4s-pr-style6 .t4s-product-btns a .t4s-svg-pr-icon{position:absolute;top:0;left:0;transform:translateY(100%)}.t4s-pr-style1 .t4s-product-btns a:hover .t4s-svg-pr-icon,.t4s-pr-style5 .t4s-product-btns a:hover .t4s-svg-pr-icon,.t4s-pr-style6 .t4s-product-btns a:hover .t4s-svg-pr-icon{transform:translateY(0)}.t4s-pr-style1 .t4s-product-btns a:hover .t4s-text-pr,.t4s-pr-style5 .t4s-product-btns a:hover .t4s-text-pr,.t4s-pr-style6 .t4s-product-btns a:hover .t4s-text-pr{transform:translateY(-100%)}.t4s-pr-style1 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style5 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style6 .t4s-product-btns .t4s-svg-pr-icon svg{width:20px;height:20px;fill:currentColor}.t4s-svg-pr-icon svg{width:18px;height:18px;fill:currentColor}.t4s-product .t4s-product-btns2{position:absolute;z-index:3}.t4s-pr-style1 .t4s-product-btns2{top:12px;left:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}.t4s-pr-style1 .t4s-product-btns2 a{opacity:0;visibility:hidden;transition:.5s ease 0s}.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2 a,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
a{opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn{width:22px;height:22px;text-align:center;margin-bottom:5px;position:relative;transform:translateX(-5px);transition:.3s;display:inline-flex;align-items:center;justify-content:center}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(2){transform:translateX(-20px);transition:.4s}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(3){transform:translateX(-30px);transition:.45s}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:last-child{margin-bottom:0}.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-btns2
.t4s-pr-item-btn,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
.t4s-pr-item-btn{transform:translateX(0)}.t4s-product .t4s-product-btns2 .t4s-pr-item-btn .t4s-text-pr{display:none}.t4s-product-colors{min-height:28px;margin:0 -4px}.t4s-pr-color__item{padding:1px;margin:4px;border:1px solid var(--border-color);cursor:pointer;display:inline-flex;vertical-align:top}.t4s-pr-color__item:hover,.t4s-pr-color__item.is-swatch--selected{background-color:var(--border-primary-color);border-color:var(--border-primary-color)}.t4s-pr-color__item.is--colors-more:hover{background-color:transparent;border-color:var(--border-color)}.t4s-pr-color__item .t4s-pr-color__name{font-size:0;display:none}.t4s-pr-color__item .t4s-pr-color__value{display:block;width:var(--swatch-color-size);height:var(--swatch-color-size);text-align:center;background:var(--swatch--background,var(--t4s-bg-color));background-position:var(--swatch-focal-point,center)!important;background-repeat:no-repeat!important;background-size:cover!important}.t4s-pr-style2 .t4s-product-inner .t4s-product-sizes,.t4s-pr-style3 .t4s-product-inner .t4s-product-sizes{bottom:59px}.t4s-pr-style2:not(:hover) .t4s-product-inner .t4s-product-sizes,.t4s-pr-style3:not(:hover) .t4s-product-inner .t4s-product-sizes{transform:translateY(100%)}.t4s-pr-style2 .t4s-product-btns{flex-direction:column;bottom:19px}.t4s-pr-style2 .t4s-product-btns .t4s-pr-group-btns{display:flex;align-items:center;justify-content:center;width:100%;padding:0;flex-direction:row}.t4s-pr-style2 .t4s-product-btns .t4s-pr-item-btn{min-width:1px;min-height:1px;width:40px;height:40px;margin:0 5px;position:relative}.t4s-pr-style2 .t4s-product-btns a > span{width:100%;height:100%}.t4s-pr-style2 .t4s-product-btns a .t4s-text-pr{display:none}.t4s-pr-style2 .t4s-product-btns > .t4s-pr-item-btn:nth-child(1),.t4s-pr-style2 .t4s-product-btns > .t4s-pr-item-btn:nth-child(4){transform:translateY(30px);transition:.45s}.t4s-pr-style2 .t4s-product-btns > .t4s-pr-item-btn:nth-child(2){transform:translateY(5px);transition:.3s}.t4s-pr-style2 .t4s-product-btns > .t4s-pr-item-btn:nth-child(3){transform:translateY(15px);transition:.4s}.t4s-pr-style2:not(.t4s-colors-selected):hover
.t4s-product-btns
> .t4s-pr-item-btn,.t4s-pr-style2.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns
> .t4s-pr-item-btn{transform:translateY(0)}.t4s-pr-style3 .t4s-product-badge{right:auto;left:15px;align-items:flex-start}.t4s-pr-style3 .t4s-product-btns{flex-direction:column;bottom:19px;transform:translateY(100%);transition:.4s}.t4s-pr-style3:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style3.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns{transform:translateY(0)}.t4s-pr-style3 .t4s-product-btns a{width:auto;min-width:150px;padding:0 15px}.t4s-pr-style3 .t4s-product-btns a > span{margin:0 4px}.t4s-pr-style3 .t4s-product-btns2{right:15px;top:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.5s ease 0s}.t4s-pr-style3 .t4s-product-btns2 a{opacity:0;visibility:hidden;transition:.5s ease 0s}.t4s-pr-style3 .t4s-product-btns2 > .t4s-pr-item-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:5px;position:relative;transform:translateX(5px);transition:.3s}.t4s-pr-style3 .t4s-product-btns2 > .t4s-pr-item-btn:nth-child(2){transform:translateX(20px);transition:.4s}.t4s-pr-style3 .t4s-product-btns2 > .t4s-pr-item-btn:nth-child(3){transform:translateX(30px);transition:.45s}.t4s-pr-style3:not(.t4s-colors-selected):hover
.t4s-product-btns2
> .t4s-pr-item-btn,.t4s-pr-style3.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
> .t4s-pr-item-btn{transform:translateX(0);opacity:1;visibility:visible}.t4s-pr-style3 .t4s-product-btns2 a > span{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.t4s-pr-style4 .t4s-product-inner .t4s-product-sizes,.t4s-pr-style5 .t4s-product-inner .t4s-product-sizes{bottom:40px}.t4s-pr-style6 .t4s-product-inner .t4s-product-sizes{bottom:19px}.t4s-pr-style4 .t4s-product-btns{flex-direction:column;justify-content:center;bottom:0;opacity:0;visibility:hidden;width:100%;transform:translateY(100%)}.t4s-product.t4s-pr-style4 .t4s-product-btns .t4s-pr-group-btns a{flex:0 0 auto}.t4s-product.t4s-pr-style4 .t4s-product-btns a.t4s-pr-addtocart{flex:1 0 0}.t4s-pr-style4:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style4.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns{opacity:1;visibility:visible;transform:translateY(0)}.t4s-pr-style4 .t4s-pr-group-btns{display:flex;justify-content:center;width:100%;border-radius:var(--pr-btn-radius-size);overflow:hidden}.t4s-pr-style4 .t4s-product-btns .t4s-pr-group-btns .t4s-pr-item-btn{flex:0 0 auto;vertical-align:middle;width:40px;transform:translateY(10px);transition:.3s}.t4s-pr-style4 .t4s-product-btns a.t4s-pr-addtocart{flex:1 0 0}.t4s-pr-style4
.t4s-product-btns
.t4s-pr-group-btns
> .t4s-pr-item-btn:nth-child(2){transform:translateY(15px);transition:.4s}.t4s-pr-style4
.t4s-product-btns
.t4s-pr-group-btns
> .t4s-pr-item-btn:nth-child(3){transform:translateY(25px);transition:.45s}.t4s-pr-style4
.t4s-product-btns
.t4s-pr-group-btns
> .t4s-pr-item-btn:nth-child(4){transform:translateY(35px);transition:.5s}.t4s-pr-style4:not(.t4s-colors-selected):hover
.t4s-product-btns
.t4s-pr-group-btns
> .t4s-pr-item-btn,.t4s-pr-style4.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns
.t4s-pr-group-btns
> .t4s-pr-item-btn{transform:translateY(0)}.t4s-pr-style4 .t4s-product-btns a .t4s-text-pr,.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-svg-pr-icon{display:none}.t4s-pr-style4 .t4s-product-btns a.t4s-pr-addtocart{width:100%;max-width:100%;display:grid;padding:0 20px}.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-text-pr{font-size:14px;text-transform:uppercase;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t4s-pr-style5 .t4s-product-badge{left:15px;right:auto;align-items:start}.t4s-pr-style5 .t4s-product-btns{flex-direction:column;bottom:0;opacity:0;visibility:hidden;width:100%;transform:translateY(100%)}.t4s-pr-style5 .t4s-product-btns a{padding:0 15px;width:100%;border-radius:0!important}.t4s-pr-style5 .t4s-product-btns a .t4s-text-pr{text-transform:uppercase!important;font-size:12px;font-weight:600;letter-spacing:1px}.t4s-pr-style5 .t4s-product-atc-qty{width:100%;border-radius:0}.t4s-pr-style5 .t4s-product-btns2{border-radius:var(--pr-btn-radius-size);right:15px;top:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.5s ease 0s;overflow:hidden}.t4s-pr-style5 .t4s-product-btns2 > .t4s-pr-item-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:0;margin-bottom:0;position:relative;transition:.3s}.t4s-pr-style5:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style5.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns,.t4s-pr-style5:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style5.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns2{opacity:1;visibility:visible;transform:translateY(0)}.t4s-pr-style6 .t4s-product-badge{left:15px;right:auto;align-items:start}.t4s-pr-style6 .t4s-product-btns{position:static;opacity:1;visibility:visible;margin-top:5px;max-width:100%}.t4s-pr-style6 .t4s-product-btns a{padding:0 25px;min-width:136px}.t4s-pr-style6 .t4s-product-btns a .t4s-text-pr{text-transform:uppercase!important;font-size:12px;font-weight:600;letter-spacing:1px}.t4s-pr-style6 .t4s-product-btns2{right:15px;top:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.5s ease 0s}.t4s-pr-style6 .t4s-product-btns2 > .t4s-pr-item-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:5px;position:relative;transform:translate(5px);transition:.3s;opacity:0;visibility:hidden}.t4s-pr-style6 .t4s-product-btns2 > .t4s-pr-item-btn:nth-child(2){transform:translateX(20px);transition:.4s}.t4s-pr-style6 .t4s-product-btns2 > .t4s-pr-item-btn:nth-child(3){transform:translateX(30px);transition:.45s}.t4s-pr-style6:not(.t4s-colors-selected):hover
.t4s-product-btns2
> .t4s-pr-item-btn,.t4s-pr-style6.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
> .t4s-pr-item-btn{transform:translateX(0);opacity:1;visibility:visible}.t4s-pr-style6:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style6.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns2{opacity:1;visibility:visible;transform:translateY(0)}.t4s-pr-style6 .t4s-product-info__inner{margin-bottom:10px}.t4s-pr-style6 .t4s-product-inner .t4s-product-sizes{position:absolute;transition:.5s;transform:translateY(100%);text-align:center;left:0;right:0;bottom:0;padding:5px}.t4s-pr-style6 .t4s-product-colors{margin-bottom:8px}.t4s-pr-style6 .t4s-product-info__inner > a.t4s-pr-addtocart{font-size:15px}.t4s-product.t4s-pr-grid.t4s-pr-style6{padding-top:0;padding-bottom:0}.t4s-pr-style7 .t4s-product-wrapper{border-radius:calc(var(--pr-btn-radius-size)/2);border:solid 1px var(--border-color)}.t4s-pr-style7:hover .t4s-product-wrapper{border-color:var(--accent-color)}.t4s-pr-style7 .t4s-product-info{padding-inline-start:16px;padding-inline-end:16px;padding-bottom:16px}.pr_border_style_3 .t4s-pr-style7 .t4s-product-wrapper{border:none}.pr_border_style_3 .t4s-pr-style7:hover{--border-color:var(--accent-color)}.t4s-pr-style7{--wishlist-cl:var(--pr-wishlist-color);--wishlist-hover-cl:var(--pr-wishlist-color-hover);--wishlist-active-cl:var(--pr-wishlist-color-active);--compare-cl:var(--pr-compare-color);--compare-hover-cl:var(--pr-compare-color-hover);--quickview-cl:var(--pr-quickview-color);--quickview-hover-cl:var(--pr-quickview-color-hover);--atc-cl:var(--pr-addtocart-color);--atc-hover-cl:var(--pr-addtocart-color2-hover);--atc-hover-bg-cl:var(--pr-addtocart-color-hover)}.t4s-pr-style7 .t4s-product-info__inner{margin-bottom:0}.t4s-pr-style7 .t4s-product-btns2 > .t4s-pr-item-btn{width:auto;height:auto!important;background-color:transparent!important;margin-bottom:12px}.t4s-pr-style7 .t4s-product-vendor a{font-size:12px}.t4s-pr-style7 .t4s-product-info__inner .t4s-product-btns{margin-top:32px;display:flex;width:100%}.t4s-pr-style7 .t4s-product-btns a{min-width:1px;width:100%;border:solid 1px var(--border-color);color:var(--atc-cl);background-color:transparent;padding:0 16px;text-transform:capitalize;height:48px;line-height:48px;justify-content:space-between;flex-direction:row-reverse}.t4s-pr-style7 .t4s-product-btns a > .t4s-text-pr,.t4s-pr-style7 .t4s-product-btns a > .t4s-svg-pr-icon{width:auto;position:static;transform:none!important;opacity:1;visibility:visible;text-transform:capitalize!important}.t4s-pr-style7 .t4s-product-btns a > .t4s-text-pr{font-weight:500;font-size:14px;line-height:46px}.t4s-pr-style7 .t4s-product-btns a.t4s-pr-quickview > .t4s-text-pr{line-height:40px}.t4s-pr-style7 .t4s-product-btns a:hover{color:var(--atc-hover-cl);background-color:var(--atc-hover-bg-cl);border-color:var(--atc-hover-bg-cl)}.t4s-pr-style7 .t4s-product-btns .t4s-product-atc-qty{background-color:transparent;color:var(--atc-cl);border-color:var(--border-color)}.t4s-pr-style7 .t4s-product-btns .t4s-product-atc-qty .t4s-quantity-wrapper{height:48px}.t4s-product.t4s-pr-style8{--wishlist-cl:var(--pr-wishlist-color);--wishlist-bg-cl:transparent;--wishlist-hover-cl:var(--pr-wishlist-color-hover);--wishlist-active-cl:var(--pr-wishlist-color-active);--wishlist-active-bg-cl:transparent;--wishlist-hover-bg-cl:transparent;--compare-cl:var(--pr-compare-color);--compare-bg-cl:transparent;--compare-hover-cl:var(--pr-compare-color-hover);--compare-hover-bg-cl:transparent;--quickview-cl:var(--pr-quickview-color);--quickview-bg-cl:transparent;--quickview-hover-cl:var(--pr-quickview-color-hover);--quickview-hover-bg-cl:transparent;--atc-cl:var(--pr-addtocart-color);--atc-bg-cl:transparent;--atc-hover-cl:var(--pr-addtocart-color-hover);--atc-hover-bg-cl:transparent;--content-cl:var(--content-color)}.t4s-product.t4s-pr-style8 .t4s-product-badge{left:20px;right:auto}.t4s-product.t4s-pr-style8 .t4s-product-btns{top:20px;right:20px;flex-direction:column;justify-content:center;align-items:flex-end}.t4s-product.t4s-pr-style8 .t4s-product-btns .t4s-pr-group-btns{display:flex;flex-direction:column}.t4s-product.t4s-pr-style8 .t4s-product-inner .t4s-product-btns a{min-width:20px!important;height:20px!important;width:20px!important}.t4s-product.t4s-pr-style8 .t4s-product-btns a span.t4s-text-pr{display:none}.t4s-product.t4s-pr-style8 .t4s-product-btns a:not(:last-child){margin-bottom:8px}.t4s-product.t4s-pr-style8 .t4s-product-btns2{left:0;right:0;bottom:0;pointer-events:none}.t4s-product.t4s-pr-style8 .t4s-product-inner .t4s-product-sizes{text-align:center;transform:translateY(0)}.t4s-product.t4s-pr-style8:hover .t4s-product-inner .t4s-product-sizes{opacity:1;visibility:visible;transform:translateY(-100%)}.t4s-product.t4s-pr-style8 .t4s-product-badge > span{padding:0 8px;min-width:unset}.t4s-pr-style9:hover .t4s-product-wrapper{border-color:var(--border-color)}.t4s-pr-style9 .t4s-product-btns2,.rtl_true .t4s-pr-style9 .t4s-product-badge{left:15px;right:auto}.t4s-pr-style9 .t4s-product-badge,.rtl_true .t4s-pr-style9 .t4s-product-btns2{right:15px;left:auto}.t4s-pr-style9 .t4s-product-btns a{flex-direction:row;justify-content:center}.t4s-pr-style9 .t4s-product-btns a .t4s-svg-pr-icon{margin-inline-end:10px}.t4s-pr-style9 .t4s-product-btns a > .t4s-text-pr{font-weight:400}.t4s-pr-style9 .t4s-product-info{padding-inline-start:12px;padding-inline-end:12px;padding-bottom:12px}.pr_border_style_3 .t4s-product.t4s-pr-grid.t4s-pr-style6{padding-top:calc(var(--ts-gutter-x) * 0.5);padding-bottom:calc(var(--ts-gutter-x) * 0.5)}.faves-count:after,.faves-count:before{content:"";border:5px solid;display:inline-block!important;width:0;height:0;border-color:transparent #aaa transparent transparent;transform:translate(-10px,3px);-webkit-transform:translate3d(-10px,4px,0);font-size:inherit;vertical-align:text-top;margin-right:-.6em;z-index:1000;left:0;position:absolute}.t4s-product.t4s-pr-packery .t4s-product-info{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:10px 15px!important;opacity:0;visibility:hidden;transition:.5s ease 0s}.t4s-product.t4s-pr-packery:hover .t4s-product-info{opacity:1;visibility:visible}.t4s-group-products-item .t4s-heading{position:relative;padding-bottom:5px;margin-top:0;font-size:18px;font-weight:600;margin-bottom:30px}.t4s-group-products-item .t4s-block-heading.t4s-heading-has-btn .t4s-heading{margin-bottom:0}.t4s-group-products-item .t4s-block-heading.t4s-heading-has-btn{margin-bottom:30px}.t4s-group-products-item .t4s-heading::after{content:"";width:60px;height:2px;background:#222;left:0;bottom:0;position:absolute}.t4s-group-products-item
.t4s-block-heading.t4s-heading-style2
.t4s-heading::after{display:none}.t4s-group-products-item .t4s-block-heading.t4s-heading-style2 .t4s-heading{padding:0;font-size:24px;font-weight:600;line-height:36px}.t4s-group-products-item .t4s-block-heading.t4s-heading-style2{padding-bottom:5px;border-bottom:solid 1px var(--border-color);margin-bottom:35px}.t4s-product.t4s-pr-group .t4s-product-img{max-width:95px;padding-right:0}.pr_border_style_3 .t4s-product.t4s-pr-group{padding-top:0;padding-bottom:0}.pr_border_style_3
.t4s_box_pr_grid:not(.t4s-flicky-slider)
.t4s-product.t4s-pr-group,.pr_border_style_3
.t4s_box_pr_grid:not(.t4s-flicky-slider)
.t4s-product.is--listview{box-shadow:none}.pr_border_style_3 .t4s-product.t4s-pr-group .t4s-product-info,.t4s-product.t4s-pr-group .t4s-product-info{padding-left:10px;padding-top:0}.t4s-product.t4s-pr-group .t4s-widget__pr-title,.t4s-widget__pr-title{font-size:14px;font-weight:500;line-height:1.25;font-family:var(--font-heading-family)}.t4s-widget__pr-title,.t4s-product.t4s-pr-group .t4s-widget__pr-title{color:var(--secondary-color)}.t4s-widget__pr-title a,.t4s-product.t4s-pr-group .t4s-widget__pr-title a{color:inherit}.t4s-widget__pr-title:hover,.t4s-widget__pr-title a:hover,.t4s-product.t4s-pr-group .t4s-widget__pr-title a:hover{color:var(--accent-color)}.t4s-widget__pr-price,.t4s-product.t4s-pr-group .t4s-widget__pr-price{font-size:14px;font-weight:400;color:var(--secondary-price-color);display:inline-block}.t4s-widget__pr-price ins,.t4s-pr-group.t4s-pr-group .t4s-widget__pr-price ins{color:var(--primary-price-color);margin-left:5px;display:inline-block}.t4s-product.t4s-pr-deal1 .t4s-product-info{padding-top:0;padding-bottom:var(--product-space-img-txt)}.t4s-product.t4s-pr-style5
.t4s-product-btns
.t4s-pr-addtocart:hover
.t4s-svg-pr-icon,.t4s-product.t4s-pr-style6
.t4s-product-btns
.t4s-pr-addtocart:hover
.t4s-svg-pr-icon{-webkit-animation:none!important;animation:none!important}.t4s-product-sizes--sold-out{text-decoration:line-through;opacity:.6}.t4s-product-sizes .t4s-truncate > span:not(:last-child):after{content:",";display:inline-block}.rtl_false .t4s-product-sizes .t4s-truncate > span:not(:last-child){margin-right:4px}.rtl_true .t4s-product-sizes .t4s-truncate > span:not(:last-child){margin-left:4px}.t4s-pr-color--sold-out .t4s-pr-color__value{position:relative;--color-sold-out:#222}.t4s-pr-color--sold-out .t4s-pr-color__value:after{content:"";width:90%;height:1px;background:var(--color-sold-out);display:block;position:absolute;z-index:22;top:50%;left:50%;transform:translate(-50%,-50%) rotate(135deg)}.t4s-pr-color__value.bg_color_white{border:0}.t4s-pr-color--sold-out .bg_color_black,.t4s-pr-color--sold-out .bg_color_grey,.t4s-pr-color--sold-out .bg_color_navy{--color-sold-out:#ddd}@media(max-width: 1024px){.t4s-product .t4s-product-badge{top:10px;right:10px}.t4s-product-badge > span{min-width:40px;font-size:12px;margin-bottom:2px}.badge_shape_1 .t4s-product-badge > span{height:40px}.badge_shape_1 .is--listview .t4s-product .t4s-product-badge > span{min-width:40px;height:40px}.t4s-product .t4s-product-btns,.t4s-product .t4s-product-btns2,.t4s-product:not(.t4s-colors-selected):hover .t4s-product-sizes,.t4s-product.t4s-colors-selected .t4s-product-inner:hover .t4s-product-sizes,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2{opacity:1;visibility:visible;transform:translateX(0) translateY(0)}.t4s-product-atc-qty .t4s-quantity-wrapper{height:36px}.t4s-quantity-wrapper + a.t4s-pr-addtocart .t4s-text-pr{line-height:36px}.t4s-product .t4s-product-btns a,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns .t4s-pr-item-btn,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns2 .t4s-pr-item-btn{width:36px;height:36px;line-height:36px;padding:0;min-width:auto;min-height:auto;transform:translate(0)!important;gap:5px}.t4s-product .t4s-product-btns .t4s-pr-item-btn,.t4s-product .t4s-product-btns2 .t4s-pr-item-btn{opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-inner .t4s-product-sizes,.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-inner
.t4s-product-sizes,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-sizes{bottom:0;transform:translate(0)}.t4s-pr-style1 .t4s-product-btns,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns{left:auto;right:10px;bottom:10px;top:auto;align-items:flex-end;background:linear-gradient(to bottom,var(--pr-quickview-color),var(--pr-addtocart-color));transform:translate(0);box-shadow:1px 1px 1px #0000001a;border-radius:var(--pr-btn-radius-size)}.is--listview .t4s-product .t4s-product-btns{background:transparent!important;box-shadow:none!important;border-radius:0!important}.t4s-pr-item-has-qty .t4s-pr-style1 .t4s-product-btns,.t4s-pr-item-has-qty
.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-btns,.t4s-pr-item-has-qty
.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns{background:transparent;box-shadow:none}.t4s-product .t4s-product-countdown{max-width:calc(100% - 50px);bottom:5px;left:5px;right:5px;padding:5px;font-size:10px;line-height:1.2}.t4s-product .t4s-product-inner .t4s-product-sizes{font-size:12px}.t4s-product:hover .t4s-product-countdown.t4s-countdown-enabled{opacity:1;visibility:visible;transform:translateY(0)}.t4s-pr-style1 .t4s-product-countdown{bottom:25px}.t4s-pr-style1 .t4s-product-inner .t4s-product-sizes{max-width:calc(100% - 50px);right:5px;left:5px;opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-btns > *{margin:2px 0 0}.t4s-pr-style1 .t4s-product-btns a{min-width:auto;margin:0}.t4s-pr-style1 .t4s-product-btns a .t4s-svg-pr-icon{transform:translate(0)}.t4s-pr-style1 .t4s-product-btns a .t4s-text-pr{display:none}.t4s-pr-style1 .t4s-product-btns2{top:10px;left:10px}.t4s-pr-style1 .t4s-product-btns2,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2{opacity:1;visibility:visible;transform:translateX(0) translateY(0);left:10px;top:10px}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn,.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(2),.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(3),.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-btns2
.t4s-pr-item-btn,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
.t4s-pr-item-btn{transform:translate(0)}.t4s-pr-style1 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style5 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style6 .t4s-product-btns .t4s-svg-pr-icon svg{width:16px;height:16px}.t4s-pr-style2 .t4s-product-countdown,.t4s-pr-style4 .t4s-product-countdown{max-width:100%;bottom:70px}.t4s-pr-style5 .t4s-product-countdown{bottom:70px}.t4s-pr-style6 .t4s-product-countdown{bottom:25px}.t4s-pr-style2 .t4s-product-btns{bottom:10px}.t4s-pr-style2 .t4s-product-btns .t4s-pr-item-btn{margin:0 1px}.t4s-pr-style3 .t4s-product-badge{right:auto;left:10px}.t4s-pr-style3 .t4s-product-btns{bottom:10px;left:auto;right:10px;align-items:flex-end}.t4s-pr-style3 .t4s-product-btns .t4s-product-sizes{display:none}.t4s-pr-style3 .t4s-product-btns a .t4s-text-pr{display:none}.t4s-pr-style3 .t4s-product-btns2{top:auto;bottom:46px;right:10px}.t4s-pr-style3 .t4s-product-btns2 a{opacity:1;visibility:visible}.t4s-pr-style3 .t4s-product-btns2 .t4s-pr-item-btn{margin-bottom:2px}.t4s-pr-style4 .t4s-product-btns .t4s-pr-group-btns a,.t4s-pr-style4 .t4s-product-btns a.t4s-pr-addtocart{width:36px}.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-svg-pr-icon{display:flex}.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-text-pr{display:none}.t4s-product .t4s-product-atc-qty .t4s-pr-addtocart .t4s-svg-pr-icon{transform:translateY(0);opacity:1;visibility:visible}.t4s-pr-style5
.t4s-product-btns
.t4s-product-atc-qty
.t4s-pr-addtocart
.t4s-text-pr,.t4s-pr-style6
.t4s-product-btns
.t4s-product-atc-qty
.t4s-pr-addtocart
.t4s-text-pr{display:none}.t4s-pr-style5 .t4s-product-badge{left:10px}.t4s-pr-style5 .t4s-product-btns a{width:100%!important}.t4s-pr-style5 .t4s-product-btns2{right:10px;top:10px}.t4s-pr-style6 .t4s-product-badge{left:10px}.t4s-pr-style6 .t4s-product-btns2{right:10px;top:10px}.t4s-pr-style6 .t4s-product-btns > a{width:auto!important;padding:0 15px!important}.t4s-pr-style6 .t4s-product-btns2 > a{margin-bottom:2px}.t4s-pr-style5 .t4s-product-badge,.t4s-pr-style6 .t4s-product-badge{left:10px;top:10px}.pr_border_style_3 .t4s-gx-md-0 .t4s-product{padding:10px}.t4s-product.t4s-pr-style7 .t4s-product-btns2 .t4s-pr-item-btn{margin-bottom:7px;width:auto;height:auto;line-height:1}.t4s-pr-style7 .t4s-product-info{padding-bottom:10px;padding-inline-start:10px;padding-inline-end:10px}.t4s-pr-style7 .t4s-product-btns a span.t4s-text-pr{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 30px);display:block;line-height:34px}.t4s-product .t4s-product-badge{top:10px;right:10px}.t4s-product-badge > span{min-width:40px;font-size:12px;margin-bottom:2px}.badge_shape_1 .t4s-product-badge > span{height:40px}.badge_shape_1 .is--listview .t4s-product .t4s-product-badge > span{min-width:40px;height:40px}.t4s-product .t4s-product-btns,.t4s-product .t4s-product-btns2,.t4s-product:not(.t4s-colors-selected):hover .t4s-product-sizes,.t4s-product.t4s-colors-selected .t4s-product-inner:hover .t4s-product-sizes,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected .t4s-product-inner:hover .t4s-product-btns,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2{opacity:1;visibility:visible;transform:translateX(0) translateY(0)}.t4s-product-atc-qty .t4s-quantity-wrapper{height:36px}.t4s-quantity-wrapper + a.t4s-pr-addtocart .t4s-text-pr{line-height:36px}.t4s-product .t4s-product-btns a,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns .t4s-pr-item-btn,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns2 .t4s-pr-item-btn{width:36px;height:36px;line-height:36px;padding:0;min-width:auto;min-height:auto;transform:translate(0)!important}.t4s-product .t4s-product-btns .t4s-pr-item-btn,.t4s-product .t4s-product-btns2 .t4s-pr-item-btn{opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-inner .t4s-product-sizes,.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-inner
.t4s-product-sizes,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-sizes{bottom:0;transform:translate(0)}.t4s-pr-style1 .t4s-product-btns,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns{left:auto;right:10px;bottom:10px;top:auto;align-items:flex-end;background:linear-gradient(to bottom,var(--pr-quickview-color),var(--pr-addtocart-color));transform:translate(0);box-shadow:1px 1px 1px #0000001a;border-radius:var(--pr-btn-radius-size)}.is--listview .t4s-product .t4s-product-btns{background:transparent!important;box-shadow:none!important;border-radius:0!important}.t4s-pr-item-has-qty .t4s-pr-style1 .t4s-product-btns,.t4s-pr-item-has-qty
.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-btns,.t4s-pr-item-has-qty
.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns{background:transparent;box-shadow:none}.t4s-product .t4s-product-countdown{max-width:calc(100% - 50px);bottom:5px;left:5px;right:5px;padding:5px}.t4s-product .t4s-product-countdown{font-size:10px;line-height:1.2}.t4s-product .t4s-product-inner .t4s-product-sizes{font-size:12px}.t4s-product:hover .t4s-product-countdown.t4s-countdown-enabled{opacity:1;visibility:visible;transform:translateY(0)}.t4s-pr-style1 .t4s-product-countdown{bottom:25px}.t4s-pr-style1 .t4s-product-inner .t4s-product-sizes{max-width:calc(100% - 50px);right:5px;left:5px;opacity:1;visibility:visible}.t4s-pr-style1 .t4s-product-btns{gap:5px}.t4s-pr-style1 .t4s-product-btns > *{margin:2px 0 0}.t4s-pr-style1 .t4s-product-btns a{min-width:auto;margin:0}.t4s-pr-style1 .t4s-product-btns a .t4s-svg-pr-icon{transform:translate(0)}.t4s-pr-style1 .t4s-product-btns a .t4s-text-pr{display:none}.t4s-pr-style1 .t4s-product-btns2{top:10px;left:10px}.t4s-pr-style1 .t4s-product-btns2,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2{opacity:1;visibility:visible;transform:translateX(0) translateY(0);left:10px;top:10px}.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn,.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(2),.t4s-pr-style1 .t4s-product-btns2 .t4s-pr-item-btn:nth-child(3),.t4s-pr-style1:not(.t4s-colors-selected):hover
.t4s-product-btns2
.t4s-pr-item-btn,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2
.t4s-pr-item-btn{transform:translate(0)}.t4s-pr-style1 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style5 .t4s-product-btns .t4s-svg-pr-icon svg,.t4s-pr-style6 .t4s-product-btns .t4s-svg-pr-icon svg{width:16px;height:16px}.t4s-pr-style2 .t4s-product-countdown,.t4s-pr-style4 .t4s-product-countdown{max-width:100%;bottom:70px}.t4s-pr-style5 .t4s-product-countdown{bottom:70px}.t4s-pr-style6 .t4s-product-countdown{bottom:25px}.t4s-pr-style2 .t4s-product-btns{bottom:10px}.t4s-pr-style2 .t4s-product-btns .t4s-pr-item-btn{margin:0 1px}.t4s-pr-style3 .t4s-product-badge{right:auto;left:10px}.t4s-pr-style3 .t4s-product-btns{bottom:10px;left:auto;right:10px;align-items:flex-end}.t4s-pr-style3 .t4s-product-btns .t4s-product-sizes{display:none}.t4s-pr-style3 .t4s-product-btns a .t4s-text-pr{display:none}.t4s-pr-style3 .t4s-product-btns2{top:auto;bottom:46px;right:10px}.t4s-pr-style3 .t4s-product-btns2 a{opacity:1;visibility:visible}.t4s-pr-style3 .t4s-product-btns2 .t4s-pr-item-btn{margin-bottom:2px}.t4s-pr-style4 .t4s-product-btns .t4s-pr-group-btns a,.t4s-pr-style4 .t4s-product-btns a.t4s-pr-addtocart{width:36px}.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-svg-pr-icon{display:flex}.t4s-pr-style4 .t4s-product-btns .t4s-pr-addtocart .t4s-text-pr{display:none}.t4s-product .t4s-product-atc-qty .t4s-pr-addtocart .t4s-svg-pr-icon{transform:translateY(0);opacity:1;visibility:visible}.t4s-pr-style5
.t4s-product-btns
.t4s-product-atc-qty
.t4s-pr-addtocart
.t4s-text-pr,.t4s-pr-style6
.t4s-product-btns
.t4s-product-atc-qty
.t4s-pr-addtocart
.t4s-text-pr{display:none}.t4s-pr-style5 .t4s-product-badge{left:10px}.t4s-pr-style5 .t4s-product-btns a{width:100%!important}.t4s-pr-style5 .t4s-product-btns2{right:10px;top:10px}.t4s-pr-style6 .t4s-product-badge{left:10px}.t4s-pr-style6 .t4s-product-btns2{right:10px;top:10px}.t4s-pr-style6 .t4s-product-btns > a{width:auto!important;padding:0 15px!important}.t4s-pr-style6 .t4s-product-btns2 > a{margin-bottom:2px}.t4s-pr-style5 .t4s-product-badge,.t4s-pr-style6 .t4s-product-badge{left:10px;top:10px}.pr_border_style_3 .t4s-gx-md-0 .t4s-product{padding:10px}.t4s-product.t4s-pr-style7 .t4s-product-btns2 .t4s-pr-item-btn{margin-bottom:7px;width:auto;height:auto;line-height:1}.t4s-pr-style7 .t4s-product-info{padding-inline-start:10px;padding-inline-end:10px;padding-bottom:10px}.t4s-product.t4s-pr-style8 .t4s-product-inner .t4s-product-sizes{opacity:1;visibility:visible;transform:none!important;margin-bottom:0;pointer-events:none}.t4s-product.t4s-pr-style8 .t4s-product-countdown{transform:none;position:unset;pointer-events:none}.t4s-product.t4s-pr-style8 .t4s-product-badge{left:10px}.badge_shape_4 .t4s-product-badge > span{min-width:36px;width:36px;height:36px;font-size:12px}.t4s-pr-style9 .t4s-product-badge,.rtl_true .t4s-pr-style9 .t4s-product-btns2{left:auto;right:10px}.t4s-pr-style9 .t4s-product-btns2,.rtl_true .t4s-pr-style9 .t4s-product-badge{right:auto;left:10px}.t4s-pr-style9 .t4s-product-btns a .t4s-svg-pr-icon{margin-inline-end:5px}.t4s-pr-style7 .t4s-product-btns a{width:100%!important}.t4s-pr-style7 .t4s-product-btns .t4s-product-atc-qty .t4s-quantity-wrapper{height:36px}.t4s-pr-style7 .t4s-product-btns .t4s-product-atc-qty .t4s-quantity-wrapper + a{width:36px!important;text-align:center;justify-content:center}}@media (max-width: 767px){.t4s-pr-style1 .t4s-product-btns2,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns2,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns2{left:5px;top:5px}.t4s-product .t4s-product-badge{top:5px;right:5px}.t4s-pr-style3 .t4s-product-badge{right:auto;left:5px}.t4s-product-badge > span{min-width:36px;font-size:10px}.badge_shape_1 .t4s-product-badge > span{height:36px}.badge_shape_1 .is--listview .t4s-product .t4s-product-badge > span{min-width:36px;height:36px}.t4s-pr-style1 .t4s-product-btns,.t4s-pr-style1:not(.t4s-colors-selected):hover .t4s-product-btns,.t4s-pr-style1.t4s-colors-selected
.t4s-product-inner:hover
.t4s-product-btns{right:5px;bottom:5px}.t4s-pr-style2 .t4s-product-btns{bottom:5px}.t4s-pr-style3 .t4s-product-btns{right:5px;bottom:5px}.t4s-pr-style3 .t4s-product-btns2{right:5px;bottom:41px}.t4s-pr-style5 .t4s-product-badge,.t4s-pr-style6 .t4s-product-badge,.t4s-pr-style7 .t4s-product-badge{left:5px;top:5px;right:auto}.t4s-pr-style5 .t4s-product-btns2,.t4s-pr-style6 .t4s-product-btns2,.t4s-pr-style7 .t4s-product-btns2{right:5px;left:auto;top:5px}.pr_border_style_3 div.t4s-gx-0 .t4s-product{padding:7.5px}.t4s-product.t4s-pr-packery .t4s-product-info{position:static;padding:var(--product-space-img-txt) 0 0;background-color:var(--t4s-light-color);opacity:1;visibility:visible}.t4s-product.t4s-pr-packery .t4s-product-title a,.t4s-product.t4s-pr-packery .t4s-product-price{color:var(--t4s-dark-color)}.t4s-pr-color__item .t4s-pr-color__value{width:var(--swatch-color-size-mb);height:var(--swatch-color-size-mb)}.t4s-pr-style6 .t4s-product-btns > a{width:100%!important;padding:0 10px!important}.pr_border_style_3 div.t4s-gx-0 .t4s-product{padding:7.5px}.t4s-product.t4s-pr-packery .t4s-product-info{position:static;padding:var(--product-space-img-txt) 0 0;background-color:var(--t4s-light-color);opacity:1;visibility:visible}.t4s-product.t4s-pr-packery .t4s-product-title a,.t4s-product.t4s-pr-packery .t4s-product-price{color:var(--t4s-dark-color)}.t4s-pr-color__item .t4s-pr-color__value{width:var(--swatch-color-size-mb);height:var(--swatch-color-size-mb)}.t4s-pr-style6 .t4s-product-btns > a{width:100%!important;padding:0 10px!important}.t4s-product.t4s-pr-style8 .t4s-product-inner .t4s-product-sizes{visibility:visible;opacity:1}.t4s-product.t4s-pr-style8 .t4s-product-btns a:not(:last-child){margin-bottom:5px}.t4s-product.t4s-pr-style8 .t4s-product-btns{top:10px;right:10px;left:auto}.t4s-product.t4s-pr-style8 .t4s-product-countdown{max-width:calc(100% - 20px)}.t4s-product.t4s-pr-style8 .t4s-product-badge{left:5px}.t4s-pr-style7 .t4s-product-btns a .t4s-svg-pr-icon,.t4s-pr-style9 .t4s-product-btns a .t4s-svg-pr-icon{display:flex;margin:0}.t4s-pr-style7 .t4s-product-btns a > .t4s-text-pr,.t4s-pr-style9 .t4s-product-btns a > .t4s-text-pr{display:none}.t4s-pr-style9 .t4s-product-badge,.rtl_true .t4s-pr-style9 .t4s-product-btns2{left:auto;right:5px}.t4s-pr-style9 .t4s-product-btns2,.rtl_true .t4s-pr-style9 .t4s-product-badge{right:auto;left:5px}.t4s-pr-style9 .t4s-product-btns2{top:10px}}@media (max-width: 360px){.t4s-product .t4s-product-btns a,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns .t4s-pr-item-btn,.t4s-product:not(.t4s-pr-style1) .t4s-product-btns2 .t4s-pr-item-btn{width:32px;height:32px}.t4s-product-atc-qty .t4s-quantity-wrapper{height:32px}.t4s-svg-pr-icon svg{width:16px;height:16px}.t4s-pr-style5 .t4s-product-btns a{width:100%}.t4s-pr-style6 .t4s-product-btns > a{width:auto}.t4s-pr-style5 .t4s-product-btns a .t4s-text-pr,.t4s-pr-style6 .t4s-product-btns a .t4s-text-pr{font-size:10px}}@media (min-width: 1025px){.pr_border_style_3 .t4s-gx-md-0 .t4s-product{padding:15px}.t4s-product:not(.t4s-pr-style5):not(.t4s-pr-style6) .t4s-product-btns > a{max-width:90%}.t4s-pr-style3 .t4s-product-atc-qty{max-width:90%}.t4s-product:not(.t4s-pr-style2):not(.f.t4s-pr-color__item .t4s-pr-color__valuet4s-pr-style4):not(.t4s-pr-style8)
.t4s-product-btns
a
span.t4s-text-pr{display:inline-block}.t4s-product.t4s-pr-style8 .t4s-pr-group-btns a span.t4s-text-pr{display:none}.t4s-product:not(.t4s-pr-style5):not(.t4s-pr-style6) .t4s-product-btns > a{max-width:90%}.t4s-pr-style3 .t4s-product-atc-qty{max-width:90%}.t4s-product:not(.t4s-pr-style2):not(.t4s-pr-style4):not(.t4s-pr-style8)
.t4s-product-btns
a
span.t4s-text-pr{display:inline-block}}.is--listview .t4s-product{width:100%!important}.is--listview .t4s-product:not(:first-child){margin-top:0}.is--listview .t4s-product .t4s-product-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;border-top:0;-ms-flex-align:start;border:1px solid var(--border-color);padding:20px;margin-bottom:0}.pr_border_style_3 .is--listview .t4s-product .t4s-product-wrapper{padding:0;border:none}.is--listview .t4s-product:not(:last-child) .t4s-product-wrapper{border-bottom:none}.is--listview .t4s-pr-style7:not(:first-child) .t4s-product-wrapper{border-top-left-radius:0;border-top-right-radius:0}.is--listview .t4s-pr-style7:not(:last-child) .t4s-product-wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0}.is--listview .t4s-product .t4s-product-inner{width:180px;margin-right:30px;min-width:80px;position:relative}.is--listview .t4s-product-inner .t4s-product-sizes{left:0;right:0}.is--listview .t4s-product .t4s-product-info__btns{display:flex!important}.is--listview .t4s-product .t4s-rte{display:block}.is--listview .t4s-product .t4s-product-btns2 .t4s-pr-quickview{display:none}.is--listview .t4s-product .t4s-product-info{padding-top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:0!important;flex:1 0 0;max-width:calc(100% - 210px)}.is--listview .t4s-product .t4s-product-atc-qty,.is--listview .t4s-product .t4s-product-btns > .t4s-pr-addtocart{max-width:100%;box-shadow:0 5px 15px 0 #00000026}.is--listview .t4s-product .t4s-product-info .t4s-product-btns{position:static;opacity:1;visibility:visible;flex-direction:column;transform:translateY(0)!important;margin:0;margin-left:30px;width:auto}.is--listview .t4s-product .t4s-product-info .t4s-product-btns > a{margin:5px 0;min-width:180px;width:auto;padding:0 15px;transform:translateY(0)!important;justify-content:center}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview{line-height:40px;height:42px;border:solid 1px;max-width:100%;background-color:transparent;border-color:var(--pr-quickview-color);color:var(--pr-quickview-color)}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview:hover{background-color:var(--pr-quickview-color-hover);border-color:var(--pr-quickview-color-hover);color:var(--pr-quickview-color2-hover)}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a > span{width:100%;height:100%;-webkit-transition:opacity .15s,-webkit-transform .25s;transition:opacity .15s,transform .25s,-webkit-transform .25s;display:block}.is--listview .t4s-product .t4s-product-atc-qty .t4s-quantity-wrapper + a,.is--listview .t4s-product .t4s-product-atc-qty > a{width:calc(100% - 80px);padding:0 15px;margin:0}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a .t4s-svg-pr-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transform:translateY(100%)!important;display:flex}.is--listview .t4s-product .t4s-product-btns .t4s-pr-item-btn:hover .t4s-svg-pr-icon{-webkit-animation:none!important;animation:none!important}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a .t4s-svg-pr-icon svg{width:20px;height:20px;height:100%}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a:hover .t4s-svg-pr-icon{transform:translateY(0)!important}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a .t4s-text-pr{overflow:unset;text-overflow:unset;white-space:unset;margin:0;text-transform:unset}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a:hover .t4s-text-pr{transform:translateY(-100%)!important}.is--listview .t4s-product .t4s-product-sizes{color:var(--content-cl);left:0;right:0}.is--listview .t4s-pr-style7 .t4s-product-btns a.t4s-pr-quickview > .t4s-text-pr{line-height:40px}.is--listview .t4s-product .t4s-product-inner .t4s-pr-quickview,.is--listview .t4s-product .t4s-product-inner .t4s-pr-addtocart,.is--listview .t4s-product .t4s-product-inner .t4s-product-atc-qty,.is--listview .t4s-pr-style1 .t4s-product-inner .t4s-product-btns,.is--listview .t4s-product .t4s-product-info__inner .t4s-product-btns,.is--listview .t4s-product .t4s-product-info__inner .t4s-product-btns2{display:none}@media(max-width: 1024px){.is--listview .t4s-product .t4s-product-inner{margin-right:20px}.is--listview .t4s-product .t4s-product-info .t4s-product-btns{margin-left:20px}.is--listview .t4s-product .t4s-product-info{max-width:calc(100% - 200px)}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview{height:38px;line-height:36px}.is--listview .t4s-product .t4s-product-info .t4s-product-btns a .t4s-text-pr{display:block}.is--listview .t4s-product .t4s-product-wrapper{padding:15px}.is--listview .t4s-pr-style3 .t4s-product-btns2{top:10px;bottom:auto;right:10px}.is--listview .t4s-pr-style7 .t4s-product-btns a.t4s-pr-quickview > .t4s-text-pr{line-height:36px}.is--listview .t4s-pr-style7 .t4s-product-btns a>.t4s-text-pr{line-height:34px}}@media(max-width: 767px){.is--listview .t4s-product .t4s-rte{display:none}.t4s-product .t4s-product-inner .t4s-product-countdown{display:none}}@media(max-width: 639px){.is--listview .t4s-product .t4s-product-wrapper{padding:10px}.is--listview .t4s-product .t4s-product-inner{margin-right:10px;width:120px}.is--listview .t4s-product .t4s-product-info .t4s-product-btns{margin-left:10px}.is--listview .t4s-product .t4s-product-info{max-width:calc(100% - 130px)}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview,.is--listview .t4s-product .t4s-product-info .t4s-product-btns > a{min-width:130px;padding:0 10px}.is--listview .t4s-pr-style3 .t4s-product-btns2{top:5px;right:5px}}@media(max-width: 500px){.is--listview .t4s-product .t4s-product-wrapper{align-items:flex-start}.is--listview .t4s-product .t4s-product-info{flex-direction:column;align-items:flex-start}.is--listview .t4s-product .t4s-product-info .t4s-product-info__inner{max-width:100%}.is--listview .t4s-product .t4s-product-btns{align-items:flex-start!important}.is--listview .t4s-product .t4s-product-info .t4s-product-btns{margin-left:0}.is--listview .t4s-product .t4s-pr-description{display:none}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview,.is--listview .t4s-product .t4s-product-info .t4s-product-btns > a{min-width:150px;width:100%;padding:0 15px;justify-content:center}}@media(max-width: 360px){.is--listview .t4s-product .t4s-product-info .t4s-product-btns{width:100%}.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview,.is--listview .t4s-product .t4s-product-info .t4s-product-btns > a{min-width:1px}}