/** Shopify CDN: Minification failed

Line 74:12 Expected identifier but found whitespace
Line 74:13 Unexpected "("

**/
.hdt-variant-picker .hdt-product-form__values .hdt-product-form_value strong {
    font-size: 16px;
}

.product-badge {
    position: absolute;
    z-index: 10;
    margin: 20px;
    color: #fff;
    background-color: #222;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.hdt-badge__wrapp {
    text-align: start !important;
}

.hdt-badge__wrapp .hdt-badge__custom {
    background-color: #000;
    border-radius: 5px;
    font-size: 14px;
}

@media (max-width: 1024px) {
.product-badge {
    margin: 10px;
    font-size: 12px;
}
}

@media (max-width: 425px) {
 .hdt-badge__wrapp .hdt-badge__custom {
    font-size: 12px;
} 
}

@media (max-width: 344px) {
 .hdt-badge__wrapp .hdt-badge__custom {
    font-size: 10px;
} 
}

.test button#custom__product-buy-btn.fixed {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    border-radius: 0;
}

.hdt-product__description table tr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.amp-cart__rewards-progress-bar {
  padding-bottom: 20px !important;
}

.amp-cart__rewards-applied-reward {
    font-size: 12px !important;
}

#checkout-main section[aria-label="Contact"] > div:nth-child(1) > div > div > div:nth-last-child(1):before
Specificity: (1,3,6)
 {
    content: 'Canada Shoppers: Tariff‑FREE. Duty‑FREE. Checkout = Final Price.';
    color: #FF2A00;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.hdt-main-product h1.hdt-product__title.hdt-font-normal {
    font-family: 'Didots';
    font-size: 51px;
    letter-spacing: -2px;
    font-weight: normal;
}

.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-price,
.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-compare-at-price {
    font-size: 25px !important;
    font-family: 'Montserrat';
}

.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-price > span,
.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-compare-at-price > span {
  font-size: unset !important;
}

@media screen and (max-width:768px) {
.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-price,
.hdt-main-product .hdt-product-info__item .hdt-price__list .hdt-compare-at-price {
  font-size: 20px !important;    
}

.hdt-main-product h1.hdt-product__title.hdt-font-normal {
  font-size: 35px;
  margin-bottom: -5px;
}
}

/* new table */
.shapers__table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
    }

    .shapers__table th {
      padding: 10px;
      text-align: center;
      border: 2px solid #fff;
      font-family: 'Didot';
    }

    .shapers__table th {
      background-color: #000;
      color: #FFE0ED;
      font-weight: bold;
    }

    .shapers__table th[rowspan="2"] {
      background-color: #000;
      color: #FFE0ED;
    }

    .shapers__table td {
      background-color: #FFE3EA;
      color: #000;
      padding: 10px;
      text-align: center;
      border: 2px solid #fff !important;
    }

   .shapers__table td:first-child {
      font-weight: 700;
    }

    .shapers__table tr:nth-child(even) td {
      background-color: #FFF5F9;
    }

    .shapers__table th[colspan="2"] {
      border-bottom: 2px solid #fff;
    }


#MainContent .shopify-section.hdt-featured-collection-grid:not(:nth-child(3)):before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 129, 170, 1), rgba(255, 129, 170, 0.3));
}

.hdt-collection-products {
    justify-content: start !important;
}

/* fixed menu overlap */
.hdt-bottom-header #hdt-nav-ul > li > details > summary:before {
    display: none;
}

/* Global Fonts */
h1 {
  font-size: 28px;
  color: #222222;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.25em;
  letter-spacing: .025em;
}

h2, h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.25em;
  letter-spacing: .025em;
}

p {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  line-height: 140%;
}

strong {
  font-size: 18px;
  font-weight: 700;
  /* color: #222222; */
  font-weight: 400;
  line-height: 140%;
}

a {
  color: #212121 !important;
  font-size: 14px;
  font-weight: 400;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  line-height: 1;
}

.hdt-footer-section a {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.hdt-footer-section p {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.hdt-footer-section li {
  line-height: 1;
}

.hdt-product__description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 !important;
}

.hdt-product__description > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 !important;
}

.hdt-product__description p {
    font-size: 14px !important;
    margin: 0 !important;
}

.hdt-product__description ul {
    margin: 0 !important;
}

.hdt-product__description li {
    margin: 0 !important;
    font-size: 14px !important;
}

.hdt-product__description tr > td {
    line-height: 1.5 !important;
    font-size: 14px !important;
    border: none;
}

.hdt-product__description strong {
    font-size: 14px !important;
}

.hdt-product__description span {
    font-size: 14px !important;
}

.hdt-product__description b {
    font-size: 14px !important;
}

.hdt-product__description table img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    max-width: unset !important;
}

/* product description */
.custom-product-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-product-description p {
  margin: 0 !important;
}

.custom-product-description strong {
    font-size: inherit;
  font-size: 14px;
}

.custom-product-description li {
    font-size: 14px;
}

.custom-product-description tr > td {
    line-height: 1.5 !important;
    font-size: 14px !important;
}

.custom__tbl-container td {
    color: #000;
}

/* stamped main widget style */
#MainContent #stamped-full-page .stamped-widget-buttons {
    display: none !important;
}

#stamped-full-page h1#reviews-page-title {
    color: #000;
    margin-bottom: 40px;
    font-size: 30px;
}

div#stamped-main-widget {
    background-color: #FAD7D7;
    margin: 0;
}

#stamped-main-widget .stamped-container {
    padding: 50px 20px !important;
}

#stamped-main-widget p {
    color: #000;
}

#stamped-main-widget h3 {
    color: #000;
}

#stamped-main-widget strong.author {
    color: #000;
}

#stamped-main-widget strong {
    color: #000;
}

#stamped-main-widget span.stamped-summary-text {
    color: #000;
}

#stamped-reviews-tab .next a {
    color: #fff !important;
}

#stamped-reviews-tab .stamped-rating-holder {
    color: #000;
}

#stamped-reviews-tab span.stamped-share-icon {
    color: #000;
}

#stamped-reviews-tab .next a:hover {
    color: #000 !important;
}

@media (max-width: 767px) {
#stamped-main-widget .stamped-container {
    padding: 20px 20px !important;
}
}

/* start of all product collection first_image width */
.content-for-layout .images_block_wrapper .image_front,
.content-for-layout .images_block_wrapper .image_back {
  width: 100%;
}
/* end of all product collection first_image width */

/* home page redesign */
@font-face {
  font-family: 'Didot';
  src: url('https://cdn.shopify.com/s/files/1/0300/6637/6788/files/Didot_LT_Std_Bold.otf?v=1706848680') format('opentype');  
}

/*
h2, h3 {
  font-family: 'Didot', sans-serif !important;
}*/

/* search for mobile menu */
#menu_mobile .hdt-site-nav_icon>a {
  width: 100%;
}

#menu_mobile .hdt-mobile_group_icons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


/* Icon Menu Swiper by Eric Sangcap */

.trust_section_wrapper{
  width: 100%;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 400;
  padding: 20px 30px;
  border-bottom: 1px solid #ebebeb;
}
.trust_section_wrapper .box{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 3px 8px #0000001a;
  border-radius: 5px;
  padding: 15px;
  max-width: 300px;
  width: 100%;
  margin: 0 15px;
}
.trust_section_wrapper .box .trust_section_icon{
  margin-bottom: 6px;
  max-width: 30px;
  width: 100%;
}
.trust_section_wrapper .box .trust_section_text{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .trust_section_wrapper .box .trust_section_text{
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .trust_section_wrapper .box .trust_section_text{
    font-size: 10px;
  } 
  .trust_section_wrapper .box{
    margin: 0 7px;
  }
  .trust_section_wrapper{
    padding: 15px 10px;
  }
}


/* start of custom table cart - MM */

.custom__tbl-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  /* overflow: scroll; */
  /* overflow-y: hidden; */
  overflow: auto;
  -webkit-overflow-scrolling: auto
  padding: 0 !important;
}


.custom__tbl-container::-webkit-scrollbar {
    height: 10px;
}


.custom__tbl-container--pop-up {
  overflow-x: unset;
}
@media screen and (max-width: 1000px) {
  .custom__tbl-container {
    overflow-x: scroll;    
  }
}
@media screen and (max-width: 767px) {
  .custom__tbl-container {
    overflow-y: scroll;    
  }
}

.custom__tbl {
  text-align: center; 
  font-size: clamp(8px, 10px, 10px);
  background-color: white;
  border-collapse: collapse;
  position: relative;
  box-sizing: border-box;
  overflow: scroll;
  width: 100%;
  line-height: 1.3;
  table-layout: unset !important;
  
}
@media screen and (max-width: 767px) {
  .custom__tbl {
    width: 100% !important;
  }
}
.custom__tbl::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid !important;
}


.custom_tbl-head {
  font-weight: 900;
  border-style: none !important;
  border-bottom: 3px solid !important;
  min-width: 80px;
  padding: 15px 5px !important;
}
.custom_tbl-head:first-child {
  border-right: 3px solid !important;
  
}


.tbl-row:last-child td {
  border-bottom: none;
}
.tbl-row:nth-child(even) td {
  background-color: #fff5f9 !important;
}

.tbl-row td {
  background-color: #ffe3ea;
  border-bottom: 3px solid white !important;
  border-left: 3px solid white !important;
  padding: 10px 5px !important;
  width: clamp(60px, 16%, 80px);
  white-space: nowrap;
  font-weight: 400;
}

.custom__tbl td:last-child {
    font-weight: 700 !important;
}


.tbl-row th {
  font-weight: 900;
  border-style: none !important;
  border-right: 3px solid !important;
  min-width: 80px;
  padding: 10px 5px !important;
}

/* Accordion by Eric Sangcap */
.boomba-acc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;    
}
.boomba-acc img {
    margin: 0 auto;
}
.acc-head {    
    border-bottom: 1px solid rgb(211, 211, 211);
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;   
    text-align: left;    
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    line-height: 1;   
}
.acc-head h5 {
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 700;
} 
.acc-head:first-child {
    /* border-top: 1px solid rgb(211, 211, 211);
    background-color: #ffd7d7; */
}
.acc-head:hover {
    background-color: #ffd7d7;
}
.acc-active {
    background-color: #ffd7d7;
}
.acc-panel {
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;    
}

.acc-panel-first {
    padding: 0 10px;
    background-color: white;
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;    
}

.acc-panel-first p {
    margin: 0;
    padding: 0;   
    color: #000;
}

.acc-panel p {
    margin: 0;
    padding: 0;   
    color: #000;
}
.acc-panel p a {
    text-decoration: none;
    color: #000;
}
.acc-panel p a:hover {
    color: #000;
    text-decoration: underline;
}

.acc-panel h3 {
    font-size: 24px;
}

.acc-panel td {
    padding: 7px;
    color: #000;
    font-size: 14px;
    border: none;
}

.shipping-table td {
    font-size: 16px;
    border: 1px solid #CCCCCC;
}

.acc-panel .shipping-table h3 {
  font-size: 20px;
}

.shipping-table {
    margin-top: 20px;
}

.how-to-use-accor {
    padding: 20px 0;
}

.how-step-acc h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.how-step-acc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.how-to-use-accor {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.how-step-acc p {
    text-align: center;
}

/*rotate class="fa fa-chevron-up" 180 deg when active*/
.acc-active .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.acc-active .fa-chevron-down {
    transition: transform 0.3s ease-in-out;
}


/* start of new custom-tbl */

  @media screen and (max-width: 767px) {
    .custom__tbl-container--sp-col {
      flex-direction: column;
      gap: 0 !important;
    }
  }

  .custom__tbl-container {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
  }

  .custom__tbl-wrap {
    min-width: 400px !important;
    width: 100%;
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .custom__tbl-wrap {
      min-width: unset !important;
      width: 100%;
    }
      .custom__tbl-wrap:nth-child(2) {
      margin-top: 0;
    }
  }

#custom-tbl {
    width: 100% !important;
}
  .custom__tbl {
    width: 100% !important;
    border-radius: 15px;
    text-align: center;
    background-color: #f4d8d7;
    border-collapse: collapse;
    overflow: hidden;
    margin-bottom: 15px !important;
  }
  @media screen and (max-width: 767px) {
    .custom__tbl {
      border-radius: 8px;
    }
  }

  .custom__tbl::before {
    content: none;
  }
      
  .custom__tbl--top-rad0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .custom__tbl--pc-top-rad0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  @media screen and (max-width: 767px) {
    .custom__tbl--pc-top-rad0 {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    }
    .custom__tbl--pc-top-rad0 thead {
      display: none;
    }
  }

  .custom_tbl-head {
    min-width: unset !important;
    border: none !important;
    color: #000;
    font-family: 'Montserrat';
    font-size: 12px;
  }

  .custom_tbl-head:first-child {
    border: none !important;
    padding: 20px 0 !important;
  }

  .custom__tbl th {
    width: 100px !important;
    padding: 10px !important;
    background-color: #fefbfb;
    border: 1px solid #fff !important;
    font-weight: 800;
  }
  @media screen and (max-width: 767px) {
    .custom__tbl th {
      width: 60px !important;
      padding: 5px 3px !important;
    }
  }
  .custom__tbl td {
    width: 100px !important;
    padding: 8px !important;
    border: 1px solid #fff !important;
    /* background-color: #f4d8d7 !important; */
  }
  @media screen and (max-width: 767px) {
    .custom__tbl td {
      /* width: 60px !important; */
      padding: 5px 3px !important;
    }

    .custom__tbl-container .custom__tbl-wrap:nth-child(2) {
        margin: 0;
    }
    
    .custom__tbl-container .custom__tbl-wrap:nth-child(2) thead {
        display: none;
    }
  }

  .custom__tbl-wrap-title {
    background-color: #000;
    color: #ffe0ed;
    text-align: center;
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 0;
    font-family: 'Didot';
    font-size: 40px;
  } 
  @media screen and (max-width: 767px) {
    .custom__tbl-wrap-title {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    }  
  }
  @media screen and (max-width: 767px) {
    .custom__tbl-wrap-title--sp-none {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .custom__tbl-head {
      display: none;
    }
  }
/* end of new custom-tbl */

/* end of custom table cart - MM */


/* start of custom size chart popup */
.custom__size-chart-txt {
  position: relative;
  padding-left: 40px;
}

.custom__size-chart-txt::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/cdn/shop/files/measure-icon.svg?v=1709015443) no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
}
/* end of custom size chart popup */


/* start of custom product buy button */
#custom__product-buy-btn {
  border-radius: 100px;
  background: #FFA9C5;
  height: 74px;
  border: none;
}
@media screen and (max-width: 767px) {
  #custom__product-buy-btn {
    height: 50px;
  }
}
#custom__product-buy-btn .hdt-btn-atc_text {
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.95px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #custom__product-buy-btn .hdt-btn-atc_text {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
/* end of custom product buy button */

/* start of change color of product description */

.hdt-product__description {
  color: #000;
}

/* end of change color of product description */


/* start of change size chart pop-up text spacing */
.custom__size-chart-txt {
  margin-left: 20px;
}
/* end of change size chart pop-up text spacing */

/* start of custom announcement flag icon */
/* .custom__announcement-txt {
  flex: unset !important;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 10px;
} */

.custom__announcement-txt::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 3px;
  margin-left: 5px;
  background: url('/cdn/shop/files/canada.png?v=1713942618') no-repeat;
  background-size: 100%;
}
/* end of custom announcement flag icon */

/* start of custom counter style for summer sale */
.hdt-countdown .hdt-countdown__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hdt-countdown .hdt-countdown__item {
    min-height: unset !important;
  }
}
.hdt-countdown__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}

.hdt-countdown__item:nth-last-child(2)::after {
    display: none;
}

.hdt-countdown__inner .hdt-countdown__item:nth-last-child(1) {
    display: none;
}

@media screen and (max-width: 767px) {
  .hdt-countdown__item:not(:last-child)::after {
    font-size: 16px;
    font-weight: 400;
  }
}
/* end of custom counter style for summer sale */