/** Shopify CDN: Minification failed

Line 174:6 Unexpected "/"

**/
.u-link-SALE{
  color:#ff0000 !important;
}
/* HOrizontal Product */
.u-hp-prices{
  display:flex;
  gap:8px;
}
.horizontal-product{
  align-items:center !important;
}
.horizontal-product__info{
  grid-template-columns: 1fr auto;
}

.shopify-section--main-product .section{
  padding-block-start:20px;
}
.shopify-section--main-product .buy-buttons .button{
  font-size:16px;
}
/* U Collection Tabs */
.m-collection-tabs__inner{
  width:100%;
}

.m-collection-tabs__nav{
  width:100%;
}

.m-collection-tabs__list{
  display:flex;
  overflow-x:auto;
  list-style:none;
  padding:0;
  margin:0;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.m-collection-tabs__list::-webkit-scrollbar{
  display:none;
}

.m-collection-tabs__item{
  flex-shrink:0;
}

.m-collection-tabs__tag{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width:max-content;
  border-style:solid;
  transition:all .3s ease;
}

.m-collection-tabs__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.m-collection-tabs__title,
.m-collection-tabs__title p{
  margin:0;
}

.m-collection-tabs__tag.active{
  pointer-events:none;
}




.product-info .uproduct-quantity{
  display:none;
}
/* Product Card Badge List */
.product-card__badge-list{
  top:0 !important;
  left:0 !important;
}
.product-card__badge-list .badge--on-sale{
  background:#fff;
  color:#C20000;
  border-radius: 0 0 10px 0;
  font-size:12px;
  padding:7px 15px;
}
@media(max-width:769px){
.product-card__badge-list .badge--on-sale{
  font-size:11px;
  padding: 5px 8px;
}  
}
/* Mobile Quick Add */
.product-card__quick-buy.u-product-card__quick-buy{
  display:none;
  position:static;
  opacity:1;
  visibility:visible;
  width:100%;
}
.product-card__quick-buy.u-product-card__quick-buy .product-card__mobile-quick-buy-button{
  width:100%;
  border-radius:5px;
  text-transform:uppercase;
  font-size:11px;
  color:#fff;
  font-weight:600;
}
.product-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.product-card__info {
  display:flex !important;
  flex-direction:column;
  height:100%;
  justify-content:space-between;
}
@media(max-width:769px){
.product-card__quick-buy.u-product-card__quick-buy{  
  display:block;
 }  
}
/* Collection Facets */
/* .u-collection.collection{
  margin-top:0;
  gap:0;
}
.u-collection .collection__top-bar,.u-collection .collection__facets {
    display: flex !important;
    justify-content: space-between !important;
}
/* .u-collection .collection__top-bar{
  border-top:1px solid #d1cdc4;
  border-bottom:1px solid #d1cdc4;
} */
/* .u-collection .collection__top-bar{
  margin-inline: calc(-1 * max(var(--container-gutter), var(--container-outer-width)));
}
.u-collection .collection__top-bar .circle-chevron{
  background:transparent;
  width:10px;
}
.u-collection .collection__top-bar .text-with-icon{
  gap:10px;
  padding:20px 16px;
  color:#212121;
  text-transform:uppercase;
  font-size:12px;
}
.u-collection .collection__top-bar .u-filters-button{
  border-right:1px solid #d1cdc4
}
.u-collection .collection__top-bar .u-filters-button svg{
  width:14px;
  height:14px;
}
.u-collection .collection__top-bar .u-filters-button svg path{
  fill:transparent;
}
.u-collection .collection__top-bar .sort-by-facet .text-with-icon{
  border-left:1px solid #d1cdc4;
} */ */
/* U Guarantees Section */


.cstm-services-box{
  text-align: center;
}
.cstm-services-box-inner img{
  margin: 0 auto;
}
.cstm-services-wrapper .swiper-button-next, 
.cstm-services-wrapper .swiper-button-prev{
  color:#000;
}
.cstm-services-wrapper .swiper-button-next:after, 
.cstm-services-wrapper .swiper-button-prev:after{
  font-size:20px;
}
#accordion-filter-v-price{
  border:none !important;
}
.collection__facets-scroller .accordion{
   border:none !important;
}
.full-width-btn{
  width:100%;
  font-size:18px;
}
.full-width-btn:hover{
  background:transparent !important;
  color:black !important;
  border:1px solid black;
}
.gre-button:hover{
  background:transparent !important;
  color:black !important;
  border:1px solid black;
} 
.supp-pop-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
}
.supp-pop-main {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: min(500px, 92vw);
    max-height: 85vh;
    width: 100%;
    border-radius: 0px;
    overflow: auto;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.supp-pop-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.supp-pop-content img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
[hidden] {
    display: none !important;
}
@media(max-width:769px){
  .cstm-services-wrapper .swiper-button-next:after, 
  .cstm-services-wrapper .swiper-button-prev:after{
    font-size:15px;
  }
  .u-page-width{
    margin:0 5px;
  } 
  .cstm-services-wrapper .swiper-button-prev{
    left:0;
  }
  .cstm-services-wrapper .swiper-button-next{
    right:0;
  }
  .cstm-services-box-inner{
    padding:0 10px;
  }
  .u-desk-collec-products{
    display:none;
  }
}
.cstm-services-wrapper .swiper-button-disabled{
  display:none;
}
@media(min-width:769px){
  .u-mob-collec-products{
    display:none!important;
  }
}
.u-mob-collec-products{
  font-size:12px;
  text-align:center;
  width: 100%;
  display: block;
}
.u-desk-collec-products{
  font-size:14px;
}
.usp-section {
  color: #333;
}

.usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usp-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.usp-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
}

.usp-text {
  font-size: 13px;
  line-height: 1.3;
}

.usp-text strong {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.usp-text span {
  font-size: 11px;
  display: block;
}
.ushipping-flag {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.doubleusp img{
  display:inline-block;
}
.doubleusps{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.doubleusp-date span{
  margin-right: 4px;
}
.doubleusp-flg{
  width:20px;
}
.doubleusp .flag{
  width:20px;
  height:20px;
}
.doubleusp{
  display:flex;
  gap:5px;
  align-items:center;
}
.doubleusps{
  border-radius: .375rem;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:8px;
}
.doubleusps span{
  font-size:12px;  
}
#cstmdate{
  font-weight:bold;
}
@media (max-width: 748px){
  .doubleusps{
    flex-wrap:wrap;
  }
}
/* custom-css */
.ptb-custom-icon{
  width:18px;
  height:18px;
  display:block;
  object-fit:contain;
}
.ptb-rule {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #e5e5e5 !important;
    border: none !important;
    margin: 14px 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
}
.ptb-wrap {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-family: inherit;
}
.ptb-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.ptb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    flex-shrink: 0;
    color: #1a1a1a;
}
.ptb-text--bold {
    font-weight: 500;
}
.ptb-text {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.3;
    flex: 1;
}
.ptb-info-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #2a2a2a;
    flex-shrink: 0;
    line-height: 1;
}
.ptb-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    font-size: 12.5px;
    line-height: 1.45;
    padding: 9px 13px;
    border-radius: 8px;
    max-width: 240px;
    white-space: normal;
    text-align: center;
    z-index: 100;
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
*, :before, :after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(var(--text-color) / .12);
}
.ptb-dot {
    position: relative;
    display: inline-flex;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}
.ptb-dot::before {
    background: #d97706;
    z-index: 1;
}
.ptb-dot::before, .ptb-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
}
.ptb-dot::after {
    background: #d97706;
    z-index: 0;
    animation: ptb-pulse 2s ease-out infinite;
}
@keyframes ptb-pulse{

  0% {
    transform: scale(1);
    opacity: 0.6;
}
70% {
    transform: scale(2.5);
    opacity: 0;
}

100% {
    transform: scale(1);
    opacity: 0;
}
}
.ptb-text--orange {
    color: #d97706;
}
.ptb-text {
    font-size: 14px;
    /* color: #1a1a1a; */
    line-height: 1.3;
    flex: 1;
}
.sof-wrap {
  background: #fff1f1;
  border: 1.5px solid #fdd;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: inherit;
}

.sof-title {
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}

.sof-sub {
  font-size: 13px;
  color: #c0392b;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .sof-wrap {
    padding: 11px 13px;
    border-radius: 8px;
  }

  .sof-title,
  .sof-sub {
    font-size: 12px;
  }
}



.video-popup-inner{
position:relative;
z-index:2;
display:flex;
align-items:center;
gap:20px;
width:100%;
justify-content:center;
height:100%;
}

.video-popup-video{
height:600px;

border-radius:10px;
background:#000;
width: 373px;
object-fit:cover;
}

.video-popup-close{
position: absolute;
    top: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8PX;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(100px);
    z-index:5;

}

.video-popup-prev,
.video-popup-next{
width:44px;
height:44px;
border-radius:10px;
border:none;
background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(100px);
cursor:pointer;
font-size:20px;
font-weight:bold;
color:white;
display:flex;
justify-content:center;
align-items:center;
position:absolute;
top:50%;
}
.video-popup-next{
  right:10px;
}
.video-popup-prev{
  left:10px;
}
.video-volume-toggle svg{
  color: white;
    fill: white;
    background: rgba(157, 157, 157, .5);
    padding: 7px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.video-volume-toggle{
  position: absolute;
   position: absolute;
    top: 10px;
     left: 10px;
}
.video-section{
  position:relative;
}
@media(max-width:768px){

.video-popup-video{
width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
}
.video-section {
    position: relative;
    height: 80%;
    width: 90%;
}

.video-popup-prev{
  z-index:5;
}
.video-popup-inner{
gap:10px;
}

}
.product-info > * + *{
   margin-block-start: 7px !important;
  margin-block-end: 12px !important;
}
.header__icon-list .header-button{
  line-height: 1.4 !important;
    min-height: 0px !important;
}
.pdp-sub-title{
  font-size:16px;
}
.specs-list-item p{
  font-size:16px;
}
.single-video-container img{
  height: 100%;
    object-fit: cover;
}
.buy-buttons .button{
  background:rgb(255 60 160) !important;

}
.buy-buttons .button:hover{
background:white !important;
color:black;
border:1px solid black;
}
.custom-new-button{
  font-size:18px;
}
.accordion__toggle{
  font-size:16px;
}
@media (max-width: 989px) {
    .footer-links-blocks {
       
        gap: 0 !important;
    }
}
@media(max-width:767px){
  .pdp-sub-title{
  font-size:14px;
}
.specs-list-item p{
  font-size:12px;
}
.shopify-section--main-product .section {
    padding-top: 0px;
}
#new-offer-block-new_offer_37xV7d .prose {
  font-size:12px !important;
}
.product-info__title.h2{
  font-size:32px;
}
.accordion__toggle{
  font-size:14px;
}
}