/** Shopify CDN: Minification failed

Line 599:0 Unexpected "{"
Line 599:1 Expected identifier but found "%"
Line 600:2 Unexpected "<"
Line 602:14 Unexpected "{"
Line 602:23 Expected ":"
Line 611:14 Unexpected "{"
Line 611:23 Expected ":"
Line 640:4 Unexpected "<"
Line 642:1 Expected identifier but found "%"

**/
:root {
  --yellow-primary : #f9ee83 ;
  --secondary-blue : #003b4d;
}
.upd_thumb_img {
  max-width: 100%;
}
.jdgm-star {
  font-family: "JudgemeStar" !important;
}
.cta_button {
  background-color: var(--yellow-primary);
  border-radius: 10px;
  color:var(--secondary-blue);
  border: none;
  cursor: pointer;
  padding: var(--block-padding) var(--inline-padding);
  border: none;
}
.link_unstyle {
  text-decoration: none;
}
.cart-drawer .cart__checkout-button {
  background-color: var(--yellow-primary);
  border-radius: 10px;
  color:var(--secondary-blue);
}
.cart-drawer .cart__checkout-button:before,
.cart-drawer .cart__checkout-button:after {
  display: none;
}
.drawer.active .drawer__inner {
  background-color: #f0e7de;
  border-radius: 10px;
}
.updated_product-card product-form button {
  display: none;
}
li.childLink_Lis span {
  max-width: 25rem;
}
.updated_product-card-inner,
.upd_thumb-wraper,
.prd_info-wrapper {
  position: relative;
}
.color_swatches-wrap {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 80%;
}
.swatch_item input {
  display: none;
}
.upc_swatch_option {
  display: inline-block !important;
  width: 30px;
  cursor: pointer;
  height: 30px;
  border: 1px solidvar(--secondary-blue);
  border-radius: 50%;
  box-shadow: inset 0px 0px 2px 2px #fff0;
}
.color_swatches-wrap input[type="radio"]:checked + label.upc_swatch_option {
  border: 2px solid #333;
  box-shadow: inset 0px 0px 2px 2px #fff;
}
.prd-batch span {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  color:var(--secondary-blue) !important;
  /* background: #bdd9d2; */
  border-radius: 10px;
}
.prd-title h3 {
  color:var(--secondary-blue);
  font-size: 24px;
}
.swatches_wrapper {
  min-height: 24px;
}
.reviews_wrapper {
  display: block;
  min-height: 23px;
  /* margin-block: 5px; */
  align-items: center;
}
.swatch_item {
  position: relative;
  display: flex;
}
.udp_atc-wrapper span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--yellow-primary) !important;
  color: var(--secondary-blue) !important;
}
.featured_block_item {
  margin-left: 5rem;
}
.udp_price-wrapper {
  margin-block: 5px;
}
@media screen and (max-width: 767px) {
  .price {
    font-size: 10px !important;
    line-height: auto !important;
  }
  .drawer.active .drawer__inner {
    top: 20% !important;
    right: 15px;
  }
  .prd-batch span {
    font-size: 8px;
  }
  .prd-title h3 {
    color:var(--secondary-blue);
    font-size: 14px;
  }
  .jdgm-prev-badge {
    margin-top: 5px;
    font-size: 14px;
  }
  .prd-batch span{
      border-radius: 5px;
  }
}

/* Pagination */
.pagination__list .pagination__item.pagination__item--current {
  background-color:var(--secondary-blue);
  color: #f7f2ee;
  opacity: 1;
  border-radius: 10px;
  width: 31px;
}
.pagination__list .pagination__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 38px;
  color:var(--secondary-blue);
}
.pagination__list {
  row-gap: 15px;
}
.pagination__list > li {
  flex: 0 0 32px;
  max-width: 32px;
}
.pagination__list > li:not(:last-child) {
  margin-right: 1.5rem;
}
.pagination__list .pagination__item--current:after,
.pagination__list .pagination__item:hover:after {
  content: unset;
}
.pagination-wrapper .svg-wrapper {
  width: 12px;
  height: 12px;
}
.pagination-wrapper .pagination__item-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 990px) {
  .pagination-wrapper {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 749px) {
  .pagination__list .pagination__item {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    height: 32px;
    color:var(--secondary-blue);
  }
  .pagination__list .nextPaginationWrapper .pagination__item,
  .pagination__list .previousPaginationWrapper .pagination__item {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
  .pagination__list > li:not(:last-child) {
    margin-right: 0.7rem;
  }
  .pagination-wrapper .svg-wrapper {
    width: 10px;
    height: 10px;
  }
  .pagination__list li.previousPaginationWrapper {
    margin-right: 2rem;
  }
}

.field:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

/* details.priceDetailsFacets {
  display: none;
} */
.after_facets {
  grid-column-start: span 2;
}
@media screen and (max-width: 750px) {
  .after_facets {
    display: none;
  }
}

/* pricerange  */

input.facetRangeSlider {
  width: 100%;
}
input[type="range"] {
  -webkit-appearance: none;
  padding: 0;
  width: 100%; /* Corrected from 'weight' to 'width' */
  font: inherit;
  outline: none;
  opacity: 0.8;
  background: #f0e7de; /* Default track color */
  box-sizing: border-box;
  transition: opacity 0.2s;
  cursor: pointer;
  height: 4px;
}

input[type="range"]::-webkit-slider-thumb {
  cursor: ew-resize;
  background:var(--secondary-blue);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
  background:var(--secondary-blue);
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

input[type="range"]::-moz-range-progress {
  background: red; /* Filled color for Firefox */
}

input[type="range"]::-moz-range-track {
  background:var(--secondary-blue); /* Track color for Firefox */
}

input[type="range"]::-ms-fill-lower {
  background: red; /* Filled color for IE */
}

input[type="range"]::-ms-fill-upper {
  background:var(--secondary-blue); /* Track color for IE */
}
.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
}


.facet-slider-container {
  width: 100%;
  text-align: center;
}

input.facetRangeSlider {
  width: 100%;
  appearance: none;
  height: 4px;
  background: linear-gradient(to right,var(--secondary-blue) 0%,var(--secondary-blue) 0%, #f0e7de 0%);
  border-radius: 4px;
  outline: none;
  transition: background 0.3s ease;
}

input.facetRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:var(--secondary-blue);
  cursor: pointer;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

input.facetRangeSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:var(--secondary-blue);
  cursor: pointer;
}

input.facetRangeSlider::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:var(--secondary-blue);
  cursor: pointer;
}

.range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.min-value, .max-value {
  font-size: 14px;
  color:var(--secondary-blue);
}



.facets__summary span {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color:var(--secondary-blue);
}
.field_wrapper {
  position: relative;
}
input#Top-Search_input {
  background: #f0e7de;
  margin-bottom: 3px;
  border-radius: 10px;
}
.facets__price .bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.reviews_wrapper {
  display: flex;
  gap: 15px;
  min-height: 23px;
  margin-block: 5px;
}
@media screen and (max-width: 749px) {
  .product__info-container .price_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .product__info-container .price_wrap .price {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
  }
  /* .product__info-container .price_wrap .price .price__container .price__sale {
    display: flex;
    flex-direction: column;
  } */
  .product-form .form .product-form__buttons .qtn_with_atc_btn .price-per-item__container .quantity {
    width: 104px;
    height: 39px;
  }
  .product-form .form .product-form__buttons .qtn_with_atc_btn .price-per-item__container .quantity .quantity__input {
    padding: 0;
  }


  


  
}
product-info .price_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.sm-container {
  max-width: 1140px;
  padding-inline: 5%;
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.w-100 {
  width: 100%;
}
.mt-20 {
  margin-top: 20px;
}
.discounts_wrapper {
}
.card__information {
  text-align: center;
  padding-inline: 1rem !important;
}
.mt-50 {
  margin-top: 50px;
}
.fz-48 {
  font-size: clamp(20px, 3vw, 48px);
}
.fz-32 {
  font-size: clamp(18px, 2vw, 32px);
}
.fz-20 {
  font-size: clamp(14px, 1.2vw, 20px);
}
.fz-14 {
  font-size: clamp(12px, 0.9vw, 14px);
}
.container {
  max-width: 1240px;
  margin: 0 auto;
}
.img-fluid {
  max-width: 100%;
}
.red__text {
  color: rgb(233, 46, 147);
  font-size: 20px;
  font-weight: 400;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.upsell_item {
  padding-block: 30px;
  border-bottom: 1px solidvar(--secondary-blue);
}
img.img-fluid {
  max-width: 100%;
}
.upsells_box {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 20px;
  align-items: center;
}
.upsells_box .quick-add__submit:after,
.upsells_box .quick-add__submit:before,
.product-form__buttons .product-form__submit:before,
.product-form__buttons .product-form__submit:after {
  display: none;
}
.upsells_box .product-form__input,
.upsells_box label {
  margin: 2px !important;
  font-size: 10px !important;
}
.upsells_box .quick-add__submit {
  background-color: var(--yellow-primary);
  border-radius: 10px;
  color:var(--secondary-blue);
  margin-top: 10px;
  max-width: 300px;
}
/* .color_swatches-wrap.empty {
  display: none !important;
} */
.space_devider {
  display: block !important;
  border-bottom: 1px solid #0000;
  height: 1px;
  width: 100%;
}
.product-form__buttons .product-form__submit {
  background-color: var(--yellow-primary);
  border-radius: 10px;
  color:var(--secondary-blue);
  margin-top: 10px;
  font-weight: 700 !important;
    line-height: 16px !important;
}
.thumbnail-list__item.slider__slide .thumbnail {
  border: 1px solidvar(--secondary-blue);
  border-radius: 10px;
}
product-info .product-media-container {
  border: none;
}
.thumbnail-list__item.slider__slide .thumbnail[aria-current] {
  border: 2px solidvar(--secondary-blue) !important;
  border-radius: 10px;
}
form.installment {
  display: none;
}
.rcv_loader .loading__spinner {
  width: 50px;
}
.rcv_loader .loading__spinner {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}
.swatches_spacer {
  min-height: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .prd-title h3 {
    font-size: 20px;
  }
}
.product-form__input--swatch .swatch-input__input+.swatch-input__label {
  height: 65px;
  width: 65px;
  border-radius: 10px;
  outline-offset: 0;
}
.product-form__input--swatch .swatch-input__input+.swatch-input__label:hover {
  outline: 0;
}
.product-form__input--swatch .swatch-input__label .swatch {
  border: 1px solidvar(--secondary-blue);
  border-radius: 10px;
  height: 65px;
  width: 65px;
  box-shadow: inset 0 0 2px 2px #fff;
}
.product__info-container .product-form__input--swatch .swatch-input__input+.swatch-input__label {
  --swatch-input--size: 6.8rem;
}
.product__info-container .product-form__input--swatch .swatch-input__input:checked+.swatch-input__label {
  outline: 2px solid rgb(var(--color-foreground));
}
.product__info-wrapper .product__info-container .product__accordion {
  border-color:var(--secondary-blue);
}
.product__info-wrapper .product__info-container .product__accordion .summary__title .accordion__title,
.product__info-wrapper .product__info-container .upsells_wrapper h3 {
  font-size: 24px;
}
.udp_price-wrapper .price__container .price-item.price-item--sale.price-item--last{
  color: var(--Cozy-Time-Blue,var(--secondary-blue));
-webkit-text-stroke-width: 0.7;
-webkit-text-stroke-color: var(--Cozy-Time-Blue,var(--secondary-blue));
}
{% if template == 'product' %}
  <div class="price_wrap">
    <style>
      #price-{{ section.id }} .price  {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
      }
      .udp_price-wrapper .price {
        display: block;
      }
      #price-{{ section.id }} .price .price__container {
        margin-bottom: 0 !important;
      }
      /* .price_wrap .price .price__container .price__sale span .price-item {
        display: none;
      } */
.product__info-container .price--on-sale .price-item--regular {
    font-size: 1.8rem!important;
  }

      .price_wrap .price .price__container .price__regular .price-item {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
      }
      .price_wrap .price .price__badge-sale {
        padding: .5rem 1rem;
        border-radius: 10px;
        height: 25px;
        width: 55px;
        margin-bottom: 0 !important;
      }
@media screen and (max-width: 749px){

 .product__info-container .price--on-sale .price-item--regular {
      font-size: 1.2rem !important;
  }
  }

    </style>
  </div>
{% endif %}
.product .product__info-container .product__title h1 {
  padding-bottom: 1.5rem;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: normal;
}
.product-form .form .product-form__buttons {
  max-width: unset;
}
.product-form .form .product-form__buttons .qtn_with_atc_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-form .form .product-form__buttons .qtn_with_atc_btn .price-per-item__container .quantity {
  width: 127px;;
}

.media_slider--aroows-wrapper svg {
      max-width: 45px;
    padding: 10px;
    box-shadow: 0 0 10px 0 #0004;
    height: 45px;
    border-radius: 50%;
    background: #f7f2ee;
    cursor: pointer;
    border: 1px solid #f7f2ee !important;
}
.media_slider--aroows-wrapper {
    position: absolute !important;
    top: 30%;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  z-index: 9999;
}
.icon_arrow.aarrow_left{
    rotate: 90deg;
}
.icon_arrow.aarrow_right {
    rotate: 270deg;
}
.updated_product-card .updated_product-card-inner .prd_info-wrapper-inner .udp_price-wrapper .price__container{
 font-size: 14px;
} 
.udp_price-wrapper .price__container .price-item.price-item--sale.price-item--last{
  color: var(--Cozy-Time-Blue,var(--secondary-blue));
-webkit-text-stroke-width: 0.7px;
-webkit-text-stroke-color: var(--Cozy-Time-Blue,var(--secondary-blue));
}

@media only screen and (max-width: 600px) {
.media_slider--aroows-wrapper{
   top: 300px;
  left:0;
}
  .updated_product-card .updated_product-card-inner .prd_info-wrapper-inner .udp_price-wrapper .price__container{
 font-size: 10px;
} 
}



