/** Shopify CDN: Minification failed

Line 886:35 Expected identifier but found "!"
Line 928:43 Expected ":"
Line 1037:35 Expected identifier but found "!"

**/
/*!
  @license
  Prince, by Logicgo Themes
*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  outline: 0;
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
svg{
  vertical-align: middle;
}
li{
  list-style: none;
}
.w-100{
  width: 100%;
}
.padding_width{
  padding: 0 30px;
}
.swiper-container {
  overflow: hidden;
  position: relative;
   width: 100%;
  height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0px!important;
}
.swiper-button-next svg{
  transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
  z-index: 2!important;
  width: 40px!important;
  height: 40px!important;
  transform: translateY(-50%);
  margin-top: 0 !important;
  transition: all .5s ease;
  border-radius: var(--buttons-radius)!important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 20px !important;
  height: 20px !important;
}
.swiper-pagination-bullet {
  width: 25px!important;
  height: 5px!important;
  margin: 0 10px !important;
  opacity: 1;
  transition: all .5s ease;
  cursor: pointer;
  border-radius: var(--buttons-radius-outset);
}
.swiper-pagination-bullet-active{
  width: 50px !important;
}
.swiper-pagination {
  z-index: 2!important;
  margin: 20px 0;
}
.login_image_wrapper:hover img, .register_image_wrapper:hover img, .product-collection-top-banner:hover img, .second-inner-about-us-top-image:hover img, .video-section__poster:hover img, .team-img:hover img,
.faq_image_wrapper:hover img, .privacy_image_wrapper:hover img, .return_image_wrapper:hover img, .shipping_image_wrapper:hover img, .terms_image_wrapper:hover img{
    transform: scale(1.1);
}
.login_image_wrapper img, .register_image_wrapper img, .product-collection-top-banner img, .second-inner-about-us-top-image img, .video-section__poster img, .team-img img,
.faq_image_wrapper img, .privacy_image_wrapper img, .return_image_wrapper img, .shipping_image_wrapper img, .terms_image_wrapper img{
   transition: all 0.5s ease;
}
.login_image_wrapper .media, .register_image_wrapper .media, .second-inner-about-us-top-image .media, .video-section__poster .media,
.faq_image_wrapper .media, .privacy_image_wrapper .media, .return_image_wrapper .media, .shipping_image_wrapper .media, .terms_image_wrapper .media{
  overflow: hidden;
  border-radius: var(--media-radius);
}
.theme_main_description{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.theme_main_subheading{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: var(--text_weight);
}
.theme_main_heading{
  font-size: 43px;
  line-height: 1.2;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
  font-family: var(--font-heading-family); 
}
body.showBefore:before, body.accountshowBefore:before, body.megashowBefore:before {
  content: "";
  top: 0%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - -100vh);
  width: 100%;
  display: block;
  position: fixed;
  background-color: rgb(var(--color-foreground),.5);
  z-index: 3;
}
.title_bottom_margin{
  margin-bottom: 35px;
}
.blog .card__heading a {
  position: relative;
  transition: all .5s ease;
  font-size: 18px;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
}
.product-card-wrapper .card__heading a {
  font-size: 14px;
  text-transform: var(--text_style);
  font-family: var(--font-heading-family);
  transition: all .5s ease;
}
.quick-add__submit {
  padding: 0.8rem;
  box-sizing: border-box;
}
.card--card .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--card .product-hover{
  display: flex;
}
.card-wrapper product-form .cart_btn{
  min-width: inherit;
  min-height: inherit;
}
.card-wrapper.side_position .card--card .product-card-buttons,
.card-wrapper.center_position .card--card .product-card-buttons,
.card-wrapper.up_position .card--card .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--card .product-hover,
.card-wrapper.center_position .card--card .product-hover,
.card-wrapper.up_position .card--card .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--card .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--card .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--card .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--card .third_cart_btn{
  display: block;
}
.product-card-wrapper:hover .product-card-buttons{
  display: block;
}


/* .card--standard .product-card-buttons {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 10px;
  right: 0;
  display: none;
  z-index: 2;
} */
.card--standard .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--standard .product-hover{
  display: flex;
}
.card-wrapper.side_position .card--standard .product-card-buttons,
.card-wrapper.center_position .card--standard .product-card-buttons,
.card-wrapper.up_position .card--standard .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--standard .product-hover,
.card-wrapper.center_position .card--standard .product-hover,
.card-wrapper.up_position .card--standard .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--standard .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--standard .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--standard .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--standard .third_cart_btn{
  display: block;
}

.card-wrapper.side_position .quick-add{
  margin-top: 10px;
}
.complementary-products .card--card .product-card-buttons {
  transform: translate(calc(-50% - (var(--image-padding) * 2)), calc(-50% - (var(--image-padding) * 2)));
}
.card_product_quick-view .quick-add__submit {
  min-width: 40px;
  min-height: 40px;
}
.product_tile_size_holder .color-swatch {
  font-size: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.product_tile_size_holder .swatch-anchor{
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.product_tile_size_holder {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.size-swatch, .material-swatch{
  line-height: 1;
  font-size: 14px;
}
.swatch-anchor {
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}
.card_product_quantity {
  margin-bottom: 1.2rem;
}
.sticky_cart select,.sticky-quantity,
.wishlist-card-wrapper .sticky-quantity{
-webkit-appearance: none;
-moz-appearance: none;
  text-align: center;
}
.card_product_quantity input[type=number]::-webkit-inner-spin-button,
.card_product_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card_product_quantity input[type=number] {
  -moz-appearance: textfield;
}
.d-inline-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.grid-terminal-flash {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 5px;
  float: left;
  transition: all .5s ease;
  border-radius: var(--buttons-radius-outset);
}
.grid-terminal-flash svg {
  width: 20px;
  height: 20px;
}
.main-collection-product-grid-section .facets-vertical-form {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 15px 10px;
  margin-bottom: 30px;
  border-radius: var(--media-radius);
}
.product-grid-container .grid--1-col-desktop .card__inner {
  width: 100%;
  max-width: 30%;
}
.product-grid-container .grid--1-col-desktop .card{
  flex-direction: row !important;
  column-gap: 30px;
}
.product-grid-container .grid--1-col-desktop .description_wrapper{
  display: block;
  margin-bottom: 5px !important;
}
.product-grid-container .grid--1-col-desktop .product_variant{
  max-width: 35%;
}
.product-grid-container .grid--1-col-desktop .side_position .quick-add__submit{
  max-width: 40%;
  width: 100%;
}
.custom-lavel-grid-system.horizontal {
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-column: 1;
  grid-row: 2;
}
.facets__form-vertical div#FacetsWrapperDesktop {
  margin-bottom: 0px;
}
div#FacetsWrapperDesktop {
  margin-bottom: 20px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: grid;
  align-content: center;
  justify-content: center;
}
.spinnerr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border-bottom: 0;
  animation: loaderOut 2s linear infinite;
}
@keyframes loaderOut {
   0% {
    transform: rotate(0deg);
   }
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.spinnerr {
  border-color: #333333;
  border: 3px solid #333333;
  border-top: 5px solid #fff;
}
div#ui-countdown {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all .5s ease;
}
.countdown-timer .main-c-motel:first-child {
  margin-left: 0;
}
.countdown-timer .main-c-motel {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 2px;
  width: 45px;
  height: 45px;
}
.countdown-item {
  font-size: 18px;
  font-weight: var(--text_weight);
  line-height: 1;
}
.bigtext_countdown {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}
.page-buttons {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.products_variant_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
.heading-img{
  max-width: fit-content;
  height: auto;
  margin-bottom: 10px!important;
}
.heading-img.media{
  max-width: 80px;
}



.count-bubble {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  top: 6px;
  right: 6px;
}
.wishlist-card-wrapper .card__media1 {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}
.wishlist-card-wrapper .card__media1 img{
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper {
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper .product-form__buttons,
.wishlist-card-wrapper .quantity{
  margin-top: 10px;
}
.main-wishlist-page .product-hover button,
.main-compare-page .product-hover button {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-hover button {
  border: none;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--buttons-radius-outset);
  padding: 0;
  transition: all .5s ease;
}
.product-hover svg {
  width: 20px;
  height: 20px;
}
.compare-card-wrapper li .compare-card-details {
  padding-right: 5px;
}
.compare-card-wrapper li {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.compare-card-wrapper li:first-child {
  padding: 0px;
}
.main-wishlist-page,
.main-compare-page {
  padding: 0px 15px;
}

.main-compare-page .compare-card-wrapper img,
.main-wishlist-page .wishlist-card-wrapper img {
  width: 100%;
  display: block;
}
.main-compare-page .compare-card-wrapper,
.main-wishlist-page .wishlist-card-wrapper{
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  position: relative;
}
@media screen and (max-width: 989px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
}
@media screen and (max-width: 749px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
  }
}
@media screen and (max-width: 479px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: 100%;
    max-width: 100%;
  }
}
.product-card-buttons button:hover svg{
  -webkit-animation: .6s ease-in-out infinite icon-animation;
  animation: .6s ease-in-out infinite icon-animation;
}
@keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}
@-webkit-keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}


.specialcollection_demo{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.specialcollection-collection .specialcollection_demo .specialcollection_title{
  max-width: 30%;
  width: 100%;
  float: left;
  padding-right: 15px;
}
.specialcollection-collection .specialcollection_demo .demo2{
  max-width: 70%;
  width: 100%;
  float: left;
  padding-left: 15px;
}



.privacy-policy_main,
.privacy-policy_main *,
.privacy-policy-part,
.privacy-policy-part *,
.privacy-policy_paragraph,
.privacy-policy_paragraph * {
  font-family: 'Cormorant', serif !important;
}


.privacy-policy,
.privacy-policy *,
.questions,
.questions *,
.answers,
.answers * {
  font-family: 'Cormorant', serif !important;
}



.content-for-layout,
.content-for-layout *,
.rte,
.rte * {
  font-family: 'Cormorant', serif !important;
}


.content-for-layout,
.content-for-layout *,
.rte,
.rte * {
  font-family: 'Cormorant', serif !important;
  line-height: 1.7;
}

.content-for-layout p,
.rte p {
  margin-bottom: 1.5rem;
}


.contact-form input,
.contact-form input::placeholder,
.contact-form textarea,
.contact-form textarea::placeholder,
.contact-form select,
.contact-form select::placeholder {
  font-family: 'Cormorant', serif !important;
  font-size: 1rem; /* Adjust if needed */
}


.drawer-cart,
.drawer-cart *,
.cart-popup,
.cart-popup * {
  font-family: 'Cormorant', serif !important;
}

.drawer-cart,
.drawer-cart *,
.cart-popup,
.cart-popup * {
  font-family: 'Cormorant', serif !important;
}
.drawer-cart,
.drawer-cart *,
.cart-popup,
.cart-popup *,
.cart-footer,
.cart-footer *,
.cart__ctas,
.cart__ctas *,
.cart-subtotal,
.cart-subtotal *,
.cart-note,
.cart-note *,
.free-shipping,
.free-shipping * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.drawer-cart,
.drawer-cart *,
.cart-popup,
.cart-popup *,
.cart-footer,
.cart-footer *,
.cart__ctas,
.cart__ctas *,
.cart-subtotal,
.cart-subtotal *,
.cart-note,
.cart-note *,
.free-shipping,
.free-shipping * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.cart__buttons .button,
.cart__buttons .button *,
.cart__buttons .button--secondary,
.cart__buttons .button--secondary * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.drawer-cart,
.drawer-cart *,
.cart-popup,
.cart-popup *,
.cart-footer,
.cart-footer *,
.cart__ctas,
.cart__ctas *,
.cart-subtotal,
.cart-subtotal *,
.cart-note,
.cart-note *,
.free-shipping,
.free-shipping *,
.cart__buttons .button,
.cart__buttons .button *,
.cart__buttons .button--secondary,
.cart__buttons .button--secondary * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}

.cart__buttons a,
.cart__buttons a *,
.drawer-cart a,
.drawer-cart a * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.view_cartdrawer,
.view_cartdrawer *,
.theme_buttons,
.theme_buttons * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.drawer-currency-marquee,
.drawer-currency-marquee * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.totals__total-value,
.totals__total-value * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.shipping-savings-message,
.shipping-savings-message *,
.free_tab,
.free_tab * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.caption-with-letter-spacing,
.caption-with-letter-spacing *,
#CartDrawer-ColumnProduct,
#CartDrawer-ColumnProduct * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.product-option,
.product-option * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.cart-item,
.cart-item * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
.summary__title,
.summary__title *,
.text-area,
.text-area * {
  font-family: 'Cormorant', serif !important;
  font-style: normal !important;
}
#CartDrawer-Note {
  padding: 12px 16px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
}
#CartDrawer-Note::placeholder {
  font-family: 'Cormorant', serif !important;
  font-size: 16px !important;
}
.quantity__input {
  color: #333333 !important; /* Dark text */
  font-family: 'Cormorant', serif !important; /* Keep it matching */
  font-size: 18px !important; /* Slightly bigger if you want */
  text-align: center; /* Center the number nicely */
}
.link,
.underlined-link {
  font-family: 'Cormorant', serif !important;
  font-size: 16px; /* (Optional) adjust if you want a slightly bigger or smaller size */
  color: #333333; /* (Optional) to make it match your main text color if needed */
}
a.button {
  font-family: 'Cormorant', serif !important;
  font-weight: 600; /* Optional: makes it look a little more "buttony" if you want */
  text-transform: none; /* Optional: removes the all-caps if you prefer normal case */
}
.cart__login-paragraph {
  font-family: 'Cormorant', serif !important;
}
#Cart-note::placeholder {
  font-family: 'Cormorant', serif !important;
  color: #ffffff; /* or whatever color you want the placeholder text to be */
}
.cart__discount-field::placeholder {
  font-family: 'Cormorant', serif !important;
  color: #ffffff; /* or your preferred color */
}
#discount_code::placeholder {
  font-family: 'Cormorant', serif !important;
  color: #ffffff; /* or whatever color matches your theme */
}


.view_cartdrawer,
.view_cartdrawer * {
  font-family: 'Cormorant', serif !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#Cart-note,
textarea[name="note"] {
  font-family: 'Cormorant', serif !important;
  font-size: 16px;
  color: #333333; /* elegant dark gray */
  background-color: #d69499; /* soft dusty rose pink */
  border: 1px solid #d69499;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; /* lets them resize if needed */
}

#Cart-note::placeholder,
textarea[name="note"]::placeholder {
  font-family: 'Cormorant', serif !important;
  color: #ffffff; /* white placeholder */
  font-style: italic;
  font-size: 16px;
}


.view_cartdrawer {
  font-family: 'Cormorant', serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.multi_card_heading {
  font-family: "Cormorant", serif; !important;
  font-size: 32px !important;
  text-align: center;
}

.multi_card_description {
  font-family: 'Cormorant', serif !important;
  font-size: 16px !important;
  text-align: center;
}


/* Prevent horizontal scrolling */
body {
  overflow-x: hidden;
}

/* Make sure images and containers don't overflow */
img, .container, .section, .grid, .rte, .multicolumn {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Improve layout padding on mobile */
@media (max-width: 768px) {
  .padding_width, .section, .grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 749px) {
  .banner__box {
    padding: 2rem 1rem !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
  }

  .banner__heading {
    font-size: 1.8rem !important;
    text-align: center;
    font-family: "Cormorant", serif;cursive !important;
  }

  .banner__text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    padding: 0 0.5rem !important;
    text-align: center;
  }
}


@media screen and (max-width: 749px) {
  .multicolumn-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .multicolumn-card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .multi_card_description {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: center;
  }
}


.custom-newsletter {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 40px 20px;
}

.custom-newsletter .newsletter-heading-script {
font-family: "Cormorant", serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.custom-newsletter .newsletter-subheading-cormorant {
  font-family: 'Cormorant', serif;
  font-size: 16px;
  color: #5c5242;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.custom-newsletter .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.custom-newsletter input[type="email"] {
  padding: 16px;
  font-size: 16px;
  font-family: 'Cormorant', serif;
  border: 1px solid #aaa;
  width: 60%;
  min-width: 260px;
  max-width: 400px;
}

.custom-newsletter button {
  background-color: #5c5242;
  color: white;
  padding: 16px 30px;
  font-family: 'Cormorant', serif;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  min-width: 160px;
}

.custom-newsletter .privacy-text {
  margin-top: 20px;
  font-size: 14px;
  color: #444;
}

@media screen and (max-width: 600px) {
  .custom-newsletter .form-row {
    flex-direction: column;
    align-items: center;
  }

  .custom-newsletter input[type="email"],
  .custom-newsletter button {
    width: 100%;
    max-width: 100%;
  }
}


.custom-newsletter .newsletter-heading-script {
  font-family: "Cormorant", serif; !important;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: none; /* remove lowercase override */
}


.custom-newsletter input::placeholder {
  font-family: 'Cormorant', serif;
  font-size: 16px;
  color: #5c5242;
}


.custom-newsletter button {
  background-color: #A47764 !important;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-family: 'Cormorant', serif;
  font-size: 16px;
  cursor: pointer;
}


.custom-newsletter h2 {
  font-family: "Cormorant", serif;
  font-size: 36px;
  color: #614548;
  margin-bottom: 10px;
  text-align: center;
}

.custom-newsletter p {
  font-family: 'Cormorant', serif;
  font-size: 18px;
  color: #614548;
  text-align: center;
  margin-bottom: 20px;
}

.custom-newsletter form {
  display: flex;
  max-width: 500px;
  margin: 0 auto 10px auto;
}

.custom-newsletter input[type="email"] {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  font-family: 'Cormorant', serif;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.custom-newsletter button {
  background-color: #A47764;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-family: 'Cormorant', serif;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: background-color 0.3s ease;
}

.custom-newsletter button:hover {
  background-color: #D59095;
}

.custom-newsletter small {
  display: block;
  text-align: center;
  font-family: 'Cormorant', serif;
  font-size: 14px;
  color: #614548;
  margin-top: 10px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Stony Island NF', sans-serif;
}

/* Header Navigation */
.site-nav, 
.site-nav__link,
.header__menu-item {
  font-family: 'Stony Island NF', sans-serif;
}
