/** Shopify CDN: Minification failed

Line 100:0 Expected identifier but found "/"
Line 123:1 Unexpected "{"

**/
/** Critical CSS for the theme. This file is included on every page. */


/* BASE STYLING */
* {
  box-sizing: border-box;
  margin: 0;
}

body[data-scroll-locked] {
    overflow: hidden !important;
    overscroll-behavior: contain;
    position: relative !important;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: .5rem !important;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip;
}

.page-width {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 10px;
}


html:has(dialog[scroll-lock][open], details[scroll-lock][open]) {
  overflow: hidden;
}


:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}


input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
  font-family:var(--font-body-family);
}

select {
  background-color: var(--color-background);
  color: currentcolor;
}

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

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

p {
    font-size: 16px;
}

p {
  text-wrap: pretty;
  font-family: var(--font-body-family);
  letter-spacing: 0;
  font-size: 16px;
}
a{
  text-wrap: pretty;
  font-family: inherit;
  letter-spacing: 0;
  color: inherit;

}
strong {
  font-family: var(--font-body-family);
  letter-spacing: 0;
/
}
span, small {
  font-family: var(--font-body-family);
  letter-spacing: 0;
  /*  */
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}


h2,
h3,
h4,
h5,
 {
  margin-bottom:5px;
 margin-bottom:5px;
}

iframe {
    max-width: 100%;
}
table {
    border: 1px solid #ececec;
    margin: 10px 0;
}
p:empty {
  display: none;
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6) + :has(+ :empty:last-child) {
  margin-block-end: 0;
}

.rte ul, .rte ol, ul, ol {
  list-style-position: inside;
}
 
select {
    cursor: pointer;
}

.rte a {
    color: var(--color-primary);
    text-underline-offset: 0.2rem;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  color: var(--color-heading);
  margin: 1rem 0 1rem;
}

.shopify-policy__body h1, 
.shopify-policy__body h2, 
.shopify-policy__body h3, 
.shopify-policy__body h4, 
.shopify-policy__body h5, 
.shopify-policy__body h6{
 margin: 1.5rem 0;
}
.rte img {
    max-width: 100%;
    height: auto;
}
/** Theme styles below */
body {
  font-family: var(--font-body-family);
  background-color: var(--color-background);
  color: var(--color-foreground);
}

/** Section layout utilities */

/**
 * Setup a grid that enables both full-width and constrained layouts
 * depending on the class of the child elements.
 *
 * By default, a minimum content margin is set on the left and right
 * sides of the section and the content is centered in the viewport to
 * not exceed the maximum page width.
 *
 * When a child element is given the `full-width` class, it will span
 * the entire viewport.
 */
.shopify-section {
  width: 100%;
}
.shopify-section {
    position: relative;
    /* z-index: 0; */
}
/* Child elements, by default, are constrained to the central column of the grid. */
.shopify-section > * {
  grid-column: 2;
}

/* Child elements that use the full-width utility class span the entire viewport. */
.shopify-section > .full-width {
  grid-column: 1 / -1;
}





/* ------------------------------------------------------------- */


/* ========================================================================== */
/*  BASE SETUP                                                                */
/* ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  background: #1a1a1a;
}

body::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}

/* ========================================================================== */
/*  LAYOUT UTILITIES                                                          */
/* ========================================================================== */

/* .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 5rem;
} */

.overflow-hidden {
  overflow: hidden;
  padding-right: 1rem;
}

.hidden {
  display: none !important;
}

/* Ratio Box (Aspect Ratio Support) */
.ratio {
  position: relative;
  display: flex;
  align-items: stretch;
}

.ratio::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: var(--aspect-ratio);
}

/* ========================================================================== */
/*  ACCESSIBILITY                                                             */
/* ========================================================================== */

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

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

/* ========================================================================== */
/*  TYPOGRAPHY                                                                */
/* ========================================================================== */

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

/* Headings – Global Font Settings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  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);
  /*  */
}

/* Sizes */
h1, .h1, .heading--large {
  font-size: clamp(2.4rem, 1.6rem + 2vw, 6.2rem);
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(3.6rem, 1.4rem + 1.5vw, 5rem);
  line-height: 1.2;
}

h3, .h3 {
  font-size: clamp(1.8rem, 1.2rem + 1.2vw, 3.2rem);
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1.6rem, 1.1rem + 1vw, 2.5rem);
  line-height: 1.2;
}

h5, .h5 {
  font-size: clamp(1.4rem, 1rem + 0.8vw, 2rem);
  line-height: 1.2;
}

h6, .h6 {
  font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.6rem);
  line-height: 1.2;
}

/* Custom Font Sizes */
.custom-size {
  font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.8rem);
  line-height: 1.2;
  font-weight: 600;
}

.small-text {
  font-size: 1.4rem;
  line-height: calc(1.4rem * 1.4);
  font-weight: 600;
  color: var(--body-text-color);
}

.cursor_hide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.ac_link{
 position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


/* ========================================================================== */
/*  Section Heading block                                                     */
/* ========================================================================== */


.section-heading-block {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 3rem;
}
@media(max-width:768px){
.section-heading-block {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
}

.section-heading {
    font-family: var(--font-heading-family);
}

.section-heading-block .section-heading {
    font-family: var(--font-heading-family);
    font-size: var(--heading_font_size);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0px;
    /*  */
    color:var(--s_heading_color);
}
.image_banner__headings .section-heading-block .section-heading {
    font-size: var(--font-size);
}

.section-heading-block .section-subtitle {
    font-family: var(--font-sub-heading-family);
    color:var(--subh_font_color);
    font-size: var(--subheading_over_size);
    display: inline-block;
    line-height: 1.2;
    opacity: 0.8;
    font-style: var(--font-sub-headin-style);
    font-weight: var(--font-sub-headin-weight);
    /*  */
}

.section-heading-overlay .section-subtitle {
    font-size: var(--subheading_font_size);
    opacity: 0.4;
    /*  */
}


.section-heading-overlay .section-heading {
    margin-top: -40px;
}

.placeholder_svg {
  width: 100%;
  height: 100%;
}
.section-paragraph {
  font-size: 38px;
  font-family: var(--font-heading-family);
  /*  */
}
/* .image_banner__headings .section-paragraph { 
  font-size: var(--font-size);
} */
.section-short-description {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 16px;
    padding: 0 5px;
}
.section-short-description p,
.section-short-description li {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .section-short-description {
    padding: 0 10px;
    margin-bottom: 1.5rem;
    font-size: 13px;
  }
  .section-short-description p,
  .section-short-description li {
    font-size: 13px;
  }
  .section-heading-overlay .section-subtitle {
    font-size: 30px;
  }
  .section-heading-block .section-heading {
    font-size: 32px;
  }
  .section-paragraph {
    font-size: 20px;
  }
  p { 
    font-size: 14px;
  }
  
  .section-heading-overlay .section-heading {
    margin-top: -25px;
  }
  

}
@media screen and (max-width: 450px) {
  .section-heading-overlay .section-subtitle {
    font-size: 32px;
  }
}
.hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

