/** Shopify CDN: Minification failed

Line 9:6 Unexpected "/"
Line 103:0 All "@import" rules must come first

**/
bash

cat > /mnt/user-data/outputs/custom.css << 'CSSEOF'
/* ===== GLOBAL BEIGE BACKGROUND ===== */
body {
  background-color: #f5f0e8 !important;
}

.gradient {
  background: #f5f0e8 !important;
}

.color-background-1 {
  background-color: #f5f0e8 !important;
}

/* Collection & Shop pages */
.template-collection .collection,
.main-collection-product-grid {
  background-color: #f5f0e8 !important;
}

/* Product page */
.template-product .product__info-wrapper,
.template-product .product-info {
  background-color: #f5f0e8 !important;
}

/* ===== REST OF CSS ===== */
.title-wrapper-with-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.category-divider {
  width: 80px;
  border: none;
  border-top: 1px solid #333;
  margin: 0 15px;
  flex-shrink: 0;
}

.collection-list-title {
  font-size: 1.4rem !important;
  letter-spacing: 0.2em !important;
  font-weight: 700 !important;
}

.shop-now-link {
  display: block !important;
  font-size: 1.05rem !important;
  color: #6b5c45 !important;
  text-decoration: none !important;
  margin-top: 5px !important;
  letter-spacing: 0.05em !important;
  font-weight: 400  !important;
}
.collection-list__item .card-wrapper {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
  padding-bottom: 10px !important;
}

.card__heading {
  text-align: center !important;
  font-size: 0.99rem !important;
  letter-spacing: 0.12em !important;
}

.shop-now-link {
  text-align: center !important;
  color: #8B6F47 !important;
}
.collection-list__item .card__heading .icon-wrap {
  display: none !important;
}

.slider-buttons {
  display: none !important;
}

.collection-list-wrapper {
  padding-top: 30px !important;
  margin-top: 0 !important;
}
.header-wrapper {
  background: #f5f0eb !important;
}

.header {
  background: #f5efe6 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&display=swap');

.header__menu-item {
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: 0.15em !important;
}

.collection__title.title-wrapper .title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}

.collection__title.title-wrapper .title::before,
.collection__title.title-wrapper .title::after {
  content: "" !important;
  width: 60px !important;
  height: 1px !important;
  background-color: #333 !important;
  display: inline-block !important;
}

.collection__description {
  text-align: center !important;
  font-size: 1.0rem !important;
  letter-spacing: 0.1em !important;
  font-family: 'Josefin Sans', sans-serif !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.rich-text {
  background: #f0e9df !important;
  padding: 15px 40px !important;
}

.rich-text__wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.rich-text .rich-text__heading {
  color: #3d3228 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.15em !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.rich-text .button {
  background: rgba(193, 140, 80, 0.2) !important;
  color: #3d3228 !important;
  border: 1px solid #c9a96e !important;
  border-radius: 2px !important;
  white-space: nowrap !important;
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: 0.1em !important;
  font-size: 0.75rem !important;
}

.shopify-section-custom-liquid {
  margin: 0 !important;
  padding: 0 !important;
}
.featured-collection {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ===== REVIEWS SECTION ===== */
.reviews-section {
  padding: 60px 20px;
  background-color: #fdf8f4;
  text-align: center;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.reviews-header h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2c2c2c;
  white-space: nowrap;
}

.reviews-line {
  display: block;
  height: 1px;
  width: 80px;
  background-color: #c9a96e;
}

.reviews-slider-wrapper {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 220px;
}

.reviews-slider { position: relative; }

.review-card {
  display: none;
  background: #ffffff;
  border: 1px solid #ede8e0;
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
}

.review-card.active {
  display: block;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.review-stars {
  color: #c9a96e;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.review-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
  font-family: 'Georgia', serif;
}

.review-author {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #2c2c2c;
  text-transform: uppercase;
}

.reviews-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5cdc4;
  cursor: pointer;
  transition: background 0.3s ease;
}

.review-dot.active { background: #c9a96e; }

.review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #ede8e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  color: #2c2c2c;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-arrow:hover {
  background: #c9a96e;
  color: #ffffff;
  border-color: #c9a96e;
}

.review-prev { left: -50px; }
.review-next { right: -50px; }

@media (max-width: 768px) {
  .reviews-slider-wrapper { max-width: 90%; }
  .review-prev { left: -20px; }
  .review-next { right: -20px; }
}

/* ============================================
   ===== PRODUCT PAGE — COMPLETE REDESIGN =====
   ============================================ */

.product-info,
.product__info-wrapper {
  background: #f5f0e8 !important;
  padding: 0 20px !important;
}

/* ----- BEST SELLER BADGE (top) ----- */
.product-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #f5f0e8 !important;
  color: #c9a96e !important;
  border: 1.5px solid #c9a96e !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 6px 16px !important;
  border-radius: 4px !important;
  margin-bottom: 14px !important;
}

/* ----- PRODUCT TITLE ----- */
.product__title,
.product__title h1 {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #2c2418 !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 14px !important;
}

/* ----- PRICE BLOCK — THE MAIN FIX ----- */

/* Sale price (big) */
.price--on-sale .price-item--sale,
.price__sale .price-item--sale {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #2c2418 !important;
  font-family: 'Josefin Sans', sans-serif !important;
}

/* Compare-at (strikethrough) — FORCE VISIBLE */
.price-item--compare,
.price__compare,
.price--on-sale .price-item--compare {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 10px !important;
  color: #aaa !important;
  text-decoration: line-through !important;
  text-decoration-color: #aaa !important;
  font-family: 'Josefin Sans', sans-serif !important;
  margin-left: 8px !important;
}

/* Regular price (no sale) */
.price--regular .price-item--regular,
.price__current,
.price-item--regular {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #2c2418 !important;
  font-family: 'Josefin Sans', sans-serif !important;
}

/* Hide regular wrapper when on sale */
.price--on-sale .price__regular {
  display: none !important;
}

/* Sale wrapper layout */
.price--on-sale .price__sale,
.price__sale {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

/* ----- DISCOUNT BADGE — % OFF — FORCE VISIBLE ----- */
.badge--sale,
.price__badge-sale,
.price__badge-sale .badge--sale {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  background: #c9a96e !important;
  color: #fff !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  padding: 4px 12px !important;
  border-radius: 4px !important;
  border: none !important;
  margin-left: 4px !important;
}

/* Shopify also uses this wrapper — make sure it shows */
.price__badges {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 6px !important;
}

/* ----- PRICE LINE ITEM SIZE ----- */
.price-item {
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* ----- SWATCHES / VARIANTS ----- */
.swatch__item {
  border: 1.5px solid #d0c9bc !important;
  border-radius: 6px !important;
  color: #2c2418 !important;
  font-size: 13px !important;
  padding: 6px 14px !important;
  font-family: 'Josefin Sans', sans-serif !important;
  transition: all 0.2s ease !important;
}

.swatch__item--active,
.swatch__item:hover {
  border-color: #2c2418 !important;
  background: #2c2418 !important;
  color: #fff !important;
}

/* ----- BUTTONS ----- */
.product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

.product-form__submit,
.product-form__submit[name="add"] {
  background: #2c2418 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  min-height: 52px !important;
  width: 100% !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}

.product-form__submit:hover {
  background: #c9a96e !important;
}

.shopify-payment-button__button {
  background-color: #c9a96e !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  min-height: 52px !important;
  transition: background 0.3s ease !important;
}

.shopify-payment-button__button:hover {
  background-color: #b8934a !important;
}

/* ----- SECURE CHECKOUT LINE ----- */
.secure-checkout {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #aaa;
  margin-top: 10px;
  text-transform: uppercase;
}

/* ----- OFFER CARDS (3 columns) ----- */
.product-offers {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin: 18px 0 !important;
}

.offer-card {
  border: 1px solid #e8e0d4 !important;
  border-radius: 10px !important;
  padding: 14px 10px !important;
  text-align: center !important;
  background: #fff !important;
  transition: box-shadow 0.2s ease !important;
}

.offer-card:hover {
  box-shadow: 0 4px 16px rgba(44,36,24,0.1) !important;
}

.offer-card .offer-label {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #c9a96e !important;
  margin-bottom: 4px !important;
}

.offer-card .offer-code {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2c2418 !important;
  margin-bottom: 4px !important;
}

.offer-card .offer-desc {
  font-size: 11px !important;
  color: #999 !important;
  line-height: 1.4 !important;
}

/* ----- PINCODE CHECK ----- */
.pincode-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #e8e0d4;
  border-radius: 10px;
  background: #fdf8f4;
}

.pincode-check input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  outline: none;
  background: #fff;
  color: #2c2418;
}

.pincode-check button {
  padding: 10px 22px;
  background: #2c2418;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.pincode-check button:hover { background: #c9a96e; }

#delivery-result {
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}

/* ----- TRUST BADGES ----- */
.product-trust-badges {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
  margin: 18px 0 !important;
  padding: 16px !important;
  border: 1px solid #e8e0d4 !important;
  border-radius: 10px !important;
  background: #fdf8f4 !important;
}

.trust-badge-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.trust-badge-item .trust-icon {
  font-size: 22px !important;
  flex-shrink: 0 !important;
}

.trust-badge-item .trust-text strong {
  display: block !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #2c2418 !important;
}

.trust-badge-item .trust-text span {
  font-size: 12px !important;
  color: #999 !important;
}

/* ----- PAYMENT ICONS ----- */
.product-payment-icons { margin: 14px 0; }

.product-payment-icons p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 8px;
}

.payment-icons-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-icons-row span {
  font-size: 11px;
  color: #666;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  background: #fff;
}

/* ----- PRODUCT DESCRIPTION ----- */
.product__description a { color: #c9a96e !important; }

.product__description h2,
.product__description h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 20px 0 8px !important;
  color: #2c2418 !important;
  font-family: 'Josefin Sans', sans-serif !important;
}

.product__description p,
.product__description li {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.8 !important;
}

.accordion__title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2c2418 !important;
  font-family: 'Josefin Sans', sans-serif !important;
}

/* ===== FOOTER ===== */
.site-footer {
  background-color: #1a1a1a !important;
  color: #ccc;
  padding: 60px 40px 20px;
  font-family: 'Josefin Sans', sans-serif;
}

.footer-top {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.footer-logo {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ffffff !important;
}

.footer-tagline {
  font-size: 10px;
  letter-spacing: 3px;
  color: #c9a96e !important;
  margin-bottom: 12px;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #999;
  margin-bottom: 20px;
}

.footer-social { display: flex; gap: 14px; }

.footer-social a {
  color: #999 !important;
  transition: color 0.3s ease;
}

.footer-social a:hover { color: #c9a96e !important; }

.footer-heading {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  color: #999 !important;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-links a:hover { color: #c9a96e !important; }

.footer-newsletter p {
  font-size: 13px;
  color: #999;
  margin-bottom: 16px;
  line-height: 1.6;
}

.footer-newsletter-form {
  display: flex;
  border: 1px solid #444;
  border-radius: 4px;
  overflow: hidden;
}

.footer-newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  outline: none;
  font-family: 'Josefin Sans', sans-serif;
}

.footer-newsletter-form input::placeholder { color: #666; }

.footer-newsletter-form button {
  padding: 10px 16px;
  background: #c9a96e;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-newsletter-form button:hover { background: #b8934a; }

.footer-bottom {
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
}

.footer-payments { display: flex; gap: 12px; }

.footer-payments span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
  border: 1px solid #333;
  padding: 4px 8px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .footer-top { grid-template-columns: 1fr 1fr !important; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-payments { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr !important; }
  .site-footer { padding: 40px 20px 20px; }
}

/* ===== PRODUCT TABS ===== */
.product-full-description {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  border-top: 1px solid #ede8e0;
}

.product-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #ede8e0;
  margin-bottom: 30px;
}

.tab-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}

.tab-btn:hover { color: #2c2418; }

.tab-btn.active {
  color: #2c2418;
  border-bottom: 2px solid #c9a96e;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

.tab-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 12px 0;
}

.tab-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr:nth-child(even) { background: #fdf8f4; }

.specs-table td {
  padding: 12px 16px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #ede8e0;
  font-family: 'Josefin Sans', sans-serif;
}

.specs-table td:first-child {
  font-weight: 600;
  color: #2c2418;
  width: 30%;
}

.shipping-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.shipping-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ede8e0;
  border-radius: 8px;
  background: #fdf8f4;
}

.shipping-icon { font-size: 24px; flex-shrink: 0; }

.shipping-item strong {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2c2418;
  display: block;
  margin-bottom: 4px;
}

.shipping-item p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

@media (max-width: 768px) {
  .product-tabs { overflow-x: auto; }
  .shipping-info { grid-template-columns: 1fr; }
}

.slideshow__slide .content-container {
  background: transparent !important;
  box-shadow: none !important;
}

/* ===== SNOW EFFECT — FIXED (links block nahi karega) ===== */
#snow-canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 10 !important;
  opacity: 0.5 !important;
}

/* ===== LOGO BOUNCE ===== */
.header__heading-link {
  display: inline-block;
  animation: logoBounce 2s ease-in-out infinite;
}

@keyframes logoBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* ===== HEADER LAYOUT ===== */
.header__menu-item span {
  font-size: 0.95rem !important;
  letter-spacing: 0.05em !important;
}

.list-menu--inline > * { padding: 0 10px !important; }
.header__inline-menu { gap: 0 !important; }
.header__icons { gap: 1px !important; }

.header-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
}

/* ===== RESPONSIVE ===== */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .rich-text__wrapper {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .rich-text .rich-text__heading {
    font-size: 0.9rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }
  .title-wrapper-with-link {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .category-divider { width: 40px !important; }
  .collection-list-title {
    font-size: 1rem !important;
    white-space: nowrap !important;
  }
  .slideshow-section,
  .shopify-section:has(.slideshow) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .slideshow { margin-bottom: 0 !important; padding-bottom: 0 !important; }
  .slider-component-full-width { margin-bottom: 0 !important; }
  .slideshow__slide { min-height: unset !important; height: auto !important; }
  .slideshow__media { min-height: unset !important; height: auto !important; }
  .slideshow .media { min-height: unset !important; height: auto !important; }
  .slideshow img { height: auto !important; min-height: unset !important; object-fit: cover !important; }
  .product-offers { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 749px) {
  .rich-text__wrapper {
    flex-direction: column !important;
    text-align: center !important;
    gap: 6px !important;
    padding: 16px 20px !important;
  }
  .rich-text { padding: 12px 20px !important; }
  .rich-text .rich-text__heading {
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }
  .rich-text .button {
    width: auto !important;
    padding: 8px 20px !important;
    font-size: 0.7rem !important;
  }
  .rich-text__blocks > * {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* ===== POLICY PAGE BANNER ===== */
.policy h1.title {
  background: linear-gradient(135deg, #2c2418 0%, #4a3728 40%, #c9a96e 100%);
  color: #ffffff !important;
  text-align: center !important;
  padding: 60px 20px !important;
  margin: 0 !important;
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: 6px !important;
  font-size: 36px !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* ===== PRODUCT CARD HOVER ===== */
.card-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card-wrapper:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px rgba(44, 36, 24, 0.15) !important;
}

.card__media img {
  transition: transform 0.5s ease !important;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.07) !important;
}

/* ===== BACK TO TOP ===== */
#sanique-back-top {
  position: fixed;
  bottom: 30px;
  right: 24px;
  width: 46px;
  height: 46px;
  background: #2c2418;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(44, 36, 24, 0.3);
  font-family: 'Josefin Sans', sans-serif;
}

#sanique-back-top.visible {
  opacity: 1;
  visibility: visible;
}

#sanique-back-top:hover {
  background: #c9a96e;
  transform: translateY(-3px);
}

/* ===== STICKY ADD TO CART ===== */
#sanique-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 239, 216, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201, 169, 110, 0.3);
  padding: 12px 24px;
  z-index: 9997;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 20px rgba(44, 36, 24, 0.1);
}

#sanique-sticky-cart.show { display: flex; }

.sticky-cart__title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c2418;
  letter-spacing: 1px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-cart__price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2c2418;
  white-space: nowrap;
}

.sticky-cart__btn {
  background: #2c2418;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.sticky-cart__btn:hover { background: #c9a96e; }

@media (max-width: 768px) {
  #sanique-sticky-cart { padding: 10px 16px; gap: 10px; }
  .sticky-cart__title { font-size: 12px; }
  .sticky-cart__btn { padding: 10px 18px; font-size: 11px; }
}

/* ===== MOBILE MENU ===== */
@media (max-width: 989px) {
  .header__icon--menu .icon {
    width: 22px !important;
    height: 22px !important;
  }
  menu-drawer .drawer__inner {
    background: linear-gradient(160deg, #fcefd8 0%, #f3e0c0 100%) !important;
  }
  menu-drawer .drawer__menu a {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #2c2418 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(201, 169, 110, 0.2) !important;
  }
  menu-drawer .drawer__menu a:hover { color: #c9a96e !important; }
  .drawer__close { color: #2c2418 !important; }
}

/* ===== PAGE ENTRANCE ANIMATION ===== */
@keyframes saniquePageIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.shopify-section {
  animation: saniquePageIn 0.2s ease forwards;
}

/* ===== BEST SELLERS TITLE ===== */
.collection__title.title-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  margin-bottom: 0 !important;
}

.collection__title.title-wrapper > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.collection__title.title-wrapper > a {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  color: #2c2418 !important;
  border: 1.5px solid #2c2418 !important;
  border-radius: 6px !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.collection__title.title-wrapper > a:hover {
  background: #2c2418 !important;
  color: #fff !important;
}

/* ===== GRADIENT FIX ===== */
.gradient {
  background: #f5f0e8 !important;
}
