/** Shopify CDN: Minification failed

Line 11:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'Heavitas';
  font-style: normal;
  src: url('/cdn/shop/files/Heavitas.ttf') format('ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.section_content-box {
  max-width: 850px;
  margin: 0 auto 25px;
}
.section_content-box .sub-heading {
  border: 1px solid #F00A4C;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #F00A4C;
  margin-bottom: 10px;
}
.section_content-box h2{
  margin: 0;
  color: #212c24;
  font-weight: 600;
}
.section_content-box p{
  margin: 0;
  color: hsl(140 10% 45%);
}
.marleys-theme-btn {
  display: flex;
  text-align: center;
  margin: 30px auto 0;
  background: transparent;
  color: #F00A4C;
  text-decoration: none;
  border-radius: 10px;
  transition: opacity .3s;
  border: 1px solid #F00A4C;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: 45px;
  gap: 8px;
}
.marleys-theme-btn a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}
.marleys-theme-btn svg {
  width: 18px;
}
.marleys-theme-btn:hover {
  background: #F00A4C;
  color: #fff;
}
.marleys-theme-btn-2 {
  display: flex;
  margin: 50px auto 0;
  background: #F00A4C;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: opacity .3s;
  border: 1px solid #F00A4C;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  gap: 8px;
  height: 45px;
  padding: 0 30px;
}
/* Swiper Style Adjustments */
.marleys-swiper-button {
  position: absolute;
  transform: translate(0%, -50%);
  top: 40%;
  z-index: 9;
  height: 35px;
  width: 35px;
  background: #F00A4C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px;
  color: #fff;
  cursor: pointer;
}
.marleys-swiper-button-next{
  right: 15px;
}
.marleys-swiper-button-prev{
  left: 15px;
}
.marleys-swiper-button-prev svg {
  transform: rotate(180deg);
}
.marleys-swiper-pagination {
  margin-top: 30px;
  text-align: center;
}
.marleys-swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #F00A4C;
  height: 10px;
  width: 10px;
  background: transparent;
  opacity: 1;
  transition: 0.4s;
  cursor: pointer;
}
.marleys-swiper-pagination .swiper-pagination-bullet-active {
  background: #F00A4C;
  width: 30px;
  border-radius: 15px;
}
.custom-featured_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.custom-featured_header .link {
  text-decoration: none;
  font-weight: 500;
}

/* Product Card CSS */
.card-product-custom {
  padding: 10px;
  border: 1px solid #bdbdbd8c;
  border-radius: 12px;
  background-color: #fff;
}
/* .card-product-custom .card__information{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.card-product-custom .vendor {
  font-size: 13px;
  color: #828282;
  margin-bottom: 5px;
  font-weight: 500;
}

.card-product-custom .product-title > *{
  font-size: 16px;
  font-weight: 600;
  color: #212c24;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-product-custom .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.card-product-custom .price .price-item{
  font-size: 24px;
  font-weight: 700;
  color: #212c24;
}

.price-note {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-left: 8px;
}

/* .card-product-custom .stock-info {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #28a745;
  margin-bottom: 15px;
}

.card-product-custom .stock-dot {
  width: 8px;
  height: 8px;
  background: #28a745;
  border-radius: 50%;
  display: inline-block;
} */

.stock-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin-top: 8px;
}

.in-stock {
  color: #28a745;
}
.in-stock .stock-dot {
  background: #28a745;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.low-stock {
  color: #ff7a00;
}
.low-stock .stock-dot {
  background: #ff7a00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.out-of-stock {
  color: #ff0000;
}
.out-of-stock .stock-dot {
  background: #ff0000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


.custom-quick-add-form {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 25px;
}
.custom-quick-add-form button::before, .custom-quick-add-form button::after{
  content: none;
}
.custom-quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  justify-content: space-between;
  border-radius: 50px;
  padding: 0px 8px;
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.custom-quantity-input:focus-visible, .custom_design-search_field:focus-visible{
  box-shadow: none;
  outline-offset: none;
  outline: 0;
}
.custom-quantity-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-family: inherit;
}
.custom-quantity-input {
  font-size: 14px;
  width: 45px;
  border: none;
  text-align: center;
  padding: 0;
}
.custom-add-to-cart {
  background: #F00A4C;
  border-radius: 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .custom-quick-add-form{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .card-product-custom .price{
    font-size: 20px;
    gap: 1px;
    flex-direction: column;
  }
  .header__icon, .header__icon--cart .icon{
    height: 3rem;
    width: 3rem;
  }
  .header__icon svg {
    width: 18px !important;
  }
}

:root {
  --inputs-radius: 20px !important;
}
.header__icon svg {
  width: 22px;
}
.mobile-search {
  display: none;
}

.desktop-search {
  display: block;
  grid-area: search;
}
.custom_design-search {
  max-width: 450px;
  border: 1px solid #C4CDD5;
  border-radius: 5px;
  padding: 0 10px;
  height: 45px;
  position: relative;
  padding-left: 50px;
}
.custom_design-search_field {
  width: 100%;
  padding: 0;
  border: none;
  font-family: inherit;
  height: 45px;
  background: none;
}
.custom_design-search_field::placeholder{
  color: #919EAB;
}
.custom-search__button {
  top: 0;
  left: 0px;
  color: #919EAB;
}
@media only screen and (min-width: 767px) {
  predictive-search[open] .predictive-search{
    position: absolute;
    width: 100%;
    min-width: 100vh !important;
  }
}

@media only screen and (max-width: 989px) {
  .mobile-search {
    display: flex;
  }

  .desktop-search {
    display: none;
  }
}

.custom-short_width {
  width: calc(100% - 4rem / var(--font-body-scale));
  margin: auto;
}
@media screen and (min-width: 750px) {
  .custom-short_width {
    max-width: 50rem;
  }
}
@media screen and (min-width: 990px) {
  .custom-short_width {
    max-width: 85rem;
  }
}

.custom-product__info-wrapper .product__info-container {
  background: #fff;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DFE3E8;
}
.custom-product-form__buttons {
  max-width: 100% !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.custom-product-form__buttons more-payment-options-link {
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -30px;
}
.product__accordion {
  border-top: 1px solid #DFE3E8 !important;
  border-bottom: none !important;
}
.product__accordion--1 {
  border-top: none !important;
}
.product__accordion summary{
  padding: 2.5rem 0 !important;
}
.product__tax {
  display: none;
}
.custom-product-form__buttons .button, .custom-product-form__buttons .shopify-payment-button {
  flex: 1;
  padding: 0;
}
.custom-label_box {
  display: flex !important;
  gap: 20px;
  align-items: center;
}
.custom-label_box p {
  margin: 0;
}
.custom-label_box .custom-label_text{
  font-size: 17px;
  color: #212B36;
  font-weight: 500;
  width: 90px;
  margin-bottom: 0px;
}
.custom-label_box .price-item {
  font-size: 32px;
  color: #F00A4C;
  font-weight: 600;
}
.custom-quantity_selector .quantity::before, .custom-quantity_selector .quantity::after{
  content: none;
}
.custom-quantity_selector .quantity {
  border: 1px solid #919EAB;
  border-radius: 50px;
  width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.custom-quantity_selector .quantity .quantity__input {
  color: #f00a4c;
  font-size: 18px;
}
/* --- Product Tabs Accordion (Smooth Animation) --- */
.product-tab {
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-tab.product-tab-1{
  border-top: 0px;
}
.product-tab__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 1px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-icon {
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.tab-title {
  flex: 1;
  font-size: 19px;
  color: var(--heading-color);
}

.product-tab__header::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: var(--heading-color);
  transition: transform 0.3s ease;
  line-height: 10px;
}

.product-tab__header.active::after {
  content: '−';
  transform: rotate(180deg);
}

.product-tab__content {
  max-height: 0;
  overflow: hidden;
  color: #444;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease, border-color 0.3s ease;
}

.product-tab__content.active {
  max-height: 500px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .tab-title {
    font-size: 16px;
  }

  .product-tab__header {
    padding: 12px 16px;
  }

  .product-tab__content.active {
    padding: 14px 16px;
  }
}

/* contact form */
.marleys-field--contact{
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 15px;
}
textarea.marleys-field__input {
  min-height: 120px;
  resize: vertical;
  padding: 10px;
}

.contact-form-button {
  width: 100%;
}
.contact--information_content {
  color: inherit;
}
.contact--information_content a{
  color: inherit;
  text-decoration: none;
}
.marleys-field--contact .marleys-field__input::placeholder{
  color: #212c2487;
}
.marleys-field--contact .marleys-field__input{
  color: #3a443d;
}
.marleys-field--contact .marleys-field__label {
  color: #000000;
}
.marleys-field__input {
  width: 100%;
  background: hsl(0deg 0% 98% / 10%);
  border: 1px solid #757575;
  height: 40px;
  border-radius: 6px;
  padding: 0 10px;
  color: #ffff;
  font-size: 14px;
  font-family: inherit;
}
.marleys-field__input:focus-visible{
  outline: none;
  outline-offset: none;
  box-shadow: 0 0 0px 2px #ffffff;
}
.marleys-field__input::placeholder {
  color: #B6B6B6;
  font-family: inherit;
}

.bh_wishlist-btn{
  font-family: inherit;
}

.custom-slideshow__controls {
  position: absolute !important;
  width: 100%;
  justify-content: space-between !important;
  border: none !important;
  transform: translate(0px, 0px);
  top: 50%;
  padding: 0 15px;
}
.custom-slideshow__slider-button--prev svg{
  rotate: 180deg;
}
.custom-slideshow__slider-button {
  background: white !important;
  border-radius: 50px;
  color: #f00a4c !important;
  transition: 0.7s ease all;
  opacity: 0;
}
.custom-slideshow__slider-button:hover {
  color: white !important;
  background: #f00a4c !important;
}
slideshow-component:hover .custom-slideshow__slider-button{
  opacity: 1;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  background-color: #f00a4c;
  content: '';
  border: 1px solid;
}
input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0px;
  left: -1px;
  position: relative;
  background-color: #FFEEF3;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #212B36;
}
.bh_heart {
  border: 1px solid #bdbdbd8c;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  padding: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh_heart.bh_heart_fill svg path {
  stroke: #f00a4c;
}
p, li, a, span, label {
  letter-spacing: 0;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
.header__inline-menu .list-menu--inline {
  gap: 13px;
}

@media screen and (max-width: 749px) {
  .custom-slideshow__slider-button {
    width: 25px !important;
    height: 25px !important;
  }
  .custom-slideshow__controls{
    top: 51%;
  }
  .custom_slider-counter{
    background: #f9f9f9;
    border-color: #f9f9f9;
  }
}
@media screen and (max-width: 989px) {
  .mobile_drawer-icon{
    display: flex;
  }
  .mobile_menu-bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile_menu-bottom .link{
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  .bh_wishlist-page {
    padding: 2rem 0rem 4rem !important;
  }
  .bh_wishlist-grid{
    gap: 15px !important;
  }
}