/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Unexpected "{"
Line 9:3 Expected identifier but found "'atanya.css'"
Line 150:0 Unexpected "}"

**/
{{ 'atanya.css' | asset_url | stylesheet_tag }}

@font-face {
  font-family: "Romie";
  src: url("/cdn/shop/files/Romie-Regular.woff?v=1759114602") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Romie";
  src: url("/cdn/shop/files/Romie-Italic.woff?v=1759114609") format("woff");
  font-weight: 300;
  font-style: italic;
}

/* Accent font */
@font-face {
  font-family: "Club_Tropicana";
  src: url("/cdn/shop/files/Club_Tropicana.woff?v=1759114595") format("woff");
  font-weight: 300;
  font-style: italic;
}

/* Apply Romie to actual headings and heading-style classes */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Romie", serif !important;
}




/* Accent font: apply with <span class="accent">text</span> */
.accent {
  font-family: "Club_Tropicana", cursive !important;
  font-style: italic;
  letter-spacing: 0.5px;
}


/* Hover: enlarge slightly */
.button--primary:hover,
.button--secondary:hover,
.button__content:hover {
  transform: scale(1.05); /* makes button 5% larger */
  transition: all 0.6s ease;
}



/* Side padding for top + bottom footer areas */
.section-footer .page-width,
.section-footer .additional-footer{max-width:1200px;margin:0 auto;padding:0 48px}

/* Bring columns closer together on desktop/tablet */
@media (min-width:768px){
  .section-footer .footer-col--1{padding-right:30px!important}
  .section-footer .footer-col--2,
  .section-footer .footer-col--3{padding-left:16px!important}
}

/* Make “h4” labels look like body (Inter) – note: they’re <p class="h4"> */
.section-footer .h4{font-family:"Inter",sans-serif!important;font-weight:400;font-size:12px !important;letter-spacing:0.1;text-transform:uppercase}



/* XANTO ➜ XO scroll effect */
.logo-scroll {
  display: inline-flex;
  font-family: "Romie", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.6em; /* wide at top (desktop default) */
}

.logo-scroll .letter {
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hide A/N/T */
.scrolled .logo-scroll .a,
.scrolled .logo-scroll .n,
.scrolled .logo-scroll .t {
  opacity: 0;
  transform: translateY(-20px);
}

/* XO move inward smoothly (desktop) */
.scrolled .logo-scroll .x { transform: translateX(2.2em); }
.scrolled .logo-scroll .o { transform: translateX(-2.2em); }

/* Show XO only on desktop or mobile */
.desktop-only { display: none; }
.mobile-only { display: inline; }

@media (min-width: 768px) {
  .desktop-only { display: inline-flex; }
  .mobile-only { display: none; }
}

/* ===== MOBILE XO FIX ===== */
@media (max-width: 768px) {
  .logo-mobile-left {
    position: absolute;
    top: -11px;    /* closer to top */
    left: 9px;  /* closer to left edge */
    font-size: 24px;
    display: inline-flex;
    gap: 0.5em;
    letter-spacing: 0;
    white-space: nowrap;
  }
}


  /* Fade out A/N/T */
  .scrolled .logo-mobile-left .a,
  .scrolled .logo-mobile-left .n,
  .scrolled .logo-mobile-left .t {
    opacity: 0;
    transform: translateY(-20px);
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  /* XO come together smoothly with gap */
  .scrolled .logo-mobile-left {
    gap: 0.05em;        /* XO closes up */
    transition: gap 0.6s ease;
  }

  /* Prevent XO from jumping */
  .scrolled .logo-mobile-left .x,
  .scrolled .logo-mobile-left .o {
    transform: none !important; /* disable desktop translate */
  }
}


/* Homepage slideshow button – invert on hover */
#shopify-section-template--20466602344696__slideshow .button,
#shopify-section-template--20466602344696__slideshow .button_content,
#shopify-section-template--20466602344696__slideshow .button__content {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

/* Hover state */
#shopify-section-template--20466602344696__slideshow .button:hover,
#shopify-section-template--20466602344696__slideshow .button:hover .button_content,
#shopify-section-template--20466602344696__slideshow .button:hover .button__content,
#shopify-section-template--20466602344696__slideshow .button_content:hover,
#shopify-section-template--20466602344696__slideshow .button__content:hover {
  background: #fff !important;
  color: #2e1c11 !important; /* your brown */
  border-color: #fff !important;
}


/* Outline buttons – hover invert to brown bg + white text */
.section-split__column .button--outline,
.section-split__column .button--outline .button__content {
  background: transparent;
  color: #2e1c11; /* brown text default */
  border: 0.5px solid #2e1c11;
  transition: all 0.3s ease;
}

/* Hover state */
.section-split__column .button--outline:hover,
.section-split__column .button--outline:hover .button__content {
  background: #2e1c11;  /* brown bg */
  color: #fff;          /* white text */
  border-color: #2e1c11;
}


/* Remove background behind recently viewed product images */
.product-card {
  background: none !important;
  background-color: transparent !important;
}


/* Hide quick add "Add to cart" on product cards for mobile only */
@media (max-width: 768px) {
  .product-card button,
  .product-card button .button__content,
  .product-card button-content {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Force collection grid cards on desktop */
@media (min-width: 1024px) {
  product-list[desktop-layout="grid"] {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 32px !important;
  }
  .collection__layout-selector {
  display: none !important;
}
}


/* Cart count dot styles */
.header__active-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent, #2e1c11); /* your brand brown */
  display: inline-block;
  position: absolute;
  top: -4px;
  right: -4px;
  transition: all 0.2s ease;
}

/* Bigger when cart has items */
cart-count.header__active-dot:not([hidden]) {
  width: 10px;
  height: 10px;
}



