/** Shopify CDN: Minification failed

Line 437:32 Unexpected "{"
Line 1676:24 Expected identifier but found bad string token
Line 1676:26 Unterminated string token

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #A66041;
  --white: #fff;
  --black: #000000;
  --poppins: "Poppins", sans-serif;
  --royalsSerif: "Royals Serif", sans-serif;
}

html.lenis,
html.lenis body {
  height: auto;
}

body {
  font-family: var(--poppins);
  max-width: 1920px;
  margin: 0 auto;
  letter-spacing: unset;
  font-style: unset;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.primary-title {
  /* font-size: clamp(46px, 4vw, 56px); */
  font-size: 56px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: var(--royalsSerif);
}

.primary-title.black {
  color: var(--black);
}

.desc {
  font-weight: 400;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
}

.desc.black {
  color: var(--black);
}

.primary-btn {
  background: var(--primary-color);
  border-radius: 50px;
  color: var(--white) !important;
  display: inline-flex;
  font-size: clamp(14px, 4vw, 16px);
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 70px;
  transition: all 0.2s ease-in-out;
}

.primary-btn:hover {
  background: #6E3115 !important;
}
.cookie-message{
  padding: 35px 35px !important;
}
@media screen and (max-width: 991.98px) {
  .primary-btn {
    padding: 12px 40px;
  }
}

.banner {
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .banner {
    background: #000000;
    padding: 50px 0px;
    padding-top: 0px
    
  }
  .banner-content .container {
    max-width: 100%;
    padding: 0 30px;
}
.banner-content .container a.primary-btn {
    padding: 12px 68px;
}
}
@media screen and (max-width: 767px) {
  .banner-content .container {
    padding: 0px;
    overflow: hidden;
}
 .banner-content .container    .row>* {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
.banner img {
  width: 100%;
}


.banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991.98px) {

  .header__icon--cart {
    margin-right: 0
  }

  svg.icon.icon-cart-empty,
  svg.icon.icon-cart {
    position: relative;
    top: 10px;
    left: 15px;
  }

  .header__icons {
    padding-right: 0;
    overflow: hidden;
  }

  .banner-content {
    position: relative;
    inset: unset;
    transform: unset;

  }

  .banner-text {
    padding: 24px;
    text-align: center;
    background: #4b2011;
    margin: 0;
    ;
  }
}

.welcome-section {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991.98px) {
  .welcome-section {
    margin-bottom: 30px;
  }
}

.welcome-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .welcome-section .welcome-text {
    text-align: center;
    /* padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5); */
  }

  .welcome-content {
    position: relative;
    inset: 0;
    transform: unset;
  }
}

.welcome-section .welcome-section-icon {
  position: absolute;
  left: 0;
  top: 65%;
  transform: translate(-50%, -50%);
  max-width: 180px;
}

@media screen and (max-width: 991.98px) {
  .welcome-section .welcome-section-icon {
    top: unset;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
      .welcome-section .welcome-text {
        padding-top: 50px !important;
    }
}

.welcome-section .desc {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
  .welcome-section .primary-btn {
    padding: 9px 30px;
  }
}

.product-section {
  padding: 10px 0;
  background: #ECDCD4;
  overflow: hidden;
}

@media screen and (max-width: 991.98px) {
  .product-section {
    padding: 0px;
  }
}

.product-section .sub-heading {
  color: var(--black);
  font-family: "Fenwick";
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 20px 0px;
}

.product-section .product-section-text {
  max-width: 630px;
  padding-left: 80px;
}

@media screen and (max-width: 991.98px) {
  .product-section .product-section-text {
    max-width: 100%;
    padding-left: 0px;
    padding: 40px 15px;
    padding-top: 40px;
    padding-bottom: 80px;
    justify-content: start !important;
  }
  .section-template--25969553309988__main-padding{
    padding-bottom: 40px !important;
  }
  product-info .product__info-wrapper {
        padding: 0 !important;
    }
    product-info .product__info-container {
        max-width: 100% !important;
    }
    .product-section .product-section-text {
        padding: 80px 32px 50px !important;
    }
}
@media screen and (max-width: 1200px) {
product-info .container {
        max-width: 100%;
        padding: 0 35px;
}
    .product-section .product-section-text {
        max-width: 100% !important;
        padding-left: 35px !important;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1399px) {
  .product-section .product-section-text {
    max-width:550px;
    padding-left: 0px;
    padding: 20px 15px 20px 60px;
    padding-right: 55px !important;
  }
}

@media(max-width: 767px){
      product-info .container {
        padding: 0;
    }
  .section-template--25969553309988__main-padding {
    padding-top: 16px;
    padding-bottom: 16px !important;
}
    product-info .product__info-wrapper {
        padding: 0 12px 40px !important;
    }
    .quantitySelect h2 {
    max-width: 150px;
    padding-left: 10px;
}
.quantitySelect {
    gap: 15px;
}
    product-info .container {
        overflow: hidden;
    }
}
@media(max-width: 600px){
div#price-template--25969553309988__main {
    width: 100% !important;
    margin: 20px 0 0 !important;
}
.product-form__input.product-form__quantity {
    width: 100%;
}
.product-section .product-section-text .desc ul {
    padding-left: 10px;
}
}
@media(max-width: 400px){
.quantitySelect h2 {
    font-size: 16px !important;
}
}

.product-section .product-section-text .desc p {
  margin-bottom: 25px;
}

.product-section .product-section-text .desc p:last-child {
  margin-bottom: 0;
}

.product-section .product-section-text .desc ul {
  margin-bottom: 25px;
      padding-left: 15px;
}

.product-section .product-section-text .desc ul li {
  font-size:18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  list-style: disc;
  margin-left: 23px;
  margin-bottom: 12px;
}

.product-section .product-section-text .primary-btn {
  padding: 12px 30px;
}

@media screen and (max-width: 767.98px) {
  .product-section .product-section-text .primary-btn {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }

  #shopify-section-template--18205492117691__17637442535adf6764 {
    margin-top: 0px !important;
  }

  .join-the-wisdom .join-custom-row .join-the-wisdom-box{
    margin-top: 152px !important;
        padding: 40px 24px !important;
  }

  .join-the-wisdom {
        margin: 0 !important;
        background-position: top center !important;
        background-size: auto 310px !important;
    }

  .banner-content .primary-btn {
    padding: 12px 55px;
}

  .about-banner-content .primary-title {
    font-weight: 400;
    font-size: clamp(55px, 4vw, 56px);
    line-height: 130%;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  .about-banner-text {
    padding: 80px 0 40px 0 !important;
  }
}

.our-cooling-section {
  margin: 80px 0px 80px;
  margin-bottom: 0;
}
.our-cooling-section .custom-row .col-lg-6:nth-child(1),
.our-cooling-section .custom-row .col-lg-6:nth-child(3) {
    padding-right: 20px;
}
.our-cooling-section .custom-row .col-lg-6:nth-child(2),
.our-cooling-section .custom-row .col-lg-6:nth-child(4) {
    padding-left: 20px;
}
.our-cooling-section .col-lg-8 {
  max-width: 924px;
}
@media screen and (max-width: 1200px) {
.our-cooling-section .col-lg-8, {
    width: 100%;
    max-width: 100% !important;
}
.product-ingredients.our-cooling-section .container,
.our-promise .container{
    max-width: 100%;
    padding: 0 40px;
}
}
@media screen and (max-width: 1024px) {
   .product-ingredients.our-cooling-section .col-lg-4,
   .our-promise .col-lg-3 {
        width: 50%;
    }
    .our-promise-center p {
        max-width: 100%;
        margin-bottom: 40px;
    }
  }
@media screen and (max-width: 991.98px) {
  .our-cooling-section {
    margin: 50px 0px;
    margin-bottom: 0;
    text-align: center;
  }
      .product-ingredients.our-cooling-section .container, .our-promise .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
.product-ingredients.our-cooling-section .container, .our-promise .container{

}
    .product-ingredients.our-cooling-section .col-lg-4, .our-promise .col-lg-3 {
        width: 100%;
    }
    .product-ingredients .cooling-box .cooling-text {
    max-width: 100%;
    }
}
.our-cooling-section .custom-row {
  align-items: start;
  row-gap: 40px;
}

.our-cooling-section .custom-btn {
  font-size: clamp(20px, 4vw, 24px);
  color: var(--primary-color);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
  font-family: "Fenwick";
  width: 100%;
  background: unset;
  border: unset;
}

.our-cooling-section .cooling-box {
  position: relative;
}

.our-cooling-section .cooling-box img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.our-cooling-section .cooling-box .cooling-text {
  background: var(--white);
  position: absolute;
  bottom: 40px;
  padding: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 360px;
}

.our-cooling-section .cooling-box .cooling-text h5 {
  color: #6E3115;
  font-size: 24px;
  margin-bottom: 24px;
  font-family: "Fenwick";
  letter-spacing: 0;
}

.our-cooling-section .cooling-box .cooling-text .desc {
  color: #6E3115;
}

.our-cooling-section .primary-btn {
  position: relative;
  padding: 12px 32px;
}

@media screen and (max-width: 991.98px) {
  .our-cooling-section .primary-btn {
    top: 0;
  }

  .our-cooling-section .cooling-box .cooling-text {
    bottom: 30px;
    width: 85%;
    padding: 24px;
  }

  .our-cooling-section .cooling-box .cooling-text h5 {
    margin-bottom: 24px;
  }

  .product-ingredients .cooling-box .cooling-text {
    bottom: 30px !important;
    width: 90% !important;
    padding: 20px !important;
    min-height: 160px !important;
  }

  .our-cooling-section .custom-row {
    margin-bottom: 80px;

  }
}

@media screen and (max-width: 600px) {
  .our-cooling-section .primary-btn {
    top: 0;
    width: 100%;
    justify-content: center;
  }
}

.our-cooling-section .custom-row .col-lg-6:nth-child(4) {
  position: relative;
  margin-top: -135px;
}

@media screen and (max-width: 991.98px) {
  .our-cooling-section .custom-row .col-lg-6:nth-child(4) {
    top: unset;
    margin-top: 0;
  }

  .our-cooling-section .cooling-box img {
    max-height: 450px !important;
    height: 100vh;
  }

  .custom-btn-01 {
    margin: 0;
    margin-bottom: 24px !important;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767.98px) {
  
  .custom-btn-01 {
    margin: 0;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }

  .header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-section .product-section-text{
      padding: 80px 16px 80px !important;
  }

    .product-section {
        margin-bottom: 80px;
    }

/* .collapsible-content-wrapper-narrow
 {
    padding-right: 32px;
    padding-left: 32px;
} */

.collapsible-content__heading.primary-title{
font-size: 56px;
}
.template-faq gradient .accordion__content {
    padding:0 16px 0 16px!important;
}

}

@media screen and (min-width: 991.98px) and (max-width: 1280.98px) {
  .our-cooling-section .cooling-box .cooling-text {
    bottom: 20px;
    padding: 20px;
    width: 90%;
  }

  .our-cooling-section .cooling-box img {
    max-height: 350px !important;
  }

  .product-ingredients .cooling-box .cooling-text {
    bottom: 20px !important;
    padding: 20px !important;
    width: 90% !important;
    min-height: 200px !important;
  }

}


.our-cooling-section .custom-row .col-lg-6:nth-child(4) img {
  max-height: 500px;
}

.join-the-wisdom {
  position: relative;
  margin: 80px 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 991.98px) {
  .join-the-wisdom {
    margin: 0px 0 0px;
    background-position: top;
  }
}

@media screen and (min-width: 991px) and (max-width: 1140px) {
  .join-the-wisdom {
    margin: 0px;
    background-position: top;
    margin-top: 0px;
  }
}

.join-the-wisdom>img {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .join-the-wisdom>img {
    height: 240px;
    object-fit: cover;
  }
}

.join-the-wisdom .primary-title {
  font-size: clamp(30px, 5vw, 70px);
  max-width: 250px;
  color: #EBD3B9;
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  .join-the-wisdom .primary-title {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    line-height: 130%;
  }

  .join-the-wisdom .join-custom-row .join-the-wisdom-box .desc {
    margin-bottom: 24px !important;
    margin-top: 24px;
  }
}

.join-the-wisdom .join-custom-row {
  position: relative;
  top: 150px;
}

@media screen and (max-width: 991.98px) {
  .join-the-wisdom .join-custom-row {
    top: 120px;
  }
}

.join-the-wisdom .join-custom-row img {
  width: 240px;
  max-width: 240px;
}

@media screen and (min-width: 991.98px) and (max-width: 1140px) {

  .join-the-wisdom .join-custom-row img {
    width: 180px;
    max-width: 180px;
    margin-bottom: 40px;
  }
}

.join-the-wisdom .join-custom-row .join-the-wisdom-box {
  padding: 40px;
  margin-bottom: 20px;
  background: #6E3115;
  text-align: center;
  margin-top: 170px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1140px) {
  .join-the-wisdom .join-custom-row .join-the-wisdom-box {
    margin-top: 0;
    padding: 40px 24px;
    margin-left: 0px;
    margin-right: 0px;
    background: #4B2011;
  }
}

.join-the-wisdom .join-custom-row .join-the-wisdom-box .desc {
  color: var(--white);
  margin-bottom: 40px;
}

.join-the-wisdom .join-custom-row .join-the-wisdom-box .primary-btn {
  color: var(--black) !important;
  background: url("/cdn/shop/files/btn-join-the-wisdom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 991.98px) {
  .join-the-wisdom .join-custom-row .join-the-wisdom-box .primary-btn {
    width: 100%;
    justify-content: center;
  }

  .contact__button {
    margin-top: 40px !important;
}
.contact .primary-title {
    margin-bottom: 40px !important;
}

  .collapsible-content .accordion {
    padding: 0 15px;
  }

  .template-faq .collapsible-content .accordion {
    padding: 0 0px;
  }

  .section-template--18205492117691__collapsible_content_MVCjaB-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.modal.show .modal-dialog {
  max-width: 950px;
}

.modal-content {
  background: #ECDCD4;
  padding: 10px 30px;
  border: unset;
  border-radius: unset;
}

.modal-title {
  color: #6E3115;
  font-size: 24px;
  font-family: Fenwick;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}

.modal-body ul li {
  position: relative;
  font-size: 14px;
  list-style: none;
  font-weight: 300;
  padding-left: 15px;
  color: #000;
}

.modal-body ul li:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50px;
}

.modal-body ul {
  padding: 0px;
}

.btn-close {
  font-size: 14px;
  float: right;
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 1;
  cursor: pointer;
}


@media screen and (max-width: 991.98px) {

  .modal-title {
    text-align: left
  }

  .modal-body ul {
    margin-bottom: 20px;
  }

  .mainRow {
    height: 40vh;
    overflow-y: auto;
  }

  .mainRow .col-md-4 {
    padding-left: 0px !important;
  }

  .mainRow::-webkit-scrollbar {
    width: 3px;
  }

  .mainRow::-webkit-scrollbar-track {
    background: #A5897E;
    border-radius: 10px;
  }

  .mainRow::-webkit-scrollbar-thumb {
    background-color: #b77b58;
    /* fixed thumb color */
    border-radius: 10px;
  }

  /* hover completely removed */


  .btn-close {
    top: 5px;
  }

  .modal-dialog-centered {
    align-items: end !important;
  }

  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateY(100%);
    opacity: 0;

  }

  .modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }

  .modal-dialog {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .modal-content {
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }

  .modal-backdrop.show {
    opacity: 0.6;
  }

  .modal .primary-btn {
    margin-bottom: 0 !important;
    padding: 12px 65px;
  }
}

.scrolltoTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

.mainRow {
  margin: 40px 0px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mainRow .col-md-4 {
  max-width: 250px;
}

.newsletter {
  position: relative;
  z-index: 1;
}

.newsletter-form__message {
  position: fixed;
  background: #ecdcd4;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 9999;
  border: none !important;
  color: #6e3115;
  justify-content: center !important;
  font-size: clamp(20px, 4vw, 24px);
  letter-spacing: 0;
  flex-wrap: wrap;
  gap: 40px;
  text-transform: uppercase;
  font-family: "Fenwick";
  font-weight: 400;
  line-height: 1.4;

  /* Desktop animation */
  animation: slideFadeInDesktop 0.6s forwards;
}


.newsletter-form__message .primary-btn {
  padding: 15px 70px;
  font-family: "poppins";
  background: var(--primary-color);
  border-radius: 50px;
  color: var(--white) !important;
  display: inline-flex;
  font-size: clamp(14px, 4vw, 16px);
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

/* Desktop animation */
@keyframes slideFadeInDesktop {
  0% {
    transform: translate(-50%, -60%);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .drawer__inner {
    width: 100% !important;
    max-width: 100%;
  }

  div#CartDrawer {
    width: 100%;
  }
.newsletter-form__field-wrapper .field {
        gap: 15px !important;
    }

  .cart-drawer .cart-items thead th:last-child {
    width: 1%;
  }

  .newsletter-form__message {
    width: 100%;
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    left: 50%;
    top: unset;
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    pointer-events: auto;
    animation: slideUpMobile 0.6s forwards;
  }

  /* Mobile animation */
  @keyframes slideUpMobile {
    0% {
      transform: translateX(-50%) translateY(100%);
      opacity: 0;
    }

    100% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
  }
}


/* Cart Drwaer */


.drawer__heading,
cart-items .title.title--primary {
  text-transform: uppercase !important;
  color: #000;
  font-family: "Fenwick";
  margin-bottom: 0;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0 !important;
}

.drawer__header {
  background: #ecdcd4;
  margin-bottom: 40px;
  padding-inline: 20px;
  padding-left: 70px;
}

.drawer__cart-items-wrapper {
  padding-inline: 20px;
}

.drawer__inner {
  padding: 0;
}

.drawer__inner {
  width: 60rem;
}

.cart-items th {
  color: #a66041;
  text-transform: capitalize !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 !important;
  padding-bottom: 25px !important;
}

.cart-item__media {
  display: flex;
  gap: 20px;
  align-items: start;
}

.cart-drawer .cart-item {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 20px;
}

.cart-drawer .cart-item td {
  gap: 10px;
  align-items: center;
}

.cart-item .cart-item__name {
  font-size: 14px;
  color: #A66041;
  font-weight: 500;
  letter-spacing: 0;
}

.cart-item .product-option {
  font-size: 14px;
  font-weight: 300;
  color: #A66041;
  letter-spacing: 0 !important;
}

.cart-drawer .price,
.cart-item__price-wrapper .price {
  font-size: 14px;
  font-weight: 300;
  color: #A66041;
  letter-spacing: 0 !important;
}

.drawer__close {
  right: unset;
  left: 5px;
  top: 7px;
  color: #000;
}

.drawer__close path {
  stroke: #000;

}

.drawer__close .svg-wrapper {
  height: 22px;
  width: 22px;
}

.cart__empty-text {
  margin: 0px
}

cart-remove-button .icon-remove {
  height: 18px;
  width: 16px;
}

.cart-drawer .cart-items thead th:nth-child(2),
.cart-drawer .cart-item td:first-child {
  width: 45%;
}

.cart-drawer .cart-item td:nth-child(2) {
  width: 50%;
}

.cart-drawer .cart-item>td+td {
  padding-left: 0;
}

.cart-quantity:before,
.cart-quantity:after {
  display: none
}

quantity-popover .quantity {
  border: 1px solid #A66041;
  color: #A66041;
  font-size: 14px;
  font-weight: 500;
  max-width: 125px;
}

.quantity__button {
  color: #A66041;
  max-width: 38px;
}

.quantity__button .svg-wrapper {
  width: 16px;
}

.cart-quantity input {
  border-left: 1px solid #A66041;
  border-right: 1px solid #A66041;
}

.cart-drawer .cart-items td {
  padding-top: 0;
}

.cart-drawer .cart-items th {
  border-bottom: 1px solid #A5897E;
}

.drawer__footer {
  border-top: unset;
  padding-inline: 20px;
}

.cart-drawer__footer {
  border-top: 1px solid #A5897E;
}

.cart-drawer .totals {
  color: #6e3115;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.cart__blocks .totals {
  color: #6e3115;
  margin-top: 30px;
  margin-bottom: 15px;
}

.totals .totals__total,
.totals__total-value {
  letter-spacing: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 10px;
}

.cart-drawer .tax-note,
.tax-note {
  color: #A66041;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
}

.cart__empty-text {
  text-transform: capitalize;
  letter-spacing: 0;
}

.cart__login-title {
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 20px;
  font-size: 14px;
}

.cart__login-paragraph {
  letter-spacing: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
}

.drawer__inner-empty {
  padding: 0px
}

.cart__empty-text {
  margin-bottom: 0px
}

cart-drawer {
  top: 85px !important;
  height: calc(100vh - 85px) !important;
}

@media (max-width: 991.98px) {
  cart-drawer {
    top: 63px !important;
    height: calc(100vh - 63px) !important;
  }

  .cart-drawer .cart-item td:first-child {
    flex-wrap: wrap
  }

  quantity-popover .quantity {
    width: 90px;
    min-height: 30px;
    line-height: 30px;
  }

  .cart-drawer .cart-item {
    align-items: flex-start;
  }

  .cart-drawer .cart-item__totals {
    padding-top: 10px;
  }

  .quantity__button {
    max-width: 25px;
    height: 30px;
    line-height: 30px;
  }


}
@media(max-width: 480px){
.drawer__footer {
    padding-bottom: 65px;
}
}

.our-promise {
  background: #4B2011;
  padding: 80px 0px;
}

.our-promise-center {
  margin-top: 80px;
  margin-bottom: 100px;
}

.our-promise-center h4 {
  color: var(--white);
  font-family: "Fenwick";
  letter-spacing: 0;
  font-weight: 400;
  font-size: 24px;
  margin-top: 5px;
}

.our-promise-center p {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 10px;
}

.our-promise .primary-btn {
  padding: 12px 90px;
}


@media (max-width: 991.98px) {

  .our-promise {
    padding: 50px 0;
  }

  .our-promise-top {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .our-promise-center {
    margin: 20px 0px;
  }

  .our-promise-center .col-lg-3 {
    margin-bottom: 30px;
  }

  .our-promise .primary-btn {
    padding: 12px 80px;
  }
}

.product-ingredients {
  background: #ECDCD4;
  padding: 80px 0px;
  margin: 0px;
}

.product-ingredients .cooling-box .cooling-text {
    background: var(--white);
    position: absolute;
    bottom: 40px;
    padding: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 360px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desc-01 {
  margin: 40px 0px;
  margin-bottom: 40px;
}


.customRow {
  row-gap: 20px;
}

.customBottomRow {
  margin-top: 40px;
}

.customBottomRow h4 {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.product-ingredients-box {
  display: flex;
}

.product-ingredients-box li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 5px;
}

.product-ingredients-box li:before {
  position: absolute;
  content: "";
  left: 17px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50px;
}

.product-ingredients-box>div {
  width: 100%;
}

@media (max-width: 991.98px) {
  .customBottomRow h4 {
    text-align: left
  }

  .product-ingredients-box li {
    text-align: left;
  }

  .product-ingredients-box {
    flex-wrap: wrap;
  }

  .product-ingredients-box li {
    padding-left: 20px;
  }

  .product-ingredients-box li:before {
    left: 7px;
  }

  .product-ingredients-box>div {
    margin-bottom: 20px;
  }

  .product-ingredients {
    margin: 0;
    padding: 80px 0px;
  }

  .desc-01 {
    margin: 30px 0 30px;
  }
}

@media screen and (min-width: 750px) {
  .product__info-wrapper {
    padding: 40px 0 0 40px !important;
  }
}

.product__text {
  color: var(--black);
  font-family: Fenwick;
  font-weight: 400;
  font-size: 24px;
  margin: 16px 0 !important;
  text-transform: unset !important;
  line-height: 1.4;
  letter-spacing: 0 !important;
}


.product__text.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Poppins';
}

.product-form__submit.primary-btn:before,
.product-form__submit.primary-btn:after {
  display: none;
}

.product__accordion .accordion__title {
  color: #000;
}

.product__accordion.accordion {
  border-top: 1px solid #A5897E !important;
  border-bottom: 0;
  padding: 0 15px;
}

.product-form__submit {
  padding: 15px 70px;
}

.product__accordion.accordion svg path {
  stroke: #000;
}

.product__accordion summary .icon-caret {
  height: 10px !important;
}

.product__accordion .accordion__content p {
  color: #000;
}

.product__info-wrapper .price {
  letter-spacing: 0;
  color: #6E3115;
  font-weight: 400;
  font-size: 18px;
}

.product-form__buttons {
  max-width: 100% !important;
}


.product-slider {
  position: relative;
  width: 100%;
}

.swiper-slide {
  width: 100% !important;
  height: 100% !important;
}

.swiper.thumbs-slider {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 2;
  max-height: 180px;
  width: 100%;
}

.swiper.thumbs-slider .swiper-slide {
  width: 70px;
  height: 70px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.swiper.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #b1866b;
}

.swiper.thumbs-slider img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.swiper.main-slider {
  overflow: hidden;
}

.swiper.main-slider img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  .product-slider {
    margin-bottom: 40px;
  }

  .swiper.thumbs-slider {
    left: 20px;
    top: 10px;
    max-height: 120px;
    overflow: hidden;
  }

  .swiper.thumbs-slider img {
    width: 50px;
    height: 50px;
  }
}

quantity-input.quantity {
  border: 1px solid #A66041;
  color: #a66041;
  font-size: 14px;
  font-weight: 500;
  max-width: 125px;
}

quantity-input.quantity:before,
quantity-input.quantity:after {
  display: none;
}


.quantity__input {
  border-left: 1px solid #A66041;
  border-right: 1px solid #A66041;
}

@media screen and (min-width: 1004.98px) and (max-width: 1199.98px) {

  .welcome-content .primary-title.black {
    margin-bottom: 0px !important;
  }

  .welcome-content .primary-btn {
    margin-top: 0px !important;
  }
}

.welcome-content .primary-btn {
  padding: 12px 32px;
}

div#price-template--25969553309988__main {
  display: inline-block;
  width: 29%;
  text-align: right;
  margin: 0;
}

.product-form__input.product-form__quantity {
  width: 70%;
  display: inline-block;
  margin: 0;
}
.product-form__input .price-per-item__container {
    display: flex;
    gap: 10px;
    align-items: center;';
    display: grid;
    gap: 10px;
    display: flex;
}
.about-banner-section {
  position: relative;
  background: #4B2011;
}

.about-banner-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1
}

.about-banner-section img {
  width: 50%;
}

.about-banner-content .desc {
  font-family: "Fenwick";
  font-size: clamp(18px, 4vw, 24px);
}

@media screen and (max-width: 991.98px) {
  .about-banner-content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    text-align: center;
  }

  .aboutText h3 {
    color: #6E3115;
    line-height: 150%;
    margin-bottom: 40px;
  }

  .multicolumn-card__info p {
    max-width: 100%
  }
}

@media screen and (min-width: 991.98px) {
  .multicolumn .title-wrapper-with-link {
    margin-bottom: 40px !important;
  }

  .multicolumn-card__info {
    padding-bottom: 40px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.aboutText {
  position: relative;
  background: #EBD3B9;
  padding-bottom: 50px;
}

.aboutText .row {
  position: relative;
  padding: 80px 80px;
  background: var(--white);
  top: -60px;
}

.aboutText h3 {
  font-family: "Fenwick";
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--primary-color);
  letter-spacing: 0;
}

.aboutText p {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 20px;
}

.aboutText p:last-child {
  margin: 0;
}

@media screen and (max-width: 991.98px) {
  .aboutText .row {
    top: 0;
    padding: 50px 10px;
  }

  .aboutText {
    padding-bottom: 80px;
  }

  .section-template--18245646450875__multicolumn_UB8qhn-padding {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .multicolumn-card__info {
    padding: 0px !important;
    padding-bottom: 40px !important;
  }

  .spacer {
    margin-bottom: 0px !important;
  }

  .primary-title.rich-text__heading {
    margin-bottom: 20px;
  }

  .rich-text__wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .about-banner-text {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}
.aboutText .container {
    max-width: 100%;
}
.aboutText h3 {
    color: #6E3115;
}

}

.multicolumn-card__info h3 {
  font-size: clamp(22px, 2vw, 24px);
  letter-spacing: 0 !important;
  font-family: "Fenwick";
  color: #6E3115;
  font-weight: 400;
  margin-bottom: 20px;
}

.multicolumn-card__info p {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 380px;
  margin: 0 auto !important;
}
@media(max-width: 991px){
.multicolumn-card__info p {
    max-width: 100%;
}
}

.rich-text__caption {
  color: #A5897E;
  font-size: clamp(22px, 2vw, 24px);
  font-family: 'Fenwick';
  letter-spacing: 0;
  font-weight: 400;
}

.rich-text__text p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .rich-text__blocks {
    max-width: 96rem !important;
  }
}


.spacer {
  display: block !important;
  margin-bottom: 100px !important;
}

.primary-title.rich-text__heading {
  margin-bottom: 40px;
}

.rich-text .primary-btn:before,
.rich-text .primary-btn:after {
  display: none;
}

.rich-text .primary-btn {
  border: none !important;
  padding: 12px 45px;
}

.rich-text__wrapper--left p {
  font-family: 'Fenwick';
  font-size: clamp(22px, 2vw, 24px);
  color: #fff;
}

.rich-text__wrapper--left ul {
  padding-left: 0px;
  margin: 40px 0px;
}

.rich-text__wrapper--left li {
  position: relative;
  font-family: 'Fenwick';
  font-size: clamp(22px, 2vw, 24px);
  color: #fff;
  margin-bottom: 16px;
  padding-left: 50px;
}

.rich-text__wrapper--left li:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 4px;
  background: url('https://cdn.shopify.com/s/files/1/0688/5143/3659/files/tabler-icon-circle-check-filled.png');
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  background-size: contain;
}

@media screen and (min-width: 750px) {
  .rich-text .page-width {
    padding: 0;
  }
}

.customDesc p {
  font-family: Fenwick;
  font-size: clamp(22px, 2vw, 24px);
  color: #fff;
  margin-top: 24px;
}

.need-assistance {
  position: relative;
  padding: 80px 0;
  background: #ECDCD4;
}

.need-assistance .primary-title {
  color: #6E3115;
  margin-bottom: 32px !important;
}

.need-assistance ul {
  position: relative;
  margin: 32px 0px;
}

.need-assistance ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.need-assistance ul li:last-child {
  margin-bottom: 0px;
}

.need-assistance .primary-btn {
  padding: 12px 59px;
}

.page-content p,
.page-content li {
  font-weight: 400;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
}

.page-content p {
  margin: 20px 0px;
}

.page-content ul,
.page-content ol {
  padding-left: 30px;
}

.page-content ul li {
  list-style: disc;
}

.page-content ol li {
  list-style: desc;
}

.page-content h3 {
  font-family: "Fenwick";
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 24px;
  color: #6E3115;
  font-size: clamp(20px, 4vw, 24px);
}

.page-banner {
  background-image: url('https://cdn.shopify.com/s/files/1/0688/5143/3659/files/pages-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-banner {
  background-image: url('https://cdn.shopify.com/s/files/1/0688/5143/3659/files/page-contact.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#ContactForm .field__input {
  border: 1px solid #A5897E;
  border-radius: 8px;
  letter-spacing: 0;
  font-family: 'Poppins';
  color: #909090;
  font-weight: 400;
}

#ContactForm .field__input:before,
#ContactForm .field__input:after {
  display: none;
}

#ContactForm .primary-btn {
  padding: 14px 80px;
}

.primary-btn:before,
.primary-btn:after {
  display: none;
}

.template-faq .collapsible-content__header .primary-title {
  color: #000;
}

.template-faq .collapsible-content {
  margin-top: 20px;
}

.template-faq .collapsible-content__header {
  text-align: left !important;
}

.template-faq .collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 96rem;
}

.template-faq .accordion__title {
  color: #6E3115;
  font-size: 24px !important;
  font-family: 'Fenwick';
  letter-spacing: 0 !important;
}

.template-faq .collapsible-content .accordion {
  border-bottom: 1px solid #A5897E;
}

.template-faq .collapsible-content .accordion path {
  stroke: #6E3115;
}

.template-faq .accordion__content p {
  color: var(--black);
    padding-top: 9px;
}

.template-faq .need-assistance {
  margin-top: 50px;
}

.jdgm-prev-badge__text {
  padding-left: 16px;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Poppins";
  color: #6E3115;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  visibility: unset;
    position: relative;
    margin-left:16px !important;
}
.jdgm-prev-badge__text:before{ 
  content: "";
    position: absolute;
    background: #A5897E;
    width: 1px;
    height: 27px;
    left: 0;
    top: 0;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  font-size: 18px;
}

.jdgm-title {
  font-size: clamp(46px, 4vw, 56px) !important;
  font-weight: 400;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: var(--royalsSerif);
}

.jdgm-header-info {
  display: none !important;
}

.jdgm-testimonials-carousel {
  padding: 80px 0px !important;
}

.product {
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 991.98px) {
  .product {
    position: relative;
    top: unset;
  }

  div#price-template--18205492281531__main {
    width: 56%;
    float: right;
  }

  .product__info-wrapper .quantity__button {
    max-width: 35px;
    height: auto;
    line-height: unset;
  }
}

.shopify_subscriptions_app_block_label {
  position: relative;
  border: 1px solid #A5897E !important;
  margin-bottom: 16px !important;
  cursor: pointer;
  padding: 8px;
}
.shopify_subscriptions_app_block_label.shopify_subscriptions_purchase_option_wrapper {
    height: 68px;
}

.shopify_subscriptions_app_block_label.shopify_subscriptions_purchase_option_wrapper label:after {
    content: "Perfect if you want to try it once.";
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 11px 40px 12px;
    color:  #A66041;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    text-transform: lowercase;
}
.shopify_subscriptions_fieldset>div {
  border: 0 !important;
}

.shopify_subscriptions_purchase_option_wrapper label {
  color: #A66041;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0 !important;
  padding-left: 25px;
  margin-bottom: 1px;
}

.subscription-text {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    color: #000;
    margin-top: 22px !important;
    font-size: 18px;
    font-weight: 400;
}
.shopify_subscriptions_app_container {
  border-bottom: 1px solid #A5897E;
    padding-bottom: 0px;
    margin-bottom: 24px;
}
.shopify_subscriptions_app_block_label_children label {
  background: #ECDCD4;
    padding: 2px 5px;
    color: #6E3115;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
    border-radius: 5px;
    color: #6E3115;
}

.shopify_subscriptions_app_block_label_children input,
.shopify_subscriptions_app_block_label input {
  position: absolute;
  top: 10px;
  left: 10px;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #A66041;
  width: 20px;
  height: 20px;
  border: 1.5px solid #A66041;
  border-radius: 4px;
}

.shopify_subscriptions_app_block_label_children input[type="radio"],
.shopify_subscriptions_app_block_label input[type="radio"] {
  display: grid;
  place-content: center;
}
.shopify_subscriptions_app_block_label input:checked {
    background: #A66041;
}
.shopify_subscriptions_app_block_label_children input[type="radio"]:checked::before,
.shopify_subscriptions_app_block_label input[type="radio"]:checked::before {
  content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    width: 7px;
    height: 11px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

/* .shopify_subscriptions_app_block_label_children input[type="radio"]::before, .shopify_subscriptions_app_block_label input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 0;
    transform: scale(0);
    transition: 120ms transform 
ease-in-out;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    width: 7px;
    height: 11px;
    border-bottom: 3px solid #A66041;
    border-right: 3px solid #A66041;
} */
/* .shopify_subscriptions_app_block_label_children input[type="radio"]:checked::before,
.shopify_subscriptions_app_block_label input[type="radio"]:checked::before {
  transform: scale(1);
} */

.shopify_subscriptions_app_block_label.shopify_subscriptions_purchase_option_wrapper label {
  margin-bottom: 0;
}

.price__badge--subscription,
.shopify_subscriptions_app_policy {
  display: none !important;
}

.header {
  max-width: 95%;
  margin: 0 auto !important;
  gap: 32px;
}


.accordion summary {
  padding: 1.5rem 16px !important;
}


.menu-opening .header__icon .icon path,
.header__icon:hover .icon path {
  stroke: #fff !important;
}

.accordion__content{
  margin-bottom: 16px !important;
}

div#shopify-block-AaGVKRE9hK0ZLWWt0K__1768834845299682660 {
    display: none;
}

@media screen and (min-width: 992px) {}

.jdgm-carousel-wrapper {
    padding: 80px 0 80px 0px !important;
    width: 100% !important;
}

.jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star {
    background: #ecdcd4 !important;
    padding: 0 !important;
    margin: 0px 2px !important;
}

.jdgm-star.jdgm--on:before {
    color: #A66041 !important;
    font-size: 16px;
}

.jdgm-carousel-item__review-body>p {
    color: #6E3115 !important;
    font-size: 18px !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
    background: #ECDCD4 !important;
    text-align: center !important;
    box-shadow: unset !important;
    border-radius: 0 !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__review {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.jdgm-carousel__right-arrow,
.jdgm-carousel__left-arrow {
    background: url('https://cdn.shopify.com/s/files/1/0688/5143/3659/files/iconRight.svg?v=1763745515') !important;
    border: unset !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    transform: unset !important;
}

.jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
    transform: rotate(180deg) !important;
    margin-left: -40px !important;
}
.jdgm-carousel-wrapper .jdgm-carousel__right-arrow {
    margin-right: -40px !important;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__review-rating {
    margin-bottom: 20px !important;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
    padding: 10px 20px 10px !important;
}
@media(max-width: 767px){
  .jdgm-carousel--card-theme .jdgm-carousel-item__review-rating {
    margin-bottom: 8px !important;
}

.jdgm-carousel-wrapper {
    padding: 40px 0 !important;
}
}


.quantitySelect {
    position: relative;
    display: inline-flex;
    width: max-content;
    align-items: center;
        padding-left: 10px;
}

.bottleImage img {
    max-width: 30px;
    margin: 0 5px;
}

.quantitySelect h2 {
    color: #6E3115;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0px;
}


.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container {
    gap: 30px !important;
}
.jdgm-cards-carousel .jdgm-cards-wrapper {
    max-width: calc(var(--visible-cards) * var(--card-width) + (var(--visible-cards) - 1) * 30px) !important;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-card{
  flex-direction: column-reverse;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-rating-section {
  padding: 24px 20px 10px 20px;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-text {
   padding: 10px 20px 24px 20px;
}
.jdgm-cards-carousel .jdgm-content button.jdgm-arrow svg {
    width: 8px;
    height: 16px;
}
.jdgm-cards-carousel .jdgm-content button.jdgm-arrow {
    background: #A66041;
    border-radius: 100%;
    width: 40px ;
    height: 40px;
}
.jdgm-widget.jdgm-cards-carousel {
    padding: 80px 0 40px 0px;
}
 .jdgm-widget.jdgm-cards-carousel .jdgm-header  .jdgm-title {
    overflow: visible;
    text-overflow: initial;
    -webkit-line-clamp: none;
  }

/* Write review widget  */
.jdgm-widget .jdgm-legacy-widget-content {
    display: block !important;
}
.jdgm-widget .jdgm-legacy-widget-content .jdgm-row-actions,
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg__body,
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg__paginate-spinner-wrapper, 
.jdgm-widget .jdgm-legacy-widget-content .jdgm-paginate:empty,
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg__header .jdgm-rev-widg__title,
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg__header .jdgm-row-stars .jdgm-rev-widg__summary,
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg__header .jdgm-row-stars .jdgm-histogram{
   display: none !important;
}
.jdgm-widget .jdgm-legacy-widget-content .jdgm-rev-widg.jdgm-rev-widg {
    padding: 0;
    padding-bottom: 80px;
}
.jdgm-widget .jdgm-legacy-widget-content .jdgm-write-rev-link.jdgm-write-rev-link {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 40px;
    background: #A66041;
    border: none !important;
    opacity: 1 !important;
    padding: 12px 32px;
    max-width: 280px !important;
}
.jdgm-widget .jdgm-legacy-widget-content .jdgm-write-rev-link.jdgm-write-rev-link:hover{
  background: #6E3115 !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__close-btn{
  display: block !important;
  opacity: 1 !important;
}
    .jdgm-write-review-modal .jdgm-write-review-modal__content {
        padding: 32px;
        max-width: 894px;
        background: #ECDCD4 !important;
    }
    .jdgm-write-review-modal .jdgm-write-review-modal__stars .jdgm-star {
    font-size: 36px !important;
    font-weight: 400;
    line-height: 48px;
}
    .jdgm-write-review-modal .jdgm-write-review-modal__stars .jdgm-star.jdgm--on:before {
    font-size: 36px;
}
    .jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-next {
        background: #A66041;
        border-radius: 50px !important;
        text-transform: uppercase;
    }
.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-next:hover{
   background: #6E3115 !important;
        }
.jdgm-write-review-modal .jdgm-write-review-modal__form--thank-you {
    justify-content: center;
}
.jdgm-write-review-modal__form--thank-you-separator + .jdgm-write-review-modal__title,
.jdgm-write-review-modal__form--thank-you-separator + div + .jdgm-write-review-modal__intro,
.jdgm-write-review-modal__form--thank-you-separator + div + .jdgm-write-review-modal__intro + .jdgm-write-review-modal__stars  {
    display: none !important;
}
.jdgm-write-review-modal__page-header .jdgm-write-review-modal__intro{
  display: none !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__title {
  color: #6E3115 !important;
  font-family: 'Fenwick' !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
.jdgm-write-review-modal .jdgm-write-review-modal__field-input {
    width: 100%;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #A5897E !important;
    color: #909090 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}
@media only screen and (max-width: 767px) {
    .jdgm-write-review-modal .jdgm-write-review-modal__content {
      border-radius: 24px !important;
        padding: 70px 32px 32px !important;
        height: 86dvh !important;
        width: 75dvw !important;
    }
.jdgm-widget.jdgm-cards-carousel {
    padding: 80px 0 120px 0px;
}
}
/* Write review widget end */
@media(max-width: 760px){
.jdgm-widget.jdgm-cards-carousel {
    overflow: hidden;
}
.jdgm-content {
        justify-content: flex-start !important;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container  {
    gap: 40px !important;
}
.jdgm-cards-carousel .jdgm-cards-wrapper{
    max-width: calc(var(--visible-cards) * var(--card-width) + (var(--visible-cards) - 1) * 40px) !important;
    overflow: visible !important;
 }
    :has(.jdgm-cards-carousel) {
    padding-right: 0 !important;
    padding-left: 0;
}
:has(.jdgm-cards-carousel) .jdgm-header {
    padding-left: 32px;
    padding-right: 32px;
}
.jdgm-cards-carousel .jdgm-content{
   padding-left: 32px;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-card {
    flex-direction: column-reverse;
    height: 227px;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-rating-section {
  padding: 45px 24px 10px 24px;
}
.jdgm-cards-carousel .jdgm-cards-wrapper .jdgm-videos-container .jdgm-text {
   padding: 10px 24px 24px 24px;
   place-items: flex-start;
}
.jdgm-widget.jdgm-cards-carousel {
    padding:80px 0 120px 0px !important;
}
  .jdgm-cards-carousel .jdgm-arrow {
    position: absolute;
    bottom: -69px;
  }
  .jdgm-cards-carousel .jdgm-arrow:first-child {
    left: 32px;
  }
 .jdgm-cards-carousel  .jdgm-arrow:last-child {
    right: 32px;
  }
.jdgm-cards-carousel   .jdgm-arrow svg {
    width: 10px;
    height: 16px;
    left: -2px;
    position: relative;
  }
 .jdgm-cards-carousel  .jdgm-arrow:last-child svg {
    left: 2px;
  }
}
@media(max-width: 520px){
    .jdgm-write-review-modal .jdgm-write-review-modal__content {
        height: 80dvh !important;
        width: 90dvw !important;
    }
  }


.product-ui {
  position: relative;
  margin: 24px 0px;
}

.product-ui li {
  color: #A66041;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.pro-drop {
  position: relative;
    margin-top: 24px;
}

.pro-drop label {
  color: #A66041;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
}

.pro-drop select {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #A5897E !important;
    outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("https://cdn.shopify.com/s/files/1/0688/5143/3659/files/dropIcon.svg");
  background-size: 7% 50%;
  background-repeat: no-repeat;
  text-shadow: unset !important;
  text-transform: capitalize;
    background-position: 98% 9px;
}

.pro-drop select:focus {
  outline: none !important;
  border-color: #000;
  box-shadow: none !important;
}
.pro-drop select option {
  color: #000;
font-family: 'Poppins';
font-size: 14px;
font-style: normal;
font-weight: 300;
text-transform: capitalize;
}
@media screen and (min-width: 991.98px) and (max-width: 1299.98px) {
  div#price-template--18205492281531__main{
        width: max-content;
        float: right;
        position: relative;
        margin-top: 10px;   
  }
}
/* .template-page .newsletter-form__message {
  position: relative;
  font-size: 14px;
  background: unset;
  text-transform: capitalize;
  font-weight: 500;
  max-width: max-content;
  width: max-content;
  left: 60px;
  padding: 0;
  margin: 0;
  display: none;
  font-family: var(--poppins);
} */

.form-status-list li a {
  color: #fff;
  letter-spacing: -0.5px;
  padding-left: 30px;
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 500;
}

.form__message h2 {
  color: #fff;
  letter-spacing: -1px;
  padding: 5px 10px;
  padding-bottom: 0;
}


.form-status-list {
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
  padding: 5px 10px;
}


.cart-item .cart-item__plan {
    color: #A66041;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
}

.newsletter-form__message--success svg {
width: 40px !important;
height: 40px !important;
}

.jdgm-write-review-modal .jdgm-write-review-modal__checkbox-custom::after {
    border: solid #6e3115 !important;
    left: 5px;
    border-width: 0 2px 2px 0 !important
}