/** Shopify CDN: Minification failed

Line 428:87 Expected ":"

**/
.header-wrapper .list-menu__item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: .05em;
  color: #000;
}
.header__inline-menu {
  background: #fff;
  text-align: center;
}
.footer .footer-block__details-content .list-menu__item--link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.footer .footer-block__heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
h2.title, h1.main-page-title {
  text-transform: capitalize;
  text-align: center;
  margin: 20px 0;
}
.multicolumn .title-wrapper-with-link {
  display: block;
}
li.grid__item.grid__item-inspire-images img {
    width: 100%;
}
/* .custom-page\.inspiration .shopify-section.section {
    margin-top: 20px;
}
.custom-page\.inspiration img.banner__media-image-half {
    padding: 10px;
    background: #fff;
} */
.custom-page\.inspiration .banner__media img {
    padding: 10px;
    background: #fff;
}
.shopify-app-block .jdgm-carousel-title {
    text-align: center;
    margin: 0;
    font-size: calc(var(--font-heading-scale) * 4rem);
    margin-bottom: 20px;
}
header svg#js_folder-collapse-button-icon {
    stroke: #666;
    height: 18px;
}
header .hxoSelectTheme .buckscc-select-options {
  background-color: #fff;
}
/* .shopify-app-block .jdgm-carousel-item__product {
  height: 40%;
} */

.jdgm-carousel--done .jdgm-carousel__item-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.jdgm-carousel-wrapper .jdgm-carousel-item{
  display: flex;
  flex-direction: column;
}
.jdgm-carousel-item__product{
  order: 1;
}
.jdgm-carousel-item__reviewer-name-wrapper{
  order: 2;
}
.jdgm-carousel-wrapper .jdgm-carousel-item__review{
  order: 3;
}

/* .tracking-details {
    display: flex;
}
.tracking-input {
    float: left;
    height: 100%;
    width: 640px;
    position: relative;
    overflow: hidden;
  max-width: 100%;
}
.tracking-input input {
    cursor: auto;
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
    border: 5px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #c4c4c4;
    background-color: #fff;
    overflow-y: auto;
    padding: 20px;
    border-right: 0;
}
.tracking-button input {
    font-size: 16px;
    color: #fff;
    background: #000;
    border: 5px solid #000;
    padding: 20px 10px 20px 10px;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: 600;
  transition: all .3s ease;
}
.tracking-button input:hover {
    background: #fff;
    color: #232323;
    border-color: #232323;
}
.track-order-container p {
    text-align: left;
    margin: 30px 0 50px 0;
} */
iframe#youtube {
    width: 100%;
}
form .button {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease;
}
form .button:hover {
    background: #fff;
    color: #232323;
    border-color: #232323;
}
.upload-your-photo {
    margin-top: 40px;
}
.upload-your-photo a{
    display: flex;
  text-decoration:none;
}
.upload-your-photo img {
    width: 50px;
}
.customer.contact-field {
    margin-bottom: 20px;
}
/* select#ContactForm-country {
    width: 100%;
} */
.rte li {    
  list-style: disc;
}
.jdgm-carousel__item-container .jdgm-carousel-item__product-image {margin:0;}
.jdgm-carousel-item__review-rating, .jdgm-carousel-item__reviewer-name, .jdgm-carousel-item__review-content, .jdgm-carousel-item__reviewer-name {
  text-align: left;
}
.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width)}
.header:not(.header--top-center) *>.header__search, .header--top-center>.header__search {
    display: none;
}
details-modal.header__search {
    display: none !important;
}
button.slideshow__autoplay.slider-button.no-js-hidden {
    display: none;
}
.footer__follow-on-shop {
    display: none;
}
.footer-block .list-social {display: inline;}
.footer__list-social .list-social__link {padding: 4px;text-decoration: none;}
span.social-label { margin-left: 5px;}
.custom-menu a.link.link--text.list-menu__item.list-menu__item--link { text-transform: uppercase; }
.custom-menu  {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.footer .footer-block__details-content {
        margin-bottom: 10px;
    }
body .wa__btn_popup {
      z-index: 9;
}
.hide_cart_price {
  display: none;
}
@media only screen and (max-width : 767px) {
  .banner-custom .banner__content, .banner-track-your-order .banner__content, .custom-page .banner__content, .banner-faqs .banner__content, .banner-contact .banner__content, .banner-inspiration .banner__content{
      display: none;
  }
  /* input#ContactForm-phone {
      height: 60px;
  } */
}
@media only screen and (max-width : 600px) {
  .track-order-container .tracking-input {width:100%;}
  .tracking-input input {border-right: 5px solid #c4c4c4;}
  .tracking-input {float:none;}
  .tracking-details {display: table;margin: 15px auto;}
  .tracking-button input {border-radius: 5px 5px 5px 5px;}
   input#ContactForm-phone {
      /* height: 70px; */
  }
}
@media only screen and (max-width : 400px) {
  input#ContactForm-phone {
      /* height: 90px; */
  }
}
/* @media only screen and (min-width: 600px) and (max-width: 900px)  {
  .track-order-container .tracking-input {width:100%;}
  .tracking-input input {border-right: 5px solid #c4c4c4;}
  .tracking-input {float:none;}
  .tracking-details {display: table;margin: 15px auto;}
  .tracking-button input {border-radius: 5px 5px 5px 5px;}   
} */

/* desktop and mobile options */
/* dekstop and mobile show */
.desktop_only { display: none; }
@media screen and (min-width: 750px) {
  .mobile_only { display: none; }
  .desktop_only { display: block; }
}
/* desktop and mobile options end */


/* Custom CSS Start */
.ctm_reviewslider .jdgm-carousel-wrapper {
  padding-bottom: 0;
}

.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item {
  height: auto;
  border-radius: 8px;
  border: 3px solid var(--secondary-black);
  background: #fff;
  box-shadow: 8px 8px 0 0 var(--black);
  display: flex;
  padding: 40px 40px 20px 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 100% !important; 
  box-sizing: border-box;
  position: relative;
  margin-right: 30px;
}

.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    background: url('/cdn/shop/files/icon-review_6dd06abe-46ae-4bb5-a5ce-6b618f29e868.svg?v=1757507279');
    width: 85px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
  width: 100%;
}

.ctm_reviewslider .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
  padding-bottom: 20px;
}

.ctm_reviewslider .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
    margin: 0;
    color: var(--secondary-black);
    font-family: var(--primary-font);
    font-size: 28px;
    font-style: normal;
    font-weight: var(--font-semibold);
    line-height: 140%;
    letter-spacing: 0;
}

.ctm_reviewslider .jdgm-carousel-item__review-content .jdgm-carousel-item__review-body p {
    margin: 0;
    color: var(--secondary-black);
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-normal);
    line-height: 140%;
    letter-spacing: 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
  width: 58px;
  height: 58px;
  min-height: 58px;
  min-width: 58px; 
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--secondary-black);
  border-radius: 100%;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index:1;
}

.ctm_reviewslider .jdgm-carousel-item__review-rating {
  display: none;
}

@media screen and (max-width: 1299px) {

  .ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item{
    padding:20px;
  }
}

@media screen and (max-width: 575px) {
  .ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
    position: unset;
    bottom: unset;
    right: unset;
  }

  .ctm_reviewslider .jdgm-carousel-item__review-content .jdgm-carousel-item__review-body p {
    -webkit-line-clamp: 8;
    font-size: 14px;
    line-height: 120%;
  }

  .ctm_reviewslider .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
    font-size: 20px;
    line-height: 120%;
  }

  .ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item {
    padding: 30px 20px 30px;
    margin-right: 0;
  }
}
/* Custom CSS End */


/* review k 11 9 2025 */
.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item:after {
    
    background: var(--primary-green);
    position: absolute;
    content: "";
    height: 56px;
    width: 56px;
    border-radius: 100%;
    right: 35px;
    bottom: 35px;
    z-index: 0;
}
.ctm_reviewslider .jdgm-carousel-item__reviewer-name{
  margin-bottom:5px !important;
}

.ctm_reviewslider .jdgm-carousel-item__review-body{
  margin-top:20px;
}
.ctm_reviewslider .jdgm-carousel--done .jdgm-carousel__item-wrapper {
   /* padding-left:15px; */
   padding-right:38px;
}
.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper .jdgm-carousel-item__review {
    text-align: left;
    height: 100%;
    order: -1;
    flex: 1;
}
a.jdgm-carousel-item__product.jdgm-ellipsis,
.jdgm-carousel-item__product-title{
  display:none;
}

/* 09/06/26/ Updates */
.ctm_reviewslider .jdgm-header{
  padding-top:30px;
}
.ctm_reviewslider .jdgm-cards-wrapper{
  padding-bottom:15px;
}
.ctm_reviewslider .jdgm-header .jdgm-title{
  color:#fff;
}

.ctm_reviewslider .jdgm-rating-section .jdgm-star {
    font-size: 16px !important;
}
.ctm_reviewslider .jdgm-arrow.jdgm-arrows--bottom svg {
    fill: #fff !important;
}
.ctm_reviewslider .jdgm-cards-wrapper .jdgm-videos-container {
    gap: 18px !important;
}
        
.ctm_reviewslider .jdgm-media-card.jdgm-carousel-item.jdgm-card .jdgm-rating-section {r;
    gap: 8px;
}
.ctm_reviewslider .jdgm-media-card.jdgm-carousel-item.jdgm-card {
    background: var(--card-color);
    border-radius: var(--border-radius);
    flex: 0 0 var(--card-width);
    width: var(--card-width);
    height: auto;
    align-items: stretch;
    border: 2px solid var(--secondary-black);
    box-shadow: 6px 6px 0 0 var(--black);
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.icon-label-grid.trust-bar{
  padding-top:20px;
}



@media(max-width:1199px){
  .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: 610px !important;
  }
}

@media(max-width:767px){
  .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: 480px !important;
  }
  .ctm_reviewslider .jdgm-carousel-item__review-content .jdgm-carousel-item__review-body p {
    font-size:16px;
  }
  .ctm_reviewslider .jdgm-carousel--done .jdgm-carousel__item-wrapper {
   /* padding-left:15px; */
   padding-right:10px;
  }
  .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
    width: calc(100% - 41px) !important;
    margin: 0 auto;
  }
  .ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item{
    margin-right:15px;
  }
  .ctm_reviewslider {
    overflow:hidden !important;
  }
  .ctm_reviewslider .jdgm-cards-wrapper{
        overflow: visible !important;
  }
}
@media(max-width:575px){
  .ctm_reviewslider .jdgm-carousel--aligned-theme .jdgm-carousel-item:after{
    right:auto;
    bottom:auto;
    top: 36px;
    left: 28px;

  } 
  .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
      height: 450px !important;
  }
}