/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/buttons/genericBtn/styles.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_genericBtnContainer__ls0i7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px; /* or your preferred width */
  height: 50px;
  /* background-color: rgba(255, 255, 255, 0.40); */
  border: 1px solid rgba(230, 230, 230, 0.813);;
  backdrop-filter: blur(4px); 
   background:rgba(234, 233, 233, 0.2);

  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.styles_bg__GB7Bn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.styles_genericBtnContainer__ls0i7:hover .styles_bg__GB7Bn {
  opacity: 0.8;
}

.styles_text__ejLSO {
  position: relative;
  z-index: 1;
  font-family: 'Satoshi-Medium', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.styles_genericBtnContainer__ls0i7:hover .styles_text__ejLSO {
  color: #333;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/buttons/shopNowButtton/styles.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_buttonContainer__oHerI {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden; /* clip is deprecated in some contexts */
  border: 1px solid transparent;
  padding: 0; /* avoid extra space */
  width: max-content;
}

/* background expanding circle */
.styles_circle__k7jw9 {
  width: 8px;
  height: 8px;
  background-color: #01130C;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: transform, opacity;
}

/* main button */
.styles_shopNowButton__okBHn {
  background-color: var(--snow);
  border: none;
  border-radius: 24px;
  color: var(--color-background);
  font-family: 'Satoshi-Medium', sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  position: relative;
  min-width: 120px;
  box-sizing: border-box;
}

/* text inside */
.styles_shopNowText__9Xt60 {
  z-index: 1;
  padding: 0;
  white-space: nowrap;
}

/* responsive tweaks */
@media (max-width: 800px) {
  .styles_shopNowButton__okBHn {
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .styles_shopNowButton__okBHn {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    min-width: 0; /* allow full-width parent to control */
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/campaign/styles.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_campaignContainer__0fEhZ {
    position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  height: 100vh;
  background-color: var(--color-background);

  overflow: hidden;
}

.styles_campaignVid__kjloA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: scale(1.1); /* Adjust the scale value as needed */
    transform-origin: center;
}

.styles_campaignOverlay__LvlUH{
    position: sticky;
}

.styles_campaignOverlayText__Pwyik {
    position: absolute;
    top: 50%;
    left: 5%;
    letter-spacing: -3%;
    mix-blend-mode: difference;

}
.styles_campaignTitle__lVwhZ {
    
    color: var(--snow);
    font-size: 6rem;
    font-family: 'Satoshi-Bold';
    /* margin-bottom: .5rem; */
}

.styles_campaignDesc__ucM_z{
    color: var(--snow);
    opacity: 0.7;
    font-size: 1.1rem;
    font-family: 'Satoshi-Regular';
    text-wrap-mode:wrap;
    padding-bottom: 5rem;
    margin-top: -1rem;
    max-width: 600px;
    
    
}

@media (max-width: 768px) {
    .styles_campaignTitle__lVwhZ {
        font-size: 4rem;
    }
    .styles_campaignDesc__ucM_z {
        font-size: 1rem;
    }
    
}

@media (min-width: 769px) and (max-width: 1024px) {
    .styles_campaignTitle__lVwhZ {
        font-size: 4rem;
    }
    .styles_campaignDesc__ucM_z {
        font-size: 1.1rem;
    }
}


.styles_campaignBtnContainer__CNN1G {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media(min-height: 1000px) {
    .styles_campaignBtnContainer__CNN1G {
        bottom: 25%;
        left:5%;
        /* transform: translateX(-0%); */
    }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./css/satoshi.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Satoshi-Light';
  src: url('/fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Light.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('/fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-LightItalic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('/fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Regular.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('/fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Italic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('/fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Medium.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('/fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-MediumItalic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('/fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Bold.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('/fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-BoldItalic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('/fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Black.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('/fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-BlackItalic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('/fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-Variable.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('/fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
       url('/fonts/satoshi/Satoshi-VariableItalic.woff') format('woff'),
       url('/fonts/satoshi/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./css/instrument.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Font Family: Instrument Serif
* Custom font for italic emphasis text
*/

@font-face {
    font-family: 'Instrument';
    src: url('/fonts/instrument/InstrumentSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument';
    src: url('/fonts/instrument/InstrumentSerif-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/hero/styles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_hero__HPBTt {
    position: relative;
    width: 100%;
    height: 100vh;

}

.styles_heroImage__Qho9J{
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    /* max-width: 600px; */
    /* margin-bottom: 20px; */
    filter: brightness(0.9);
}

.styles_heroContent__HgPTB {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.styles_emph__zORpn{
    font-family: 'Instrument', sans-serif;
    font-style: italic;
    letter-spacing: -0.02em;
}

/* Responsive title */
.styles_heroTitle__StTSY {
  font-family: 'Satoshi-Medium', sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -5%;
  margin: 0;
  word-break: break-word;
}

/* Subtitle */
.styles_heroSubtitle__EdcF0 {
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.85);
}

/* Button container stays near bottom but adjusts on small */
.styles_heroButtonContainer__bkhRE {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 1rem;
  box-sizing: border-box;
}

/* Optional: ensure enough space on very small */
@media (max-width: 700px) {
  .styles_heroTitle__StTSY {
    font-size: clamp(4rem, 9vw, 7rem);
  }
  .styles_heroSubtitle__EdcF0 {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/horiScroll/styles.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_horiScrollContainer__iYs_j {
    position: relative;
    height: 300vh;
    background-color: var(--color-background);
}

.styles_scrollContainer__j9qvX {
    height: 100vh;
    /* background-color: #f0f0f0; */

    position: sticky;
    top: 0;
    align-items: center;
    display: flex;

    overflow: hidden;
}

.styles_scrollContent__BveRC {
    display: flex;
    flex-direction: row;
    gap: 4vw;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../nodevenv/kyraco-ci.com/18/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/menu/styles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* base pill-style menu (desktop) */
.styles_menu__4XhnQ {
  position: fixed;
  top: 0.8rem;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  /* background-color: rgba(255, 255, 255, 0.30); */
    background:rgba(234, 233, 233, 0.2);

  backdrop-filter: blur(4px);
  align-items: center;
  border-radius: 36px;
  border: 1px solid rgba(230, 230, 230, 0.813);;
  padding: 0 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  font-family: 'Satoshi-Medium', sans-serif;
  letter-spacing: -0.03rem;
  color: var(--snow);
  height: 3%;
  min-height: 40px;
  transition: all 0.25s ease;
}

/* height breakpoints */
@media (min-width: 768px) {
  .styles_menu__4XhnQ {
    height: 4%;
  }
}
@media (min-width: 1024px) {
  .styles_menu__4XhnQ {
    height: 5%;
  }
}
@media (min-width: 1250px) {
  .styles_menu__4XhnQ {
    height: 3%;
  }
}

/* product page variant (desktop) */
.styles_productMenu__5y8gm {
  padding: 0 1rem;
  background-color: rgba(255,255,255,0.85);
  color: #111;
  gap: 0.5rem;
}

/* containers */
.styles_leftContainer___csD_ {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: 3rem;
  gap: 1rem;
}

.styles_middleContainer__Ia8Bw {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
  min-width: 0;
  position: relative;
}

.styles_rightContainer__YGz_s {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 3rem;
  gap: 1rem;
}

/* regular menu items */
.styles_menuItemsWrapper__s8bPX {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.styles_menuItem___8Fgm {
  position: relative;
  color: white;

  font-weight: bold;
  
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  font-size: 1.2rem;
  mix-blend-mode: exclusion;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  z-index: 1;
}

.styles_menuItem___8Fgm:hover,
.styles_menuItem___8Fgm:focus-visible {
  outline: none;
  transform: scale(1.05);
}

/* modular product desktop */
.styles_modularItems__oib_d {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
}

.styles_moduleButton__pVoDV {
  background: none;
  border: 1px solid currentColor;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: 600;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.styles_moduleButton__pVoDV:hover {
  background: rgba(0,0,0,0.05);
}

.styles_searchWrapper__YCYtV {
  display: flex;
  align-items: center;
  position: relative;
}

.styles_searchInput__u1QIt {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 0.85rem;
  min-width: 140px;
  outline: none;
  background: white;
}

.styles_searchButton__srOZX {
  background: none;
  border: none;
  margin-left: 4px;
  cursor: pointer;
  font-size: 1rem;
}

/* logo / breadcrumb */
.styles_logo__DRNeR {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.styles_breadcrumbs__igkTQ {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  gap: 0.25rem;
}

.styles_crumb__XWO7l {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

.styles_separator__lX7i7 {
  margin: 0 4px;
}

.styles_current__LBJIy {
  font-weight: 600;
  text-transform: capitalize;
}

/* cart icon + badge (desktop non-product) */
.styles_cartIconWrapper___0P0g {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.styles_cartIcon__nnjd0 {
  width: 1.5rem;
  height: 1.5rem;
}

.styles_smallBadge__dt5Bd {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #22c55e;
  color: white;
  padding: 2px 6px;
  font-size: 0.55rem;
  font-weight: 600;
  border-radius: 999px;
  line-height: 1;
}

.styles_smallBadgeText__nqoWV {
  display: block;
}

/* product page desktop count (plain, no pill) */
.styles_productCountDesktop__J3YTV {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: inherit;
}

.styles_countText__fjvzy {
  position: relative;
  z-index: 1;
  
}

/* green super-dot exponent-style */
.styles_greenDot__Ail3n {
  position: relative;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: #22c55e;
  mix-blend-mode: normal;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  /* border: 2px solid white; */
}

/* mobile-only wrapper for two pill buttons */
.styles_mobileOnlyWrapper__z8Whp {
  display: none;
  gap: 0.75rem;
  margin-left: auto;
  align-items: flex-end;
  justify-content: flex-end;

  color: white;
  
}
@media (max-width: 900px) {
  .styles_menu__4XhnQ{
    padding-right: 1rem;
  }
  .styles_greenDot__Ail3n {
    background: #22c55e;
    mix-blend-mode: normal;
  }
  .styles_rightContainer__YGz_s {
    margin-left: auto;
    margin-right: 0; /* pushes its content to the left */
  }
}

/* pill-style count button (mobile) */
/* count button */
.styles_countButton__GEwgl {
  position: relative;
  /* inherit shared styles */
  background-color: rgba(189, 189, 189, 0.4);
  border: 1px solid white;
  backdrop-filter: blur(4px);
  border-radius: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  min-width: 2rem;
  padding: 0 0.9rem;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  box-sizing: border-box;
  mix-blend-mode: exclusion;
  gap: 6px;
}

/* hamburger (mobile only) */
.styles_hamburgerButton__6Ceqk {
  background-color: rgba(189, 189, 189, 0.4);
  border: 1px solid white;
  backdrop-filter: blur(4px);
  border-radius: 36px;
  display: none; /* controlled elsewhere for mobile */
  align-items: center;
  justify-content: center;
  height: 2.25rem; /* same as countButton */
  padding: 0 0.9rem;
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
} 

/* mobile/modal overlay (glassmorphic) */
.styles_mobileOverlay__cTUfS {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 95%;
  transform: translate(-50%, -50%);
  background: rgba(169, 169, 169, 0.2); /* light translucent base */
  backdrop-filter: blur(24px);
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
  border-radius: 36px;
  padding: 1rem 1rem 2rem;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* OVERFLOW-X: hidden; */
  gap: 1rem;
  box-shadow: 0 40px 80px -10px rgba(0,0,0,0.2);
}

/* overlay header */
.styles_overlayHeader__caIju {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

/* mobile search inside overlay */
.styles_searchWrapperMobile___Y3BB {
  flex: 1 1 70%;
  max-width: 250px;
  display: flex;
  position: relative;
}

.styles_searchInputMobile__ORJad {
  flex: 1 1 70%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(136, 135, 135, 0.5);
  font-size: 1rem;
  outline: none;
  background: none;
  min-width: 0;
  color: #b4b2b2;
  
}

.styles_searchButtonMobile__v0B7G {
  margin-left: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}

.styles_closeToggle__ijR1F {
  background: rgba(0,0,0,0.08);
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  scale: 1.2;

  margin-left: auto;
  margin-right:0;
}

/* mobile nav list */
.styles_mobileNavList__iDZiB {
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.styles_mobileNavItem__MnAMY {
  font-size: 3rem;
  font-weight: 600;
  /* color: rgba(0, 0, 0, 0.815); */
  color: rgba(230, 230, 230, 0.973);
   /* color: rgba(37, 36, 36, 0.973); */

  transition: scale 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  mix-blend-mode: difference;
  letter-spacing: -10%;
}

.styles_mobileNavItem__MnAMY:hover,
.styles_mobileNavItem__MnAMY:focus-visible {
  scale: 1.05;
  transform-origin: center;
}

/* responsive: mobile adjustments */
@media (max-width: 900px) {
  .styles_menu__4XhnQ {
    background: transparent;
    border: none;
    backdrop-filter: none;
    box-shadow: none;
  }

  .styles_menuItemsWrapper__s8bPX {
    display: none;
  }
  .styles_leftContainer___csD_,
  .styles_middleContainer__Ia8Bw {
    display: none;
  }

  .styles_mobileOnlyWrapper__z8Whp {
    display: flex;
  }

  .styles_hamburgerButton__6Ceqk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* hide desktop cart / product count */
  .styles_cartIconWrapper___0P0g,
  .styles_productCountDesktop__J3YTV {
    display: none;
  }
}



/* cart overlay (mobile full-screen, desktop drawer) */
.styles_cartOverlay__k93na {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width:95%;
  height: 85%;
  background:rgba(234, 233, 233, 0.2);
  backdrop-filter: blur(24px);
  border-radius: 36px;
  z-index: 4000;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box;
  overflow-y: auto;
}

/* desktop drawer variant */
@media(min-width: 901px) {
  .styles_cartOverlay__k93na {
    width: 30%;
    height: 100vh;
   
    /* pin to top-right */
    top: 0;
    right: 0;
    left: auto;

    /* drop the centering transform */
    transform: none;

    border-radius: 36px 0 0 36px;
    box-shadow: -8px 0 20px rgba(0,0,0,0.1);
    padding: 2rem;
  }
}

/* header row */
.styles_cartHeader__VBNXh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.styles_cartHeader__VBNXh h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.styles_cartClose__UaAX5 {
  background: rgba(0,0,0,0.08);
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  scale: 1.2;

  cursor: pointer;
}

/* list of items */
.styles_cartItemList__xqHKL {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  overflow-y: auto;
}

.styles_cartItem__pbjvf {
  display: flex;
  position: relative;
  gap: 1rem;
}
.styles_cartItemImage__FYWJD {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}
.styles_cartItemInfo__g4855 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.styles_cartItemName___y9CI {
  font-weight: 600;
}
.styles_cartItemVariant__wEwvj {
  color: rgba(0,0,0,0.6);
}
.styles_cartItemPrice__NQ82j {
  font-size: 0.875rem;
}
.styles_cartItemQty___pk6u {
  width: 3rem;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  margin-top: 0.5rem;
}

/* remove “×” button in each item */
.styles_cartItemRemove__qy_h6 {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: rgba(0,0,0,0.6);
}

/* footer with subtotal */
.styles_cartFooter__rm2XK {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.styles_cartSubtotalLabel__jfP5l {
  font-size: 0.875rem;
}
.styles_cartSubtotalValue__dciaK {
  font-size: 0.875rem;
}

/* small note text */
.styles_cartNote__qVLWv {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}

/* checkout button */
.styles_checkoutButton__ARrWU {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

