/** Shopify CDN: Minification failed

Line 1040:0 Unexpected "<"
Line 1048:0 Unexpected "<"

**/
.t4s-main-product__content{margin-bottom:30px;}
.t4s_ratio.t4s-product__media {
  max-width: var(--mw-media);
  margin: 0 auto;
}
/* Hover thumb 1 */
.t4s-product__thumb-item:not(.is-nav-selected) {
  opacity: .5;
  transition: transform .6s,opacity .6s;
}
.t4s-product__thumb-item.is-nav-selected{
  opacity: 1;
}
.p-nav-ready> .flickityt4s-enabled {
  transform: none !important;
  height: auto !important;
}
/* End hover thumb 1 */
/* Hover thumb 2 */
/*   .t4s-product__thumb-item {
  overflow: hidden
}
.t4s-product__thumb-item .t4s-product__thumb {
  margin-bottom: -5px; 
  opacity: .5;
  transition: transform .6s,opacity .6s;
  transform: translateY(0);
  overflow: hidden
}
.t4s-product__thumb-item.is-nav-selected .t4s-product__thumb, 
.t4s-product__thumb-item:hover .t4s-product__thumb {
  transform: translateY(-5px);
  opacity: 1;
} */
/* End hover thumb 2 */
.t4s-product__info-container>:not(:last-child),
.t4s-product__info-container2>:not(:last-child) {
  margin-bottom: 20px;
}

.t4s-product__title{
  margin-bottom: 5px!important;
  font-size: var(--title-size);
  font-weight: var(--title-weight);
  color: var(--title-color);
  font-family: var(--title-family);
  text-transform: var(--title-style);
  letter-spacing: var(--title-spacing);
  line-height: 5px;
}
@media (max-width: 767px) {
  .t4s-product__title {
    font-size: 18px !important;
  }
}
.t4s-product__title a {
    color: inherit;
}
.t4s-product-form__submit.is--disabled {
  opacity: .5;
} 
/* Block brand img */
.t4s-product__info-container>.t4s-pr-vendor:first-child { margin-top: 2px; }
.t4s-pr-vendor>a {
    padding: 10px;
    background-color: var(--t4s-light-color);
    box-shadow: 0 0 2px rgb(0 0 0 / 12%);
    transition: .3s;
    min-width: 50px;
    font-weight: 500;
    font-size: 15px;
}
.t4s-pr-vendor.has-img__vendor>a {
    min-width: auto;min-height: 70px;
}
/* Block size delivery ask */
.t4s-product__info-main .t4s-extra-link a{
    font-size: 13px;
    font-weight: 500;
}
.t4s-product__info-main .t4s-extra-link>a {
    margin-right: 35px;
}
.t4s-section-featured-product .t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-page-dots,
.t4s-main-product__content .t4s-flickity-slider .flickityt4s-page-dots {
    position: absolute;
    z-index: 1;
    bottom: 20px;
}

@media (min-width: 768px) {
  .t4s-main-product__content{margin-bottom:64px;}
  .t4s-product__info-container--sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
}

@media (min-width: 1025px) {
   .t4s-product-thumb-size__small {
      --t4s-thumb-w: 60px;
   }
   .t4s-product-thumb-size__medium {
      --t4s-thumb-w: 80px;
   }
   .t4s-product-thumb-size__large {
      --t4s-thumb-w: 106px;
   }
  .t4s-product-media__thumbnails_left .t4s-col-thumb,
  .t4s-product-media__thumbnails_right .t4s-col-thumb {
    width: var(--t4s-thumb-w);
  }
  .t4s-product-media__thumbnails_left .t4s-col-thumb {
    margin-right: 15px;
  }
  .t4s-product-media__thumbnails_right .t4s-col-thumb {
    margin-left: 15px;
  }

  .t4s-product-media__thumbnails_left .t4s-col-thumb .t4s-row,
  .t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row {
/*       flex-direction: column;    
    flex-wrap: wrap;
    overflow: visible; */
    flex-wrap: wrap;
  }
  .t4s-product-media__thumbnails_left .t4s-col-thumb .t4s-row>.t4s-col-item,
  .t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row>.t4s-col-item {
     width: 100%;
     margin-top: 0;
     margin-bottom: 15px;
  }
  .t4s-product-media__thumbnails_left .t4s-col-thumb .t4s-row>.t4s-col-item:last-child,
  .t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row>.t4s-col-item:last-child {
     margin-bottom: 0;
  }
  .t4s-product-media__thumbnails_left [data-thumb__frame],
  .t4s-product-media__thumbnails_right [data-thumb__frame] {
    position: absolute;
    width: 100%;
    height: 100%;
    /* padding-right: 10px; */
    max-width: 80px;
  }
  button.btn_pnav_prev,
  button.btn_pnav_next {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  button.btn_pnav_next {
    right: 0;
    left: auto;
  }
}
.t4s-inventory_qty .t4s-inventory_progressbar {
    position: relative;
    height: 2px;
    background-color: #e5e5e5;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    margin: 15px auto 20px;
}
.t4s-inventory_qty .t4s-inventory_progressbar>div {
    background-color: #d95350;
    height: 12px;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    background-size: 40px 40px;
    transition: width 1s;
    animation: 2s linear infinite progress_bar;
}
@-webkit-keyframes progress_bar {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress_bar {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}
.t4s-section-featured-product .t4s-pr-group-btns,
.t4s-section-main-product .t4s-pr-group-btns {
    --btn-size: 40px;
   --icon-size: 12px;
   --btn-pd: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    padding: var(--btn-pd);
    opacity: 1;
    transition: opacity .35s;
    pointer-events: none;
}
.t4s-section-featured-product .t4s-pr-group-btns>button,
.t4s-section-main-product .t4s-pr-group-btns>button {
    background-color: var(--t4s-light-color);
    box-shadow: 0 0 5px rgb(0 0 0 / 9%);
    color: var(--secondary-color);
    min-width: var(--btn-size);
    height: var(--btn-size);
    padding: 0;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 40px;
    pointer-events: auto;
}
.t4s-section-featured-product .t4s-pr-group-btns>button>.t4s-pr__icon-btn,
.t4s-section-main-product .t4s-pr-group-btns>button>.t4s-pr__icon-btn {
    width: var(--btn-size);
    height: var(--btn-size);
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.t4s-section-featured-product .t4s-pr-group-btns>button>.t4s-pr__icon-btn svg,
.t4s-section-main-product .t4s-pr-group-btns>button>.t4s-pr__icon-btn svg {
    width: var(--icon-size);
    height: auto;
}
.t4s-section-featured-product .t4s-pr-group-btns>button>.t4s-pr__text-btn,
.t4s-section-main-product .t4s-pr-group-btns>button>.t4s-pr__text-btn {
   font-size: var(--icon-size);
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    transition: padding 356ms cubic-bezier(.4,0,.2,1), max-width 356ms cubic-bezier(.4,0,.2,1);
}
.t4s-section-featured-product .t4s-pr-group-btns>button:not(:last-child),
.t4s-section-main-product .t4s-pr-group-btns>button:not(:last-child) {
    margin-right: 10px;
}
.is-shopify-xr__showing .t4s-pr__view-in-space {
    margin-right: 0 !important;
}
.t4s-section-featured-product .t4s-pr-group-btns>button.t4s-pr__360-btn>.t4s-pr__icon-btn svg,
.t4s-section-main-product .t4s-pr-group-btns>button.t4s-pr__360-btn>.t4s-pr__icon-btn svg  {
   --icon-size-360: calc(var(--icon-size) + 2px);
   width:  var(--icon-size-360);
}
@media (min-width: 768px) {
  .t4s-section-featured-product .t4s-pr-group-btns,
   .t4s-section-main-product .t4s-pr-group-btns {
      --btn-size: 44px;
      --icon-size: 14px;
      --btn-pd: 15px;
       align-items: flex-end;
       flex-direction: column;
   }
   .t4s-section-featured-product .t4s-pr-group-btns>button:not(:last-child),
   .t4s-section-main-product .t4s-pr-group-btns>button:not(:last-child) {
       margin-right: 0;
       margin-bottom: 10px;
   }
   .t4s-section-featured-product .t4s-pr-group-btns>button:hover>.t4s-pr__text-btn,
   .t4s-section-main-product .t4s-pr-group-btns>button:hover>.t4s-pr__text-btn {
       padding-left: 20px;
   }
   .is-shopify-xr__showing .t4s-pr__view-in-space {
       margin-bottom: 0 !important;
   }
}
.t4s-pr__view-in-space[data-shopify-xr-hidden] {display: none !important}
.plyr--full-ui.plyr--video .plyr__control--overlaid,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    border-radius: 50%;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    border-radius: 20px;
}
.plyr button {
    color: var(--secondary-color) !important;
}
@media (max-width: 767px) {
    .t4s-product__info-wrapper {
        margin-top: 25px;
    }
}
@media (min-width: 768px) {
   .t4s-product-media__one_column .t4s-product__media-item {
      position: relative
   }
   .t4s-product-media__one_column .t4s-product__media-item:not(.is--media-hide):not(.is--media-last):not(:last-child) {
      margin-bottom: 25px;
   }
   .t4s-product__zoom-wrapper {
       position: sticky;
       top: 3rem;
       z-index: 4;
   }
   .isotopet4s.isotopet4s-later[data-main-media] {
      display: block
   }
   .isotopet4s.isotopet4s-later[data-main-media] > .t4s-product__media-item {
    float: left;position: relative;
   }
   .isotopet4s.isotopet4s-later[data-main-media]:after {
       content: "";
       display: table;
       clear: both;
   }
   /* combined_grid and two columns */
  .t4s-product-media__two_columns .t4s-main-media,
  .t4s-product-media__combined_grid .t4s-main-media{
    --ts-gutter-y: 25px;
    --ts-gutter-x: 25px;
   }
   .t4s-product-media__combined_grid .t4s-product__media-wrapper .t4s-product__media-item:not(:first-child) {
      width: 50%;
   }

}
button.t4s-product-form__submit.t4s-btn:not(.t4s-btn-effect-fade):not(.t4s-btn-effect-default):not(.t4s-btn-effect-outline):not(.t4s-btn-effect-shadow):not(.t4s-btn-effect-rectangle-out):hover {
    background-color: var(--btn-background);
}
button.t4s-product-form__submit[disabled="disabled"],
button.t4s-product-form__submit[aria-disabled="true"] {
    opacity: .5;
    animation: none !important;
}
button.t4s-product-form__submit[disabled="disabled"]{
    pointer-events: none;
}
.t4s-badge-price {
    color: var(--badge-color-secondary);
    background-color: var(--badge-color-primary);
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 5px;
    line-height: 1.2;
    font-size: 12px;
    position: relative;
    top: -3px;
    display: inline-block;
}
.t4s-incoming__mess {
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 14px;
}

/* t4s-product-form__buttons */
.t4s-product-form__buttons{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.t4s-product-form__buttons .t4s-quantity-wrapper,
.t4s-product-form__buttons .t4s-product-form__submit,
.t4s-product-form__buttons .shopify-payment-button__button--unbranded,
.t4s-product-form__buttons .shopify-payment-button__button--branded,
.t4s-product-form__buttons .shopify-payment-button__more-options,
.t4s-product-form__buttons .t4s-pr__notify-stock,
.t4s-product-form__buttons .t4s-btn-style-outline:after {
  border-radius: var(--pr-btn-round)!important;
}
.t4s-product-form__buttons .shopify-payment-button__more-options {
  color: var(--secondary-color) !important;
}
.t4s-product-form__buttons .t4s-quantity-wrapper{
  min-width: 140px;
  width: 140px;
  height: 55px;
  border: 2px solid rgba(var(--border-color-rgb),.9);
  text-align: center;
  display: inline-block;
  position: relative;
}
.t4s-product-form__buttons .t4s-pr__notify-stock,
.t4s-product-form__buttons .shopify-payment-button {
 margin-top: 15px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type="number"] {
  width: 35px;
  border: 0px;
  height: 51px;
  background: 0px 0px;
  padding: 0px;
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary-color);
  text-align: center;
}
.t4s-product-form__buttons .t4s-quantity-wrapper button {
  position: absolute;
  display: block;
  padding: 0;
  top: 0;
  width: 30px;
  height: 51px;
  border: 0;
  background: 0 0;
  color: var(--border-color);
  display: flex;
  align-items: center;
}
.t4s-product-form__buttons .t4s-quantity-wrapper button svg {
  width: 14px;
  height: auto;
  stroke-width: 2;
  display: none;
}
.t4s-product-form__buttons .t4s-quantity-wrapper .is--minus {
  left: 0;
  text-align: left;
  padding-left: 15px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper .is--plus {
  right: 0;
  text-align: right;
  padding-right: 15px;
}
.t4s-product-form__buttons button.t4s-quantity-selector.is--minus::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color:rgba(var(--border-color-rgb),.9);
}
.t4s-product-form__buttons button.t4s-quantity-selector.is--plus::before,
.t4s-product-form__buttons button.t4s-quantity-selector.is--plus::after{
    content: "";
    position: absolute;
    background-color:rgba(var(--border-color-rgb),.9);
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    transition: all .3s;
}
.t4s-product-form__buttons button.t4s-quantity-selector.is--plus::after{
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}



.t4s-product-form__buttons .t4s-pr-wishlist {
  color: var(--wishlist-color);
  --border-color: var(--wishlist-color);
}
.t4s-product-form__buttons .t4s-pr-wishlist:hover {
  color: var(--wishlist-hover-color);
  --border-color: var(--wishlist-hover-color);
}
.t4s-product-form__buttons .t4s-pr-wishlist.is--added {
  color: var(--wishlist-active-color);
  --border-color: var(--wishlist-active-color);
}
.t4s-product-form__buttons .t4s-pr-compare {
  color: var(--compare-color);
  --border-color: var(--compare-color);
}
.t4s-product-form__buttons .t4s-pr-compare:hover {
  color: var(--compare-hover-color);
  --border-color: var(--compare-hover-color);
}
.t4s-product-form__buttons .t4s-pr-compare.is--added {
  color: var(--compare-active-color);
  --border-color: var(--compare-active-color);
}
.t4s-product-form__buttons .t4s-pr__wis_cp{margin-top: 25px;display: flex;flex-wrap: wrap;row-gap: 5px;column-gap: 50px;}
.t4s-product-form__buttons .t4s-pr__wis_cp a{display:flex;align-items: center;}
.t4s-product-form__buttons .t4s-pr-wishlist .t4s-svg-pr-icon,
.t4s-product-form__buttons .t4s-pr-compare .t4s-svg-pr-icon{
    position: relative;
    min-width: 43px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    margin-right: 13px;
    color: inherit;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wis-cp-btn-round);
    transition: all .3s;
}
.t4s-product-form__buttons .t4s-pr-wishlist .t4s-svg-pr-icon svg{
    width: 15px;
    height: 13px;
    fill:none;
    pointer-events: none;
}
.t4s-product-form__buttons .t4s-pr-compare .t4s-svg-pr-icon svg{
    width: 13px;
    height: 13px;
    pointer-events: none;
}
.t4s-product-form__buttons .t4s-pr-wishlist .t4s-text-pr,
.t4s-product-form__buttons .t4s-pr-compare .t4s-text-pr{
  color: inherit;
  font-size: 13px;
  font-weight:500;
}
.t4s-text-pr {
    display: none;
}

.t4s-product-form__buttons .t4s-pr-compare.is--loading .t4s-svg-pr-icon svg,
.t4s-product-form__buttons .t4s-pr-wishlist.is--loading .t4s-svg-pr-icon svg{opacity: 0;visibility: hidden;}
.t4s-product-form__buttons .t4s-pr-compare.is--loading .t4s-svg-pr-icon::before,
.t4s-product-form__buttons .t4s-pr-wishlist.is--loading .t4s-svg-pr-icon::before{  
    width: 13px;
    height: 13px;
    border: 1px solid;
    border-color: currentColor;
    border-top-color: transparent;
    border-radius: 100%;
    opacity: 1;
    -webkit-animation: .45s linear infinite spin;
    animation: .45s linear infinite spin;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
}

/* product meta  */
.t4s-product__meta >div{margin-bottom: 5px;}
.t4s-product__meta.t4s-product__meta-horizontal>div{
  display: inline-block;
  margin-right: 18px;

}
.t4s-product__meta.t4s-product__meta-horizontal>.t4s-dn {
  display: none;
}
.t4s-product__meta a,
.t4s-product__meta .t4s-product__policies a {
	color:var(--secondary-color);
}
/* product countdown */

.t4s-product__info-container .t4s-countdown.t4s-countdown-shadow-true .t4s-time>span{
  box-shadow: 0px 7px 90px 0px rgba(0, 0, 0, 0.09);
}
/* product form */
.t4s-product-form__buttons .t4s-product-form__submit{
    font-size: 14px;
    font-weight: 500;
    min-height: 55px;
    padding: 5px 25px;
    cursor: pointer;
    margin-top: 20px;
}
.t4s-product-form__buttons .t4s-product-form__submit svg.t4s-btn-icon{width:18px;height:18px;margin-left:0;margin-right: 8px;}
.t4s-product-form__buttons .t4s-product-form__submit.t4s-btn-style-bordered{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0!important;
}

.is-btn-atc-txt-1 .t4s-product-form__submit,
.is-btn-ck-txt-1 .shopify-payment-button__button--unbranded,
.is-btn-ck-txt-1 .t4s-pr__notify-stock{
  text-transform: lowercase;
}
.is-btn-atc-txt-2 .t4s-product-form__submit,
.is-btn-ck-txt-2 .shopify-payment-button__button--unbranded,
.is-btn-ck-txt-2 .t4s-pr__notify-stock{
  text-transform: capitalize;
}
.is-btn-atc-txt-3 .t4s-product-form__submit,
.is-btn-ck-txt-3 .shopify-payment-button__button--unbranded,
.is-btn-ck-txt-3 .t4s-pr__notify-stock{
  text-transform: uppercase;
}
.t4s-product-form__buttons .shopify-payment-button__button--hidden {
  display: none;
}
.t4s-product-form__buttons .t4s-pr__notify-stock,
.t4s-product-form__buttons .shopify-payment-button__button--unbranded{
  font-size: 15px;
  font-weight: 500;
  min-height: 55px;
  padding: 5px 25px;
  cursor: pointer;
  color: var(--t4s-light-color);
  background-color: var(--secondary-color);
  transition: .3s;
}
.t4s-pr__notify-stock.t4s-btn-color-light,
.t4s-payment-button.t4s-btn-color-light .shopify-payment-button__button--unbranded{
  color: var(--t4s-dark-color);
  background-color: var(--t4s-light-color);
}
.t4s-pr__notify-stock.t4s-btn-color-dark,
.t4s-payment-button.t4s-btn-color-dark .shopify-payment-button__button--unbranded{
  color: var(--t4s-light-color);
  background-color: var(--t4s-dark-color);
}
.t4s-pr__notify-stock.t4s-btn-color-primary,
.t4s-payment-button.t4s-btn-color-primary .shopify-payment-button__button--unbranded{
  color: var(--t4s-light-color);
  background-color: var(--accent-color);
}
.t4s-pr__notify-stock.t4s-btn-color-custom1,
.t4s-pr__notify-stock.t4s-btn-color-custom2,
.t4s-payment-button.t4s-btn-color-custom1 .shopify-payment-button__button--unbranded,
.t4s-payment-button.t4s-btn-color-custom2 .shopify-payment-button__button--unbranded{
  color: var(--btn-color);
  background-color: var(--btn-background);
}
.t4s-product-form__buttons .t4s-btn+.t4s-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:767px){
    .t4s-product-form__buttons .t4s-pr-wishlist .t4s-svg-pr-icon,
    .t4s-product-form__buttons .t4s-pr-compare .t4s-svg-pr-icon{
      margin-right: 5px;
    }
    .t4s-product-form__buttons .t4s-pr__wis_cp{column-gap: 20px;}
}
@media (min-width: 1025px){
    .is-btn-full-width__false .t4s-product-form__buttons .t4s-product-form__submit {
        width: auto;
        min-width: 200px;
    }
    .is-btn-full-width__false .t4s-product-form__buttons .t4s-product-form__submit.is--btn-external {
      min-width: 330px;
    }
    .t4s-product-form__buttons .t4s-quantity-wrapper{margin-right: 9px;}
    .t4s-product-form__buttons .t4s-product-form__submit {
        margin-top: 0px;
    }
  .t4s-product-form__buttons >.t4s-flex-wrap{flex-wrap: nowrap!important;}

  .t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__buttons{
      width: auto;
      min-width: 180px;
      max-width: 100%;
  }
}

/* Price */
/* .t4s-product__price-review{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
} */
.t4s-product__info-container .t4s-product__policies,
.t4s-product__info-container .t4s-product__review{margin-bottom: 10px;}
.t4s-product__info-container .t4s-product-price{
  font-size: var(--price-size);
  line-height: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--primary-price-color);
  display: flex;
  align-items: baseline;
}
.t4s-product__info-container .t4s-product-price del{ 
  display: inline-block;
  font-size: var(--price-del-size);
  color: var(--secondary-price-color);
}
.t4s-product__info-container .t4s-product-price ins {
  display: inline-block;
  margin-inline-start: 12px;
  color:var(--price-sale-color);
}
.t4s-product__info-container .t4s-product-price span.t4s-price-from{
  margin-right: 5px;
  color: var(--secondary-price-color);
}
.t4s-product__info-container .t4s-product-price ins>span.t4s-price-from{margin:0}
.t4s-product__info-container .t4s-product-price .t4s-labrl-sale span {
  font-size: 14px;
  color: var(--t4s-highlight-color);
  text-transform: uppercase;
  display: inline-block;
}
.t4s-product__info-container .t4s-product-price span.t4s-txt-sale:not(.t4s-dn){
    color:var(--sale-badge-color);
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 5px;
    line-height: 1.2;
    background-color: var(--sale-badge-background);
    font-size: 12px;
    position: relative;
    top: -3px;
}
/* product line  */
.t4s-product__info-container .t4s-product__line{
  width: 100%;
  height: var(--height-line);
  background-color: var(--color-line);
  margin-bottom: var(--space-tb);
}
@media (max-width:767px){
  .t4s-product__info-container .t4s-product__line{margin-bottom: var(--space-tb-mb);}
}

/* Product size */
.t4s-product__info-container .t4s-product__size .t4s-btn__size-chart svg{
    width: 26px;
    height: auto;
    fill: currentColor;
    margin-right: 8px;
}
.t4s-product__info-container .t4s-product__size .t4s-btn__size-chart {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.t4s-fwb{
    font-weight: 700;
}
/* product socials */
.t4s-product__social-title{margin-right: 15px;}

.t4s-btn__size-chart i,
.t4s-pr_flash_sold i,
.t4s-pr_live_view i,
.t4s-pr_counter i,
.t4s-inventory_message i{
  font-size: 20px;
  margin-right: 9px;
  color: var(--secondary-color);
}
.t4s-pr_delivery i{
    font-size: 30px;
    color: var(--secondary-color);
}
.t4s-btn__size-chart img,
.t4s-pr_delivery img,
.t4s-inventory_message img,
.t4s-countdown__mess img,
.t4s-pr_flash_sold img,
.t4s-pr_live_view img,
.t4s-pr_delivery img{
  max-width: 25px;
  margin-right: 10px;
}
.t4s-pr_delivery span.t4s-start_delivery,
.t4s-pr_delivery span.t4s-end_delivery{
  text-decoration: underline;
}
.t4s-pr_delivery_icon{margin-right: 22px;}

.t4s-pr_flash_sold svg{
  width: 20px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.t4s-pr_live_view svg{
  width: 23px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.t4s-pr_delivery_icon svg{
  width: 34px;
  height: 32px;
}
/* trust seal */

.t4s-pr_trust_seal.t4s-pr_trust-border__true{
  border: 1px solid rgba(var(--border-color-rgb),.85);
  padding:20px 20px 26px;
  margin-top: 30px;
}
.t4s-pr-mess_trust{
  font-size: var(--fs-mess-trust);
  font-weight: 600;
  margin-bottom: 10px;
}
.t4s-pr_trust_seal.t4s-pr_trust-border__true .t4s-pr-mess_trust{
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  margin: 0;
  padding: 0 22px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: var(--t4s-light-color);
  white-space: nowrap;
  display: inline-block;
}

@media (min-width:768px) 
{
  .t4s-pr_trust_seal.t4s-pr_trust-border__true.t4s-text-md-start .t4s-pr-mess_trust{
    left: 23px;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
  }
  .t4s-pr_trust_seal.t4s-pr_trust-border__true.t4s-text-md-end .t4s-pr-mess_trust{
    left: auto;
    right: 23px;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
  }
}
@media (max-width:1024px){
  .t4s-pr_trust_seal.t4s-pr_trust-border__true .t4s-pr-mess_trust{padding: 0 15px;}
}

.t4s-pr_trust_seal img.t4s-img-tr__svg {
  padding: 2.5px;
  width: auto;
  height: var(--height-img);
}
.t4s-pr_trust_seal img.t4s-img-tr__img {
  width: var(--max-w-img);
  height: auto;
}

@media (max-width: 767px){
  .t4s-pr_trust_seal img.t4s-img-tr__img {
    width: 100%;
  }
}
.t4s-slider-btn-true .flickityt4s-button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button .flickityt4s-button-icon {
  width: 14px; 
}
.t4s-product__media-wrapper .t4s-flickity-slider.t4s-slider-btn-medium .flickityt4s-prev-next-button .flickityt4s-button-icon {
  width: 16px; 
}
.t4s-product__media-wrapper .t4s-flickity-slider.t4s-slider-btn-large .flickityt4s-prev-next-button .flickityt4s-button-icon {
  width: 18px; 
}
.t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.previous,
.t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.next,
.t4s-product__media-wrapper .t4s-flickity-slider:not(:hover) .flickityt4s-button.previous,
.t4s-product__media-wrapper .t4s-flickity-slider:not(:hover) .flickityt4s-button.next,
.t4s-product__media-wrapper .t4s-flickity-slider:not(:hover) .flickityt4s-button {
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translate(0) translateY(-50%);
}
.t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.previous {
    left: 15px;
    margin: 0;
}
.t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.next {
    right: 15px;
    margin: 0;
}
.t4s-product__media-wrapper .t4s-flickity-slider.t4s-slider-btn-rotate .flickityt4s-prev-next-button.previous{
  transform: rotate(-45deg);
}
.t4s-product__media-wrapper .t4s-flickity-slider.t4s-slider-btn-rotate .flickityt4s-prev-next-button.next{
  transform: rotate(45deg);
}
@media (max-width: 767px) {
    .t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.previous { left: 10px;}
    .t4s-product__media-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.next {right: 10px;}
}

.t4s-product-tabs-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.previous {
  left: 0;
  right: auto;
}
.t4s-product-tabs-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.next {
  right: 0;
  left: auto;
}
.t4s-product-tabs-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.previous,
.t4s-product-tabs-wrapper .t4s-flickity-slider .flickityt4s-prev-next-button.next,
.t4s-product-tabs-wrapper .t4s-flickity-slider:not(:hover) .flickityt4s-button {
  -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translate(0) translateY(-50%);
}
.t4s-product-tabs-wrapper .t4s-tabs-ul.t4s-flickity-slider {
  padding: 0 30px;
}

button.t4s-product__description_readm {
    padding: 0;
    background-color: transparent !important;
    color: var(--secondary-color);
    margin: 0 5px;
    text-decoration: underline;
    display: inline-block;
}

.t4s-product__media-full{margin-bottom: 40px;}
@media (min-width:768px)
{
  .t4s-product-media__slider_center .t4s-product__media-wrapper .t4s-product__media-item{
    width: 55%;
  }
}

@media (min-width:1199px){
  .t4s-product__info-wrapper:not(.t4s-product__info-full) .t4s-product__info-space{padding-left: 90px;}
}

@media (-moz-touch-enabled: 0), (hover: hover) and (min-width: 1025px) {
    .t4s-product__thumb-item:hover{opacity: 1;}
    .t4s-product__title a:hover {
        color: var(--title-color-hover);
    }
    .t4s-pr-vendor>a:hover {
        box-shadow: 0 0 6px rgb(0 0 0 / 14%);
    }
    .t4s-product__info-container .t4s-product__size .t4s-btn__size-chart:hover,
    .t4s-product__info-main .t4s-extra-link a:hover,
    /* button.t4s-product__description_readm:hover {
        color: var(--accent-color);
    } */
    .t4s-product-form__buttons .t4s-pr__notify-stock:hover:not([disabled]),
    .t4s-product-form__buttons .t4s-pr__notify-stock:hover,
    .t4s-product-form__buttons.shopify-payment-button__button--unbranded:hover:not([disabled]), 
    .t4s-product-form__buttons .shopify-payment-button__button--unbranded:hover {
        color: var(--t4s-light-color);
        background-color: var(--accent-color-hover);
    }

    .t4s-product-form__buttons .t4s-pr__notify-stock.t4s-btn-color-custom1:hover,
    .t4s-product-form__buttons .t4s-pr__notify-stock.t4s-btn-color-custom2:hover,
    .t4s-payment-button.t4s-btn-color-custom1 .shopify-payment-button__button--unbranded:hover,
    .t4s-payment-button.t4s-btn-color-custom1 .shopify-payment-button__button--unbranded:hover:not([disabled]),
    .t4s-payment-button.t4s-btn-color-custom2 .shopify-payment-button__button--unbranded:hover,
    .t4s-payment-button.t4s-btn-color-custom2 .shopify-payment-button__button--unbranded:hover:not([disabled]){
        color: var(--btn-color-hover);
        background-color: var(--btn-background-hover);
    }
    .t4s-product-form__buttons .t4s-quantity-wrapper button:hover {
        color: var(--accent-color);
        border: 0;
        background: 0 0;
    }
    .t4s-section-featured-product .t4s-pr-group-btns>button:hover>.t4s-pr__text-btn,
    .t4s-section-main-product .t4s-pr-group-btns>button:hover>.t4s-pr__text-btn {
        padding-left: 10px;
        max-width: 290px;
    }
    .t4s-product__meta a:hover,
    .t4s-product__meta .t4s-product__policies a:hover{
        color:var(--accent-color);
    }
    .t4s-product-form__buttons .shopify-payment-button__more-options:hover {
        color: var(--secondary-color)!important;
        background-color: #f5f5f5;
    }
    .t4s-product-form__buttons button.t4s-quantity-selector.is--minus:hover::after,
    .t4s-product-form__buttons button.t4s-quantity-selector.is--plus:hover::before,
    .t4s-product-form__buttons button.t4s-quantity-selector.is--plus:hover::after{
        background-color: var(--accent-color);
    }
}
.t4s-collections-wrapper a:not(:last-child):after,
.t4s-tags-wrapper a:not(:last-child):after {
    content: ', ';
    display: inline-block;
}
.t4s-deferred-media .media-video,
.t4s-deferred-media iframe {
    opacity: 0;
}
.t4s-deferred-media .plyr__video-wrapper .media-video,
.t4s-deferred-media .plyr__video-wrapper iframe {
    opacity: 1;
}


.t4s-complimentary>h3{
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.t4s-complimentary_products {
  padding: 0;
}
.t4s-complimentary_product:not(:last-child) {
  margin-bottom: 15px;
}
.t4s-complimentary_product .t4s-widget_img_pr {
  max-width: 120px;
}
.t4s-complimentary_product .t4s-widget_if_pr {
  margin-top: 10px;
}
.t4s-complimentary_product .t4s-widget__pr-title {
  font-family: var(--font-body-family);
  font-weight: 400;
  margin-bottom: 7px;
}
/* عرض تبويب الوصف دائمًا */
#t4s-tab-destemplate--22590291443996__main {
  display: block;
  max-height: none ;
  opacity: 1 !important;
  visibility: visible;
}

<style>
  .t4s-dropdown__content {
    max-height: 190px !important;
    overflow-y: auto !important;
    position: relative;
   
    background: #fff;
  }
</style>
@media (max-width: 600px) {
    .grid-wrap {
        max-height: : 80px;
    }
}


