/** Shopify CDN: Minification failed

Line 479:0 Unexpected "}"
Line 516:0 Unexpected "}"
Line 3783:24 Comments in CSS use "/* ... */" instead of "//"
Line 5611:10 Unexpected "{"
Line 5611:19 Expected ":"
Line 5641:10 Unexpected "{"
Line 5641:19 Expected ":"
Line 5655:10 Unexpected "{"
Line 5655:19 Expected ":"
Line 5685:10 Unexpected "{"
... and 19 more hidden warnings

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
h2.footer-block__heading.inline-richtext{
  text-align: center;
}
body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .multicolumn-card__image-wrapper--custom-width {
    width: 200px;
}
.page-width.page-width--narrow.bg_color_page {
    max-width: 90%!important;
    padding-bottom: 0;
    margin-bottom: 36px;
}
  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground));
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground));
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  } 
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
/* .rich-text__text.rte {
    padding-top: 15px;
} */
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .rich-text__text.rte h1 {
    font-size: 19px;
    text-transform: uppercase;
}
  #small_font_size .image-with-text__heading, h2.rich-text__heading{
    font-size:22px !important;
  }
  .rich-text__wrapper {
    width: 100% !important;
    margin: 0;
}
}
@media screen and (max-width: 450px){
}
  .image__banner h2.banner__heading {
    line-height: 15px;
    padding: 20px;
    position: relative;
    font-size: 20px !important;
}
  .content_container h1 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
}
  .content_container {
    padding-bottom: 25px !important;
}

}
   .container-mb-4 h2 {
    font-size: 50px !important;
}
a.button, a.center-link, .hero a {   
    font-size: 15px !important;
}
 /* .image-with-text__heading, h2.rich-text__heading {
    font-size: 23px !important;
   padding:0px !important
} */
  h2.container-mb-4_heading {
    width: 70%;
    margin: auto;
}
  .image-with-text__content {
    padding: 2rem!important;
    gap: 10px !important;
}
  .image-with-text__text.rte {
    margin: 0 !important;
}
  .multicolumn {
    margin-top: 0 !important;
}
  h1.inline-richtext.inline-richtext_size {
    font-size: 30px !important;
}
  .footer .footer__content-top {
   padding:3rem 0px !important;
}
  h2.footer-block__heading.inline-richtext {
    font-size: 20px !important;
}
  .multicolumn-card__info {
    padding:0 !important;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground));
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
  .rich-text__text.rte h1 {
    font-size: 25px;
    text-transform: uppercase;
}
  .slideshow__slide {
    margin-top: 36px;
}
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.contact_form_main .title{
  text-transform:uppercase;
}
.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content:center ;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
h2.title.inline-richtext.h1 {
    font-weight: 700;
}
.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
 .contact_form_main button.button {
    width: 100%;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
   
}

@media screen and (max-width: 750px){ 
  .title-wrapper-with-link{
    justify-content:center;
    font-weight:700;
  }
  
}
@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
  .multicolumn-card__image-wrapper--custom-width {
    width: 150px;
}
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}


.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback: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;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground));
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input, .select__select, .customer .field input, .customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    
}
.contact_form_main .field__input{
  border:none;
}
.contact_form_main .field__input, .customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
    background: white;
}
.contact_form_main .field:after {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
   
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select: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: .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;
   
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground));
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
.footer .newsletter-form__field-wrapper .field {
    z-index: 0;
    border: 1px solid;
}
.footer .field__input{
  border:none;
}


/* Field */

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
   
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground));
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity: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;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}


.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
  .contact_form_main .title {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground));
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  /* margin-right: -1.2rem; */
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .header__icons {
  padding-right: 0.8rem;
}
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground));
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}
h1.inline-richtext.inline-richtext_size {
    margin: 0;
    font-size: 3em;
    font-weight: 900;
    font-style: italic;
}
a.button:hover {
    background: #417586;
    color: white;
    border: 1px solid #417586;
}
.list-menu__item {
    font-weight: 600;
    text-transform: uppercase;
}

a.button {
    font-size: 18px;
    font-weight: 600;
}
h1.inline-richtext.inline-richtext_size, .image-with-text__heading {
      text-transform: uppercase;
}
.slider.slider--everywhere .slider__slide {
    margin-top: 0;
}
h1.main-page-title.page-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
      color: black;
}
.bg_color_page {
    background: #47515B;
}
.newpage_contenet{
  background:white;
}
.newpage_contenet h2 {
    background: #47515B;
    margin: 0;
    font-size: 2.5em;
    padding: 20px 0;
    font-weight: 600;
    color: white;
}
.newpage_contenet p{
  padding:0 20px;
}
.newpage_contenet img {
    display: block;
    width: 100% !important;
    object-fit: cover;
}
.template_page  .rich-text{
  margin:0;
}
.template_page  .image_with_text_space {
    padding: 0 1.5rem;
}
a.link.link--text.list-menu_item.list-menuitem--link {
    text-transform: uppercase;
}



/* Code for Desktop Banner */

@media screen and (max-width: 480px){
  #Banner-template--15919736717447__image_banner {
    display: none;
    /* Code contrubution by websensepro.com */
}}

/* Code for Mobile Banner */
@media screen and (max-width: 480px) {
#Banner-template--15919736717447__image_banner_ARN83V {
    display: block !important;
  /* Code contrubution by websensepro.com */
}}

#Banner-template--15919736717447__image_banner_ARN83V {
    display: none;
}

/* Code for Desktop Banner */

@media screen and (max-width: 480px){
  #Banner-template--15919736717447__image_banner_khbTgW {
    display: none;
    /* Code contrubution by websensepro.com */
}}

/* Code for Mobile Banner */
@media screen and (max-width: 480px) {
#Banner-template--15919736717447__image_banner_ebMtqz {
    display: block !important;
  /* Code contrubution by websensepro.com */
}}

#Banner-template--15919736717447__image_banner_ebMtqz {
    display: none;
}

/* Code for Desktop Banner */

@media screen and (max-width: 480px){
  #Banner-template--15919736815751__image_banner_NCebMX {
    display: none;
    /* Code contrubution by websensepro.com */
}}

/* Code for Mobile Banner */
@media screen and (max-width: 480px) {
#Banner-template--15919736815751__image_banner_87j9MW {
    display: block !important;
  /* Code contrubution by websensepro.com */
}}

#Banner-template--15919736815751__image_banner_87j9MW {
    display: none;
}

/* Code for Desktop Banner */

@media screen and (max-width: 480px){
  #Banner-template--16050874450055__image_banner_NCebMX {
    display: none;
    /* Code contrubution by websensepro.com */
}}

/* Code for Mobile Banner */
@media screen and (max-width: 480px) {
#Banner-template--16050874450055__image_banner_KAc7KJ {
    display: block !important;
  /* Code contrubution by websensepro.com */
}}

#Banner-template--16050874450055__image_banner_KAc7KJ {
    display: none;
}

@media screen and (max-width:749px){
#shopify-section-template--15919736717447__rich_text_XkCKJ6 {display:none; visibility:hidden;}
}

@media only screen and (min-width: 749px){
div#shopify-section-template--15919736717447__content_card_GrVcKr {
    display: none !important;
}
}
.page_help-center .inner_sunitem1 .field__label, .customer .field label {
    font-size: 1.2rem;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    color: #ffffff !important;
    background-color: #df2727 !important;
}

@media screen and (max-width:749px){
#shopify-section-template--16050874450055__rich_text_xYCib4 {display:none; visibility:hidden;}
}

@media screen and (max-width:749px){
#shopify-section-template--16050874450055__rich_text_f98QEa {display:none; visibility:hidden;}
}

@media screen and (max-width:749px){
#shopify-section-template--16050874450055__image_banner_WTaYfU {display:none; visibility:hidden;}
}

@media only screen and (min-width: 749px){
div#Banner-template--16050874450055__image_banner_W9EGn9 {
    display: none !important;
}
.page_user-guide #loveit2 .rich-text__text p {
    color: #7AA3AD;
  font-weight:bold;
}
  div#loveit .rich-text__heading {
    font-size: 5rem !important;
}
}
  @font-face {
    font-family: 'Monserret';
    src: url('{{ '/cdn/shop/files/Montserrat-BlackItalic.woff2?v=1720173465.woff2' | asset_url }}') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.faq-heading_container h1.faq-heading{
  font-family:Monserret !important;
}

@media screen and (max-width:749px){
#shopify-section-template--15919736717447__rich_text_mM3fCf {display:none; visibility:hidden;}
}

@media screen and (max-width:749px){
#shopify-section-template--15919736717447__custom_liquid_yfkmyM {display:none; visibility:hidden;}
}

@media only screen and (min-width: 749px){
#shopify-section-template--15919736717447__rich_text_zqQgbr {
    display: none !important;
}

@media only screen and (min-width: 749px){
#shopify-section-template--15919736717447__custom_liquid_kn6MbC {
    display: none !important;
}
  @media only screen and (min-width: 749px){
#shopify-section-sections--15919737208967__announcement-bar{
position: sticky !important;
    top: 0;
}
.section-header {
    top: 38px !important;
}
  
@media screen and (max-width:749px){
  #shopify-section-sections--15919737208967__announcement-bar{
position: static !important;
    top: 0;
}
.section-header {
    top: 38px !important;
}}

 .header__inline-menu .link { font-size: 1.5rem !important;}

  .header__menu-item:hover span{
text-decoration-color: #000000;
text-decoration-thickness: 2px;
}
.header__menu-item span{
text-decoration-thickness: 2px;
text-decoration-color: #000000;
}
details[open]>.header__menu-item{
text-decoration-thickness: 2.5px;
text-decoration-color: #000000;
}
.header__submenu .header__menu-item:hover{
text-decoration-thickness: 2.5px;
text-decoration-color: #000000;
}

@media only screen and (min-width: 749px){
#shopify-section-template--15919736717447__image_banner_F6amPU {
    display: none !important;
}

@media only screen and (min-width: 749px){
#shopify-section-template--15919736717447__image_banner_LcP7rP {
    display: none !important;
}

.product__description {
  font-size: 16px !important;
}

  .product__accordion.accordion.quick-add-hidden {
    font-size: 13px;
}

  .price--on-sale .price__container s.price-item.price-item--regular {
    font-size: 15px;
}
 .product-form__submit {
    background: #DF2727 !important;
    color: #ffffff !important;
}
  @media (min-width: 757px) {


.product--thumbnail_slider .thumbnail-slider {
  align-items: self-start;
}
	 .product--thumbnail_slider {
		 position: relative;
	}
	 .product--thumbnail_slider media-gallery {
		 display: flex;
		 flex-direction: row-reverse;
	}
	 .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
		 width: 100%;
	}
	 .product--thumbnail_slider .thumbnail-slider {
		 width: 100px;
		 padding-right: 10px;
	}
	 .product--thumbnail_slider .slider-button {
		 display: none !important;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
       height: 100%;
    overflow: scroll;
		 padding: 0;
		 display: block;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		 width: 100%;
	}
}
.header__icon--search {
    display: none;
}
  header .header__icon.header__icon--cart{
   margin-left: 5px !important;
}

  /*limit the width of all iframe or YouTube iframes to the width of the screen rather than the default*/
  iframe{max-width: 100%;}
  /*limit the height of all iframes to be 500 px rather than squeezing the iframe box to be super high and narrow on mobile-has to be over 454px for pinterest to show up properly*/
  iframe:not(#looxReviewsFrame){max-height: 500px;}

  @media only screen and (min-width: 749px){
#shopify-section-template--16720738615431__content_card_GrVcKr {
    display: none !important;
}
    .shopify-section-group-header-group {
  position:sticky !important;
      top:0;
    }
  }

  @media only screen and (min-width: 749px){
div#shopify-section-template--16759519674503__content_card_GrVcKr {
    display: none !important;}}

  /* Hide all sections by default */
#shopify-section-template--16759519674503__image_banner_9UP7UH {
  display: none !important; /* Hide on mobile by default */
}

#shopify-section-template--16759519674503__image_banner_F6amPU,
#shopify-section-template--16759519674503__image_banner_LcP7rP {
  display: none !important; /* Hide on desktop by default */
}

/* Show the desktop banner only on large screens (width > 749px) */
@media (min-width: 750px) {
  #shopify-section-template--16759519674503__image_banner_9UP7UH {
    display: block !important; /* Show on desktop */
  }
}

/* Show the mobile banners only on small screens (width <= 749px) */
@media (max-width: 749px) {
  #shopify-section-template--16759519674503__image_banner_F6amPU,
  #shopify-section-template--16759519674503__image_banner_LcP7rP {
    display: block !important; /* Show on mobile */
  }

  /* Hide desktop banners on mobile */
  #shopify-section-template--16759519674503__image_banner_9UP7UH {
    display: none !important; /* Hide on mobile */
  }
}

  /* Hide the desktop section on mobile */
#shopify-section-template--16759519838343__image_banner_NCebMX {
  display: none !important; /* Hide on mobile */
}

/* Hide the mobile section on desktop */
#shopify-section-template--16759519838343__image_banner_87j9MW {
  display: none !important; /* Hide on desktop */
}

/* Only show the desktop section on large screens (750px and above) */
@media (min-width: 750px) {
  #shopify-section-template--16759519838343__image_banner_NCebMX {
    display: block !important; /* Show on desktop */
  }
}

/* Only show the mobile section on small screens (749px and below) */
@media (max-width: 749px) {
  #shopify-section-template--16759519838343__image_banner_87j9MW {
    display: block !important; /* Show on mobile */
  }

  /* Hide the desktop section on mobile */
  #shopify-section-template--16759519838343__image_banner_NCebMX {
    display: none !important; /* Ensure hidden on mobile */
  }
}


/* Holiday Bundle Block — Increase clarity + spacing */
.mv-bundle-offer-wrapper {
  margin-top: 22px !important;
  padding: 18px 0 8px 0 !important;
  border-top: 1px solid #E6E2D7 !important; /* soft warm neutral */
}

/* Make the line-height feel more calm & breathable */
.mv-bundle-offer-wrapper li,
.mv-bundle-offer-wrapper {
  line-height: 1.55 !important;
  font-size: 15px !important;
}

/* Make the header clearer but not loud */
.mv-bundle-offer-wrapper strong {
  font-weight: 600 !important;
  font-size: 16px !important;
}
/* ───────────── Holiday Bundle Block Styling ───────────── */

.mv-bundle-offer-wrapper {
  margin-top: 34px !important;        /* Creates breathing room */
  padding: 20px 0 18px 0 !important;  /* Vertical softness */
  border-top: 1px solid #E8E3D9 !important; /* Warm neutral divider */
  max-width: 440px !important;        /* Makes it visually "held" */
}

.mv-bundle-offer-wrapper strong {
  display: block;
  font-weight: 600 !important;
  font-size: 18px !important;         /* Clear section label */
  margin-bottom: 8px !important;
}

.mv-bundle-offer-wrapper ul {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.mv-bundle-offer-wrapper li {
  font-size: 16px !important;         /* Readable without shouting */
  line-height: 1.55 !important;       /* Calm + warm spacing */
  margin-bottom: 4px !important;
  display: flex;
  align-items: center;
}

.mv-bundle-offer-wrapper li::before {
  content: "•";
  color: #C39167;                      /* Warm accent, not aggressive */
  margin-right: 8px;
  font-size: 18px;
}

/* Section container */
.mv-ritual {
  background: #FFF9F1;
  padding: clamp(42px, 6vw, 80px) 0;
  border-top: 1px solid #F1E7D9;
  border-bottom: 1px solid #F1E7D9;
}

/* Text width */
.mv-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading */
.mv-h2 {
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 18px;
  color: #2A2A2A;
}

/* Lead paragraph */
.mv-lead {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
  color: #3A3A3A;
  margin-bottom: 26px;
}

/* Bullet list */
.mv-points {
  list-style: disc;
  padding-left: 22px;
  margin-top: 0;
}

.mv-points li {
  margin-bottom: 12px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: #3A3A3A;
}

/* Bold first phrase */
.mv-points li span {
  font-weight: 600;
  color: #2A2A2A;
}
.mv-ritual-section {
  background: #FFF9F1;
  padding: clamp(48px, 6vw, 90px) 0;
  margin-top: 40px;
  border-top: 1px solid #EFE7DB;
  border-bottom: 1px solid #EFE7DB;
}

.mv-ritual-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 40px);
}

.mv-ritual-section h2 {
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 22px;
  letter-spacing: -0.02em;
  color: #2A2A2A;
}

.mv-ritual-section p {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  color: #4A4A4A;
  margin-bottom: 28px;
  max-width: 650px;
}

.mv-ritual-section ul {
  padding-left: 22px;
  list-style: disc;
}

.mv-ritual-section li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  color: #3A3A3A;
  margin-bottom: 14px;
}

.mv-ritual-section li strong {
  font-weight: 600;
  color: #2A2A2A;
}

/* ——— Section 2: Warm & Cozy “Daily Ritual” ——— */

.mv-warm-ritual{
  --mv-bg: #F6EBDC;        /* warm-beige panel; tweak to your brand tint */
  --mv-ink: #2B2B2B;
  --mv-muted: #5D554E;
  --mv-marker: #A15C1A;    /* bullet / accent color */
  background: var(--mv-bg);
  color: var(--mv-ink);
  padding: 28px clamp(20px, 4vw, 36px);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(0,0,0,.03), 0 8px 30px rgba(52,35,22,.06);
}

.mv-h{
  margin: 0 0 .6em 0;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 32px);
  letter-spacing: -.01em;
}

/* Let the heading break nicely across lines (supported in modern browsers) */
.h-balance{ text-wrap: balance; }

.mv-intro{
  margin: 0 0 1.15em;
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  line-height: 1.85;
  color: var(--mv-muted);
}

/* Points */
.mv-points{
  list-style: disc;
  padding-left: 1.2em;
  display: grid;
  gap: .75em;
  margin: 0;
}

.mv-points li{
  color: var(--mv-ink);
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.9;
}

.mv-points li::marker{ color: var(--mv-marker); }

.mv-term{
  font-weight: 700;
}

/* Keep punctuation & word breaks friendly across browsers */
.mv-warm-ritual,
.mv-warm-ritual *{
  hyphens: manual;
  word-break: keep-all;
}

@media (max-width: 768px){
  .mv-warm-ritual{ border-radius: 12px; padding: 20px; }
}
/* Align Ritual Panel with Buy Box Width & Improve Breathing Space */
.mv-warm-ritual{
  max-width: 600px; /* Matches the product info column width */
  margin-left: 0; 
  margin-top: 12px;
}

/* Add more breathing room between intro text + bullet list */
.mv-intro{
  margin-bottom: 1.4em;
}

/* Slightly softer bullet spacing + better vertical rhythm */
.mv-points{
  gap: 1em;
}

/* Mobile: Full width & better padding */
@media (max-width: 768px){
  .mv-warm-ritual{
    max-width: 100%;
    margin-top: 18px;
    border-radius: 14px;
  }
}
.mv-warm-ritual{
  --mv-bg: #F3E8D9; /* oat latte */
}
.mv-h{
  font-weight: 700; /* was 800 */
}
/* SECTION 2 Panel Alignment + Spacing */
#shopify-section-product-template .mv-warm-ritual {
  max-width: 610px; /* Matches buy box width in Dawn */
  margin-left: auto;
  margin-right: 0;
  padding: 32px 36px;
  border-radius: 16px;
  background: #F3E8D9; /* Warm oat tone */
  border: 1px solid rgba(0,0,0,0.06);
}

/* Headline softness */
#shopify-section-product-template .mv-warm-ritual h2,
#shopify-section-product-template .mv-warm-ritual h3 {
  font-weight: 700; /* Not heavy 800 */
  margin-bottom: 14px;
}

/* Intro paragraph spacing */
#shopify-section-product-template .mv-warm-ritual .mv-intro {
  margin-bottom: 1.25em;
}

/* Bullet items spacing + readable line height */
#shopify-section-product-template .mv-warm-ritual ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#shopify-section-product-template .mv-warm-ritual li {
  line-height: 1.48;
}

/* Mobile: full width + softer edges */
@media (max-width: 768px){
  #shopify-section-product-template .mv-warm-ritual {
    max-width: 100%;
    margin: 16px 0;
    padding: 28px 24px;
    border-radius: 14px;
  }
}
/* ===== Matte Paper Card – Warm & Cozy ===== */

:root {
  /* warm neutrals (adjust to taste) */
  --mv-paper-bg: #f3efe9;         /* base “paper” */
  --mv-paper-edge: #e5e0d9;       /* subtle outer tone */
  --mv-paper-fiber: rgba(80, 70, 60, .06);
  --mv-paper-fiber2: rgba(50, 44, 38, .035);
  --mv-paper-border: rgba(40, 30, 20, .09);
  --mv-paper-shadow: rgba(40, 30, 20, .10);
  --mv-ink: #2b2723;              /* body text */
  --mv-ink-soft: #4a433b;         /* headings */
  --mv-bullet: #a8865e;           /* warm bullet */
}

/* The card itself */
.mv-paper-card{
  position: relative;
  color: var(--mv-ink);
  background:
    /* soft vignette to keep eyes in the center */
    radial-gradient(160% 140% at 50% 0%,
      rgba(255,255,255,.40) 0%,
      rgba(255,255,255,0) 55%),
    radial-gradient(180% 120% at 50% 120%,
      rgba(255,255,255,.35) 0%,
      rgba(255,255,255,0) 60%),
    var(--mv-paper-bg);
  border: 1px solid var(--mv-paper-border);
  border-radius: 16px;
  box-shadow:
    0 10px 24px -8px var(--mv-paper-shadow),
    0 2px 8px -2px rgba(0,0,0,.05);
  padding: clamp(18px, 2.6vw, 32px) clamp(18px, 3vw, 36px);
  overflow: hidden;
}

/* Fine paper grain & fibers (no images; tiny cost) */
.mv-paper-card::before{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  /* Layered “paper”: fibers + faint lines + noise */
  background:
    /* scattered fibers */
    radial-gradient(1.1px 1.1px at 24% 12%, var(--mv-paper-fiber) 0 60%, transparent 61%) repeat,
    radial-gradient(1.2px 1.2px at 78% 64%, var(--mv-paper-fiber2) 0 60%, transparent 61%) repeat,
    radial-gradient(0.9px 0.9px at 15% 78%, var(--mv-paper-fiber2) 0 60%, transparent 61%) repeat,
    /* very subtle vertical paper lines */
    repeating-linear-gradient(90deg, rgba(0,0,0,.02) 0 1px, transparent 1px 6px),
    /* ultra-light noise texture (embedded SVG) */
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'>\
 <filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='table' tableValues='0 0 0 0.035 0.06'/></feComponentTransfer></filter>\
 <rect width='100%' height='100%' filter='url(%23n)'/>\
</svg>");
  opacity:.45;            /* overall strength of texture */
  mix-blend-mode:multiply;
  background-size:
    260px 260px,           /* fibers 1 */
    340px 340px,           /* fibers 2 */
    300px 300px,           /* fibers 3 */
    8px 100%,              /* vertical lines */
    64px 64px;             /* noise */
}

/* Edge softening—feels like matte paper */
.mv-paper-card::after{
  content:"";
  position:absolute; inset:0;
  border-radius:inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), inset 0 0 60px rgba(0,0,0,.04);
  pointer-events:none;
}

/* Typography—cozy & readable */
.mv-paper-card h2, .mv-paper-card h3 {
  color: var(--mv-ink-soft);
  letter-spacing: .2px;
  line-height: 1.22;
  margin: 0 0 .55em;
}

.mv-paper-card p {
  line-height: 1.7;
  margin: .55em 0;
}

/* Bullets with warm accent */
.mv-paper-card ul{
  list-style: none;
  margin: .85em 0 0 0;
  padding: 0;
}

.mv-paper-card li{
  position: relative;
  padding-left: 1.35em;
  margin: .55em 0;
}

.mv-paper-card li::before{
  content:"";
  position:absolute; left:0.35em; top:.55em;
  width: .5em; height: .5em;
  border-radius: 50%;
  background: var(--mv-bullet);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--mv-paper-bg) 70%, white);
  opacity: .95;
}

/* Link/CTA accents (if any) */
.mv-paper-card a{
  color: #875f34;
  text-underline-offset: 3px;
}

/* Mobile tuning: slightly stronger texture reads better */
@media (max-width: 720px){
  .mv-paper-card { border-radius: 14px; }
  .mv-paper-card::before{ opacity:.55; }
}

/* Respect reduced motion/users who prefer cleaner UIs */
@media (prefers-reduced-motion: reduce){
  .mv-paper-card::before{ opacity:.35; }
}

/* Optional: If your page has a white background, give subtle outer separation */
.mv-paper-card + * { scroll-margin-top: 70px; }
/* Remove the extra inner box from the Ritual section */
.mv-paper-card > div:first-child {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Ensure the text stays spaced nicely */
.mv-paper-card h2 {
  margin-top: 0;
  margin-bottom: 0.65em;
}

.mv-paper-card p {
  margin-bottom: 1.1em;
}
/* Mighty Vessel — Buttermilk Paper Card */
.mv-paper-card {
  background-color: #F7EFE6; /* warm buttermilk */
  background-image:
    radial-gradient(rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 80%),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABH0lEQVR4nO2WwQ3CMAxFXwHdgAx0ADLQAJ2ADHQAMtAAnYAMdAAy0ACdgAx0QK5N2D2JqYapq/YT2v2NWxWCQJkkkE4p4heMCkM20YHpi5lcQAG9xwqvD1HpNJ9Ce3X6qN1QvBMR+3eWtzXcM2Y9N7KkFd2jzW8jfvb2pI8Tdh4Ra5gnH8JbNEs1tEmWqV5uKs6tL1XRXR8g8xCK8B53qp8TWKV6CxYOpJgFpH/gQCnwYDUgDYQOJJZBC5nrK0RqoeVU8xlH+s7DoqfpkH9idv0z1H9DCvM8k3U0c3HYHbbYgJkYq5rM1LrYt6SJMkRk8zclbgyfZRzFJSIMkkk8zwVg6d/7gfZP5YyUcN3IYAAAAASUVORK5CYII=");
  background-repeat: repeat;
  background-size: 400px 400px; /* softer, slower grain */
  border-radius: 22px;
  padding: 48px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  backdrop-filter: blur(1.2px);
}

.mv-paper-card h2 {
  color: #3A342E; /* warm charcoal */
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.mv-paper-card p,
.mv-paper-card li {
  color: #4A443E;
  font-size: 17px;
  line-height: 1.62;
}

/* Warm dot bullets */
.mv-paper-card ul li::marker {
  color: #C7A27C;
}

.mv-paper-card ul li::marker {
  color: #C7A27C; /* warm clay-gold accent */
}

/* ================================
   MIGHTY VESSEL – BFCM PDP MOBILE POLISH
   ================================ */

/* ---------- Mobile polish (<= 480px) ---------- */
@media (max-width: 480px) {
  /* Product title sizing & spacing */
  .template-product .product__title,
  .template-product h1.product__title,
  .template-product .product__info-container h1 {
    font-size: clamp(24px, 5.6vw, 32px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.2px;
    margin-bottom: 8px !important;
  }

  /* Subhead/eyebrow above title (if present) */
  .template-product .product__text,
  .template-product .product__subtitle {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.35;
    margin-bottom: 10px;
  }

  /* Price + “Buy It Now” block */
  .template-product .price__container { gap: 6px; }
  .template-product .product-form__buttons { margin-top: 10px; }

  /* Holiday Bundle card (10/15/20) */
  .bundle-card,
  .holiday-bundle,
  .card--bundle {
    padding: 12px 14px !important;
    border-radius: 14px !important;
    margin-top: 12px !important;
  }
  .bundle-card h3, .holiday-bundle h3 { font-size: 16px; margin-bottom: 6px; }
  .bundle-card li { margin: 4px 0; }

  /* Section 2 card */
  .section-card--warm {
    padding: 14px !important;
    border-radius: 16px !important;
  }
  .section-card--warm h2 {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .section-card--warm p {
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 1.45;
    margin-bottom: 10px;
  }

  /* Bullet comfort & orphan control */
  .section-card--warm li {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.45;
    margin-bottom: 8px;
  }

  /* General spacing safety */
  .template-product .product__info-wrapper { padding-bottom: 16px; }
}

/* Optional: subtle paper texture (for warm cards) */
.section-card--warm,
.mv-card {
  background: #f6efe7;               /* soft warm paper */
  box-shadow: 0 1px 0 rgba(0,0,0,.04),
              inset 0 1px 0 rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 16px;
}

/* Utility: avoid orphaned single words */
.no-wrap, .nowrap { white-space: nowrap; }

/* ---------- New section frameworks ---------- */
.mv-section { margin: 28px 0; }
.mv-kicker { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; opacity:.8; margin-bottom: 6px; }
.mv-h2 { font-size: clamp(22px, 3vw, 28px); line-height: 1.2; margin: 0 0 10px; }
.mv-sub { font-size: clamp(14px, 2.1vw, 16px); opacity:.9; margin: 0 0 12px; }
.mv-card { padding: 16px 18px; }

/* What’s Included list */
.mv-included { list-style: none; padding: 0; margin: 0; }
.mv-included li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px dashed rgba(0,0,0,0.08); }
.mv-included li:last-child { border-bottom: 0; }
.mv-included .icon { font-size: 18px; line-height: 1.2; }

/* Gifting angles grid */
.mv-grid-minis { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
@media (max-width: 680px){ .mv-grid-minis { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 420px){ .mv-grid-minis { grid-template-columns: repeat(2,1fr); } }
.mv-mini { text-align: center; padding: 12px; border-radius: 14px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04); font-size: 14px; }
.mv-mini .emoji { display:block; font-size: 20px; margin-bottom: 6px; }

/* Bundle rows (section 5) */
.mv-bundle-rows { display: grid; gap: 8px; }
.mv-bundle-row { display:flex; align-items:center; justify-content:space-between; padding: 12px 14px; background:#fff; border-radius:12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 1px 0 rgba(0,0,0,.04); }
.mv-bundle-row b { font-weight:600; }

/* Social proof pills */
.mv-reviews { display:grid; gap: 12px; }
.mv-review { background:#fff; border-radius: 14px; padding: 12px 14px; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.mv-stars { font-size: 14px; color:#C39167; margin-bottom: 6px; }

/* Shipping + urgency */
.mv-urgency { display:flex; align-items:center; gap:10px; }
.mv-urgency .bell { font-size: 22px; }

/* FAQ (native details/summary) */
.mv-faq details { background:#fff; border-radius: 14px; margin: 10px 0; padding: 10px 12px; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.mv-faq summary { cursor:pointer; font-weight:600; }
.mv-faq p { margin: 8px 0 0; }

/* Floater safety (Get $5 tab) – keep outside reading area */
.get-5-floating, .floating-reward-tab, .rc-floating-tab {
  z-index: 40 !important;
}
@media (max-width: 480px){
  .template-product .product__info-container { scroll-margin-bottom: 64px; }
  body { padding-bottom: max(0px, env(safe-area-inset-bottom)); }
}

/* Shop Pay "Learn more" tidy alignment (if visible in your theme) */
.shopify-payment-terms { margin-top: 8px; font-size: 12px; line-height: 1.3; }

/* Tiny devices fallback (~320px) */
@media (max-width: 360px){
  .mv-bundle-row, .mv-mini { padding: 10px; }
  .mv-h2 { font-size: 20px; }
}

/* ================================
   MIGHTY VESSEL – BFCM PDP POLISH (Desktop-first, mobile-safe)
   Paste at end of base.css / theme.css
   ================================ */

/* ---- Global card/paper rhythm consistency ---- */
.section-card--warm,
.mv-card {
  background: #f6efe7;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 1px 0 rgba(0,0,0,.04), inset 0 1px 0 rgba(255,255,255,.6);
  border-radius: 16px;
}

/* Utility to prevent single-word orphans */
.no-wrap, .nowrap { white-space: nowrap; }

/* ---- SECTION 2: “Not Just a Bottle” bullet tightening ---- */
/* Reduce vertical gaps and keep bullets visually connected */
.section-card--warm ul {
  margin: 8px 0 0;
  padding-left: 1.1em;            /* keep classic bullet alignment */
  display: flex;
  flex-direction: column;
  gap: 6px;                       /* key: tighter vertical rhythm */
}
.section-card--warm li {
  margin: 0;                      /* remove theme defaults */
  line-height: 1.38;              /* slightly tighter than 1.5 */
}
@media (max-width: 480px){
  .section-card--warm ul { gap: 8px; }  /* a hair more breathing room on small screens */
}

/* Optional: if your bullets use ::marker with a large size, tame it a touch */
.section-card--warm li::marker { font-size: .9em; }

/* ---- SECTION 3: What’s Included list — a notch tighter ---- */
.mv-included { gap: 0; } /* ensure no default gaps from theme */
.mv-included li {
  grid-template-columns: 26px 1fr;
  gap: 8px;
  padding: 8px 0;                 /* was ~10px; brings items closer */
  border-bottom: 1px dashed rgba(0,0,0,0.07);
}
.mv-included li:last-child { border-bottom: 0; }
.mv-included .icon { font-size: 16px; }

/* ---- SECTION 4: Gifting minis — keep tidy rows on desktop ---- */
.mv-grid-minis { gap: 10px; }
.mv-mini { padding: 10px 12px; font-size: 14px; }

/* ---- SECTION 5: Bundle rows — tighten copy blocks slightly ---- */
.mv-bundle-row { padding: 10px 12px; }
.mv-bundle-row b { letter-spacing: -0.1px; }

/* ---- SECTION 6: Social proof — compact but comfy ---- */
.mv-reviews { gap: 10px; }
.mv-review { padding: 10px 12px; }
.mv-stars { margin-bottom: 4px; }

/* ---- SECTION 7: Urgency card — ensure CTA stands out and aligns ---- */
.mv-urgency + a.button {
  margin-top: 10px !important;
  display: inline-block;
  line-height: 1.1;
}

/* ---- SECTION 8: FAQ — reduce accordion stack height ---- */
.mv-faq details {
  margin: 8px 0;
  padding: 10px 12px;
}
.mv-faq summary { font-size: 16px; }
.mv-faq p { margin-top: 6px; line-height: 1.42; }

/* ---- Hero/price block micro-spacing (safe) ---- */
.template-product .price__container { gap: 6px; }
.template-product .product-form__buttons { margin-top: 10px; }

/* ---- Floating “Get $5” tab safety ---- */
.get-5-floating, .floating-reward-tab, .rc-floating-tab { z-index: 40 !important; }
@media (max-width: 480px){
  .template-product .product__info-container { scroll-margin-bottom: 64px; }
}

/* ---- Tiny screens fallback (~320–360px) ---- */
@media (max-width: 360px){
  .mv-bundle-row, .mv-mini, .mv-review { padding: 9px 10px; }
}

.section-card--warm li,
.mv-included li {
  margin-bottom: 6px !important;
  line-height: 1.45 !important;
}

@media (max-width: 480px) {
  .product__title {
    font-size: clamp(22px, 6vw, 30px) !important;
    line-height: 1.15 !important;
  }
}

.bundle-card, .holiday-bundle, .card--bundle {
  padding: 14px 16px !important;
}

.holiday-urgency-card .button,
.holiday-urgency-card button {
  opacity: 1 !important;
  display: inline-flex !important;
  pointer-events: auto !important;
}

/* ================================
   MIGHTY VESSEL – BFCM PDP (Premium + Warm)
   Dawn theme – global helpers + section styles
   ================================ */

/* Typography rhythm helpers */
.mv-section { margin: 28px 0; }
.mv-card { background:#f6efe7; border:1px solid rgba(0,0,0,.04); border-radius:16px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), inset 0 1px 0 rgba(255,255,255,.6); padding:16px 18px; }
.mv-h2 { font-size: clamp(22px, 3vw, 28px); line-height:1.2; margin:0 0 10px; }
.mv-sub { font-size: clamp(14px, 2.1vw, 16px); opacity:.9; margin:0 0 12px; }
.nowrap, .no-wrap { white-space: nowrap; }

/* Lists + bullet comfort (applies to Section 2 + any warm card lists) */
.section-card--warm ul, .mv-card ul { padding-left: 1.1em; margin: 8px 0 0; }
.section-card--warm li, .mv-card li { margin: 4px 0; line-height: 1.5; }   /* tighter desktop spacing */

/* Included list (Section 3) */
.mv-included { list-style:none; margin:0; padding:0; }
.mv-included li { display:grid; grid-template-columns:28px 1fr; gap:10px; padding:8px 0; border-bottom:1px dashed rgba(0,0,0,.08); }
.mv-included li:last-child { border-bottom:0; }
.mv-included .icon { font-size:18px; line-height:1.2; }

/* Mini grid (Section 4) */
.mv-grid-minis { display:grid; grid-template-columns: repeat(6,1fr); gap:10px; }
@media (max-width: 680px){ .mv-grid-minis { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 420px){ .mv-grid-minis { grid-template-columns: repeat(2,1fr); } }
.mv-mini { text-align:center; padding:12px; border-radius:14px; background:#fff; box-shadow:0 1px 0 rgba(0,0,0,.04); font-size:14px; }
.mv-mini .emoji { display:block; font-size:20px; margin-bottom:6px; }

/* Bundle rows (Section 5) */
.mv-bundle-rows { display:grid; gap:8px; }
.mv-bundle-row { display:flex; align-items:center; justify-content:space-between; padding:12px 14px; background:#fff; border-radius:12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 1px 0 rgba(0,0,0,.04); }
.mv-bundle-row b { font-weight:600; }

/* Reviews (Section 6) */
.mv-reviews { display:grid; gap:12px; }
.mv-review { background:#fff; border-radius:14px; padding:12px 14px; box-shadow:0 1px 0 rgba(0,0,0,.04); }
.mv-stars { font-size:14px; color:#C39167; margin-bottom:6px; }

/* Urgency (Section 7) */
.mv-urgency { display:flex; align-items:center; gap:10px; }
.mv-urgency .bell { font-size:22px; }

/* FAQ (Section 8) */
.mv-faq details { background:#fff; border-radius:14px; margin:10px 0; padding:10px 12px; box-shadow:0 1px 0 rgba(0,0,0,.04); }
.mv-faq summary { cursor:pointer; font-weight:600; }
.mv-faq p { margin:8px 0 0; }

/* Proof strip (old landing best-of) */
.mv-proof { display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; }
@media (max-width: 900px){ .mv-proof { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .mv-proof { grid-template-columns: 1fr; } }
.mv-proof-item { background:#fff; border-radius:14px; padding:12px; box-shadow:0 1px 0 rgba(0,0,0,.04); display:flex; flex-direction:column; gap:8px; }
.mv-proof-media { aspect-ratio: 1.4 / 1; overflow:hidden; border-radius:10px; background:#f8f6f2; }
.mv-proof-media img, .mv-proof-media video { width:100%; height:100%; object-fit:cover; display:block; }
.mv-proof-caption { font-size:14px; line-height:1.4; }

/* Solid, always-visible CTA button (fixes “invisible until hover”) */
.mv-btn, .mv-btn:link, .mv-btn:visited {
  display:inline-block; padding:10px 16px; border-radius:999px;
  background:#2B2B2B; color:#fff !important; text-decoration:none; font-weight:600;
  border:1px solid #2B2B2B;
}
.mv-btn:hover { background:#000; border-color:#000; color:#fff !important; }
.mv-btn:focus { outline:2px solid #C39167; outline-offset:2px; }

/* Mobile polish (<= 480px) – title, sub, spacing, cards */
@media (max-width: 480px) {
  .template-product .product__title,
  .template-product h1.product__title,
  .template-product .product__info-container h1 {
    font-size: clamp(24px, 5.6vw, 32px) !important;
    line-height: 1.15 !important; letter-spacing: -0.2px; margin-bottom: 8px !important;
  }
  .template-product .product__text,
  .template-product .product__subtitle { font-size: clamp(14px, 3.8vw, 16px); line-height: 1.35; margin-bottom: 10px; }
  .template-product .price__container { gap: 6px; }
  .template-product .product-form__buttons { margin-top: 10px; }

  .bundle-card, .holiday-bundle, .card--bundle {
    padding: 12px 14px !important; border-radius: 14px !important; margin-top: 12px !important;
  }
  .bundle-card h3, .holiday-bundle h3 { font-size: 16px; margin-bottom: 6px; }
  .bundle-card li { margin: 4px 0; }

  .section-card--warm { padding: 14px !important; border-radius: 16px !important; }
  .section-card--warm h2 { font-size: clamp(20px, 5vw, 24px); line-height: 1.2; margin-bottom: 8px; }
  .section-card--warm p, .section-card--warm li { font-size: clamp(14px, 3.7vw, 16px); line-height: 1.45; }

  .template-product .product__info-wrapper { padding-bottom: 16px; }

  /* Floater safety */
  .get-5-floating, .floating-reward-tab, .rc-floating-tab { z-index: 40 !important; }
  .template-product .product__info-container { scroll-margin-bottom: 64px; }
  body { padding-bottom: max(0px, env(safe-area-inset-bottom)); }
}

/* Tiny devices */
@media (max-width: 360px){
  .mv-bundle-row, .mv-mini { padding: 10px; }
  .mv-h2 { font-size: 20px; }
}

/* ===== MIGHTY VESSEL – premium + warm ===== */

/* Spacing scale */
:root{
  --mv-gap-2: .25rem;
  --mv-gap-4: .5rem;
  --mv-gap-6: .75rem;
  --mv-gap-8: 1rem;
  --mv-gap-12: 1.5rem;
  --mv-gap-16: 2rem;
  --mv-gap-24: 3rem;
  --mv-warm-cream: #FFF9E4;
  --mv-warm-sand: #F7F1E6;
  --mv-warm-border: #E6E2D7;
  --mv-warm-text: #2B2B2B;
  --mv-accent: #C39167;   /* your warm accent */
  --mv-accent-dark: #A1724F;
  --mv-success: #6D7D5B;
}

/* Utilities */
.mv-section{padding-block:var(--mv-gap-24)}
.mv-stack>*+*{margin-top:var(--mv-gap-12)}
.mv-stack-tight>*+*{margin-top:var(--mv-gap-8)}
.mv-grid{display:grid; gap:var(--mv-gap-16)}
@media(min-width:990px){.mv-grid-2{grid-template-columns:1fr 1fr}}
.mv-card{
  background: linear-gradient(180deg,var(--mv-warm-cream),#fff);
  border:1px solid var(--mv-warm-border);
  border-radius:18px; padding:var(--mv-gap-16);
  box-shadow:0 6px 24px rgba(0,0,0,.04);
}

/* Headlines */
.mv-eyebrow{letter-spacing:.08em; font-weight:600; color:#7A6F64; text-transform:uppercase;}

/* Buttons (use on <a> or <button>) */
.mv-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:.5rem; padding:.85rem 1.25rem; border-radius:999px;
  font-weight:600; text-decoration:none; line-height:1; white-space:nowrap;
  transition:.2s ease-in-out; border:1px solid transparent;
}
.mv-btn--primary{
  background:#DF2727; color:#fff;       /* your brand red */
}
.mv-btn--primary:hover{transform:translateY(-1px); filter:brightness(.96)}
.mv-btn--ghost{
  background:#fff; color:var(--mv-accent-dark); border-color:var(--mv-accent);
}
.mv-btn--ghost:hover{background:var(--mv-warm-cream)}

/* Chips row */
.mv-chips{display:flex; gap:.5rem; flex-wrap:wrap}
.mv-chip{
  background:#fff; border:1px solid var(--mv-warm-border);
  border-radius:14px; padding:.4rem .7rem; font-size:.9rem; color:#4a4a4a;
}

/* Bullet list – tighter & aligned */
.mv-bullets{margin:0; padding-left:1.25rem}
.mv-bullets li{
  margin:.4rem 0; /* tightened */
  line-height:1.45;
}
.mv-bullets li::marker{color:var(--mv-success)}

/* Media rhythm (images & GIFs) */
.mv-media{border-radius:16px; overflow:hidden}
.mv-media + .mv-media{margin-top:var(--mv-gap-16)}
.mv-media img, .mv-media video{display:block; width:100%; height:auto}

/* Warm “proof” callouts under GIFs */
.mv-caption{
  font-size:.95rem; color:#4a4a4a; margin-top:.6rem;
}

/* Holiday urgency banner */
.mv-urgency{
  background: var(--mv-warm-sand);
  border:1px dashed var(--mv-warm-border);
  border-radius:16px; padding:var(--mv-gap-16);
}

/* FAQ – keep Dawn default but ensure readable gaps */
.shopify-accordion summary{padding-block:.9rem}

/* Remove unintended giant link look on CTAs */
a.mv-btn, .mv-btn a{all:unset}
a.mv-btn, button.mv-btn{cursor:pointer}

/* Fix F uneven spacing */
.mvF-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: stretch; /* instead of start */
}

.mvF-tall {
  grid-row: auto !important; /* remove forced tall span */
}

/* Mobile stack clean */
@media (max-width: 989px) {
  .mvF-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* MV – Bundle block (Aesop-y, minimal, Earthy Green) */
.mv-bundles{border:1px solid #e9e6de;background:#fff;border-radius:16px;padding:20px 20px 16px;margin:24px 0}
.mv-bundles__eyebrow{font:600 12px/1.2 Poppins, ui-sans-serif, system-ui; letter-spacing:.06em; text-transform:uppercase; color:#6C7D5A}
.mv-bundles__title{font:400 16px/1.6 Poppins, ui-sans-serif, system-ui; color:#2b2b2b; margin:6px 0 18px}

.mv-bundles__grid{display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width: 990px){ .mv-bundles__grid{grid-template-columns:1fr} }

.mv-bundle{background:#FFF9E4;border:1px solid #efe9da;border-radius:14px;padding:16px;position:relative}
.mv-bundle__eyebrow{margin:0 0 2px;font:600 12px/1.2 Poppins, ui-sans-serif, system-ui;letter-spacing:.06em;text-transform:uppercase;color:#6C7D5A}
.mv-bundle__title{margin:0;font:600 20px/1.35 Poppins, ui-sans-serif, system-ui;color:#2b2b2b}

.mv-badge{position:absolute;top:-10px;left:-10px;height:28px;width:28px;border-radius:999px;background:#6C7D5A;color:#fff;
 display:inline-grid;place-items:center;font:600 13px/1 Poppins, ui-sans-serif, system-ui;box-shadow:0 2px 6px rgba(0,0,0,.06)}

.mv-bundles__fineprint{margin:14px 2px 0;color:#6f6b60;font:400 12px/1.5 Poppins, ui-sans-serif, system-ui}

.mv-bundles {
  margin-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 28px;
}
.mv-whats-included {
  margin-top: 36px;
}
.mv-bundles {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 32px;
  margin-top: 28px;
}
.mv-claim-kit { margin-top: 18px; }
.mv-hero img { max-width: 500px; height: auto; border-radius: 20px; }
.hero-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-buttons a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 1.25rem;
  padding: 0.8em 1.8em;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hero-buttons a.primary {
  background-color: #6D7D5B; /* brand sage */
  color: #FFF9E4;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hero-buttons a.primary:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.hero-buttons a.secondary {
  border: 1.5px solid #6D7D5B;
  color: #6D7D5B;
  background: transparent;
}

.hero-buttons a.secondary:hover {
  background-color: rgba(109,125,91,0.08);
}
/* ===== MV Overlay Hero – global so it always applies ===== */
.mv-hero{
  /* make it truly full-bleed even inside constrained templates */
  width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
  position:relative; min-height:clamp(60vh, 85vh, 92vh);
  display:grid; align-items:stretch; isolation:isolate; padding:0 !important;
}

.mv-hero .mv-hero__bg{
  position:absolute; inset:0; z-index:0;
  background-size:cover; background-position:65% center;
}

.mv-hero .mv-hero__inner{ position:relative; z-index:1; display:grid; align-items:center; min-height:inherit; }

.mv-hero .mv-hero__copy{
  max-width:48rem; color:#fff !important;
  padding:clamp(1rem, 2vw, 1.25rem) 0;
}

.mv-hero .mv-hero__eyebrow{ margin:0 0 .5rem 0; letter-spacing:.12em; text-transform:uppercase; font-weight:600; opacity:.95; }
.mv-hero .mv-hero__title{ margin:0 0 .5rem 0; font-weight:700; font-size:clamp(2rem, 4vw + 1rem, 3.5rem); line-height:1.1; }
.mv-hero .mv-hero__sub{ margin:0 0 1.25rem 0; font-size:clamp(1rem, .7vw + .9rem, 1.125rem); line-height:1.6; opacity:.95; }

/* CTAs (brand) */
.mv-hero .mv-hero__ctas{ display:flex; gap:.75rem; flex-wrap:wrap; }
.mv-hero .mv-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.9rem 1.25rem; border-radius:999px; font-weight:600; text-decoration:none;
  transition:transform .08s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  will-change:transform;
}
.mv-hero .mv-btn--primary{ background:#6C7D5A; color:#FFF9E4; box-shadow:0 2px 10px rgba(0,0,0,.15); }
.mv-hero .mv-btn--primary:hover{ transform:translateY(-1px); box-shadow:0 6px 20px rgba(0,0,0,.22); }
.mv-hero .mv-btn--ghost{ background:transparent; color:#FFF9E4; border:2px solid rgba(255,249,228,.8); }
.mv-hero .mv-btn--ghost:hover{ background:rgba(255,249,228,.12); }

/* Mobile adjustments */
@media (max-width: 989px){
  .mv-hero{ min-height:78vh; }
  .mv-hero .mv-hero__bg{
    background-position:55% center;
    /* slightly stronger vertical gradient on small screens */
    background-image: none !important; /* allow inline to supply gradient+image */
  }
  .mv-hero .mv-hero__copy{ padding-top:12vh; }
}
/* Right-aligned overlay variant */
.mv-hero.mv-hero--right .mv-hero__inner{ justify-items: end; }
.mv-hero.mv-hero--right .mv-hero__copy{ text-align: right; }

/* Nudge focal point since subjects are left; gives more negative space on right */
.mv-hero.mv-hero--right .mv-hero__bg{ background-position: 45% center; }

/* Optional: add a subtle scrim just behind the text block for extra legibility */
.mv-hero.mv-hero--right .mv-hero__copy{
  /* uncomment next 3 lines if you want the faint panel behind text */
  /* background: linear-gradient(270deg, rgba(0,0,0,.00) 0%, rgba(0,0,0,.22) 35%); */
  /* padding: 1rem 1.25rem 1rem 2rem; border-radius: 16px; */
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}

/* Mobile: use vertical scrim and center the block a bit lower for comfort */
@media (max-width: 989px){
  .mv-hero.mv-hero--right .mv-hero__bg{
    background-position: 55% center;
    background-image: none !important; /* let inline rule show */
  }
  .mv-hero.mv-hero--right .mv-hero__copy{
    text-align: right;
    padding-top: 12vh;
  }
}
/* --- Lock content to the rightmost 33% --- */
.mv-hero.mv-hero--thirds .mv-hero__inner{
  /* full width grid, ignore page-width’s max */
  max-width: none !important;
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* left | center | right */
  align-items: center;
  min-height: inherit;
}

.mv-hero.mv-hero--thirds .mv-hero__copy{
  grid-column: 3;             /* right third */
  justify-self: end;          /* hug the right edge of the right column */
  text-align: right;
  width: min(32vw, 560px);    /* keep it inside the right 33% */
  /* add a little pop */
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}

/* keep image focal point a touch left so right third is clear */
.mv-hero.mv-hero--thirds .mv-hero__bg{ background-position: 58% center; }

/* Optional: keep CTAs on one line on large screens */
@media (min-width: 1200px){
  .mv-hero.mv-hero--thirds .mv-hero__ctas{ flex-wrap: nowrap; }
}

/* Mobile: stack + center (or keep right if you prefer) */
@media (max-width: 989px){
  .mv-hero.mv-hero--thirds .mv-hero__inner{
    grid-template-columns: 1fr; /* single column */
  }
  .mv-hero.mv-hero--thirds .mv-hero__copy{
    grid-column: 1;
    justify-self: end;        /* change to 'center' if you want centered on mobile */
    width: min(88vw, 560px);
    padding-top: 12vh;
  }
  .mv-hero.mv-hero--thirds .mv-hero__bg{
    background-position: 55% center;
  }
}
.mv-hero.mv-hero--thirds .mv-hero__inner{ align-items:center; }
/* === Top-align the copy in the right third === */
.mv-hero.mv-hero--thirds.mv-hero--top .mv-hero__inner{
  align-items: start;                    /* stick to top */
  padding-top: clamp(7vh, 9vh, 12vh);    /* distance from top edge */
}

.mv-hero.mv-hero--thirds .mv-hero__copy{
  /* keep text safely inside right third + clear the “Get $5” tab */
  margin-right: 6.5rem;                  /* adjust if your side tab size differs */
}

/* === Buttons: scale down, keep on one line, brand-consistent === */
.mv-hero .mv-hero__ctas{
  justify-content: flex-end;
  gap: .6rem;
  flex-wrap: nowrap;                     /* single line on desktop */
}

.mv-hero .mv-btn{
  padding: .72rem 1rem;
  font-size: clamp(.95rem, .5vw + .85rem, 1.125rem);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

.mv-hero .mv-btn--primary{
  background:#6C7D5A;                    /* brand green */
  color:#FFF9E4;                          /* cream */
}
.mv-hero .mv-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.mv-hero .mv-btn--ghost{
  background: transparent;
  color:#FFF9E4;
  border:2px solid rgba(255,249,228,.9);
}
.mv-hero .mv-btn--ghost:hover{
  background: rgba(255,249,228,.12);
}

/* Text legibility on the darker right scrim */
.mv-hero .mv-hero__eyebrow{ letter-spacing:.12em; text-transform:uppercase; }
.mv-hero .mv-hero__title{ color:#fff; text-shadow:0 1px 12px rgba(0,0,0,.35); }
.mv-hero .mv-hero__sub{ color:#fff; opacity:.95; }

/* === Mobile tweaks === */
@media (max-width: 989px){
  .mv-hero.mv-hero--thirds .mv-hero__inner{ padding-top: 12vh; }
  .mv-hero.mv-hero--thirds .mv-hero__copy{
    margin-right: 0;                      /* no side tab on mobile */
    width: min(90vw, 560px);
  }
  .mv-hero .mv-hero__ctas{ flex-wrap: wrap; justify-content: flex-end; }
}
/* === MV hero: top-right third panel + compact CTAs === */

/* Panel behind copy (warm, subtle) */
.mv-hero.mv-hero--thirds .mv-hero__copy{
  box-sizing: border-box;
  background: rgba(42, 34, 25, 0.42);         /* warm translucent scrim */
  backdrop-filter: blur(2px);                 /* softens the image under text */
  -webkit-backdrop-filter: blur(2px);
  padding: clamp(16px, 1.4vw, 24px) clamp(18px, 1.8vw, 28px);
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  margin-right: 6.5rem;                       /* clears your “Get $5” tab */
  width: min(32vw, 560px);                    /* stays inside right 33% */
}

/* Tighten vertical placement at the top */
.mv-hero.mv-hero--thirds.mv-hero--top .mv-hero__inner{
  align-items: start;
  padding-top: clamp(6vh, 8vh, 10vh);
}

/* Headline & copy sizing like your mock */
.mv-hero .mv-hero__eyebrow{
  letter-spacing: .18em;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 26px);
}
.mv-hero .mv-hero__title{
  color: #fff;
  font-weight: 800;
  font-size: clamp(32px, 3vw, 56px);
  line-height: 1.1;
  margin-bottom: .35rem;
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}
.mv-hero .mv-hero__sub{
  color: #fff;
  opacity: .95;
  font-size: clamp(14px, .9vw, 16px);
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: .5rem;                       /* tuck CTAs up a touch */
}

/* Compact pill CTAs (match your second image) */
.mv-hero .mv-hero__ctas{
  display: flex; gap: .5rem; justify-content: flex-end; flex-wrap: nowrap;
}
.mv-hero .mv-btn{
  padding: .5rem .9rem;                       /* smaller buttons */
  font-size: .95rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.mv-hero .mv-btn--primary{
  background: #6C7D5A;                        /* brand green */
  color: #FFF9E4;                              /* cream */
}
.mv-hero .mv-btn--ghost{
  background: transparent;
  color: #FFF9E4;
  border: 2px solid rgba(255,249,228,.95);
}
.mv-hero .mv-btn--primary:hover{ transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.mv-hero .mv-btn--ghost:hover{ background: rgba(255,249,228,.12); }

/* Keep focal area clear on the right; strengthen right-side scrim */
.mv-hero.mv-hero--thirds .mv-hero__bg{
  background-position: 58% center;
}

/* --- Mobile: keep right-aligned, drop the panel weight a bit --- */
@media (max-width: 989px){
  .mv-hero.mv-hero--thirds .mv-hero__inner{ padding-top: 12vh; }
  .mv-hero.mv-hero--thirds .mv-hero__copy{
    margin-right: 0;
    width: min(90vw, 560px);
    background: rgba(42, 34, 25, 0.34);
    padding: 14px 16px;
  }
  .mv-hero .mv-hero__ctas{ flex-wrap: wrap; justify-content: flex-end; }
}
/* Panel size ONLY – make the overlay wider/taller like your mock */
.mv-hero.mv-hero--thirds .mv-hero__copy{
  width: min(44vw, 920px);                 /* was ~32vw —> bigger panel */
  padding: clamp(22px, 2.0vw, 36px) clamp(28px, 2.6vw, 44px);
  border-radius: 22px;
  margin-right: 7.5rem;                    /* keep clear of the “Get $5” tab */
  background: rgba(42, 34, 25, 0.46);      /* slightly stronger for legibility */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* Keep CTAs same size and on one line */
.mv-hero .mv-hero__ctas{ gap:.6rem; flex-wrap: nowrap; justify-content: flex-end; }
.mv-hero .mv-btn{ padding:.6rem 1.1rem; font-size:.95rem; }

/* Mobile stays compact */
@media (max-width: 989px){
  .mv-hero.mv-hero--thirds .mv-hero__copy{
    width: min(92vw, 560px);
    margin-right: 0;
    padding: 16px 18px;
    background: rgba(42,34,25,0.36);
  }
  .mv-hero .mv-hero__ctas{ flex-wrap: wrap; }
}
/* --- Keep "The Mighty Vessel™" on one line --- */
.mv-hero .mv-hero__title {
  white-space: nowrap;          /* prevents text wrapping */
  font-size: clamp(42px, 4.5vw, 76px); /* scale a bit if needed */
  line-height: 1.1;
}


}

/* Adjust spacing below text to accommodate larger buttons */
.mv-hero .mv-hero__ctas {
  gap: 1rem;
  margin-top: 1rem;
}

/* === HERO: title fits one line, panel larger, buttons bigger === */

/* 1) Title: smaller, single line */
.mv-hero .mv-hero__title{
  white-space: nowrap;
  font-size: clamp(44px, 4.3vw, 72px); /* ↓ a notch to keep one line */
  line-height: 1.06;
  margin-bottom: .55rem;
}

/* 2) Overlay panel: wider & roomier so CTAs breathe */
.mv-hero.mv-hero--thirds .mv-hero__copy{
  width: min(48vw, 980px);               /* was ~32–44vw; give it more width */
  padding: clamp(22px, 2.2vw, 38px) clamp(30px, 2.8vw, 46px);
  border-radius: 22px;
  margin-right: 7.5rem;                  /* keep clear of “Get $5” tab */
  background: rgba(42,34,25,.46);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* 3) CTAs: +40% size via real sizing (no transform) */
.mv-hero .mv-hero__ctas{
  display:flex; gap: .9rem; margin-top: 1.0rem;
  justify-content: flex-end; flex-wrap: nowrap;
}
.mv-hero .mv-btn{
  font-size: clamp(18px, 1.25vw, 22px);   /* ~40% larger text */
  padding: 0.95rem 1.5rem;                /* taller & wider pills */
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.mv-hero .mv-btn--ghost{ border: 3px solid rgba(255,249,228,.95); }

/* 4) Tablet/mobile fallbacks */
@media (max-width: 1200px){
  .mv-hero.mv-hero--thirds .mv-hero__copy{ width: min(58vw, 980px); }
}
@media (max-width: 989px){
  .mv-hero.mv-hero--thirds .mv-hero__copy{
    width: min(92vw, 560px);
    margin-right: 0;
    padding: 16px 18px;
    background: rgba(42,34,25,.36);
  }
  .mv-hero .mv-hero__title{
    white-space: normal;                  /* allow wrap on phones */
    font-size: clamp(34px, 8vw, 48px);
  }
  .mv-hero .mv-btn{
    font-size: 16px; padding: .7rem 1.1rem;
  }
  .mv-hero .mv-hero__ctas{ flex-wrap: wrap; gap: .6rem; }
}
/* === HERO OPTIMIZATION: Title fit + spacing + breathing room === */

/* Title: fits one line within container */
.mv-hero .mv-hero__title {
  white-space: nowrap;
  font-size: clamp(38px, 3.9vw, 64px); /* slightly smaller to stay within container */
  line-height: 1.08;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Overlay container: taller and with extra vertical padding */
.mv-hero.mv-hero--thirds .mv-hero__copy {
  width: min(50vw, 1000px);
  padding: clamp(28px, 2.6vw, 48px) clamp(36px, 3vw, 52px);
  border-radius: 24px;
  margin-right: 7rem;
  background: rgba(42, 34, 25, 0.46);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* Subtext paragraph spacing */
.mv-hero .mv-hero__sub {
  margin-bottom: 1.4rem;
}

/* CTA buttons: enlarged 40%, spaced with breathing room */
.mv-hero .mv-hero__ctas {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  flex-wrap: nowrap;
}

.mv-hero .mv-btn {
  font-size: clamp(18px, 1.25vw, 22px);
  padding: 1rem 1.7rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.mv-hero .mv-btn--ghost {
  border: 3px solid rgba(255, 249, 228, 0.95);
}

/* Mobile adjustments */
@media (max-width: 989px) {
  .mv-hero.mv-hero--thirds .mv-hero__copy {
    width: min(92vw, 560px);
    margin-right: 0;
    padding: 18px 22px;
    background: rgba(42, 34, 25, 0.36);
  }

  .mv-hero .mv-hero__title {
    white-space: normal;
    font-size: clamp(32px, 7vw, 44px);
  }

  .mv-hero .mv-btn {
    font-size: 16px;
    padding: 0.75rem 1.2rem;
  }

  .mv-hero .mv-hero__ctas {
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
  }
}
/* === HERO: Final proportion fix (container + title fit) === */

/* Make overlay wider + taller */
.mv-hero.mv-hero--thirds .mv-hero__copy {
  width: min(54vw, 1100px);                /* wider to fit full text */
  padding: clamp(34px, 3vw, 56px) clamp(42px, 3.2vw, 60px); /* taller padding for breathing room */
  border-radius: 26px;
  margin-right: 6rem;                      /* small adjustment for right spacing */
  background: rgba(42, 34, 25, 0.48);      /* slightly darker for contrast */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* Title: slightly smaller to fit fully within container */
.mv-hero .mv-hero__title {
  white-space: nowrap;
  font-size: clamp(34px, 3.5vw, 58px);     /* reduced size */
  line-height: 1.1;
  margin-bottom: 0.85rem;
  overflow: visible;                       /* allow full display, no clipping */
  text-overflow: unset;
}

/* Subtext spacing */
.mv-hero .mv-hero__sub {
  margin-bottom: 1.6rem;
  max-width: 90%;
}

/* Buttons: keep larger, balanced, and centered within overlay */
.mv-hero .mv-hero__ctas {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.5rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.mv-hero .mv-btn {
  font-size: clamp(18px, 1.25vw, 22px);
  padding: 1rem 1.7rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.mv-hero .mv-btn--ghost {
  border: 3px solid rgba(255, 249, 228, 0.95);
}

/* Responsive: allow wrap & scale for smaller screens */
@media (max-width: 1200px) {
  .mv-hero.mv-hero--thirds .mv-hero__copy {
    width: min(60vw, 960px);
    padding: 28px 36px;
  }
}

@media (max-width: 989px) {
  .mv-hero.mv-hero--thirds .mv-hero__copy {
    width: min(92vw, 560px);
    margin-right: 0;
    padding: 20px 22px;
    background: rgba(42, 34, 25, 0.36);
  }

  .mv-hero .mv-hero__title {
    white-space: normal; /* wrap on mobile */
    font-size: clamp(30px, 6vw, 42px);
  }

  .mv-hero .mv-hero__ctas {
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.2rem;
  }

  .mv-hero .mv-btn {
    font-size: 16px;
    padding: 0.75rem 1.2rem;
  }
}
/* === HERO FINAL BALANCE + HEADING SCALE === */
section.mv-hero.mv-hero--thirds .mv-hero__copy {
  width: clamp(820px, 54vw, 1180px) !important;
  padding: clamp(34px, 3vw, 56px) clamp(50px, 3.2vw, 70px) !important; /* equalize left/right */
  border-radius: 26px !important;
  margin-right: 6rem !important;

  background: rgba(42,34,25,0.48) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;  /* right-align everything */
  text-align: right !important;
}

/* Smaller Mighty Vessel heading (~20% reduction) */
section.mv-hero .mv-hero__title {
  font-size: clamp(27px, 2.7vw, 45px) !important; /* reduced from ~56px */
  line-height: 1.1 !important;
  margin-bottom: 1rem !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* Subtext spacing and alignment */
section.mv-hero .mv-hero__sub {
  margin-bottom: 1.8rem !important;
  text-align: right !important;
  max-width: 95% !important;
}

/* Buttons right-aligned evenly */
section.mv-hero .mv-hero__ctas {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 1.1rem !important;
  width: 100% !important;
}

/* Button styling stays consistent */
section.mv-hero .mv-btn {
  font-size: clamp(18px, 1.25vw, 22px) !important;
  padding: 1rem 1.7rem !important;
  border-radius: 999px !important;
}

/* Adjust on smaller breakpoints */
@media (max-width: 989px){
  section.mv-hero.mv-hero--thirds .mv-hero__copy {
    width: min(92vw, 560px) !important;
    padding: 22px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
}
/* === FINAL OVERLAY BALANCE FIX === */
section.mv-hero.mv-hero--thirds .mv-hero__copy {
  padding-left: clamp(40px, 2.5vw, 55px) !important;  /* slightly reduced left padding */
  padding-right: clamp(60px, 3vw, 75px) !important;   /* slightly increased right padding */
}
/* HERO TITLE: keep single line and fit inside panel */
#MainContent .mv-hero__title{
  white-space: nowrap !important;
  font-size: clamp(28px, 2.45vw, 42px) !important; /* slightly smaller */
  line-height: 1.08 !important;
}

/* PANEL: give it a tiny bit more room on desktop */
#MainContent .mv-hero__copy{
  width: clamp(960px, 58vw, 1280px) !important;     /* +2vw breathing room */
  margin-right: 5rem !important;                    /* still clears Get $5 tab */
}
/* === Hero Overlay Adjustments === */
.mv-hero__copy {
  max-width: 680px !important;     /* wider container */
  padding: 3rem 3.5rem !important; /* equal L/R padding */
  right: 4%;                       /* maintain right placement */
  top: 50% !important;             /* center vertically */
  transform: translateY(-50%) !important; /* perfect centering */
  position: absolute !important;
  background: rgba(57, 48, 40, 0.88) !important;
  border-radius: 1.5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;               /* keep right-aligned layout */
}

/* Ensure the overlay behaves responsively */
@media (max-width: 1024px) {
  .mv-hero__copy {
    max-width: 90% !important;
    padding: 2rem 2.5rem !important;
    right: 50%;
    transform: translate(50%, -50%) !important;
  }
}

/* Adjust title slightly smaller to fit within the new width */
.mv-hero__title {
  font-size: clamp(28px, 2.6vw, 42px) !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}
#mv-hero-{{ section.id }} .mv-hero__copy{
  position: relative;
  grid-column:3 !important;
  justify-self:end !important;

  width:clamp(900px,56vw,1220px) !important;
  padding:clamp(36px,3.2vw,60px) clamp(36px,3.2vw,60px) !important;
  margin-right:6rem !important;
  border-radius:26px !important;

  /* 🌤️ Cream gradient fading softly left */
  background: linear-gradient(
    to left,
    rgba(255,249,228,0.88) 0%,
    rgba(255,249,228,0.72) 40%,
    rgba(255,249,228,0.30) 100%
  ) !important;

  backdrop-filter: blur(3px);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);

  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  text-align:right !important;
  color:#1F1F1F !important;
  isolation:isolate;
}

/* 🕯️ faint vignette underneath to boost text contrast */
#mv-hero-{{ section.id }} .mv-hero__copy::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(90% 120% at 75% 50%,
      rgba(0,0,0,0.25) 0%,
      rgba(0,0,0,0.10) 35%,
      rgba(0,0,0,0.00) 65%);
  mix-blend-mode:multiply;
  z-index:-1;
  pointer-events:none;
}
#mv-hero-{{ section.id }} .mv-hero__copy{
  position:relative;
  grid-column:3 !important;
  justify-self:end !important;

  width:clamp(900px,56vw,1220px) !important;
  padding:clamp(36px,3.2vw,60px) clamp(36px,3.2vw,60px) !important;
  margin-right:6rem !important;
  border-radius:26px !important;

  /* ✨ Warm cream gradient with lighter fade */
  background:linear-gradient(
    to left,
    rgba(255,249,228,0.92) 0%,
    rgba(255,249,228,0.75) 40%,
    rgba(255,249,228,0.28) 100%
  ) !important;

  backdrop-filter:blur(3px) brightness(0.97) saturate(1.05);
  box-shadow:0 8px 24px rgba(0,0,0,0.05);

  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  text-align:right !important;
  color:#1A1A1A !important;
  isolation:isolate;
}

/* 🕯️ Refined vignette (cooler, softer, less brown tint) */
#mv-hero-{{ section.id }} .mv-hero__copy::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(100% 130% at 70% 45%,
      rgba(0,0,0,0.22) 0%,
      rgba(0,0,0,0.08) 35%,
      rgba(0,0,0,0.00) 60%);
  mix-blend-mode:multiply;
  pointer-events:none;
  z-index:-1;
}

/* Typography contrast refinements */
#mv-hero-{{ section.id }} .mv-hero__eyebrow{
  color:#5C6A4E !important;
  letter-spacing:.18em;
}
#mv-hero-{{ section.id }} .mv-hero__title{ color:#171717 !important; }
#mv-hero-{{ section.id }} .mv-hero__sub{ color:#2B2B2B !important; }

/* Mobile – slightly stronger cream for clarity */
@media (max-width:989px){
  #mv-hero-{{ section.id }} .mv-hero__copy{
    background:linear-gradient(
      to left,
      rgba(255,249,228,0.95) 0%,
      rgba(255,249,228,0.85) 45%,
      rgba(255,249,228,0.55) 100%
    ) !important;
  }
}
/* Add breathing room between trust badge and review */
.trust-badges {
  margin-bottom: 40px; /* increase or decrease as needed */
}

/* Optional: extra space above the review if needed */
.mv-review, .mv-review-underline {
  margin-top: 32px;
}

@media (max-width: 989px){
  #mv-hero-{{ section.id }}{
    min-height: {{ section.settings.mobile_min_height | default: 62 }}vh;
    background-position: 50% 38% !important;  /* lift image slightly */
  }
  #mv-hero-{{ section.id }} .mv-hero__copy{
    background: rgba(0,0,0,0.62) !important; /* bump opacity just a bit */
  }
}
@media (max-width: 749px) {
  .product__media-wrapper,
  .product__media img {
    width: 110% !important;
    max-width: none !important;
    margin-left: -5% !important; /* keeps it centered */
    margin-right: -5% !important;
  }
}

  /* Optional: improve spacing under title */
  .product__title + .product__text,
  .product__title + .product__description {
    margin-top: 10px !important;
  }
}

/* === FORCE OVERRIDE: MOBILE PRODUCT TITLE SIZE === */
@media screen and (max-width: 749px) {
  body.template-product h1,
  body.template-product .h1,
  body.template-product .product__title h1 {
    font-size: 1.8rem !important;    /* adjust as needed */
    line-height: 1.15 !important;
  }
}

html {
  scroll-behavior: smooth;
}

#mv-scroll-product {
  scroll-margin-top: 150px;
}

@media (max-width: 768px){
  #mv-scroll-product {
    scroll-margin-top: 120px;
  }
}
#mv-shop-now-target {
  scroll-margin-top: 90px; /* tweak to match your sticky header height */
}

@media (max-width: 749px) {
  #mv-shop-now-target {
    scroll-margin-top: 70px;
  }
}
#contact {
  scroll-margin-top: 360px; /* adjust until the top matches the second screenshot */
}

html { scroll-behavior: smooth; } /* optional */

/* Adjust this number to control where it stops */
#product-intro{
  scroll-margin-top: 200px;
}
