/** Shopify CDN: Minification failed

Line 128:0 Unexpected "}"

**/

.price-range p{
  margin : 0;
}

.t4s-text-start .t4s-socials {
  padding: 20px 0;
}
.payment_gateways_btn {
  width: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.payment_gateway_buttons {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}
.hdp-row.hdp-mx-sm-n2.hdp-mt-2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 5px;
}



/*
.t4s-product_meta>div{
  font-weight: 900;
  margin:0;
}
*/
.t4s-nav__ul > li:nth-child(10) > a {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  perspective: 1000px;
  width: auto;
  height: 40px;
  display: inline-block;
}

.t4s-nav__ul > li:nth-child(10) > a > * {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-color: #8C2523;
  color: white !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(249, 71, 121, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t4s-nav__ul > li:nth-child(10) > a:hover > * {
  transform: rotateY(180deg);
}

.t4s-nav__ul > li:nth-child(10) > a > *::before {
  content: "🍂 AUTUMN SALE";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8C2523;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

.t4s-nav__ul > li:nth-child(10) > a > * {
  backface-visibility: hidden;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.t4s-nav__ul > li:nth-child(10) > a span::before {
  content: "🍂 ";
}

.t4s-menu-item:nth-child(3) a b {
  color: #8C2523 !important;
  animation: blink 1s infinite;
}

.t4s-menu-item:nth-child(4) a b {
  color: #8C2523 !important;
  animation: blink 2s infinite;
}

.t4s-menu-item:nth-child(5) a b {
  color: #8C2523 !important;
  animation: blink 3s infinite;
}
.t4s-top-bar-text__item p {
animation:blink 3s infinite;
}


/*.t4s-shipping .t4s-shipping-inner {
    box-shadow: 15px rgba(0.15, 0.15, 0.15, 0.15); 
    border-radius: 5px; 
    background-color: #FF0505; */
}
.t4s-shipping .t4s-shipping-padding-2 .t4s-shipping-inner{
  min-height : 120px;
  align-items: center;
}
/*.t4s-shipping-inner:hover {
  background-color: #C61A59!important;
  cursor: pointer;
  
}
.t4s-shipping-inner:hover .t4s-shipping-title{
  color:white!important;
}
.t4s-shipping-inner:hover .las{
  color:white!important;
}
.t4s-shipping-inner:hover p{
  color:white!important;
}
/*
.idr-newsletter-container{
  display: flex!important;
  justify-content: flex-end!important;
}
.idr-newsletter{
  width: 500px!important;
  display: flex!important;
  justify-content: flex-end!important;
  align-items: flex-end!important;
}
*/
.t4s-newsletter-wrap.content-all-center{
  width:60%!important
}

.t4s-product .t4s-product-title a:hover{
  color:gray!important;
}


.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview{
 color: #222!important;
 border-color:#222!important;
}
.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview:hover{
  color: #FFF!important;
}
.is--listview .t4s-product .t4s-product-info .t4s-product-btns>a{
      background-color: #222;
}
.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview:hover{
  background-color:#6E1E00!important;
}


@media screen and (max-width : 767px){
  li.size-guide-item {
      width: 100%;
      max-width: 100%!important;
    }
    .payment_gateways_btn{
      max-width: 100%!important;
    }
    .t4s-product-form__buttons .t4s-product-form__submit{
      width:100%;
    }
    .hdp-row.hdp-mx-sm-n2.hdp-mt-2{
      flex-direction: column;
      row-gap: 5px;
    }
}


@media screen and (max-width : 480px){
  .idr-newsletter{
    width:100%!important;
  }
  
}



