/** Shopify CDN: Minification failed

Line 96:11 Expected ":"
Line 416:1 Expected identifier but found "."
Line 1196:27 Unexpected ")"

**/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    letter-spacing: 0.1px;
}
ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #294A9A;
}

body {
    font-family: 'Roboto';
    overflow-x: hidden!important;
}

  img {
    -webkit-user-drag: none;  /* Disable dragging in Webkit browsers */
    user-drag: none;          /* Disable dragging in Firefox */
  }
body.template-page-faq .collapsible-content.heading-uppercase-true .accordion summary {
    text-transform: capitalize !important;
}
.sub-footer p { 
  display:none;
}
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;  /* or your brand color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; /* always on top */
}
.loader-logo {
  width: 200px;   
  height: auto;
  animation: bounce 1s infinite;

} 
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

body.loaded #site-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.container-main {
    padding: 0 120px!important;
}


/* .kaching-bundles */
.kaching-bundles .kaching-bundles__block-title:before, .kaching-bundles .kaching-bundles__block-title:after {
 
  content: unset !important;
}
.kaching-bundles .kaching-bundles__bar-radio {
border-radius: 0px !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #fff !important;
    box-shadow: 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3)) !important;
}
.kaching-bundles .kaching-bundles__bar {
    margin-bottom: 10px !important;
}
span.buckscc-money {
  font-size !important;
}
.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    box-shadow: inset 0 0 0 1px var(--bar-selected-border-color, #1e1f20) !important;
}
.kaching-bundles__bar-container {
    padding: 16px !important;
}
.kaching-bundles .kaching-bundles__bar-wrapper {
  padding:unset !important;
}
.kaching-bundles .kaching-bundles__bar-container:hover {
      box-shadow: inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3)) !important;
}
.kaching-bundles .kaching-bundles__bar-pricing {
  flex-direction: column-reverse !important; 
  font-size: 16x !important;
}
.product .kaching-bundles .kaching-bundles__bar-main {
    min-height: 0 !important;
    align-items: flex-start !important
}
.product__info-container .kaching-bundles__bar:nth-of-type(1) .kaching-bundles__bar-full-price {
  display: none !important;
}
.kaching-bundles .kaching-bundles__bar-content {
  align-items: flex-start !important;
}
.kaching-bundles .kaching-bundles__bar-price {
  font-weight: 500 !important;
}
.kaching-bundles .kaching-bundles__bar-label {
  border: none!important;
  padding: 0 8px!important;
  background: #f9f1f1!important;
  color: #991c1e!important;
  font-weight: 400 !important;
}
.kaching-bundles__bar-subtitle {
    font-size: 14px!important;
    line-height: 16px!important;
    margin-top: 8px!important;
    color: #991c1e !important;
    font-weight: 400 !important;
}
.kaching-bundles__bar-full-price span.buckscc-money{
    font-size: 16px!important;
    line-height: 16px!important;
    margin-top: 8px!important;
    /* color: #991c1e !important; */
    font-weight: 400 !important;
}
.kaching-bundles__bar-price span.buckscc-money {
  color: #991c1e !important; 
}
.cart-drawer .side-panel-footer .button ,.button-uppercase-true .button, .button-uppercase-true input[type=submit] {
  background:#294A9A!important;
  color: #ffffff !important;
} 
.button:hover {
  color: #294A9A !important;
}

/* .kaching-bundles */


.social-links svg {
    width: 28px !important;
    height: auto;
}



/* topbar */
.announcement-bar--carousel .flickity-nav {
  display: none !important;
}
.announcement-bar {
  padding: 10px 0 !important;
  background: #294A9A !important;
}
.announcement-bar--item {
  letter-spacing: 0px !important;
  font-size: 12px;
  font-weight: 600;
}
.announcement-bar--carousel .carousel .flickity-viewport:before, .announcement-bar--carousel .carousel .flickity-viewport:after {
  content: unset !important;
}
/* topbar */

/* header */
.header .full-menu {
    border-top: 1px solid #ebeced;
    margin-top: 13px;
}
.header .thb-full-menu > li > a {
    font-size: 15px;
    color: #1e1f20;
    font-weight:600 !important;
    text-decoration: none;
    letter-spacing: 0;
}
.header > .row > .columns {
    padding-top: 13px !important;
    padding-bottom: 6px!important;
}
.header .thb-full-menu {
    padding-top: 6px;
}
.mega-menu-columns__heading {
    font-weight:500!important;
    font-size: 15px!important;
    text-transform: uppercase;
}
.thb-full-menu .sub-menu .thb-full-menu--link {
  text-transform:capitalize !important;
}
.template-page-about-reinvent .section-rich-text .rich-text {
    padding-bottom: 40px;
}
.header {
    background-color: #FFFFFF;
    color: #294A9A;
}
.header .row {
   padding: 0 120px !important;
}
.header .logolink {
    margin: 0!important;
    font-size: 50px;
    font-weight:600!important;
    text-transform:uppercase;
    text-decoration: none;
    color:#294A9A;
    top:0px;
    z-index:99;
}
.thb-quick-search span {
    font-size: 16px;
    line-height: 20px;
    color: #294A9A;
    margin-left: 20px;
    font-weight:400 !important;
}
.thb-full-menu li.menu-item-has-children>a {
    padding-right:0px !important;
}
.thb-quick-search { 
    text-decoration: none !important;
}
.thb-header-right img {
    width: 18px;
    height: 18px;
}
.thb-full-menu li.menu-item-has-children>a svg {
    display:none;
}
.thb-full-menu>li {
    padding: 0px 16px !important;
}
.row.full-width-row {
    padding: 0px 120px;
}
.thb-full-menu > li:nth-child(7) a{
  /* color: #991C1E ; */
  color: #294A9A;
}

/* .thb-full-menu > li:nth-child(7):before {
        position: absolute;
        content: "";
        background-image: url('/cdn/shop/files/price-tag_2_1.png?v=1756973171');
        background-repeat: no-repeat;
        background-size: cover;
        width: 15px;
        height: 15px;
        right: 78px;
        top: 13px;
} 
.thb-full-menu > li:nth-child(7) {
    position:relative;
    margin-left: 15px;
} */

/* header */

/* footer */
.footer {
  background:#294A9A !important;
}
.footer p {
     font-size: 13px !important;
     line-height: 22px !important;
     overflow: hidden;
     margin-bottom: 10px;
     letter-spacing: 0;
     font-weight:400 !important;
}
.footer .thb-widget-menu li a {
     font-size: 13px !important;
     line-height: 20px !important;
     overflow: hidden;
     margin-bottom: 10px;
     font-weight:400 !important;
}
.footer button.submit {
     background: #ffffff;
     max-height: 41px;
}
.footer .row {
    padding: 0;
}
.footer .medium-3 {
    flex: 0 0 20% !important;
}
.footer .large-2 {
        flex: 0 0 20% !important;
}
footer .row {
  justify-content: space-between;
}
.footer .thb-widget-title {
    font-size: 14px!important;
    line-height:20px!important;
    letter-spacing: 0!important;
    text-transform: uppercase;
    color: #fff9!important;
    font-weight: 500!important;
    letter-spacing: 0;
    margin-bottom: 30px!important;
    
}
.footer .container-main div.small-12:nth-child(2) {
    padding-left: 100px !important;
}
.footer .container-main div.small-12:nth-child(3) {
    padding-left: 50px!important;
}
.footer .container-main div.small-12:nth-child(4) {
    padding-left: 0px!important;
}
.footer .signup-container input {
    padding: 5px 17px;
    height: 41px;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight:400 !important;
    border: 1.5px solid #fff!important;
}
.footer .field label {
    top: -3px;
}
.footer {
    padding: 65px 0px 20px 0px !important;
}
.sub-footer {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 0px !important;
}
.sub-footer p {
    text-align: center;
    font-size: 13px !important;
    line-height: 24px !important;
    color: #ffffff!important;
    opacity: unset!important;
}
.footer .signup-container button svg path {
    stroke: #000000 !important;
}
.footer .widget img {
    width: 22px;
}
.social-links li a {
    width: 40px;
    height: 40px;
}
.social-links {
    padding-top: 20px !important;
}

/* footer */
.thb-full-menu > .menu-item-has-children.menu-item-has-megamenu:nth-child(4) .sub-menu.mega-menu-container {
    padding: 35px 606px 35px 609px !important;
}
.thb-full-menu > .menu-item-has-children.menu-item-has-megamenu:nth-child(2) .sub-menu.mega-menu-container {
    padding: 35px 606px 35px 609px !important;
}
.thb-full-menu > .menu-item-has-children.menu-item-has-megamenu:nth-child(3) .sub-menu.mega-menu-container {
   padding: 35px 606px 35px 609px !important;
}
.thb-full-menu > .menu-item-has-children.menu-item-has-megamenu:nth-child(6) .sub-menu.mega-menu-container {
   padding: 35px 606px 35px 609px !important;
}
.thb-full-menu > .menu-item-has-children.menu-item-has-megamenu:nth-child(5) .sub-menu.mega-menu-container {
  padding: 35px 606px 35px 609px !important;
}
.wf-wishlist {
  width: unset !important;
  margin:unset !important;
}

 ul.mega-menu-columns li ul li a{
     font-size: 14px!important;
     line-height: 20px !important;
     font-weight: 400 !important;
     text-transform:capitalize !important;
}
.mega-menu-promotion img {
    width: 286px!important;
    height: 100%!important;
}
  .thb-full-menu .mega-menu-columns {
      grid-column-gap: 20px !important;
      padding: unset !important;
  }
  .sub-menu.mega-menu-container {
    padding: 35px 260px !important;
  }

..mega-menu-promotion {
  padding: 40px !important;
}
/* homepage first section */

/* .slideshow__slide-content {
    padding: 70px 0 70px 345px !important;
} */
.slideshow__slide-inner {
    padding-bottom: 0px !important;
    padding-top:0px !important;
}
p.split-text.description-size--small {
    font-size: 18px;
    font-weight:400 !important;
    line-height: 24px;
    color: #000000 !important;
}
.slideshow__slide .button {
    margin-top: 50px !important;
    padding: 0px 50px;
    height: 42px;
    width: 190px;
    color: #fff;
    background:#294A9A;
    font-weight:400 !important;
}
.button.white:before {
  background: #ffffff;
}
.button.white:hover, input[type=submit].white:hover {
    color: #000000 !important;
    border:1px solid #294A9A !important
}
.slideshow__slide-content h1 {
    font-size: 42px !important;
    line-height: 50px;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: center;
    margin-bottom: 43px;
    color: #000000 !important;
}
.slideshow__slide-content .h1-large{
    font-size: 42px !important;
    margin-bottom: 0px;
    line-height: 58px;
    letter-spacing:0px;
    color: #000000 !important;
}
.slideshow__slide-content--heading {
   font-size: 42px !important;
    margin-bottom: 0px;
    line-height: 49px;
    letter-spacing:0px;
    margin-bottom: 43px;
    color: #000000 !important;
}
/* .slideshow__slide--index-2 .slideshow__slide-content--heading{
    color: #992e2e;
    font-size: 100px;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
} */

.slideshow__slide--index-3 .slideshow__slide-content {
    padding: 70px 0 70px 0px !important;
}
/* .slideshow__slide--index-2 .button {
    background: #992e2e;
    color:#ffffff;
}
.slideshow__slide--index-2 .button:hover {
    background: #ffffff!important;
    border:1px solid #992e2e!important;
    color:#992e2e!important;
}
.slideshow__slide--index-2 .button:before {
    background: #ffffff;
} */

/* .slideshow__slide--index-2 p {
    color: #0000ffffff00;
    font-size: 18px;
    line-height: 22px;
} */
p.subheading {
    font-size: 18px;
    letter-spacing:0px;
}
/* .slideshow__slide--index-2 p.subheading {
    color: #ffffff;
    text-transform: capitalize;
     font-weight: 400 !important;
} */
.button span {
    font-size: 16px;
    line-height:16px;
    letter-spacing:0px;
    font-weight: 400 !important;
}
.button.white:hover, input[type=submit].white:hover {
    color: #fff;
    border-color: #ffffff;
}
.header-heart-position .count-span {
    position: absolute;
    bottom: -4px;
    right: -2px;
}
.thb-secondary-area .thb-item-count {
    width: 15px !important;
    height: 15px !important;
    top: -6px !important;
    right: -5px !important;
    background: #991c1e !important;
    border-radius: 50%;
    animation: softPulse 2.2s infinite linear;
}

/* Soft linear pulse */
@keyframes softPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(153, 28, 30, 0.35);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 8px 6px rgba(153, 28, 30, 0.15);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(153, 28, 30, 0.35);
    }
}


.row  .products.carousel.row {
  margin-left:0px !important;
  margin-right: 0px !important;
 }
.up-to-span {
    display: flex;
    flex-flow: column;
    font-size: 40px;
    line-height: 40px;
    font-weight:700 !important;
}
.collection-grid {
    grid-gap: 16px!important;
}
.row .columns {
    padding: 0 8px !important;
}
.add_to_cart_holder {
    margin-bottom: 10px;
}
.section-slideshow .row .columns {
  padding: unset !important;
}
/* .section-blog-posts .row.full-width-row {
    padding: 0px 120px !important;
} */
.footer .row { 
  max-width:unset !important;
}
.product-form {
    margin-top: 15px !important;
}
.section-slideshow .row.full-width-row {
  max-width:unset;
}
.blog-posts .row.full-width-row.no-padding {
    padding: unset !important;
}
.collection-card__image.media-aspect-portrait {
  padding-bottom: 140% !important;
}
.collection-card {
  border-radius: 0px!important;
}
.collection-card__link svg {
  display: none;
}
.collection-grid__carousel .flickity-nav.flickity-prev {
    left: -54px !important;
}
.collection-grid__carousel .flickity-nav.flickity-next {
    right: -54px !important;
}
.collection-card__link {
  background: unset !important;
  color: #fff!important;
  text-decoration: underline!important;
  font-weight: 400 !important;
  font-size: 20px!important;
}
.section-collection-list .section-spacing {
  margin-bottom: 0px !important;
  margin-top:64px !important;
}
.section-header h2 {
    font-size:32px;
    font-weight:600 !important;
    color: #294A9A;
}

.multicolumn__image {
  margin-bottom: 0px !important;
}
.multicolumn__column h4 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  font-size: 18px !important;
  line-height: 14px;
  font-weight: 600 !important;
  color: #294A9A;
}
.multicolumn__column p {
  font-size: 12px !important;
  line-height: 20px !important;
  overflow: hidden;
  font-weight:400 !important;
  margin-bottom: 10px;
  color: #1E1F20;
}
.multicolumn__column {
  margin-bottom: 0px !important;
}
.section-header h2 {
  text-transform: uppercase;
}

.review-carousel {
  display: flex;
  justify-content: center;
}
.review-slider-wrapper {
  background: #f3f3f3;
  padding: 60px 0;
}
.review-slider-wrapper .container-main {
    padding-left: 112px;
    padding-right: 0px !important;
} 
.review-carousel .review-slide {
    padding:0px;
    margin:0px;
  box-sizing: border-box;
}
.review-slider-wrapper h2 {
    text-align: center;
}
.review-card {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 30px;
  align-items: center;
}
.review-card p {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight:400 !important;
  margin-bottom: 10px;
  color: #1E1F20;
  min-height: 182px;
}
h1.product-title {
    padding-top: 12px;
    padding-bottom: 0px;
}
.review-left {
    width:60%;
}

.review-right {
width:40%;
text-align: center;
}

.review-right img {
  max-width: 100%;
    height: 250px; 
    object-fit: cover;
}

.review-author ,.review-link {
font-size:14px;
line-height:16px;
letter-spacing:0px;
margin-bottom: 15px;
font-weight:400;
text-decoration:underline;
}

.stars {
  font-size: 18px;
  color: #000;
}

.review-scrollbar {
    width: 75%;
    height: 2px;
  background: #ddd;
    margin-top: 45px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.review-scrollbar .review-progress {
  height: 100%;
  background: #000;
  width: 0%;
  transition: width 0.3s linear;
}
.review-carousel .owl-nav {
  position: absolute;
    bottom: -24%;
  right: 15%;   /* place on right */
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.review-carousel .owl-nav button {
  background: #ffffff !important;
  color: #294A9A!important;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
   z-index: 20;
   position:relative;
}


.logo-list__inner {
    grid-template-columns: repeat(var(--logo-columns), minmax(100px, 265px))!important;
    grid-gap: 80px !important;
}
.logo-list {
    max-width: unset!important;
    padding:0px 120px!important;
}
.blog-post .featured-image {
  margin-bottom: 15px !important;
}
.blog-post h5 {
  margin-bottom: 8px !important;
}
.blog-post h5 a {
  font-size: 18px !important;
  line-height: 18px;
  color:#294A9A;
  font-weight:600 !important;
  word-break: break-word;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  
}

.post-excerpt p {
    font-size: 12px !important;
     line-height: 20px !important;
     overflow: hidden;
     font-weight: 400 !important;
     margin-bottom: 10px;
     color:#1E1F20;
}
a.text-button.read-more {
    text-transform: uppercase !important;
     font-size: 15px!important;
     line-height: 10px!important;
     font-weight:400 !important;
     height: unset;
     color: #1E1F20!important;
     text-decoration: underline!important;
}
.blog-post {
    margin-bottom: 0px !important;
}
.section-logo-list {
  background: #f3f3f3;
}
.blog-post .section-spacing {
  margin-top: 68px;
  margin-bottom: 68px;
}
.text-with-icons.heading-small h6 {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 18px;
    font-weight:700 !important;
    color:#294A9A;
}
.text-with-icons {
   padding: 64px 0px !important;
}

.text-with-icons__block-content p {
 font-size: 12px !important;
  line-height: 18px !important;
  font-weight:500 !important;
  text-decoration:underline;
  color: #1e1f20;
}
.text-with-icons__block-content p a{
  color: #1e1f20;
}
.text-with-icons__inner {
  grid-gap: 40px 45px !important;
  padding:unset !important;
}
.text-with-icons.icon-columns-4 .text-with-icons__inner {
    grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
}

/* product grid */
.product-card .product-card--featured-image-link {
  padding-bottom: 590px !important;
}
.products.carousel.flickity-enabled {
  overflow: hidden !important;
}
.has--tabs {
  display: none;
}
.collection-tabs__list-link:after {
  content: unset !important;
}
.collection-tabs__list span {
  display: none;
}
.collection-tabs__list-link {
    font-size: 16px!important;
    line-height: 16px!important;
    font-weight:500 !important;
    padding: 0 10px 18px !important;
    color: #1e1f20!important;
    opacity:1 !important;
 
}
.collection-tabs__list:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 2px;
}
.collection-tabs__list-link.active{ 
    border-bottom: 4px solid #1e1f20;
    z-index:10 !important;
}
.custom.collection-tabs h2{
    margin-bottom: 20px;
}

.product-card .product-card-quickview--button span {
    font-size: 16px !important;
    letter-spacing: 2px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
}
.product-card__hover-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card:hover .product-card__hover-video {
  display: block;
}
.product-card-swatches--container.no-js-hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.product-card-swatches--container {
  margin-top: 8px !important;
}
.product-card-vendor {
    display: none;
}
a.product-card-title {
    font-weight: 400 !important;
    text-decoration: none;
    color: #294A9A;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 20px!important;
    margin-top: 0px !important;
    text-transform:capitalize !important;
    margin-bottom: 8px;
}
.product-card-swatches {
    position: unset!important;
    transform: unset!important;
}
.product-card:hover .product-card-swatches--title {
    transform: unset !important;
}
.product-card .product-card--featured-image {
    margin-bottom: 0px !important;
}
.product-card .product-card--featured-image {
    margin-bottom: 10px !important;
}
.template-collection .sidebar-container .products.collection.row {
    padding: 0 10px;
}
.price {
    font-size: 14px;
    font-weight: 400 !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
   color:#1E1F20;
}
.price del+ins {
    margin-left: 0px!important;
}
.price .amount.discounted {
  color: #991C1E !important
}
.price del .amount {
    padding-left: 10px !important;
}
.price del .amount {
    opacity: 0.7 !important;
}

/* collection page */
.template-collection .text-with-icons {
    padding: 45px 0 !important;
}
.template-collection h2.collection-heading {
    padding-bottom: 30px;
    color:#294A9A;
    font-weight: 600;
    text-transform: uppercase;
}
.template-collection .text-with-icons__block-content p {
  text-decoration: none;
}
.template-collection .text-with-icons.icon-left .text-with-icons__icon {
    margin-right: 15px;
}
.template-collection .text-with-icons.icon-medium .text-with-icons__icon {
    height: 60px;
    width: 60px;
}
/* .template-collection .text-with-icons__block:nth-child(2) .text-with-icons__icon {
    height: 40px;
    width: 40px;
} */

.template-collection .text-with-icons__block {
    justify-content: center;
}
.template-collection .text-with-icons.icon-columns-3 .text-with-icons__inner {
    grid-template-columns: repeat(3, minmax(200px, 200px));
}
.facets--bar .thb-filter-sort-count .thb-filter-sort {
    display: none;
}
.facets--bar .facets-toggle {
    display: inline-flex !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1px !important;
    color: #1E1F20 !important;
    border: 1px solid #DCDCDC;
    padding: 10px 15px;
    width: 172px;
    font-weight:400 !important;
    margin-right: 0px !important;
}
.cart-drawer__empty-cart img.responsive-img {
    width: 18px;
    height: 18px;
}
.template-collection .row.full-width-row {
  padding: 0 64px!important;
}
.template-collection .products.collection.row {
    row-gap: 18px!important;
}
.template-collection #product-grid .column {
  padding-right: 9px !important;
  padding-left: 9px!important;
  row-gap: 48px;
}
.facets--bar .facets__form {
  align-items:center;
}
.thb-filter-count .facets__label {
  font-size: 14px !important;
  line-height:18px;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-weight:400 !important;
}


.list-view__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #DCDCDC;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}

.list-view__item svg {
  width: 18px;
  height: 18px;
}
.grid-toggle.list-view {
    margin-left: 20px;
}
.list-view__item.active {
  background: #fff;
  border-color: #DCDCDC;
  color: #294A9A;
}
.template-collection .product-card .product-card--featured-image-link {
    padding-bottom: 570px !important;
}
.badge {
  background:#1E1F20 !important;
  border-radius:0px !important;
  color: #ffffff!important;
  font-size:12px!important;
  font-weight:400 !important;
  height:21px !important;
}
.btn-left {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    z-index:11;
}
span.product-tag-new {
  text-transform: uppercase !important;
    position: relative !important;
    z-index: 10 !important;
}
.product-dis {
    position: relative !important;
    z-index: 10!important;
    margin-left: 8px!important;
}
span.badge.product-discount{
height: 23px !important;
}
.product-card--badges.left {
  left: 54px!important;
  top: 0px !important;
}

.product-card--badges.top{
    margin-top: 9px;
    margin-left: 6px;
}

.template-collection .section-spacing-bottom {
    margin-bottom: 30px !important;
}
.flex-btn-custom {
     position: absolute!important;
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
}
.wishlist {
    position: relative!important;
    right: 0!important;
    top: 0!important;
    z-index: 99!important;
    float: right!important;
    display: flex!important;
    width: 35px!important;
    justify-content: flex-end!important;
    margin-top: 10px!important;
    margin-right: 10px!important;
}
.wishlist img {
    position: unset!important;
    width:17px !important;
    height:17px !important;
    fill: #838383 !important;
}
.template-collection .rich-text__inner p {
    max-width: 872px;
    font-size: 14px !important;
    line-height: 26px;
    opacity: .6;
    font-weight: 400 !important;
    color:#1E1F20;
}
.readmore-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;
  transition: all 0.3s ease;
}

.readmore-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.readmore-btn {
  display: inline-block;
  font-size: 16px !important;
  line-height: 20px;
  opacity: .6;
  font-weight: 500 !important;
  color:#294A9A;
  cursor: pointer;
  text-decoration:underline;
  
}

.template-collection .medium-up-2 .product-card .product-card--featured-image-link {
    padding-bottom: 1160px !important;
}
.template-product .row.full-width-row {
  padding: 0px 190px !important;
}
.template-product .thb-product-detail .row.full-width-row , .section-breadcrumbs {
padding: 0px 380px !important;
}
.breadcrumbs {
  padding: 24px 0px 12px 8px !important;
  font-size: 12px!important;
  line-height:14px!important;
  letter-spacing:0px!important;
   color:#1e1f20 !important;
}
.breadcrumbs a{
  text-decoration:none!important;
  text-transform: capitalize!important;
  font-weight:400 !important;
}
.breadcrumbs a:first-child() {
  color: #294A9A !important;
}

.template-product .product-image-container.product-image-container--thumbnails scroll-shadow {
   overflow-x: auto !important;
    flex-wrap: nowrap!important;
    margin: 0;
    position: unset;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
#Product-Thumbnails:active { 
  cursor: grabbing; 
}
.template-product .product-image-container.product-image-container--thumbnails scroll-shadow::-webkit-scrollbar{
  display:none !important;
}
.product-image-container.product-image-container--thumbnails {
    position: sticky !important;
    top: 180px !important;
}
.template-product .product-image-container.product-image-container--thumbnails .product-thumbnail-container {
    gap: 10px;
    grid-auto-flow: column !important;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    margin-top: 13px;
}
.template-product .product-image-container.product-image-container--thumbnails {
    padding-left: 0px;
}

.product-title-container h1{
    word-break: break-word;
    font-size: 22px !important;
    letter-spacing: 0;
    font-weight: 600!important;
    line-height: 25px !important;
    color: #294A9A!important;
    margin: unset !important;
    padding-top:5px !important;
}
.product-grid-container {
    display: grid !important;
    grid-template-columns: repeat(2, calc((100% - 2.083333333333333vw) / 2)) !important;
    grid-column-gap: 2.083333333333333vw !important;
}
body.outlook-open {
    overflow: hidden;
}
.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

body.outlook .sidebar-backdrop {
    display: block;
}

p.product-custom-seo {
    padding: 8px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #a8aaae;
    width: 100%;
    margin: 0;
    letter-spacing: -.05px;
    font-weight:400 !important;
}
.thb-product-detail .product-price-container .badges {
  display: none !important;
}
.thb-product-detail .product-price-container .price {
  flex-direction: row!important;
  font-size: 18px!important;
  line-height: 20px!important;
  color:#1E1F20;
  font-weight:500 !important;
  margin-top: 8px;
}
.thb-product-detail .price del .amount {
  padding-left: 0px !important;
}
.thb-product-detail .product-price-container .price .amount.discounted {
      margin-left: 10px;
}

.sale-words p, .sale-words a {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 12px;
    color: #991c1e;
    text-decoration: none;
    background: #f9f1f1;
    display: inline;
}
.sale-words p {
    padding: 8px 8px 8px 12px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sale-words {
    margin-top: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebeced;
}

.side-panel-links img {
    width: 55px;
    height: 55px;
}
.text-button:before {
  content: unset !important;
}
.variations .product-form__input--color input[type=radio]+label {
  margin-bottom: 8px !important;
}
/* .side-panel-links button[data-id="2"] img {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 10px;
} */
.fit-section {
  border-bottom: 1px solid #ebeced;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #ebeced;
  padding-top:12px;
}

  .fit-label {
    font-size: 12px;
    font-weight:500 !important;
    color: #1E1F20;
    display: block;
  }

  .fit-selector {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .selected-fit {
    font-size: 12px;
    font-weight:500 !important;
    color: #1E1F20;
    padding: 5px 17px;
    border: 1px solid #1E1F20;
  }

  .fit-tooltip {
    display: none;
    position: relative;
    background: #ebeced;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
  }
  

  .fit-tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight:500 !important;
    padding-bottom: 5px !important;
  }

  .fit-close {
    cursor: pointer;
    font-size: 16px;
  }

  .fit-description {
    font-size: 12px;
    letter-spacing: 0;
    color: #1E1F20;
    font-weight:400 !important;
    margin: 0;
    line-height: 1;
    display:flex!important;
    gap: 12px;
  }
  .product-form__input .form__label {
    font-size: 12px!important;
    letter-spacing: 0px !important;
    color: #1E1F20 !important;
    margin: 0;
    font-weight: 500 !important;
  }
.product-form__input .form__label__value {
    padding-left: 5px !important;
}
.fit-info-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}
  
.thb-product-detail .product-title-container {
    margin-bottom: 12px !important;
}
.fit-icon-image {
    width: 80px;
    height: 100%;
}

  .first-div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.product-form__input--color label {
    border-radius: 50%;
    margin-right: 7px;
}
.variations .product-form__input--color input[type=radio]+label:after {
    top: 5px !important;
    left: 5px!important;
    right: 5px!important;
    bottom: 5px!important;
}
.variations .product-form__input--color input[type=radio]+label {
    width: 35px!important;
    height: 35px!important;
}
.variations .product-form__input--color {
    border-bottom: 1px solid #ebeced;
    padding-bottom: 12px;
}
.color-notes-wrapper {
  margin-top: 10px;
  position: relative;
  font-family: inherit;
}

.color-notes-toggle {
  font-size: 12px;
  color: #1E1F20;
  text-decoration: underline;
  font-weight:400 !important;
  cursor: pointer;
  margin-left: 10px;
  text-transform:capitalize !important;
}

.color-notes-box {
  background-color: #ebeced;
  padding: 15px 20px;
  border: 1px solid #ccc;
  margin-top: 10px;
  font-size: 18px;
  display: none;
  position: relative;
}

.color-notes-box ul {
  margin: 0;
  padding-left: 18px;
}

.color-notes-box li {
  font-size:12px;
  line-height:18px !important;
  font-weight:400 !important;
  list-style: disc;
  padding-bottom: 5px;
}

.close-notes {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.form__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__label__value {
  margin-left: 4px; 
}

.color-notes-wrapper {
  margin-left: auto;
}
.color-notes-wrapper {
  font-size: 16px;
  margin-top: 0;
}


.product-information .accordion summary {
  font-size: 16px!important;
  line-height:18px !important;
  font-weight:500!important;
  color:#1E1F20 !important;
  padding: 13px 40px 13px 24px !important;
  position:relative;
}
.accordion .accordion__content {
  font-size: 14px !important;
  line-height:16px !important;
  font-weight:500!important;
  color:#1e1f20 !important;
}
.product-information .accordion summary::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  /* filter: brightness(0) saturate(100%) invert(27%) sepia(71%) saturate(683%) hue-rotate(185deg) brightness(95%) contrast(95%); */
}

/* Select the first accordion's summary */
.product__accordion.accordion:nth-of-type(1) summary::before {
  background-image: url('/cdn/shop/files/tshirt.png?v=1757505127');
}

/* Second */
.product__accordion.accordion:nth-of-type(2) summary::before {
  background-image: url('/cdn/shop/files/leaf.png?v=1757505127');
}

/* Third */
.product__accordion.accordion:nth-of-type(3) summary::before {
  background-image: url('/cdn/shop/files/heart.png?v=1757505127');
}

/* Fourth */
.product__accordion.accordion:nth-of-type(4) summary::before {
  background-image: url('/cdn/shop/files/delivery-truck.png?v=1757505127');
}

.oke-stars, .oke-stars .oke-stars-foreground, .oke-stars .oke-stars-background, .oke-stars-foreground svg, .oke-stars-background svg{
  height:16px !important;
}

.thb-product-detail .star-rating-container {
  display: none !important;
}
.product-information .oke-sr-count span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400 !important;
}
.thb-product-detail {
    padding-bottom: 96px;
}
.product-information .side-panel-links--link:hover .text-button:after{
content:unset !important;

}
.product-information .side-panel-links--link {
  flex-flow: column!important
}
.product-information .side-panel-links {
    justify-content: space-around !important;
    display: flex !important;
    column-gap: 30px!important;
    margin-bottom:0px !important;
    padding-bottom:30px !important;
}
.product-information .side-panel-links--link .text-button {
    margin-right: 0;
    font-size: 12px!important;
    line-height: 18px!important;
    font-weight: 400!important;
    padding: 8px 0 0!important;
    text-align: center!important;
    text-decoration:none!important;
}
.template-product .section-image-with-text {
    background: #294A9A;
}

.custom-product-info {
  background: #1a1a1a;
  color: #fff;
  padding: 70px 0px;
}

.custom-product-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 85px;
  padding: 0px 198px;
  margin: 0 auto;
}

.custom-product-info-media {
     width: 55%;
}

.custom-product-info-media img,
.custom-product-info-media video {
  width: 100%;
}

.custom-product-info-text {
    width: 45%;
}

.custom-product-info-text h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color:#ffffff;
  font-weight:500 !important;
  line-height:34px;
}

.custom-product-info-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.custom-product-info-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 18px;
}

.custom-product-info-text ul li {
 font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight:400 !important;
  list-style: disc;
}
.product-recommendations .product-card .product-card--featured-image-link {
    padding-bottom: 485px !important;
}
.product-card .star-rating {
  display:none;
}


.okeReviews[data-oke-container].oke-w, div.okeReviews.oke-w {
  max-width:unset !important;
}
.template-product .rich-text__inner h3.h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #294A9A;
}
.oke-w-header .oke-w-header-content {
    background: #f2f2f2!important;
    padding: 32px 9.583333333333334vw!important;
    box-sizing: border-box!important;
    width: 100%!important;
    margin-right: 0!important;
    display: grid!important;
    grid-template-columns: auto 1fr 1fr!important;
    grid-column-gap: 8.75vw!important;
    align-items:center;
}
.oke-w-header-content-block {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.okeReviews .oke-w-header .oke-w-header-content-block--oneThird {
    width: 100% !important;
}
.okeReviews .oke-w-header .oke-w-header-content-block--oneThird:first-of-type {
    width: 190px !important;
}
.oke-w-ratingAverageModule-rating-average {
    font-size: 28px !important;
    font-weight:500 !important;
    line-height: 28px;
    margin-right: 12px !important;
}
.oke-w-ratingAverageModule-count {
  font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #294A9A!important;
    white-space: nowrap;
}
.oke-w-ratingAverageModule--oneLine {
  flex-flow: column;
}
.okeReviews[data-oke-container] .oke-w-review-side, div.okeReviews .oke-w-review-side {
  background: unset !important;
  border: unset !important;
}
.okeReviews[data-oke-container] .oke-reviewContent-title, div.okeReviews .oke-reviewContent-title {
    font-size: 16px !important;
    line-height: 16px;
    margin-top: 16px !important;
    font-weight: 400 !important;
}
.okeReviews[data-oke-container] .oke-w-reviews-writeReview, div.okeReviews .oke-w-reviews-writeReview {
  margin-left: unset !important;
}
.oke-w-reviews-count {
  display: none !important;
}
.okeReviews[data-oke-container] .oke-w-reviews-head, div.okeReviews .oke-w-reviews-head {
  margin-top:30px;
  margin-bottom: 0px !important;
}
.okeReviews[data-oke-container] label {
  display: none !important;
  line-height: 16px;
  font-weight: 500 !important;
}
div.okeReviews select {
  margin: unset;
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 500 !important;
}
.oke-sortSelect-sort {
  border: 1px solid #e5e5eb !important;
    appearance: none;     
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;   
    font-size: 18px;       
    height: 40px;         
    background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 20px 20px;  
}
.okeReviews[data-oke-container] .oke-w-reviews-controls, div.okeReviews .oke-w-reviews-controls {
  justify-content: end !important;
}

.oke-w-reviews {
    position: relative;
    margin-top: 40px;
}
.okeReviews[data-oke-container] .oke-w-reviews-head, div.okeReviews .oke-w-reviews-head {
    position: absolute;
    top: -30px;
    left: 0;
}

.single-add-to-cart-button {
  background:#294A9A!important;
  color: #ffffff!important;
  border-color: #294A9A!important;
}
.single-add-to-cart-button:hover, input[type=submit]:hover {
    color: #294A9A!important;
    border:1px solid #294A9A !important;
}
.logolink.text-logo:hover, .logolink.text-logo:focus {
  color: #294A9A!important;
}
.template-page-contact .row.full-width-row{
  padding: 40px 178px 96px !important;
}
.template-page-contact .text-size-regular p {
  font-size:16px;
  line-height:18px;
  font-weight:400 !important;
  letter-spacing:0px;
  color: #000000;
  padding-bottom: 8px;
}
.template-page-contact .rich-text__inner h3 {
    color: inherit;
    text-align: center;
    font-size: 32px;
    font-weight:500 !important;
    letter-spacing: 0;
    line-height: 35px;
}
.template-page-contact .rich-text .rte {
  margin-bottom:0px;
}
.template-page-contact .rich-text__inner {
  padding:unset!important;
}

.blog-header__tags {
  margin-bottom: 0px !important;
}
.blog-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-header__inner {
  padding:0px !important;
}
.blog-header__inner h1 {
    line-height: 1;
    font-size: 40px;
    line-height: 44px;
    font-weight:400 !important;
    color : #1E1F20;
}
.blog-header__tags a:hover, .blog-header__tags a.active {
    color: #1E1F20 !important;
    background: unset !important;
    border-bottom: 1px solid #1E1F20 !important;
    border-radius:unset !important;
}
.blog-header__tags {
  font-size:16px!important;
  line-height: 18px!important;
}
.blog-header__tags a { 
  border: unset !important;
  border-radius:unset !important;
  font-weight:400!important;
  color: #1E1F20 !important;
  height: 17px !important;
  font-size:16px!important;
  line-height: 18px!important;
  text-transform:capitalize !important;
}
.blog-header {
  padding-top: 52px;
  padding-bottom: 25px;
  color:#1E1F20 !important;
}
.blog-header-section .row {
  max-width: unset !important;
  padding:0px 178px !important;
}
.blog-section .row {
  max-width: unset !important;
  padding:0px 178px !important;
  display: flex;
  row-gap: 65px;
}
.blog-section .post-excerpt p {
  font-size:14px !important;
  line-height: 22px !important;
  color:#1E1F20 !important;
}
.blog-post .post-meta {
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 18px!important;
  color: #1E1F20!important;
  opacity: unset !important;
}
.template-blog .blog-post a.text-button.read-more {
  text-transform:capitalize !important;
}
a.text-button.read-more:hover {
text-decoration: none !important;
border-bottom: unset !important;
}
.blog-section .row .columns {
    padding: 0 12px !important;
}
.blog-post h5 {
    margin-bottom: 16px !important;
    color:#1E1F20 !important;
}
.post-content p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #1e1f20;
    padding-bottom: 10px;
}
.blog-post-detail .post-title .entry-title {
    line-height: 35px;
    font-weight: 700;
    font-size: 32px;
    color:#1E1F20 !important;
}
.post-content h2 ,.post-content h3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    color:#1E1F20 !important;
}
.post-content h2, .post-content h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    color:#1E1F20 !important;
}
.blog-post-detail .featured-image {
    margin-bottom: 25px !important;
}
.blog-post-detail--wrapper .row {
    max-width: 825px;
    padding: unset;
}
.blog-post-detail .post-excerpt p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #1E1F20!important;
        margin-bottom: 15px;
}
.blog-post-detail .post-content p+h2 , .blog-post-detail .post-content p+h3{
  margin-top: 0px !important;
}
.blog-post-detail .post-excerpt-container .post-excerpt {
  max-width: unset !important;
}
.blog-post-detail .post-title {
    margin-bottom: 25px !important;
}
.blog-post-detail .post-title .entry-title {
    margin-bottom: 19px!important;
    color:#1E1F20 !important;
}
.blog-post-detail .post-content {
    margin-bottom: 70px !important;
}
.blog-post-detail p strong {
 margin-bottom: 4px !important;
 color:#1E1F20 !important;
}
.post-content ul {
    padding-left: 6px;
    margin-bottom: 15px;
}
.post-content li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 12px;
    color:#1E1F20 !important;
}
.blog-post-detail p strong {
    margin-bottom: 4px !important;
    font-size: 18px;
    line-height: 22px;
    color:#1E1F20 !important;
}
.post-content li p {
    margin-bottom: 5px;
    color:#1E1F20 !important;
}
.share-article {
    display: flex !important;
    align-items: center!important;
    text-align: center!important;
    justify-content: center!important;
    margin-bottom: 0px !important;
}
.share-article label {
  margin-bottom: 0px !important;
}
.share-article .social {
    margin-right: 40px!important;
    width: 40px!important;
    height: 40px!important;
}
.share-article svg {
    height: 32px!important;
}
.social-share label {
  font-size: 24px !important;
}
.social-share {
    padding: 64px 0!important;
    border-top: 1px solid #EBECED!important;
    border-bottom: 1px solid #EBECED!important;
}
.article-navigation {
  margin-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #eee;
 color:#1E1F20 !important;
 display:flex !important;
}
.bottom-blog-wrap, .blog-post-products  {
    padding: 0px 170px;
}
.article-nav-link.with-thumbnail {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 25px;
}

.article-nav-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.article-nav-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-nav-label {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 4px;
  color:#1E1F20 !important;
}

.article-nav-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px; /* Adjust as needed */
}

.article-navigation .next-article .article-nav-link.with-thumbnail {
      flex-direction: row-reverse;
}
.blog-post-products h2{
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
}
.blog-post-products ul.products.collection.row {
    padding: 0px !important;
    max-width: unset!important;
}
.logo-list__inner:hover>* {
    opacity: 1 !important;
}
a.button.blog-view-btn {
    background: #fff !important;
    border: 1px solid #1E1F20;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--regular-font);
    color: #1e1f20;
    cursor: pointer;
    pointer-events: unset;
    height: 42px;
    font-weight: 400;
    min-width: 180px;
}
a.button.blog-view-btn:hover {
   background: #1E1F20 !important;
   color: #ffffff !important;
}
.view-all-button .button:before {
  background: #1e1f20 !important;
  color: #ffffff !important;
  opacity:0 !important;
}
.blog-post-products {
    padding-bottom: 96px;
}
.article-navigation .columns {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.article-section .blog-post-detail--wrapper.section-spacing {
  margin-top: 0px !important;
}

.template-page-about-reinvent .section-image-with-text .row {
  padding: 0px 280px;
}
.template-page-about-reinvent .desktop-height-450 {
    min-height: 414px !important;
}
.template-page-about-reinvent .section-image-with-text {
    background: #f0f0f0;
}
.template-page-about-reinvent .section-rich-text {
   background: #f0f0f0;
}

.template-page-about-reinvent h1.image-with-text-overlay--heading {
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
    color:#fffff !important;
}
.template-page-about-reinvent .image-with-text__content--inner h3.h3 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color:#1E1F20;
}
.template-page-about-reinvent .image-with-text__content .rte p {
    font-size: 16px;
    line-height: 24px;
    color:#1E1F20;
}
.template-page-about-reinvent .rich-text__inner p {
    font-size: 18px;
    line-height: 24px;
    color:#1E1F20;
    padding-bottom: 10px;
}
.template-page-about-reinvent .rich-text__inner {
  max-width:unset !important;
}

.template-page-about-reinvent .rich-text .rte{
    margin-bottom: 19px;
}
.template-page-about-reinvent .row .columns {
  padding:0px !important;
}
.template-page-wholesale .section-image-with-text-overlay .description-size--medium p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.template-page-wholesale .section-image-with-text-overlay .rte.description-size--medium {
    margin-bottom: 50px;
}
.template-page-wholesale .section-image-with-text-overlay h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.template-page-wholesale .section-image-with-text-overlay a.button {
    padding: 0px 50px;
    height: 42px;
    width: 207px;
    color: #fff;
    background: #294A9A;
    font-weight: 400 !important;
}
.template-page-wholesale .section-image-with-text-overlay .row .columns {
  padding: unset !important;
}
.template-page-wholesale .text-with-icons__block:nth-of-type(2) img{
  height: 42px;
}
.template-page-wholesale .text-with-icons.icon-top .text-with-icons__icon {
    margin-bottom: 15px;
}
.template-page-wholesale .text-with-icons.heading-small h6 {
    font-size: 12px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
    font-weight: 400 !important;
    color: #1E1F20;
}
input:focus-visible {
  outline: none;
  box-shadow: none; 
}
input:focus {
  outline: none;
  box-shadow: none;
}
.template-page-wholesale .text-with-icons.icon-columns-3 .text-with-icons__inner {
    grid-template-columns: repeat(3, minmax(200px, 255px)) !important;
}

.template-index .section-multicolumn:nth-child(9) .multicolumn__image--inner {
  position: relative;
  overflow: hidden;
}
.template-index .section-multicolumn:nth-child(9) .multicolumn__image--inner::before {
  content: "";
  background: url("/cdn/shop/files/instagram_1.png?v=1758104189") no-repeat center center;
  background-size: 40px;  /* control icon size */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index:1
}

.template-index .section-multicolumn:nth-child(9) .multicolumn__image--inner:hover::before {
  opacity: 1;
}

.template-index .section-multicolumn:nth-child(9) .multicolumn__image--inner:hover img {
  filter: brightness(0.6);
}

h1.wishlist-hero-page-header {
    text-align: center !important;
    font-size: 40px !important;
    line-height: 45px !important;
    padding: 40px 0px !important;
}
.jss20 {
    padding-top: 376px !important;

}
.wishlisthero-floating {
    top: -6px !important;
    right: 0px!important;
}
.wishlisthero-floating button {
    font-size: 16px !important;
    width: 32px !important;
    padding: 5px 10px !important;
}
.thb-header-right a.thb-secondary-area-item.thb-quick-search.serach-mobile {
    display: none;
}
div#wishlisthero-floating-launcher-container {
    display: none;
}

.hxoSelectTheme .buckscc-select-styled {
    box-shadow: unset !important;
    border: 1px solid #e6e6e6;
    padding: 0px 15px !important;
    height: 35px !important;
    margin-top: 10px !important;
    border-radius: unset !important;
}
a[data-gridhulklist]:not([data-custom-wishlist-icon]) {
  position: unset !important;
  color: #1e1f20 !important;
}
.logo-list__inner .logo-list__logo {
  text-align: center;
}
.logo-list__inner img {
  max-width: 100%;
  height: 100%;
  object-fit:contain;
  display: inline-block;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important; /* ensures smooth glide */
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

span.product-tag-new {
    background: #ffffff !important;
    border-radius: 0px !important;
    color: #1E1F20 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    z-index: 1111;
    position: absolute;
    z-index: 1111;
    padding: 2px 10px;
    margin: 8px;
}
span.below_cart_text {
    line-height: 12px;
    margin: 0;
    padding: 10px 0 25px;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    color: #A8AAAE;
    display: block;
}
.add_to_cart_holder {
    margin-bottom: 6px !important;
}

.product-add-to-cart-sticky.sticky--visible {
  display:none;
}
/* Wrap products in horizontal scroll */
.complementary-products--heading {
  position:unset !important;
  transform: unset !important;
  padding: 0px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  color: #1E1F20 !important;
  padding-bottom: 10px !important;
  text-transform:capitalize !important;
}
span.main-collection-name {
    text-decoration: underline;
    cursor: pointer;
}
span.main-collection-name a {
  color: #1e1f20 !important;
}
.complementary-products--inner {
    border: unset !important;
    padding: 20px;
    position: unset !important;
    margin-bottom: 30px;
    margin-top: 10px !important;
}
.hover-image-wrapper img {
    height: 100%;
    object-fit:cover;
    width: 100%;
}
.hover-image-wrapper {
    height: 265px;
}
.complementary-products--inner .product-grid-3 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(185px, 1fr) !important;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: thin !important; 
  -ms-overflow-style: none !important; 
}

.complementary-products--inner .product-grid-3::-webkit-scrollbar {
  height: 6px;
}
.complementary-products--inner .product-grid-3::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.wishlist-modal-box span.buckscc-money {
    font-size: 14px;
}
.wishlist-modal-all .wishlist-grid1 .product-content-sec {
  padding-top:10px !important;
  padding-left:10px !important;
}
/* Discount badge left side */
.badge-discount {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 9px;
}

/* NEW badge */
.badge-new {
  position: absolute;
  top: 35px;  /* under discount */
  left: 8px;
  background: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
}

/* Wishlist button right top */

.wishlist-button {
border-radius: 50%;
font-size: 22px;
cursor: pointer;
color: #1e1f20;
pointer-events:none;
}
.product-prices span.money.buckscc-money {
  color:#991c1e !important;
  font-size: 14px !important;
}
/* Quick Add button at bottom on hover */
.quick-add-wrapper {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: bottom 0.3s ease;
  padding:unset !important;
}
.product-info .product-title {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    padding: 10px 0px 5px 0px !important;
    margin: unset !important;
}

.product-card-hover:hover .quick-add-wrapper {
  bottom: 8px;
}

.quick-add-button {
    background: #1e1f20 !important;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: unset !important;
    font-size: 14px !important;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    text-transform:uppercase !important;

}
.hover-image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Wishlist inside image top-right */
.quick-actions {
  position: absolute;
  top: -3px;
  right: 8px;
  z-index: 2;
}

/* Quick Add button inside image bottom */
.quick-add-wrapper {
  position: absolute;
  bottom: -50px; /* hidden initially */
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9); /* light bg so text is visible */
  transition: bottom 0.3s ease;
  z-index: 2;
}

.product-card-hover:hover .quick-add-wrapper {
  bottom: 0; /* slide up on hover */
}
.compare-at-price span.money.buckscc-money {
    text-decoration: line-through;
    color: #555555 !important;
}

.product-content-sec input[type=text] {
    height: 30px!important;
}
.wishlist-modal-all .wishlist-grid1 .product-content-sec .title11 {
  flex-grow: 0 !important;
}
.wishlist-page-main .show-title .wishlist-grid1{
  border: none !important;
}
 .modal-product-image img {
    height: 100% !important;
    object-fit: cover !important;
}
  .product-option-price .money.buckscc-money{
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins-medium,sans-serif";
    vertical-align: baseline;
    white-space: nowrap;
    margin-top: 20px;
  }
  h3.title11 {
    font-weight: 500;
    color: #1e1f20 !important;
    letter-spacing: 0px!important;
    background-image: none!important;
    line-height: 16px!important;
    min-height: 32px!important;
    display: block;
    font-size: 14px !important;
    margin-top: 12px !important;
    text-decoration: none!important;
}
.movecart-button {
    position: absolute!important;
    bottom: 24%!important;
    transform: translateY(-50%)!important;
    left: 0!important;
    width: 100%!important;
    opacity: 0!important;
    margin:0px !important;
    padding: 0pn !important;
}
.modal-product-image {
    position: relative!important;
}
.cartButtonStyle {
    background-color: #1E1F20 !important;
    color: #FFF !important;
}
.wishlist-grid1:hover .movecart-button {
    opacity: 1!important;
}

.product-information .accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #1E1F20 !important;
  padding: 13px 40px 13px 28px !important;
  position: relative;

}
.product-information .accordion-item:not(:last-child) {
  border-bottom: 1px solid #ebeced;
}

.product-recommendations .wf-wishlist {
    width: 0px;
    right: 9px;
    margin: 0px 6px 0 0;
}
  
/* Add the base ::before style */
.product-information .accordion-header::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Icon 1 - Product Features */
.product-information .accordion-item:nth-of-type(1) .accordion-header::before {
  background-image: url('/cdn/shop/files/tshirt.png?v=1757505127');
}

/* Icon 2 - Fiber & Care */
.product-information .accordion-item:nth-of-type(2) .accordion-header::before {
  background-image: url('/cdn/shop/files/leaf.png?v=1757505127');
}

/* Icon 3 - Premium Quality */
.product-information .accordion-item:nth-of-type(3) .accordion-header::before {
  background-image: url('/cdn/shop/files/heart.png?v=1757505127');
}

/* Icon 4 - Shipping & Returns */
.product-information .accordion-item:nth-of-type(4) .accordion-header::before {
  background-image: url('/cdn/shop/files/delivery-truck.png?v=1757505127');
  width: 23px;
  height: 23px;
}



.product-information .accordion-header::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('/cdn/shop/files/plus.png?v=1759307899');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-information .accordion-header.active::after {
  background-image: url('/cdn/shop/files/minus.png?v=1759308028');
}

.product-information .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left:10px;
}
.accordion-content h3 {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: 500;
}
.product-information .accordion-item .accordion-content p {
 padding-bottom:10px;
 font-size:12px !important;
 line-height:20px !important;
 font-weight:400 !important;
}
.product-feature ul {
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}

.product-feature li {
  list-style-type: disc;
  margin-bottom: 0.5em;
   font-size:12px !important;
 line-height:20px !important;
 font-weight:400 !important;
  color: #1E1F20;
}


/* outlook */
.variant-selectors, 
.color-swatches span, 
.size-buttons button {
  display: inline-block !important;
  visibility: visible !important;
}
.color-swatch.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.size-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.sidebar.outlook {
    position: fixed;
    top: 0;
    right: -700px;
    width: 600px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease;
   padding: 64px 40px 0;
    z-index: 1000;
}
.sidebar-wrap p {
    font-size: 12px;
    padding-top: 10px;
}
.sidebar.outlook.open {
    right: 0;
}


.sidebar.outlook.active {
  right: 0;
}


.sidebar.outlook h2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

/* .sidebar.outlook p {
  font-size: 12px;
  line-height: 12px;
  padding: 16px 0 0;
  font-weight: 400;
} */

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}


.item img {
  width: auto;
  height: 106px;
  object-fit: cover;
}

.item-details {
  flex: 1;
}

.sidebar.outlook .price {
  color: #991c1e;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 14px !important;
  margin: unset !important;
  letter-spacing: 0px !important;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 5px;
  font-size: 12px;
  line-height: 12px;
}

.colors span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer;
}

.sizes button {
  margin-right: 5px;
  /* margin-top: 5px; */
  padding: 5px 10px;
  cursor: pointer;
}
.thb-product-detail .product-short-description p {
  font-size: 14px !important;
  line-height: 22px!important;
  font-weight:400!important;
  color:#1E1F20!important;
}
.outlook-add-to-cart {
  display: block;
  padding: 10px;
  background: #1E1F20;;
  color: #fff;
  border: 1px solid #1E1F20;;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outlook-add-to-cart:hover {
  border: 1px solid #1E1F20;;
  color: #1E1F20;;
  background: transparent;
}


.get-the-look-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #ddd;
  /* border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  margin: 10px 0px;
}

/* .get-the-look-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.card-text {
  display: flex;
  flex-direction: column;
}

.card-text h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1E1F20;;
}
.colors {
    border: 1px solid #DCDCDC;
    padding: 20px;
    margin: 0px 0px 18px 0px !important;
}
.sizes {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
    padding: 20px;
    margin: 0px 0px 10px 0px !important;
}
.card-text p {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #1E1F20;;
}
.swach-label {
    font-size: 12px;
}
.card-images {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  height: 60px;
}

.card-images img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.card-images img:nth-child(1) {
  left: 145px;
  z-index: 3;
}

.card-images img:nth-child(2) {
  left: 125px;
  z-index: 2;
}

.card-images img:nth-child(3) {
  left: 100px;
  z-index: 1;
}
.complementary-products--inner  {
  padding: 20px 0px !important;
}
.card-arrow svg {
  width: 18px;
  height: 18px;
  color: #1E1F20;;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}

.item-details .item-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400 !important;
   color: #1E1F20;;
    margin: 0;
  padding-bottom: 8px!important;

}
.swach-product-info {
    font-size: 14px;
    padding-bottom: 10px;
}
.item-details .item-color {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding: 8px 0 12px;
}

.item-inner {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.item {
  padding-top: 40px;
}
.add-to-cart-btn{
  padding-top: 20px;
  padding-bottom: 20px;
}
 .color-swatch {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    vertical-align: middle;
  }
  .color-swatch.active {
    border: 1px solid #1E1F20!important;
  }
  .color-swatch.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
  }
  .size-btn {
    margin-right: 6px;
    padding: 4px 8px;
    cursor: pointer;
    color: #1E1F20;
  }
  .size-btn.active {
    color: #000;
    border: 1px solid #1E1F20;
  }
  .size-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
/* outlook */
.product-recommendations .wishlist {
    margin-top: 6px !important;
    margin-right: 0px !important;
  }
.product-card:hover .product-card-quickview {
 transform: translateY(0) !important;
}
.product-image-container .product-images {
    padding: 0 !important;
    grid-auto-flow: column;
    grid-auto-columns: unset !important;
    overflow-y: hidden;
    overflow-x: auto;
    grid-template-columns: unset!important;
    scroll-snap-type: unset!important;
    scrollbar-width: none;
}

.thb-product-detail .product-short-description p {
  color: #1E1F20;
}

body.outlook .product-grid-container {
  position: relative;
  z-index: 50;
}


.facet-drawer .side-panel-header {
    height: 140px !important;
}
.facet-drawer span.facets__label {
    display: none !important;
}
.facet-drawer .side-panel-header h4 {
    line-height: 30px;
    font-size: 24px;
    font-weight:400 !important;
    margin:0 auto !important;
}
.facets .thb-filter .thb-filter-title {
    padding: 35px 0 35px 40px!important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    font-weight:400 !important;
    justify-content: space-between!important;
    flex-flow: row-reverse!important;
}
.facets .thb-filter {
    border-bottom: 1px solid #EBECED!important;
}
.side-panel-content {
    padding: 0px 0px !important;
}
.facets .thb-filter-content {
    padding-top: 0px !important;
    padding-left: 30px!important;
    padding-bottom: 50px!important;
}
.facets .thb-filter .thb-filter-title span {
    margin-right: 35px !important;
}
.side-panel {
    max-width: 600px !important;
}
.facets .thb-filter {
    margin-bottom: 0px !important;
}


.list-size{
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 15px!important;
}
.list-size li {
    width: 112px!important;
    height: 44px!important;
    border: 1px solid #DCDCDC!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important;
}
.list-size li input {
    display: none!important;
}
.facets .thb-filter-content .count {
    display: none!important;
}
.thb-filter ul.list-color label{
    display: block!important;
    text-indent: unset!important;
color: #000!important;
box-shadow: unset!important;
}
.thb-filter ul.list-color {
    display: grid!important;
    padding: 1px 0 0 1px!important;
    grid-template-columns: repeat(2, 1fr)!important;
}
.thb-filter ul.list-color label:not(.facet-checkbox--disabled):hover {
    box-shadow: unset!important;
}
.thb-filter ul.list-color label:after{
    top: 3px!important;
    left: 50px!important;
    right: -20px!important;
    bottom: 28px!important;
    border-radius: 0%!important;
    border: 1px solid #eee!important;
  }
  .select-arrow svg {
    width: 12px !important;
    height: 12px !important;
}
.select-arrow {
  right: 36px !important;
  top: 46% !important;
}
.kaching-cart__announcement-bar {
background: #294A9A!important
color: #fff !important;
}



body.template-page-payment-method .section-rich-text .row , body.template-page-payment-method .section-custom-liquid .row{
    padding: 0 405px !important;
    max-width:unset !important;
}
body.template-page-new-returns-exchanges .rich-text.text-width-grid .rich-text__inner {
  padding: unset !important;
}
body.template-page-new-returns-exchanges .rich-text__inner {
  padding: unset !important;
}
body.template-page-new-returns-exchanges .section-rich-text .row , body.template-page-new-returns-exchanges .section-custom-liquid .row{
    padding: 0 405px !important;
    max-width:unset !important;
}
body.template-page-new-returns-exchanges .rich-text {
  border-bottom:1px solid #ECECEC !important;
  padding: 40px 0px !important;
}
body.template-page-payment-method .rich-text {
  padding: 40px !important;
  border-bottom:1px solid #ECECEC !important;
}
body.template-page-new-returns-exchanges .rich-text.text-width-xlarge .rich-text__inner {
  padding: 0px !important
}
body.template-page-new-returns-exchanges .section-spacing-padding {

}
body.template-page-new-returns-exchanges .rich-text__inner h3 {
  font-size: 28px !important;
  line-height:45px !important;
  font-weight:500 !important;
  margin:unset !important;
  padding-bottom: 10px !important;
}
body.template-page-new-returns-exchanges .rich-text .rte {
  margin-bottom: unset!important;
}
body.template-page-payment-method .rich-text__inner h3 {
  font-size: 28px !important;
  line-height:45px !important;
  font-weight:500 !important;
  margin:unset !important;
} 

body.template-page-payment-method .main-text-wrapper {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
body.template-page-payment-method .main-text-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin: 0px;
    padding-bottom: 20px;
}
body.template-page-new-returns-exchanges .rich-text__inner ul {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 6px;
    padding-left: 20px;
}
body.template-page-new-returns-exchanges .rich-text__inner ul li{
    font-size: 14px;
    font-weight:400;
    line-height: 22px;
    list-style-type:disc !important;
}
.body.template-page-new-returns-exchanges .section-contact-form p {
    font-size: 14px !important;
    font-weight:400 !important;
    line-height: 22px !important;
    padding-top:20px !important;
}
.wishlist-page-main .show-title .wishlist-grid1 {
  padding: 0px !important;
}
.modal-product-image a {
  width: 100% !important;
}
/* .wishlist-modal-2 .modal-product-image img {
  height: 800px !important;
} */
.wishlist-modal-2 .movecart-button {
    bottom: 13%!important;
}
.wishlist-modal-3 .movecart-button {
    bottom: 19% !important;
}
p.product-selected-variants {
    font-size: 13px !important;
}
.logolink .logoimg {
      object-position: center !important;
      width: 100% !important;
      opacity: unset !important;
}
body.template-page-payment-method .main-text-wrapper ul {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 6px;
    padding-left: 20px;
}
body.template-page-payment-method .section-rich-text .row .columns {
    padding: 0px !important;
}
body.template-page-payment-method .section-custom-liquid .row .columns {
    padding: 0px 0px 96px 0px !important;
}
body.template-page-payment-method .main-text-wrapper ul li {
    font-size: 14px;
    font-weight:400;
    line-height: 22px;
    list-style-type:disc !important;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
}
body.template-page-payment-method .main-text-wrapper p {
    font-size: 14px;
    font-weight:400;
    line-height: 22px;
    padding-top:20px;
    letter-spacing: 0.2px;
}
body.template-page-new-returns-exchanges .section-rich-text p {
     font-size: 14px;
    font-weight:400;
    line-height: 22px;
    padding-bottom:8px;
}
.contact-form p {
    font-size: 14px;
}
body.template-page-new-returns-exchanges .rich-text__inner h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    margin: unset !important;
    padding-bottom: 20px !important;
    padding-top:10px !important;
}

body.template-page-new-returns-exchanges .rich-text__inner h4 {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    margin: unset !important;
    padding-bottom: 20px !important;
    padding-top:10px !important;
}
.shopify-policy__container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.shopify-policy__title h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    font-weight: bold;
}
.shopify-policy__body h2 {
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  margin: unset !important;
  padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.shopify-policy__title {
    min-height: unset !important;
    border-bottom: 1px solid lightgray;
    padding-bottom: 40px !important;
    margin-bottom: 40px;
}

.wishlist-modal-2 .modal-product-image img {
    height: 815px !important;
}
.wishlist-modal-3 .modal-product-image img {
    height: 565px !important;
}
.wishlist-modal-4 .modal-product-image img {
    height: 415px !important;
}

.thb-product-detail .product-price-container .product__tax {
    display: none !important;
}

.logo-list.logo-list--centered-true .logo-list__logo {
    background: #fff;
    height: 170px;
}

.sub-footer .small-12.columns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 150px;
    padding-top: 30px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    flex-wrap: wrap;
}
.footer .payment-icons {
  margin-bottom: unset !important;
}


/* Hover Overlay Styles */
.collection-text-hover .collection-card {
  position: relative;
  overflow: hidden;
}
.collection-text-hover .collection-hover-text {
  background: #282120;
}

.collection-text-hover .collection-card__image img {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.collection-text-hover .collection-card:hover .collection-card__content {
   opacity: 0;
}

/* Overlay content */
.collection-text-hover .collection-hover-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  background: #282120;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 36px 20px;
}
.collection-text-hover .collection-hover-text{
  z-index: 15;
}
.collection-text-hover .collection-card:hover .collection-hover-text {
  opacity: 1;
}

/* Text styles */
.collection-text-hover .hover-heading {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

.collection-text-hover .hover-content h4 {
  margin: 10px 0 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
width:100%;
  display: inline-block;
  color: #ffffff;
}
.collection-text-hover .hover-content h4:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    margin: .3vw 0 .9375vw;
}
.collection-text-hover .collection-hover-text .hover-icons img, .hover-icons .thb-placeholder {
  position: unset !important;
}
.collection-text-hover p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.hover-icons p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.collection-text-hover .hover-content ul {
  list-style: disc;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 15px;
}
.collection-text-hover .hover-content ul li {
   list-style: disc;
   font-size: 12px;
  line-height: 16px;
  font-weight:400;
}
/* Icons */
.collection-text-hover .hover-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.collection-text-hover .hover-icons .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}
.collection-text-hover .hover-icons img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.flickity-enabled.row .flickity-prev , .custom .flickity-nav.flickity-prev{
  display: none !important;
}
.flickity-enabled.row .flickity-next , .custom .flickity-nav.flickity-next{
  display: none !important;
}


.product-grid-2rows {
  display: grid;
  grid-template-columns: repeat(var(--columns-desktop, 4), 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px; /* adjust spacing as needed */
}

.product-grid-2rows .product-item {
  width: 100%;
}


.product-item {
  text-align: center;
}
.products.carousel .carousel__slide {
    display: block !important;
}
.header-section-mens .title h2{
    text-align: center;
    padding: 30px 0px;
    color: #294A9A;
    font-weight: 600;
}
.carousel__slide:hover .collection-hover-text {
    opacity: 1;
}
.container-mens-page {
    padding: 0 64px;
}
.mens-page .row {
  max-width: unset !important;
  row-gap: 50px;
}
/* mens- page */
.mens-page .promotion-bar {
  position: relative;
  background: #ffffff;
  padding: 0px 8px 0px 0px !important;
  overflow: hidden;
  text-align: center;
}

/* Hide the old solid button background */
.mens-page .promotion-bar .btn{
  position: absolute;
  bottom: 30px;
  right: 30px;
  min-width: 0px;
  width: auto;
  height: 42px;
  background: #fff;
  color: #1e1f20;
  border-color:  #fff;
  padding-left: 24px;
  padding-right: 24px;
  font-family: var(--regular-font);
  font-weight: 400;
  font-size:14px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
  padding: 0.7rem 2.4rem;
}
.mens-page .promotion-bar .btn:hover{
  background:transparent;
  border:1px solid #fff;
  color:#fff;
  padding: 0.7rem 2.4rem;

}
/* Make image fill container nicely */
.mens-page .promotion-bar .promo-image {
  display: block;
  width: 100%;
  position: relative;
}

.mens-page .promotion-bar .promo-image img {
  width: 100%;
  height: auto;
  display: block;
}
h2.mens-section-title {
  padding-bottom: 24px;
  color: #294A9A;
  font-weight: 500;
  font-size:30px;
  line-height:35px;
  text-align: left;
  text-transform:uppercase;
}
.mens-page-main {
padding-top: 60px 0px;
}

.mens-page-main .section-spacing {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mens-page .promotion-bar{
height:100%;
}
/* mensopage */
.template-page-custom-men-collection .tab-wrapper{
   display: grid;
  grid-template-columns: repeat(11, auto);
  border-top: 1px solid #EBECED;
  border-bottom: 1px solid #EBECED;
  justify-content: center;
}
.template-page-custom-men-collection .tab-wrapper span a,
.template-page-custom-men-collection .tab-wrapper span{
  font-size:0.8333333333333334vw;
  line-height:0.8333333333333334vw;
  padding:20px 0;
  text-align:center;
  font-family:var(--medium-font)
}

.template-page-custom-men-collection .tab-wrapper span a{
  color:var(--theme-color);
  background-image:linear-gradient(to top,var(--theme-color) 0px 0px),linear-gradient(to top,transparent 0px,transparent 0px);
  padding:0 !important;
}

.template-page-custom-men-collection .tab-wrapper{
  grid-column-gap:3.75vw;
}

@media screen and (min-width:750px) and (max-width:1440px){
  .template-page-custom-men-collection .tab-wrapper span a,
 .template-page-custom-men-collection .tab-wrapper span{
    font-size:16px;
    line-height:16px;
    white-space:nowrap;
  }

 .template-page-custom-men-collection .is-shop-all .tab-wrapper{
    justify-content:unset;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px){
.template-page-custom-men-collection .is-shop-all .tab-wrapper{
    grid-column-gap: 1.75vw;
  }
  .template-page-custom-men-collection .tab-wrapper span a, 
  .template-page-custom-men-collection .tab-wrapper span{
    font-size:14px;
    line-height:14px;
  }
  .container-mens-page {
      padding: 0 24px!important;
  }
}
@media screen and (min-width:769px) and (max-width:1024px){
  
  .template-page-custom-men-collection .tab-video-wrapper .video-left-wrapper p.title{
    font-size:24px;
    line-height:24px;
    padding:0 0 2.1484375%;
  }
 
}
@media screen and (max-width:996px){
  .template-page-custom-men-collection .tab-wrapper{
    overflow: auto hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

}
@media screen and (max-width:768px){
 .template-page-custom-men-collection .tab-wrapper{
    justify-content:unset;
  }
  .template-page-custom-men-collection .promotion-bar{
    flex: 0 0 100%;
    }

}

@media screen and (max-width:749px){
 .template-page-custom-men-collection .tab-wrapper{
    grid-column-gap:6.4vw;
  }
 .template-page-custom-men-collection .tab-wrapper span a,
 .template-page-custom-men-collection .tab-wrapper span{
    font-size:16px;
    line-height:20px;
    white-space:nowrap;
    padding:2.666666666666667vw 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
    .template-page-custom-men-collection .men-tap-main {
        padding: 0 24px;
    }
}

@media screen and (max-width: 749px) {
      .template-page-custom-men-collection .men-tap-main {
        padding: 0 16px;
    }
}


/* cart drawer design */
a.kaching-cart-item__title {
    font-size: 14px !important;
    line-height: 18px!important;
}
.kaching-cart .kaching-product-upsell-item-container {
    background-color: unset!important;
    display: unset!important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item {
    display: unset!important;
    justify-content: center!important;
    align-items: unset!important;
    gap: unset!important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__image-container {
    width: 100%!important;
    height: 266px!important;
    flex: unset!important;
    background-color: #f5f5f5 !important;
}
.kaching-cart .kaching-cart__carousel .kaching-cart__carousel-list {
  margin: 0px -4px !important;
}
.kaching-cart .kaching-cart__carousel .kaching-cart__carousel-item {
  padding: 0px 4px !important;

}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__price-container .kaching-product-upsell-item__price-container-discounted{
align-items:center;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__image-container .kaching-product-upsell-item__image
 {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    border-radius: 0!important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.kaching-cart .kaching-cart__carousel .kaching-cart__carousel-item {
    flex: 0 0 40% !important;
    width: 40%!important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__title {
    font-size: 12px!important;
    font-weight: normal!important;
    color: #1E1F20!important;
    margin-top: 10px!important;
    /* margin-bottom: 15px!important; */
    min-height:30px !important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__price-container .kaching-product-upsell-item__price-final {
    color: #991C1E!important;
    font-size: 12px!important;
    font-weight: 400!important;
}
.kaching-cart .kaching-cart__carousel {
    position: relative!important;
}
button.kaching-cart__carousel-nav-button.kaching-cart__carousel-next {
    position: absolute!important;
    top: 0!important;
    right: 30px!important;
}
button.kaching-cart__carousel-nav-button.kaching-cart__carousel-prev {
    position: absolute!important;
    top: 0!important;
    right: 60px!important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__footer {
    flex-flow: column!important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__add-to-cart {
    padding: 11px 10px!important;
    /* background-color: #1E1F20!important; */
    border-radius: 0!important;
    font-size: 12px!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-text {
    font-size: 18px!important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-progress-fill {
    border-radius: 0!important;
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;

}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-progress-fill.full-width {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container {
    --progress-bar-height: 40px!important;
     height: 40px!important;
    border-radius: 30px !important;
}

.kaching-cart .kaching-cart__tiered-promotions-bar{
    background: #FDF8F8!important;
    padding: 24px 32px!important;
    border-top: 1px solid #EBECED!important;
    border-bottom: 1px solid #EBECED!important;
}
.kaching-cart .kaching-cart-item__image-container .kaching-cart-item__image, .kaching-cart .kaching-cart-item__image-container .kaching-promotion-item__image{
border-radius: 0!important;
}
.kaching-cart .kaching-cart-item__title {
    font-weight: 400!important;
}
.kaching-cart .kaching-cart-item__total-final{
color: #9D2426!important;
}
.kaching-cart-item__content-right {
    flex-flow: column-reverse !important;
    justify-content: space-between!important;
}
.kaching-cart .kaching-cart-item{
border-bottom: 1px solid #EBECED!important;
}

.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons .kaching-cart__tiered-promotions-bar-icon>svg {
    width: 0!important;
    height: 0!important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons .kaching-cart__tiered-promotions-bar-icon {
    top: 25px!important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar {
    padding-bottom: 70px !important;
}
.kaching-cart .kaching-cart__header.kaching-cart__header--center .kaching-cart__heading {
    text-transform: uppercase !important;
text-align: left !important;
font-weight: 400 !important;
}
.kaching-cart .kaching-cart__header.kaching-cart__header--center {
    justify-content: space-between !important;
}
.kaching-cart .kaching-cart__carousel{
padding-top: 40px !important;
}
button.kaching-cart__carousel-nav-button.kaching-cart__carousel-prev,
button.kaching-cart__carousel-nav-button.kaching-cart__carousel-next {
    top: 15px !important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons .kaching-cart__tiered-promotions-bar-icon {
    top: 0px !important;
border-left: 1px solid #fff!important;
}
.kaching-cart__tiered-promotions-bar-icon-tooltip svg path {
    display: none !important;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__price-container .kaching-product-upsell-item__price-old{
    text-decoration: none !important;
}
.kaching-cart__inner span.buckscc-money {
    font-weight: 400;
}
.kaching-cart .kaching-product-upsell-item-container .kaching-product-upsell-item .kaching-product-upsell-item__content .kaching-product-upsell-item__add-to-cart:hover:not(:disabled) {
  background: #ffffff !important;
  border: 1px solid #294A9A !important;
  color: #294A9A !important;
}
.section-customer-register .thb-register-form {
    padding: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.section-customer-login .thb-login-form {
    padding: 30px !important;
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.template-customers-reset_password .thb-login-form {
   padding: 30px !important;
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.kaching-product-upsell-item__price-old span {
    text-decoration: line-through !important;
    font-size: 12px !important;
}
span.kaching-cart__tiered-promotions-bar-icon-tooltip-title {
    margin-top: 40px !important;
}
.kaching-cart .kaching-cart__footer .kaching-cart__checkout-button {
    /* background-color: #1E1F20 !important; */
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}
.kaching-cart .kaching-cart__footer{
background-color: #F6F6F7!important;
border-top: 1px solid #DCDCDC!important;
}

.kaching-cart .kaching-cart-item__variants{
flex-direction: unset!important;
}
.kaching-cart .kaching-cart-item__quantity-input{
    border-left: unset!important;
    border-right: unset!important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons .kaching-cart__tiered-promotions-bar-icon {
    height: 40px !important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons {
    width: 85% !important;
}

.kaching-cart__html-module {
    text-align: center !important;
    padding-top: 10px!important;
    border-top: 1px solid lightgray !important;
    margin-top: 20px !important;
}
span.ship-text {
  font-size:12px!important;
  line-height:18px!important;
  font-weight:400 !important;
}

.product-image-container.product-image-container--thumbnails .product-thumbnail-container .product-thumbnail:after{
box-shadow: unset;
}
.lazyload, .lazyloading {
    opacity: 1;
    will-change: unset;
    filter: unset;
}
scroll-shadow {
--scroll-shadow-size: unset;;
    --scroll-shadow-top: unset;
    --scroll-shadow-bottom: unset;
    --scroll-shadow-left: unset;
    --scroll-shadow-right: unset;
}
.side-panel.product-drawer .thb-product-detail {
    margin: 40px;
}
.side-panel.product-drawer span.buckscc-money {
    font-size: 12px;
}
.shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  font-weight: 500;
}


/* new promotion bar css in collection page */
.promotion-offer-wrapper {
  text-align: center;
  padding: 25px 21px;
}
.promotion-header h2 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.promotion-button a:hover {
  color: #ffffff;
}
.promotion-block .gallery__item-content {
    padding: 0px !important;
    display: block !important;
    color: #1E1F20 !important;
}

 .promotion-block .gallery__item-content>div {
      max-width: 100%;
      height: 100%;
  }
.promotion-block .gallery__item figure>svg {
  padding: 0px !important;
}
.promotion-header h3 {
  font-weight: 800;
  font-size: 22px;
  margin: 5px 0 20px;
}
.promotion-offer-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  padding: 8px 15px;
  border-radius: 4px;
  background: #fff;
}
.offer-left {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.offer-circle {
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.offer-right strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.offer-right p {
  margin: 0;
  font-size: 12px;
  color: #555;
}
.btn-shop-now {
  color: #fff;
  text-decoration: none;
  padding: 8px 50px;
    font-weight: 400;
  transition: opacity 0.3s;
  display: inline-block;
  margin-top: 15px;
}

.myaccount--title {
    margin-bottom: 10px;
    font-size: 40px !important;
    line-height: 45px !important;
}

.button {
  border: 1px solid #294A9A !important;
    background: #294A9A !important;
    color: #fff !important;
}


@media only screen and (min-width: 1068px) {
  /* Rule applied only for screens 1068px and above */
  .thb-product-detail .product-quick-images--container {
    width: 235px !important;
  }
}



.shopify-policy__container {
    padding: 0 405px !important;
    max-width: unset !important;
}
.shopify-policy__body ul {
  padding-top: 10px;
  padding-left:20px;
}
.shopify-policy__body ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.2px;
    list-style-type:disc;
}

.product-single__media-zoom img {
  transition: transform 0.3s ease;
  will-change: transform;
}
.product-single__media:hover {
  cursor: zoom-in;
}

h1.buytitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #1e1f20;
}
a#cart-drawer-toggle img {
    width: 21px;
    height: 21px;
}
p span.dis {
    text-decoration: underline;
}
span.kaching-cart__tiered-promotions-bar-icon-tooltip-title {
    text-transform: uppercase;
}
/* First tooltip */
.kaching-cart__tiered-promotions-bar-icon:nth-child(1)
  .kaching-cart__tiered-promotions-bar-icon-tooltip::before {
    position: absolute !important;
    content: "";
    width: 2px !important;
    height: 40px !important;
    background: #fff !important;
    top: -9px !important;
    left: 65px !important;
}

/* Second tooltip */
.kaching-cart__tiered-promotions-bar-icon:nth-child(2)
  .kaching-cart__tiered-promotions-bar-icon-tooltip::before {
    position: absolute !important;
    content: "";
    width: 2px !important;
    height: 40px !important;
    background: #fff !important;
    top: -9px !important;
    left: 88px !important;
}

.kaching-cart__tiered-promotions-bar-icon-tooltip {
    position: relative!important;
}
.kaching-cart__tiered-promotions-bar-icon:last-child .kaching-cart__tiered-promotions-bar-icon-tooltip::before{
 content: unset !important;
}
.kaching-cart .kaching-cart__tiered-promotions-bar .kaching-cart__tiered-promotions-bar-progress-container .kaching-cart__tiered-promotions-bar-icons .kaching-cart__tiered-promotions-bar-icon{
border-left:unset !important;
}





