/*
Theme Name: Azalea's Charm Bar Fall Collection SAFE
Theme URI: https://azaleascharmbar.com/
Author: Azalea's Charm Bar
Description: Safe WooCommerce-ready theme with Fall Collection, manual batched product setup, and 1-for-$6 / 2-for-$10 cart pricing.
Version: 1.2.0
Text Domain: azaleas-charm-bar-fixed
*/

/* 🟣🟣🟣 START: GLOBAL RESET AND BASE STYLES 🟣🟣🟣 */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Poppins,sans-serif;background:#fff;color:#3b1d25}
/* 🟣🟣🟣 END: GLOBAL RESET AND BASE STYLES 🟣🟣🟣 */

/* 🟣🟣🟣 START: TOP BAR, HEADER, LOGO, AND NAVIGATION 🟣🟣🟣 */
.topbar{background:#fde8ef;text-align:center;padding:10px;font-size:14px;color:#7b2f43}
header{display:flex;justify-content:space-between;align-items:center;padding:18px 8%;background:white;box-shadow:0 3px 15px rgba(0,0,0,.08);position:sticky;top:0;z-index:20}
.logo{font-family:'Great Vibes',cursive;font-size:42px;color:#d9577c}
nav a{margin:0 12px;text-decoration:none;color:#3b1d25;font-weight:500;font-size:14px}
nav a:hover{color:#d9577c}

/* Custom mobile menu: hidden on desktop, shown directly below header on phones */
.mobile-custom-menu{
  display:none;
  width:100%;
  background:#fff;
  border-top:1px solid #f4d6df;
  border-bottom:1px solid #f4d6df;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  position:sticky;
  top:74px;
  z-index:19;
}
.mobile-custom-menu a{
  flex:1;
  text-align:center;
  padding:12px 7px;
  color:#7b2f43;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
}
.mobile-custom-menu a:hover,
.mobile-custom-menu a:focus{
  background:#fde8ef;
  color:#d9577c;
}
.Us-cart{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#7b2f43;font-weight:600;background:#fde8ef;padding:10px 14px;border-radius:999px}
.Us-cart:hover{background:#d9577c;color:#fff}
/* 🟣🟣🟣 END: TOP BAR, HEADER, LOGO, AND NAVIGATION 🟣🟣🟣 */

/* 🟣🟣🟣 START: HERO BANNER AND STORE FEATURES 🟣🟣🟣 */
.hero{padding:40px 6%;background:linear-gradient(#fff,#fff8fa)}
.hero-banner{width:100%;border-radius:22px;display:block;box-shadow:0 15px 40px rgba(0,0,0,.12)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:28px 8%;background:#fde8ef;text-align:center}
.features div{font-size:14px;color:#6b3644}
section{padding:55px 8%}
.title{text-align:center;font-family:Georgia,serif;font-size:32px;margin-bottom:30px;color:#7b2f43;font-weight:400}

/* 🟣🟣🟣 END: HERO BANNER AND STORE FEATURES 🟣🟣🟣 */

/* 🟣🟣🟣 START: CLEARANCE SECTION AND CATEGORY NAVIGATION 🟣🟣🟣 */
.clearance{background:linear-gradient(135deg,#fff4f8,#ffe4ee);padding:70px 8%}
.sale-heading{text-align:center;max-width:850px;margin:0 auto 36px}
.sale-heading h2{font-size:42px;color:#d9577c;margin-bottom:10px}
.sale-heading p{font-size:17px;margin-bottom:12px;color:#555}
.sale-heading strong{font-size:18px;color:#b63663}
.Us-note{max-width:800px;margin:0 auto 26px;background:#fff;border:1px solid #f0c6d3;border-radius:14px;padding:15px;text-align:center;color:#6b3644}

.category-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0 auto 28px}
.category-links a{background:#fff;color:#9b3658;text-decoration:none;border:2px solid #f4bfd0;padding:10px 16px;border-radius:999px;font-weight:600;box-shadow:0 4px 12px rgba(123,47,67,.08)}
.category-links a:hover{background:#d9577c;color:#fff;border-color:#d9577c}

.clearance-category{background:rgba(255,255,255,.72);border:1px solid #f0c6d3;border-radius:18px;margin:0 0 24px;overflow:hidden;scroll-margin-top:100px}
.clearance-category summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 24px;background:#fff;color:#7b2f43;font-size:22px;font-weight:700}
.clearance-category summary::-webkit-details-marker{display:none}
.clearance-category summary::after{content:'＋';font-size:28px;color:#d9577c;line-height:1}
.clearance-category[open] summary::after{content:'−'}
.clearance-category summary small{margin-left:auto;font-size:14px;font-weight:500;color:#9a6675}

/* 🟣🟣🟣 END: CLEARANCE SECTION AND CATEGORY NAVIGATION 🟣🟣🟣 */

/* 🟣🟣🟣 START: PRODUCT GRID AND PRODUCT CARDS 🟣🟣🟣 */
.clearance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;padding:24px}
.clearance-card{background:white;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.12);overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.clearance-card:hover{transform:translateY(-5px)}
.product-image-link{display:block}
.clearance-card img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;background:#fff;padding:6px}
.clearance-card-content{display:flex;flex-direction:column;flex:1;text-align:center;padding:18px}
.clearance-card h3{font-size:16px;min-height:48px;color:#7b2f43;margin-bottom:8px}
.stock-badge{display:inline-block;align-self:center;background:#fff0f5;color:#b63663;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;margin-bottom:10px}
.sale-price{font-size:26px;font-weight:700;color:#d9577c;margin:5px 0 14px}
.clearance-card button{width:100%;padding:12px;border:none;border-radius:7px;cursor:pointer;font-weight:600}
.product-buttons{display:grid;gap:9px;margin-top:auto}
.buy-button{background:#f8b6c8}
.buy-button:hover{background:#d9577c;color:#fff}
.add-cart-button{background:#d9577c;color:#fff}
.add-cart-button:hover{background:#b63663;color:#fff}

/* 🟣🟣🟣 START: LARGE CATALOG PERFORMANCE OPTIMIZATION 🟣🟣🟣 */
.clearance-card{
  content-visibility:auto;
  contain-intrinsic-size:420px;
}
.clearance-category:not([open]) .clearance-grid{
  display:none;
}
@media(max-width:900px){
  #keychain .clearance-grid{
    gap:10px;
    padding:10px;
  }
  #keychain .clearance-card{
    contain:layout paint style;
  }
}
/* 🟣🟣🟣 END: LARGE CATALOG PERFORMANCE OPTIMIZATION 🟣🟣🟣 */

/* 🟣🟣🟣 END: PRODUCT GRID AND PRODUCT CARDS 🟣🟣🟣 */

/* 🟣🟣🟣 START: SHOPPING CART DRAWER 🟣🟣🟣 */
.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#d9577c;color:#fff;font-size:12px;font-weight:700}
.cart-drawer{
position:fixed;top:0;right:-430px;width:min(420px,100%);
height:100vh;background:#fff;color:#3b1d25;z-index:1000;
box-shadow:-5px 0 24px rgba(0,0,0,.2);padding:24px;
transition:right .3s ease;overflow-y:auto;visibility:hidden
}
.cart-drawer.open{right:0;visibility:visible}
#cartItems{display:block;min-height:80px;color:#3b1d25}
.cart-line{background:#fff;color:#3b1d25}
.cart-line *{color:inherit}
.cart-status{padding:14px;border-radius:9px;background:#fff4f8;color:#7b2f43;text-align:center;margin-bottom:12px}
.cart-quantity{display:flex;align-items:center;gap:8px;margin-top:8px}
.cart-quantity button{width:30px;height:30px;border:none;border-radius:6px;background:#fde8ef;cursor:pointer}
.cart-total{color:#3b1d25}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:999;display:none}
.cart-overlay.open{display:block}
.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.cart-close{border:none;background:none;font-size:30px;cursor:pointer;width:auto!important;padding:0!important}
.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.cart-line img{width:64px;height:64px;object-fit:cover;border-radius:9px}
.cart-line h4{font-size:14px;margin-bottom:4px}
.cart-remove{border:none;background:none;color:#b63663;cursor:pointer;font-size:12px;padding:0!important;width:auto!important}
.cart-total{font-size:19px;font-weight:700;margin:20px 0}
.cart-checkout{width:100%;padding:14px;border:none;border-radius:8px;background:#d9577c;color:#fff;font-weight:700;cursor:pointer}
.cart-clear{width:100%;padding:11px;margin-top:9px;border:1px solid #e4b8c5;border-radius:8px;background:#fff;color:#9b3658;font-weight:600;cursor:pointer}
.cart-continue{width:100%;padding:11px;margin-top:9px;border:1px solid #f0c6d3;border-radius:8px;background:#fde8ef;color:#7b2f43;font-weight:700;cursor:pointer}
.cart-continue:hover{background:#f8b6c8}
.cart-clear:hover{background:#fff0f5}
.add-cart-button:disabled{opacity:.65;cursor:wait}
.cart-empty{text-align:center;padding:30px 0;color:#777}
.clearance-card button:hover{background:#d9577c;color:#fff}


/* 🟣🟣🟣 START: PRODUCT CUSTOMIZATION MODAL 🟣🟣🟣 */
.customize-overlay{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(59,29,37,.58);
  z-index:1400;
}
.customize-overlay.open{display:flex}
.customize-modal{
  width:min(620px,100%);
  max-height:92vh;
  overflow-y:auto;
  background:#fff;
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.customize-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:20px 22px;
  border-bottom:1px solid #f1d7df;
  background:#fff7fa;
  border-radius:20px 20px 0 0;
}
.customize-header h2{
  color:#7b2f43;
  font-size:23px;
}
.customize-close{
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:#fde8ef;
  color:#7b2f43;
  font-size:24px;
  cursor:pointer;
}
.customize-body{padding:22px}
.customize-product-name{
  margin-bottom:18px;
  padding:12px 14px;
  background:#fde8ef;
  color:#7b2f43;
  border-radius:10px;
  font-weight:700;
  text-align:center;
}
.customize-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.customize-field{margin-bottom:14px}
.customize-field.full{grid-column:1/-1}
.customize-field label{
  display:block;
  margin-bottom:6px;
  color:#6b3644;
  font-size:13px;
  font-weight:700;
}
.customize-field input,
.customize-field select,
.customize-field textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid #e5cbd3;
  border-radius:9px;
  background:#fff;
  color:#3b1d25;
  font-family:Poppins,sans-serif;
}
.customize-field textarea{
  min-height:90px;
  resize:vertical;
}
.customize-help{
  margin-top:6px;
  color:#8d6571;
  font-size:12px;
}
.image-preview-box{
  display:none;
  margin-top:10px;
  padding:10px;
  background:#fff7fa;
  border:1px solid #f0c6d3;
  border-radius:10px;
  text-align:center;
}
.image-preview-box.show{display:block}
.image-preview-box img{
  max-width:180px;
  max-height:180px;
  margin:0 auto 8px;
  object-fit:contain;
  border-radius:8px;
}
.customize-note{
  margin:8px 0 18px;
  padding:12px;
  border-left:4px solid #d9577c;
  background:#fff4f8;
  color:#6b3644;
  font-size:12px;
  border-radius:8px;
}
.customize-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.customize-cancel{
  padding:13px;
  border:1px solid #e4b8c5;
  border-radius:8px;
  background:#fff;
  color:#7b2f43;
  font-weight:700;
  cursor:pointer;
}
.customize-submit{
  padding:13px;
  border:none;
  border-radius:8px;
  background:#d9577c;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.customize-submit:hover{background:#b63663}

@media(max-width:620px){
  .customize-overlay{padding:10px}
  .customize-grid{grid-template-columns:1fr}
  .customize-field.full{grid-column:auto}
  .customize-actions{grid-template-columns:1fr}
}
/* 🟣🟣🟣 END: PRODUCT CUSTOMIZATION MODAL 🟣🟣🟣 */

/* 🟣🟣🟣 END: SHOPPING CART DRAWER 🟣🟣🟣 */



/* 🟣🟣🟣 START: BACK TO SCHOOL BUNDLE CARDS 🟣🟣🟣 */
.school-bundle-guide{
  margin:0 auto 34px;
  max-width:1180px;
}
.school-bundle-guide img{
  width:100%;
  display:block;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.bundle-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin:28px 0 34px;
}
.bundle-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  color:#3b1d25;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  border:1px solid rgba(255,255,255,.35);
}

.bundle-card-image{
  width:100%;
  background:#fff;
  overflow:hidden;
}
.bundle-card-image img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
.bundle-card-head{
  padding:16px 14px;
  color:#fff;
  text-align:center;
  font-weight:800;
  min-height:92px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bundle-card:nth-child(1) .bundle-card-head{background:#8f5ab7}
.bundle-card:nth-child(2) .bundle-card-head{background:#d9577c}
.bundle-card:nth-child(3) .bundle-card-head{background:#b55fc6}
.bundle-card:nth-child(4) .bundle-card-head{background:#7f4da6}
.bundle-card:nth-child(5) .bundle-card-head{background:#e36b9a}
.bundle-card-head h3{
  font-size:18px;
  line-height:1.2;
  margin-bottom:6px;
}
.bundle-price{
  font-size:28px;
  font-weight:800;
}
.bundle-card-body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.bundle-card-body ul{
  list-style:none;
  margin:0 0 16px;
  display:grid;
  gap:8px;
  font-size:13px;
}
.bundle-card-body li::before{
  content:"✓";
  color:#d9577c;
  font-weight:900;
  margin-right:7px;
}
.bundle-card-note{
  margin-top:auto;
  padding:10px;
  background:#fff4f8;
  border-radius:10px;
  color:#8b3d5d;
  font-size:12px;
  font-weight:700;
  text-align:center;
}
.bundle-select-btn{
  margin-top:12px;
  width:100%;
  border:none;
  border-radius:9px;
  padding:11px 12px;
  background:#d9577c;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.bundle-select-btn:hover{background:#b63663}
@media(max-width:1100px){
  .bundle-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .bundle-cards{grid-template-columns:1fr}
  }

.back-to-school .bundle-card{
  border:1px solid rgba(142,85,184,.18);
}
.back-to-school .bundle-card-note{
  background:#fff0f6;
  color:#8c3f67;
}
.back-to-school .bundle-select-btn{
  background:linear-gradient(90deg,#d9577c,#8e55b8);
}
.back-to-school .bundle-select-btn:hover{
  background:linear-gradient(90deg,#bf4669,#744497);
}
.school-example-cover{
  max-width:900px;
  margin:0 auto 34px;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(111,73,99,.18);
  border:1px solid rgba(142,85,184,.18);
}
.school-example-cover img{
  width:100%;
  display:block;
  max-height:520px;
  object-fit:cover;
}
.school-example-cover-text{
  padding:20px 24px;
  text-align:center;
}
.school-example-cover-text h3{
  color:#7b2f43;
  font-size:24px;
  margin-bottom:7px;
}
.school-example-cover-text p{
  color:#6f4963;
  line-height:1.6;
  font-size:14px;
}

/* 🟣🟣🟣 END: BACK TO SCHOOL BUNDLE CARDS 🟣🟣🟣 */

/* 🟣🟣🟣 START: PERSONALIZED BACK TO SCHOOL SECTION 🟣🟣🟣 */
.back-to-school{
  background:linear-gradient(135deg,#fde8ef 0%,#f7d6ee 35%,#ead8f8 68%,#d8b8f0 100%);
  color:#fff;
  padding:75px 8%;
}
.school-wrap{
  max-width:1200px;
  margin:auto;
}
.school-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 34px;
}
.school-heading .school-kicker{
  display:inline-block;
  background:#f1c453;
  color:#14244a;
  font-weight:800;
  padding:7px 14px;
  border-radius:999px;
  margin-bottom:12px;
  font-size:13px;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.school-tagline{
  display:inline-block;
  margin:2px auto 10px!important;
  padding:8px 18px;
  background:linear-gradient(90deg,#d9577c,#8e55b8);
  color:#fff!important;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  font-size:14px!important;
}

.school-heading h2{
  font-family:Georgia,serif;
  color:#7b2f43;
  font-size:42px;
  line-height:1.1;
  margin-bottom:12px;
}
.school-heading p{
  color:#6f4963;
  font-size:16px;
}
.school-price{
  display:inline-block;
  margin-top:14px;
  font-size:24px;
  font-weight:800;
  color:#8c4caf;
}
.school-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start;
}
.school-cover{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
}
.school-cover img{
  width:100%;
  display:block;
  aspect-ratio:1/1;
  object-fit:cover;
}
.school-cover-copy{
  padding:20px;
  color:#24314d;
}
.school-cover-copy h3{
  color:#102b63;
  font-size:24px;
  margin-bottom:8px;
}
.school-cover-copy p{
  color:#667085;
  font-size:14px;
}
.school-form{
  background:#fff;
  color:#3b1d25;
  border-radius:20px;
  padding:28px;
  box-shadow:0 20px 55px rgba(0,0,0,.2);
}
.school-form h3{
  color:#102b63;
  font-size:24px;
  margin-bottom:8px;
}
.school-form .form-note{
  color:#6f7280;
  font-size:13px;
  margin-bottom:18px;
}
.school-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.school-field{
  margin-bottom:14px;
}
.school-field.full{
  grid-column:1/-1;
}
.school-field label{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#344054;
  margin-bottom:6px;
}
.school-field input,
.school-field select,
.school-field textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid #d9dde7;
  border-radius:9px;
  font-family:Poppins,sans-serif;
  background:#fff;
}
.school-field textarea{
  min-height:110px;
  resize:vertical;
}
.school-file-preview{
  display:none;
  margin-top:10px;
  padding:10px;
  border:1px solid #d9dde7;
  background:#f8f9fc;
  border-radius:10px;
  text-align:center;
}
.school-file-preview.show{
  display:block;
}
.school-file-preview img{
  max-width:180px;
  max-height:180px;
  object-fit:contain;
  margin:0 auto 8px;
  border-radius:8px;
}
.school-submit{
  width:100%;
  border:none;
  border-radius:10px;
  padding:14px 18px;
  background:#102b63;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.school-submit:hover{
  background:#0b1f49;
}
.school-info{
  margin-top:14px;
  padding:12px 14px;
  border-radius:10px;
  background:#fff6d8;
  color:#6d5716;
  font-size:12px;
}
@media(max-width:900px){
  .school-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .back-to-school{
    padding:55px 5%;
  }
  .school-heading h2{
    font-size:34px;
  }
  .school-form{
    padding:22px;
  }
  .school-form-grid{
    grid-template-columns:1fr;
  }
  .school-field.full{
    grid-column:auto;
  }
}
/* 🟣🟣🟣 END: PERSONALIZED BACK TO SCHOOL SECTION 🟣🟣🟣 */

/* 🟣🟣🟣 START: SHOP WITH US, CUSTOM ORDERS, CONTACT, AND FOOTER 🟣🟣🟣 */
.Us-section{background:#fff;text-align:center}
.Us-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}
.btn{display:inline-block;background:#d9577c;color:white;border:none;padding:14px 28px;border-radius:7px;cursor:pointer;font-weight:600;text-decoration:none}
.btn:hover{background:#b93f62}
.btn.secondary{background:#fde8ef;color:#7b2f43}
.btn.secondary:hover{background:#f8b6c8;color:#3b1d25}

.custom{background:#fde8ef;text-align:center;background-image:linear-gradient(120deg,#fde8ef,#fff5f8)}
form{max-width:650px;margin:auto}
form input,form textarea{width:100%;padding:13px;margin:8px 0;border:1px solid #e5cbd3;border-radius:7px;font-family:Poppins}
footer{background:#3b1d25;color:white;text-align:center;padding:25px;font-size:14px}

/* 🟣🟣🟣 END: SHOP WITH US, CUSTOM ORDERS, CONTACT, AND FOOTER 🟣🟣🟣 */

/* 🟣🟣🟣 START: TABLET AND MOBILE RESPONSIVE STYLES 🟣🟣🟣 */
@media(max-width:900px){
  header{padding:14px 4%}
  header nav{display:none!important}
  .mobile-custom-menu{display:flex}
  .logo{font-size:34px}
  .Us-cart{padding:9px 11px;font-size:13px}
  .hero{padding:20px 4%}
  .features{grid-template-columns:repeat(2,1fr);padding:22px 5%}
  section,.clearance{padding:40px 5%}
  .sale-heading h2{font-size:34px}
  .clearance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px}
  .category-links{gap:8px;margin-bottom:20px}
  .category-links a{padding:9px 12px;font-size:13px}
  .clearance-category summary{padding:16px;font-size:18px;align-items:flex-start;flex-wrap:wrap}
  .clearance-category summary small{width:100%;margin-left:0;font-size:12px}
  .clearance-card-content{padding:12px}
  .clearance-card h3{font-size:14px;min-height:44px}
  .sale-price{font-size:22px}
}

@media(max-width:520px){
  .features{grid-template-columns:1fr}
  .clearance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .clearance-card button{font-size:13px;padding:11px 7px}
}
/* 🟣🟣🟣 END: TABLET AND MOBILE RESPONSIVE STYLES 🟣🟣🟣 */

/* 🟣🟣🟣 START: NEWSLETTER SUBSCRIPTION 🟣🟣🟣 */
.newsletter{background:linear-gradient(135deg,#fde8ef,#f6dcff);padding:60px 8%;text-align:center}
.newsletter-box{max-width:760px;margin:auto;background:#fff;border:1px solid #f0c6d3;border-radius:22px;padding:34px;box-shadow:0 14px 35px rgba(123,47,67,.12)}
.newsletter h2{font-family:Georgia,serif;color:#7b2f43;font-size:34px;margin-bottom:10px}
.newsletter p{color:#6b3644;margin-bottom:18px}
.newsletter-form{display:flex;gap:10px;max-width:580px;margin:auto}
.newsletter-form input{flex:1;margin:0;padding:14px;border:1px solid #e5cbd3;border-radius:9px;font-family:Poppins,sans-serif}
.newsletter-form button{border:none;border-radius:9px;padding:14px 22px;background:#d9577c;color:#fff;font-weight:800;cursor:pointer}
.newsletter-form button:hover{background:#b63663}
.newsletter-message{min-height:24px;margin-top:13px;font-weight:700;color:#7b2f43}
.newsletter-privacy{font-size:12px!important;color:#8d6571!important;margin-top:10px!important;margin-bottom:0!important}
@media(max-width:620px){.newsletter-form{flex-direction:column}.newsletter h2{font-size:28px}}
/* 🟣🟣🟣 END: NEWSLETTER SUBSCRIPTION 🟣🟣🟣 */

.language-switcher {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 13px;
  border: 2px solid #c8923e;
  border-radius: 999px;
  background: #fff4f8;
  color: #7b2f43;
  box-shadow: 0 5px 16px rgba(123, 47, 67, .18);
  font: 700 14px/1 Poppins, Arial, sans-serif;
  cursor: pointer;
  touch-action: manipulation;
}
.language-switcher:hover,
.language-switcher:focus-visible {
  background: #f6bfd2;
  color: #5d2032;
  outline: 3px solid rgba(200, 146, 62, .28);
  outline-offset: 2px;
}
.language-switcher .language-icon { font-size: 18px; }
#google_translate_element {
  position: fixed;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.goog-te-banner-frame,
.skiptranslate iframe { display: none !important; }
body { top: 0 !important; }

@media (max-width: 600px) {
  .language-switcher {
    top: 8px;
    left: 8px;
    min-height: 38px;
    padding: 7px 10px;
    font-size: 12px;
    box-shadow: 0 3px 12px rgba(123, 47, 67, .18);
  }
  .language-switcher .language-icon { font-size: 16px; }
}

/* 🍂 START: FALL MUG COLLECTION */
.fall-collection{
  padding:70px 8%;
  background:linear-gradient(135deg,#fff8ed 0%,#fde8d2 48%,#f5d6bf 100%);
}
.fall-heading{max-width:900px;margin:0 auto 36px;text-align:center;color:#65331f}
.fall-kicker{display:inline-block;padding:7px 14px;border-radius:999px;background:#8b4a2b;color:#fff;font-weight:800;font-size:13px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}
.fall-heading h2{font-family:Georgia,serif;font-size:42px;color:#8b3f24;margin-bottom:10px}
.fall-heading p{font-size:16px;color:#6d4939}
.fall-deal{display:flex;justify-content:center;align-items:center;gap:13px;flex-wrap:wrap;margin:18px auto 10px}
.fall-deal strong{background:#fff;color:#9a4324;border:2px solid #d79a68;border-radius:999px;padding:10px 20px;font-size:24px;box-shadow:0 6px 18px rgba(101,51,31,.10)}
.fall-deal span{font-weight:800;color:#8b4a2b}
.fall-limit{font-weight:800!important;color:#8b3f24!important}
.fall-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;max-width:1250px;margin:0 auto}
.fall-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(92,48,29,.14);display:flex;flex-direction:column;border:1px solid rgba(139,74,43,.12);transition:transform .25s ease,box-shadow .25s ease}
.fall-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(92,48,29,.18)}
.fall-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff;display:block}
.fall-card-body{padding:16px;text-align:center;display:flex;flex:1;flex-direction:column}
.fall-stock{display:inline-block;align-self:center;background:#fff1e1;color:#a34824;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:9px}
.fall-card h3{font-size:15px;line-height:1.35;color:#65331f;margin:0 0 8px;min-height:40px}
.fall-price{font-size:27px;font-weight:900;color:#b4512a;margin:2px 0 13px}
.fall-card-actions{display:grid;gap:8px;margin-top:auto}
.fall-buy,.fall-cart{display:block;text-decoration:none;border-radius:9px;padding:11px 10px;font-weight:800;font-size:13px}
.fall-buy{background:#a64d2b;color:#fff}
.fall-buy:hover{background:#82391f;color:#fff}
.fall-cart{background:#fff0df;color:#7b3c25;border:1px solid #e2b58c}
.fall-cart:hover{background:#f6d9bc;color:#65331f}
@media(max-width:1050px){.fall-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.fall-collection{padding:52px 5%}.fall-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.fall-heading h2{font-size:34px}.fall-deal strong{font-size:20px;padding:9px 15px}.fall-card-body{padding:12px}.fall-card h3{font-size:13px}.fall-price{font-size:23px}}
/* 🍂 END: FALL MUG COLLECTION */


/* Dynamic WooCommerce product sections — keep the original site styling and order */
.azalea-dynamic-products {
  margin-top: 24px;
}
.azalea-dynamic-title,
.azalea-auto-category-section h2 {
  text-align: center;
  color: #7b2f43;
  margin: 0 0 18px;
}
.azalea-dynamic-products ul.products,
.azalea-auto-category-section ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.azalea-dynamic-products ul.products li.product,
.azalea-auto-category-section ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.azalea-auto-category-section {
  padding: 36px 18px;
}
.azalea-auto-category-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .azalea-dynamic-products ul.products,
  .azalea-auto-category-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
