/* AMOREA conversion upgrades: loyalty, custom orders, gift card, mobile cards, cross-sell */
:root{
  --amorea-card-bg:#FDFDFB;
  --amorea-soft-bg:#F8F9F5;
  --amorea-line-soft:rgba(37,43,38,.12);
}

.af-home-hero .af-hero-slide__content{max-width:560px!important;padding:34px!important;border-radius:30px!important;background:rgba(253,253,251,.82)!important;border:1px solid rgba(255,255,255,.66)!important;box-shadow:0 20px 55px rgba(37,43,38,.12)!important;backdrop-filter:blur(12px)!important;}
.af-home-hero .af-hero-slide__content h1{font-size:clamp(34px,4.4vw,64px)!important;line-height:1.1!important;letter-spacing:-.04em!important;}
.af-home-hero .af-hero-slide__content p{font-size:17px!important;line-height:1.85!important;color:var(--amorea-muted)!important;}
.af-home-hero .owl-dots{bottom:20px!important;}
.af-home-hero .af-btn{min-height:48px!important;border-radius:999px!important;padding:12px 24px!important;}

.amorea-home-simple .af-category-section,.amorea-home-simple .af-moment-section,.amorea-home-simple .af-products-section,.amorea-home-simple .af-product-rail-section,.amorea-home-simple .af-benefits{padding-top:42px!important;padding-bottom:42px!important;}
.amorea-home-simple .af-section-head{margin-bottom:22px!important;}
.amorea-home-simple .af-section-head h2{font-size:clamp(24px,2.2vw,34px)!important;}

.amorea-loyalty-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 24px;padding:20px 22px;border:1px solid var(--amorea-line-soft);border-radius:24px;background:linear-gradient(135deg,#FDFDFB,#F1F4ED);box-shadow:0 14px 34px rgba(37,43,38,.07);}
.amorea-loyalty-banner strong{display:block;color:var(--amorea-ink);font-size:18px;margin-bottom:4px;}
.amorea-loyalty-banner p{margin:0;color:var(--amorea-muted);line-height:1.7;}
.amorea-loyalty-banner a{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:44px;padding:10px 18px;border-radius:999px;background:var(--amorea-sage-dark);color:#fff!important;text-decoration:none!important;font-weight:800;}

.amorea-product-attrs{display:grid;gap:8px;margin:10px 0 2px;}
.amorea-attr-group{display:flex;align-items:flex-start;gap:8px;min-width:0;}
.amorea-attr-label{font-size:11px;font-weight:800;color:var(--amorea-muted);min-width:52px;padding-top:4px;}
.amorea-attr-values{display:flex;flex-wrap:wrap;gap:5px;min-width:0;}
.amorea-attr-chip{display:inline-flex;align-items:center;gap:5px;max-width:96px;min-height:24px;padding:3px 8px;border-radius:999px;background:#fff;border:1px solid rgba(79,90,78,.14);font-size:11px;font-weight:800;color:var(--amorea-mocha);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.amorea-attr-chip i{width:13px;height:13px;border-radius:50%;display:inline-block;border:1px solid rgba(37,43,38,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);}
.amorea-attr-chip b{font:inherit;overflow:hidden;text-overflow:ellipsis;}

.amorea-points-toggle{padding:14px 16px;margin:10px 0;border:1px dashed rgba(79,90,78,.32);border-radius:18px;background:#F8F9F5;}
.amorea-points-toggle label{display:flex!important;align-items:center;gap:10px;margin:0!important;cursor:pointer;font-weight:800;color:var(--amorea-ink);}
.amorea-points-toggle input{width:18px;height:18px;accent-color:var(--amorea-sage-dark);}
.amorea-points-dashboard{display:grid;gap:22px;}
.amorea-points-hero{padding:28px;border-radius:28px;background:linear-gradient(135deg,var(--amorea-sage-dark),var(--amorea-mocha));color:#fff;box-shadow:0 20px 55px rgba(37,43,38,.14);}
.amorea-points-hero span{opacity:.86;font-weight:700;}
.amorea-points-hero strong{display:block;font-size:56px;line-height:1;margin:12px 0;font-weight:900;}
.amorea-points-hero p{margin:0;color:rgba(255,255,255,.88);}
.amorea-points-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.amorea-points-summary div,.amorea-points-history{background:#fff;border:1px solid var(--amorea-line-soft);border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(37,43,38,.06);}
.amorea-points-summary b{display:block;font-size:24px;color:var(--amorea-ink);}
.amorea-points-summary span{display:block;color:var(--amorea-muted);font-size:13px;margin-top:4px;}
.amorea-points-row{display:grid;grid-template-columns:120px 90px 1fr;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(37,43,38,.08);}
.amorea-points-row:last-child{border-bottom:0;}
.amorea-points-row strong{font-size:16px;}
.amorea-points-row .is-positive{color:#2f7a4b;}.amorea-points-row .is-negative{color:#ad3f3f;}
.amorea-points-row em{font-style:normal;color:var(--amorea-muted);}

.amorea-gift-card-box{margin:22px 0;padding:22px;border:1px solid var(--amorea-line-soft);border-radius:26px;background:linear-gradient(135deg,#FDFDFB,#F8F9F5);box-shadow:0 14px 34px rgba(37,43,38,.06);}
.amorea-gift-card-toggle{display:flex!important;align-items:center;gap:10px;margin:0!important;font-weight:900;color:var(--amorea-ink);cursor:pointer;}
.amorea-gift-card-toggle input{width:18px;height:18px;accent-color:var(--amorea-sage-dark);}
.amorea-gift-card-fields{margin-top:18px;}
.amorea-gift-card-preview{clear:both;margin-top:16px;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(79,90,78,.14);text-align:center;box-shadow:inset 0 0 0 6px #F8F9F5;}
.amorea-gift-card-preview span{display:block;color:var(--amorea-muted);font-size:12px;font-weight:800;margin-bottom:8px;}
.amorea-gift-card-preview strong{display:block;color:var(--amorea-sage-dark);font-size:22px;margin-bottom:10px;}
.amorea-gift-card-preview p{margin:0 auto 12px;max-width:520px;color:var(--amorea-ink);line-height:1.8;}
.amorea-gift-card-preview em{display:block;color:var(--amorea-muted);font-style:normal;font-weight:800;}

.amorea-smart-cross-sell{margin:24px 0;padding:24px;border-radius:28px;background:#FDFDFB;border:1px solid var(--amorea-line-soft);box-shadow:0 16px 40px rgba(37,43,38,.07);}
.amorea-smart-cross-sell__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:16px;}
.amorea-smart-cross-sell__head span{display:block;color:var(--amorea-sage-dark);font-weight:900;font-size:13px;}
.amorea-smart-cross-sell__head h3{margin:4px 0 0;color:var(--amorea-ink);font-size:24px;}
.amorea-cross-sell-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.amorea-cross-card{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid rgba(79,90,78,.12);border-radius:20px;background:#fff;}
.amorea-cross-card__image{display:block;width:90px;height:90px;border-radius:16px;overflow:hidden;background:#F8F9F5;}
.amorea-cross-card__image img{width:100%;height:100%;object-fit:cover;display:block;}
.amorea-cross-card h4{font-size:14px;line-height:1.45;margin:0 0 5px;}
.amorea-cross-card h4 a{color:var(--amorea-ink);text-decoration:none!important;}
.amorea-cross-card p{margin:0 0 8px;color:var(--amorea-chocolate);font-weight:900;}
.amorea-cross-card .button{min-height:34px!important;padding:7px 12px!important;border-radius:999px!important;font-size:12px!important;background:var(--amorea-sage-dark)!important;color:#fff!important;}

.amorea-custom-order-form{max-width:860px;margin:20px auto;padding:28px;border:1px solid var(--amorea-line-soft);border-radius:30px;background:#FDFDFB;box-shadow:0 18px 48px rgba(37,43,38,.08);}
.amorea-form-head{margin-bottom:20px;text-align:center;}
.amorea-form-head span{color:var(--amorea-sage-dark);font-weight:900;}
.amorea-form-head h2{margin:6px 0 8px;color:var(--amorea-ink);font-size:clamp(26px,3vw,40px);}
.amorea-form-head p{margin:0 auto;max-width:650px;color:var(--amorea-muted);line-height:1.8;}
.amorea-custom-order-form label{font-weight:800;color:var(--amorea-ink);}
.amorea-custom-order-form input,.amorea-custom-order-form textarea{width:100%;border-radius:16px!important;border:1px solid rgba(79,90,78,.16)!important;background:#fff!important;min-height:48px;padding:12px 14px;}
.amorea-custom-order-submit{border-radius:999px!important;min-height:50px!important;padding:12px 24px!important;}

.woocommerce ul.products li.product,.af-product-card{transition:transform .22s ease,box-shadow .22s ease;}
.woocommerce ul.products li.product:hover,.af-product-card:hover{transform:translateY(-3px);}
.woocommerce-cart .cart_totals,.woocommerce-checkout-review-order{border-radius:24px!important;overflow:hidden;}

@media (max-width:991px){
  .af-home-hero .af-hero-slide__content{padding:22px!important;margin:0 12px!important;border-radius:24px!important;}
  .af-home-hero .af-hero-slide__content h1{font-size:38px!important;}
  .af-home-hero .af-hero__actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .amorea-loyalty-banner{align-items:flex-start;flex-direction:column;padding:18px;border-radius:22px;}
  .amorea-loyalty-banner a{width:100%;}
  .amorea-cross-sell-grid{grid-template-columns:1fr 1fr;}
  .amorea-cross-card{grid-template-columns:72px 1fr;padding:10px;}
  .amorea-cross-card__image{width:72px;height:72px;}
  .amorea-points-summary{grid-template-columns:1fr;}
  .amorea-points-row{grid-template-columns:1fr;gap:4px;}
  .amorea-product-attrs{gap:6px;margin-top:8px;}
  .amorea-attr-group{display:grid;gap:5px;}
  .amorea-attr-label{min-width:0;padding:0;font-size:10px;}
  .af-product-card__body{padding:14px!important;}
  .af-product-card h3{font-size:14px!important;text-align:center!important;min-height:auto!important;}
  .af-product-price{text-align:center!important;font-size:14px!important;}
  .af-product-actions{grid-template-columns:1fr!important;gap:8px!important;}
  .af-add-to-cart,.af-buy-now{min-height:42px!important;font-size:12px!important;}
}
@media (max-width:575px){
  .amorea-cross-sell-grid{grid-template-columns:1fr;}
  .amorea-custom-order-form{padding:20px;border-radius:24px;}
  .amorea-home-simple .af-category-section,.amorea-home-simple .af-moment-section,.amorea-home-simple .af-products-section,.amorea-home-simple .af-product-rail-section,.amorea-home-simple .af-benefits{padding-top:30px!important;padding-bottom:30px!important;}
}

/* AMOREA v2 fixes: popup loyalty, side-cart compatibility, cleaner homepage and cards */
.amorea-home-loyalty{display:none!important;}
.amorea-home-simple{background:linear-gradient(180deg,#FBFCF9 0%,#fff 42%,#F8F9F5 100%)!important;overflow:hidden;}
.amorea-home-simple .container{max-width:1360px!important;}

/* Modern hero */
.amorea-home-simple .af-home-hero{padding:22px 24px 10px!important;background:transparent!important;}
.amorea-home-simple .af-home-hero-slider{max-width:1480px!important;margin:0 auto!important;border-radius:42px!important;overflow:hidden!important;background:#F3F5EF!important;box-shadow:0 30px 90px rgba(37,43,38,.12)!important;border:1px solid rgba(37,43,38,.08)!important;}
.amorea-home-simple .af-hero-slide{min-height:clamp(480px,62vh,680px)!important;position:relative!important;display:flex!important;align-items:center!important;}
.amorea-home-simple .af-hero-slide__media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden!important;}
.amorea-home-simple .af-hero-slide__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.02) contrast(1.02)!important;}
.amorea-home-simple .af-hero-slide__media:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(90deg,rgba(248,249,245,.95) 0%,rgba(248,249,245,.82) 34%,rgba(248,249,245,.18) 74%)!important;}
html[dir="ltr"] .amorea-home-simple .af-hero-slide__media:before{background:linear-gradient(270deg,rgba(248,249,245,.95) 0%,rgba(248,249,245,.82) 34%,rgba(248,249,245,.18) 74%)!important;}
.amorea-home-simple .af-hero-slide .container{position:relative!important;z-index:2!important;width:100%!important;}
.amorea-home-simple .af-hero-slide__content{width:min(100%,540px)!important;margin-inline-start:auto!important;margin-inline-end:0!important;padding:38px!important;border-radius:32px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 30px 70px rgba(37,43,38,.13)!important;backdrop-filter:blur(14px)!important;text-align:start!important;}
html[dir="ltr"] .amorea-home-simple .af-hero-slide__content{margin-inline-start:0!important;margin-inline-end:auto!important;}
.amorea-home-simple .af-hero-slide__content span{display:inline-flex!important;min-height:34px!important;align-items:center!important;padding:6px 14px!important;border-radius:999px!important;background:#F1F4ED!important;color:#4F5A4E!important;font-weight:900!important;font-size:13px!important;margin-bottom:14px!important;}
.amorea-home-simple .af-hero-slide__content h1{font-size:clamp(40px,4.9vw,74px)!important;line-height:1.02!important;letter-spacing:-.045em!important;color:#252B26!important;margin:0 0 16px!important;}
.amorea-home-simple .af-hero-slide__content p{font-size:17px!important;line-height:1.9!important;color:#5E675E!important;max-width:450px!important;margin:0 0 22px!important;}
.amorea-home-simple .af-hero__actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;}
.amorea-home-simple .af-btn{min-height:50px!important;border-radius:999px!important;padding:13px 25px!important;font-weight:900!important;text-decoration:none!important;}
.amorea-home-simple .af-btn--primary{background:#3E4B3F!important;color:#fff!important;box-shadow:0 12px 28px rgba(62,75,63,.22)!important;}
.amorea-home-simple .af-btn--light{background:#fff!important;color:#3E4B3F!important;border:1px solid rgba(62,75,63,.16)!important;}
.amorea-home-simple .owl-dots{bottom:18px!important;}

/* Section rhythm */
.amorea-home-simple .af-category-section,.amorea-home-simple .af-moment-section,.amorea-home-simple .af-products-section,.amorea-home-simple .af-product-rail-section,.amorea-home-simple .af-benefits{padding:54px 0!important;}
.amorea-home-simple .af-section-head{align-items:end!important;margin-bottom:24px!important;}
.amorea-home-simple .af-section-head span{font-size:13px!important;color:#7B8A76!important;font-weight:900!important;}
.amorea-home-simple .af-section-head h2{font-size:clamp(30px,3.4vw,50px)!important;line-height:1.1!important;color:#252B26!important;margin-top:6px!important;}
.amorea-home-simple .af-section-head a{min-height:42px!important;border-radius:999px!important;background:#fff!important;border:1px solid #E6EAE1!important;padding:9px 16px!important;box-shadow:0 10px 22px rgba(79,90,78,.06)!important;text-decoration:none!important;font-weight:900!important;color:#4F5A4E!important;}

/* Category tiles + custom order tile */
.amorea-home-simple .af-category-tiles-row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;align-items:stretch!important;}
.amorea-home-simple .af-category-tile{display:flex!important;min-height:210px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:20px 14px!important;border-radius:28px!important;background:rgba(255,255,255,.94)!important;border:1px solid #E6EAE1!important;box-shadow:0 18px 48px rgba(37,43,38,.075)!important;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;}
.amorea-home-simple .af-category-tile:hover{transform:translateY(-5px)!important;box-shadow:0 28px 70px rgba(37,43,38,.12)!important;border-color:rgba(79,90,78,.22)!important;}
.amorea-home-simple .af-category-tile span{width:138px!important;height:138px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#F1F4ED!important;overflow:hidden!important;border:1px solid rgba(79,90,78,.08)!important;box-shadow:inset 0 0 0 10px rgba(255,255,255,.45)!important;}
.amorea-home-simple .af-category-tile span img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.amorea-home-simple .af-category-tile strong{font-size:16px!important;line-height:1.35!important;text-align:center!important;color:#252B26!important;font-weight:900!important;}
.amorea-home-simple .af-category-tile--custom{background:linear-gradient(145deg,#FDFDFB,#EEF2EB)!important;border-color:rgba(79,90,78,.20)!important;}
.amorea-home-simple .af-category-tile--custom span{background:#fff!important;box-shadow:inset 0 0 0 12px #F8F9F5!important;}
.amorea-home-simple .af-category-tile--custom span img{width:76%!important;height:76%!important;object-fit:contain!important;padding:8px!important;}
.amorea-home-simple .af-category-tile--custom em{font-style:normal!important;font-size:12px!important;color:#7B8A76!important;font-weight:800!important;margin-top:-8px!important;}

/* Occasions */
.amorea-home-simple .af-moment-row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;}
.amorea-home-simple .af-moment-card{min-height:128px!important;border-radius:26px!important;background:#fff!important;border:1px solid #E6EAE1!important;box-shadow:0 14px 34px rgba(37,43,38,.06)!important;text-decoration:none!important;}
.amorea-home-simple .af-moment-card span{background:#F1F4ED!important;color:#4F5A4E!important;}

/* Refined product cards */
.af-products-grid{gap:22px!important;}
.af-products-row{gap:18px!important;}
.af-product-card{border-radius:30px!important;background:#fff!important;border:1px solid #E6EAE1!important;box-shadow:0 18px 48px rgba(37,43,38,.075)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;min-height:100%!important;}
.af-product-card:hover{transform:translateY(-5px)!important;box-shadow:0 30px 75px rgba(37,43,38,.13)!important;border-color:rgba(79,90,78,.22)!important;}
.af-product-card__image{position:relative!important;display:block!important;aspect-ratio:1/1!important;background:linear-gradient(180deg,#F7F4EC,#F1F4ED)!important;overflow:hidden!important;border-radius:26px!important;margin:12px 12px 0!important;}
.af-product-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .45s cubic-bezier(.22,1,.36,1)!important;}
.af-product-card:hover .af-product-card__image img{transform:scale(1.045)!important;}
.af-product-badge{top:12px!important;right:12px!important;left:auto!important;min-height:32px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#3E4B3F!important;border:1px solid rgba(79,90,78,.12)!important;font-size:12px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(37,43,38,.08)!important;}
html[dir="ltr"] .af-product-badge{left:12px!important;right:auto!important;}
.af-product-card__body{padding:16px 16px 18px!important;display:flex!important;flex-direction:column!important;gap:9px!important;flex:1!important;}
.af-product-card__meta{min-height:28px!important;margin:0!important;}
.af-rating{font-size:12px!important;color:#7B8A76!important;background:#F8F9F5!important;border:1px solid rgba(79,90,78,.10)!important;border-radius:999px!important;padding:5px 10px!important;}
.af-product-card h3{font-size:17px!important;line-height:1.55!important;min-height:52px!important;margin:0!important;color:#252B26!important;}
.af-product-card h3 a{text-decoration:none!important;color:inherit!important;}
.af-product-price{font-size:17px!important;font-weight:900!important;color:#3E4B3F!important;margin:0!important;}
.af-product-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:auto!important;}
.af-add-to-cart,.af-buy-now{min-height:44px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;padding:9px 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;line-height:1.2!important;text-decoration:none!important;}
.af-add-to-cart{background:#3E4B3F!important;color:#fff!important;}
.af-buy-now{background:#F1F4ED!important;color:#3E4B3F!important;border:1px solid rgba(79,90,78,.12)!important;}
.af-add-to-cart.amorea-adding{opacity:.68!important;pointer-events:none!important;}

/* Loyalty popup */
.amorea-loyalty-popup{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(37,43,38,.26);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;}
.amorea-loyalty-popup.is-open{opacity:1;visibility:visible;pointer-events:auto;}
.amorea-loyalty-popup__panel{position:relative;width:min(100%,430px);padding:30px 28px;border-radius:32px;background:linear-gradient(145deg,#fff,#F8F9F5);border:1px solid rgba(255,255,255,.8);box-shadow:0 30px 90px rgba(37,43,38,.24);text-align:center;transform:translateY(10px) scale(.98);transition:transform .22s ease;}
.amorea-loyalty-popup.is-open .amorea-loyalty-popup__panel{transform:translateY(0) scale(1);}
.amorea-loyalty-popup__close{position:absolute;top:12px;left:12px;width:34px;height:34px;border-radius:50%;border:1px solid #E6EAE1;background:#fff;color:#4F5A4E;font-size:24px;line-height:1;cursor:pointer;}
html[dir="ltr"] .amorea-loyalty-popup__close{left:auto;right:12px;}
.amorea-loyalty-popup__panel img{width:118px;height:auto;object-fit:contain;margin:0 auto 14px;display:block;}
.amorea-loyalty-popup__panel span{display:inline-flex;padding:6px 12px;border-radius:999px;background:#F1F4ED;color:#4F5A4E;font-weight:900;font-size:12px;margin-bottom:12px;}
.amorea-loyalty-popup__panel h3{margin:0 0 10px;color:#252B26;font-size:26px;line-height:1.25;font-weight:900;}
.amorea-loyalty-popup__panel p{margin:0;color:#5E675E;line-height:1.8;}
.amorea-loyalty-popup__actions{display:grid;grid-template-columns:1fr 110px;gap:10px;margin-top:20px;}
.amorea-loyalty-popup__actions a,.amorea-loyalty-popup__actions button{min-height:46px;border-radius:999px;font-weight:900;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.amorea-loyalty-popup__actions a{background:#3E4B3F;color:#fff!important;border:1px solid #3E4B3F;}
.amorea-loyalty-popup__actions button{background:#fff;color:#3E4B3F;border:1px solid #E6EAE1;}

/* Cross-sell in side cart / mini cart */
.amorea-mini-cross-sell{margin:12px 0;padding:12px;border-radius:18px;background:#F8F9F5;border:1px solid #E6EAE1;}
.amorea-mini-cross-sell>strong{display:block;color:#252B26;font-size:13px;margin-bottom:10px;font-weight:900;}
.amorea-mini-cross-card{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;padding:8px 0;border-top:1px solid rgba(79,90,78,.10);}
.amorea-mini-cross-card:first-of-type{border-top:0;}
.amorea-mini-cross-card__image{width:58px;height:58px;border-radius:14px;overflow:hidden;background:#fff;display:block;}
.amorea-mini-cross-card__image img{width:100%;height:100%;object-fit:cover;display:block;}
.amorea-mini-cross-card__title{display:block;color:#252B26!important;font-size:12px;font-weight:900;line-height:1.35;text-decoration:none!important;margin-bottom:3px;}
.amorea-mini-cross-card span{display:block;color:#3E4B3F;font-size:12px;font-weight:900;margin-bottom:5px;}
.amorea-mini-cross-card .button{min-height:30px!important;border-radius:999px!important;padding:5px 11px!important;background:#3E4B3F!important;color:#fff!important;font-size:11px!important;font-weight:900!important;}

/* Never hide installed side-cart plugin */
.xoo-wsc-markup,.xoo-wsc-modal,.xoo-wsc-opac,.xoo-wsc-container{pointer-events:auto;}

@media (max-width:1199px){
  .amorea-home-simple .af-category-tiles-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .amorea-home-simple .af-moment-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:991px){
  .amorea-home-simple .af-home-hero{padding:12px 12px 0!important;}
  .amorea-home-simple .af-home-hero-slider{border-radius:28px!important;}
  .amorea-home-simple .af-hero-slide{min-height:560px!important;align-items:flex-end!important;padding-bottom:22px!important;}
  .amorea-home-simple .af-hero-slide__media:before{background:linear-gradient(180deg,rgba(248,249,245,.08) 0%,rgba(248,249,245,.95) 72%)!important;}
  .amorea-home-simple .af-hero-slide__content{width:calc(100% - 20px)!important;margin:0 auto!important;padding:24px!important;border-radius:26px!important;}
  .amorea-home-simple .af-hero-slide__content h1{font-size:clamp(32px,9vw,46px)!important;}
  .amorea-home-simple .af-category-section,.amorea-home-simple .af-moment-section,.amorea-home-simple .af-products-section,.amorea-home-simple .af-product-rail-section,.amorea-home-simple .af-benefits{padding:38px 0!important;}
  .amorea-home-simple .af-section-head{display:flex!important;gap:14px!important;align-items:flex-start!important;}
  .amorea-home-simple .af-section-head h2{font-size:clamp(27px,8vw,38px)!important;}
  .amorea-home-simple .af-category-tiles-row,.amorea-home-simple .af-moment-row{display:flex!important;overflow-x:auto!important;gap:12px!important;padding-bottom:10px!important;scroll-snap-type:x mandatory!important;}
  .amorea-home-simple .af-category-tile{min-width:42vw!important;max-width:42vw!important;min-height:180px!important;scroll-snap-align:start!important;}
  .amorea-home-simple .af-category-tile span{width:112px!important;height:112px!important;}
  .amorea-home-simple .af-moment-card{min-width:38vw!important;max-width:38vw!important;scroll-snap-align:start!important;}
  .af-product-card{border-radius:24px!important;}
  .af-product-card__image{border-radius:20px!important;margin:9px 9px 0!important;}
  .af-product-card__body{padding:13px!important;}
  .af-product-card h3{font-size:14px!important;min-height:42px!important;text-align:center!important;}
  .af-product-price{text-align:center!important;font-size:14px!important;}
  .af-product-actions{grid-template-columns:1fr!important;}
  .af-add-to-cart,.af-buy-now{min-height:42px!important;font-size:12px!important;}
  .amorea-loyalty-popup__actions{grid-template-columns:1fr!important;}
}
@media (max-width:575px){
  .amorea-home-simple .af-category-tile{min-width:64vw!important;max-width:64vw!important;}
  .amorea-home-simple .af-moment-card{min-width:48vw!important;max-width:48vw!important;}
  .amorea-home-simple .af-btn{width:100%!important;}
}

/* AMOREA v3 targeted fixes: real color swatches, mobile card cleanup, lighter animated hero, checkout fallback */
.amorea-product-attrs{margin:9px 0 12px!important;padding:8px 9px!important;border:1px solid rgba(79,90,78,.10)!important;border-radius:16px!important;background:#F8F9F5!important;gap:7px!important;}
.amorea-attr-group{align-items:center!important;gap:7px!important;}
.amorea-attr-label{font-size:10px!important;line-height:1!important;color:#6D766B!important;min-width:auto!important;font-weight:900!important;}
.amorea-attr-values{gap:6px!important;align-items:center!important;}
.amorea-attr-group--colors .amorea-attr-label{display:none!important;}
.amorea-attr-chip--color{position:relative!important;width:25px!important;height:25px!important;min-height:25px!important;max-width:25px!important;padding:0!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(37,43,38,.16)!important;box-shadow:0 4px 10px rgba(37,43,38,.08)!important;overflow:visible!important;}
.amorea-attr-chip--color i{width:100%!important;height:100%!important;display:block!important;border-radius:inherit!important;border:2px solid #fff!important;box-shadow:inset 0 0 0 1px rgba(37,43,38,.08)!important;}
.amorea-attr-chip--color b{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
.amorea-attr-chip--color.has-label-only{width:auto!important;max-width:82px!important;padding:3px 8px!important;}
.amorea-attr-chip--color.has-label-only b{position:static!important;width:auto!important;height:auto!important;clip:auto!important;overflow:hidden!important;}
.amorea-attr-group--sizes .amorea-attr-chip{min-height:24px!important;padding:3px 9px!important;border-radius:999px!important;background:#fff!important;color:#3E4B3F!important;border-color:rgba(79,90,78,.16)!important;font-size:10.5px!important;font-weight:900!important;}

.amorea-home-simple .af-home-hero{padding:14px 18px 4px!important;}
.amorea-home-simple .af-home-hero-slider{border-radius:34px!important;box-shadow:none!important;border:1px solid rgba(79,90,78,.08)!important;background:#F8F9F5!important;}
.amorea-home-simple .af-hero-slide__media:before{background:none!important;display:none!important;}
html[dir="ltr"] .amorea-home-simple .af-hero-slide__media:before{background:none!important;display:none!important;}
.amorea-home-simple .af-hero-slide__media img{object-position:center center!important;filter:none!important;transform:scale(1.02);animation:amoreaHeroSoftMove 9s ease-in-out infinite alternate!important;}
@keyframes amoreaHeroSoftMove{0%{transform:scale(1.015) translate3d(0,0,0)}100%{transform:scale(1.075) translate3d(1.2%,-1.2%,0)}}
.amorea-home-simple .af-hero-slide__content{background:rgba(255,255,255,.74)!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.72)!important;backdrop-filter:blur(8px)!important;}
.amorea-home-simple .af-hero-slide__content h1{text-shadow:none!important;}
.amorea-home-simple .af-hero-slide__content p{text-shadow:none!important;}
.amorea-home-simple .owl-dots .owl-dot span{box-shadow:none!important;}

.amorea-checkout-cross-sell-fallback{max-width:1360px;margin:22px auto 0;padding:0 15px;clear:both;}
.woocommerce-checkout .amorea-smart-cross-sell{margin:22px auto!important;box-shadow:none!important;}
.woocommerce-checkout .amorea-cross-sell-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}

@media (max-width:767px){
  .amorea-home-simple .af-home-hero{padding:8px 10px 0!important;}
  .amorea-home-simple .af-home-hero-slider{border-radius:24px!important;}
  .amorea-home-simple .af-hero-slide{min-height:430px!important;padding-bottom:14px!important;}
  .amorea-home-simple .af-hero-slide__media img{object-position:center top!important;animation:amoreaHeroSoftMoveMobile 8s ease-in-out infinite alternate!important;}
  @keyframes amoreaHeroSoftMoveMobile{0%{transform:scale(1.01)}100%{transform:scale(1.045) translateY(-1%)}}
  .amorea-home-simple .af-hero-slide__content{width:calc(100% - 18px)!important;padding:18px!important;border-radius:20px!important;background:rgba(255,255,255,.82)!important;}
  .amorea-home-simple .af-hero-slide__content span{min-height:28px!important;font-size:11px!important;margin-bottom:8px!important;}
  .amorea-home-simple .af-hero-slide__content h1{font-size:30px!important;line-height:1.15!important;margin-bottom:8px!important;}
  .amorea-home-simple .af-hero-slide__content p{font-size:13px!important;line-height:1.65!important;margin-bottom:12px!important;}
  .amorea-home-simple .af-btn{min-height:40px!important;padding:9px 14px!important;font-size:12px!important;}

  .af-products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .af-products-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;}
  .af-product-card{border-radius:18px!important;box-shadow:none!important;border:1px solid rgba(79,90,78,.11)!important;background:#fff!important;overflow:hidden!important;}
  .af-product-card:hover{transform:none!important;box-shadow:none!important;}
  .af-product-card__image{aspect-ratio:1/1!important;margin:6px 6px 0!important;border-radius:15px!important;background:#F8F9F5!important;}
  .af-product-card__image img{object-fit:cover!important;}
  .af-product-badge{top:8px!important;right:8px!important;min-height:24px!important;padding:3px 8px!important;font-size:10px!important;}
  .af-product-card__body{padding:9px 8px 10px!important;gap:6px!important;}
  .af-product-card__meta{display:none!important;}
  .af-product-card h3{font-size:12px!important;line-height:1.45!important;text-align:start!important;min-height:35px!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .af-product-price{text-align:start!important;font-size:13px!important;line-height:1.2!important;margin:0!important;}
  .amorea-product-attrs{padding:6px!important;border-radius:13px!important;margin:4px 0 6px!important;gap:4px!important;}
  .amorea-attr-group{gap:4px!important;}
  .amorea-attr-chip--color{width:20px!important;height:20px!important;min-height:20px!important;max-width:20px!important;}
  .amorea-attr-group--sizes .amorea-attr-chip{font-size:9.5px!important;min-height:20px!important;padding:2px 6px!important;}
  .amorea-attr-label{font-size:9px!important;}
  .af-product-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin-top:2px!important;}
  .af-buy-now{display:none!important;}
  .af-add-to-cart{min-height:36px!important;font-size:11px!important;padding:7px 8px!important;border-radius:999px!important;}
  .af-add-to-cart svg,.af-add-to-cart i{width:14px!important;height:14px!important;font-size:14px!important;}
  .woocommerce-checkout .amorea-cross-sell-grid{grid-template-columns:1fr!important;}
}

@media (prefers-reduced-motion:reduce){
  .amorea-home-simple .af-hero-slide__media img{animation:none!important;transform:none!important;}
}

/* AMOREA v4: selectable options + add to cart directly from product card */
.af-product-actions--card{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;align-items:stretch!important;margin-top:auto!important;}
.af-product-actions--card .amorea-card-variation-form{grid-column:1/-1!important;display:grid!important;gap:8px!important;padding:10px!important;border:1px solid rgba(79,90,78,.12)!important;border-radius:18px!important;background:#F8F9F5!important;}
.amorea-card-option-group{display:grid!important;gap:6px!important;}
.amorea-card-option-label{display:block!important;font-size:11px!important;line-height:1!important;font-weight:900!important;color:#596353!important;}
.amorea-card-options{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important;}
.amorea-card-option{appearance:none!important;border:1px solid rgba(79,90,78,.18)!important;background:#fff!important;color:#3E4B3F!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important;font-weight:900!important;}
.amorea-card-option:hover{transform:translateY(-1px)!important;border-color:rgba(62,75,63,.38)!important;box-shadow:0 8px 18px rgba(37,43,38,.08)!important;}
.amorea-card-option.is-selected{border-color:#3E4B3F!important;background:#EEF2EA!important;box-shadow:0 0 0 3px rgba(62,75,63,.10)!important;}
.amorea-card-option:disabled,.amorea-card-option.is-unavailable{opacity:.38!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important;}
.amorea-card-option--color{width:28px!important;height:28px!important;min-width:28px!important;border-radius:999px!important;padding:2px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.amorea-card-option--color i{display:block!important;width:100%!important;height:100%!important;border-radius:inherit!important;background:var(--amorea-swatch-color,#fff)!important;border:2px solid #fff!important;box-shadow:inset 0 0 0 1px rgba(37,43,38,.12)!important;}
.amorea-card-option--color span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
.amorea-card-option--pill{min-height:28px!important;border-radius:999px!important;padding:5px 11px!important;font-size:11px!important;line-height:1!important;}
.amorea-card-variation-message{min-height:16px!important;font-size:10.5px!important;line-height:1.4!important;color:#7A806F!important;font-weight:800!important;}
.amorea-card-add-variable:disabled{opacity:.55!important;cursor:not-allowed!important;filter:grayscale(.15)!important;}
.amorea-card-add-variable.is-ready{opacity:1!important;filter:none!important;}
.af-product-actions--card .af-add-to-cart,.af-product-actions--card .af-buy-now{min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;}
.af-product-actions--card .af-view-product{background:#fff!important;color:#3E4B3F!important;border:1px solid rgba(79,90,78,.18)!important;box-shadow:none!important;}
.af-product-actions--card .af-view-product:hover{background:#F8F9F5!important;}

@media (max-width:767px){
  .af-product-actions--card{grid-template-columns:1fr 1fr!important;gap:5px!important;}
  .af-product-actions--card .amorea-card-variation-form{padding:7px!important;border-radius:13px!important;gap:6px!important;}
  .amorea-card-option-label{font-size:9.5px!important;}
  .amorea-card-options{gap:5px!important;}
  .amorea-card-option--color{width:22px!important;height:22px!important;min-width:22px!important;padding:2px!important;}
  .amorea-card-option--pill{min-height:22px!important;padding:4px 7px!important;font-size:9.5px!important;}
  .amorea-card-variation-message{font-size:9px!important;min-height:13px!important;}
  .af-product-actions--card .af-buy-now{display:inline-flex!important;}
  .af-product-actions--card .af-add-to-cart,.af-product-actions--card .af-buy-now{min-height:34px!important;font-size:10px!important;padding:6px 5px!important;border-radius:999px!important;gap:3px!important;}
  .af-product-actions--card .af-add-to-cart svg,.af-product-actions--card .af-buy-now svg,.af-product-actions--card .af-add-to-cart i,.af-product-actions--card .af-buy-now i{width:13px!important;height:13px!important;font-size:13px!important;}
}

/* AMOREA V5 targeted fixes: side-cart overlay, centered categories, card buttons, popup visibility, mobile custom order tab */
body.amorea-side-cart-open .close-overlay,
body.amorea-side-cart-open .site-overlay,
body.amorea-side-cart-open .overlay,
body.amorea-side-cart-open .xoo-wsc-opac,
body.amorea-side-cart-open .xoo-wsc-opac.xoo-wsc-active{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  background:transparent!important;
  display:none!important;
}
body.amorea-side-cart-open .xoo-wsc-markup,
body.amorea-side-cart-open .xoo-wsc-modal,
body.amorea-side-cart-open .xoo-wsc-container{
  pointer-events:auto!important;
  visibility:visible!important;
}
body.amorea-side-cart-open .xoo-wsc-container{z-index:999999!important;box-shadow:0 18px 55px rgba(37,43,38,.18)!important;}
@media (min-width:992px){
  body.amorea-side-cart-open{overflow:auto!important;}
  body.amorea-side-cart-open:before,
  body.amorea-side-cart-open:after{display:none!important;content:none!important;}
}

.amorea-home-simple .af-category-section .container{max-width:1280px!important;}
.amorea-home-simple .af-category-tiles-row{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(175px,205px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  align-items:stretch!important;
  gap:18px!important;
  width:100%!important;
  margin-inline:auto!important;
  overflow:visible!important;
}
.amorea-home-simple .af-category-tile{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
.amorea-home-simple .af-category-tile strong{word-break:normal!important;overflow-wrap:normal!important;}

.af-product-actions--card{
  grid-template-columns:1fr!important;
  gap:7px!important;
}
.af-product-actions--card .amorea-card-variation-form{grid-column:1/-1!important;}
.af-product-actions--card .af-add-to-cart,
.af-product-actions--card .af-buy-now,
.af-product-actions--card .af-view-product{
  width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  line-height:1.2!important;
  gap:6px!important;
}
.af-product-actions--card .af-add-to-cart span,
.af-product-actions--card .af-buy-now span,
.af-product-actions--card .af-view-product span{
  display:inline!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
.af-products-grid .af-product-actions--card .af-view-product,
.af-product-actions--card .af-view-product{display:inline-flex!important;}

.amorea-loyalty-popup{z-index:2147483000!important;}
.amorea-loyalty-popup.is-open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.amorea-loyalty-popup__panel{z-index:2147483001!important;}

@media (max-width:991px){
  .amorea-home-simple .af-category-tiles-row,
  .amorea-home-simple .af-moment-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    padding-bottom:0!important;
  }
  .amorea-home-simple .af-category-tile,
  .amorea-home-simple .af-moment-card{
    min-width:0!important;
    max-width:none!important;
    width:100%!important;
    min-height:154px!important;
    scroll-snap-align:unset!important;
  }
  .amorea-home-simple .af-category-tile span{width:92px!important;height:92px!important;}
  .amorea-home-simple .af-category-tile strong{font-size:13px!important;line-height:1.35!important;}
}
@media (max-width:575px){
  .amorea-home-simple .af-category-tiles-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  .amorea-home-simple .af-category-tile{min-height:140px!important;padding:14px 8px!important;border-radius:20px!important;}
  .amorea-home-simple .af-category-tile span{width:82px!important;height:82px!important;}
  .amorea-home-simple .af-category-tile--custom em{font-size:10px!important;margin-top:-6px!important;}
  .af-product-actions--card{grid-template-columns:1fr!important;gap:5px!important;}
  .af-product-actions--card .af-add-to-cart,
  .af-product-actions--card .af-buy-now,
  .af-product-actions--card .af-view-product{min-height:34px!important;font-size:10px!important;}
}

@media (max-width:767px){
  .af-mobile-tabbar__inner{grid-template-columns:repeat(5,1fr)!important;gap:4px!important;}
  .af-mobile-tabbar a,.af-mobile-tabbar button{min-width:0!important;height:48px!important;padding:4px 2px!important;font-size:9.5px!important;line-height:1.1!important;}
  .af-mobile-tabbar a svg,.af-mobile-tabbar button svg,.af-mobile-tabbar a i,.af-mobile-tabbar button i{width:18px!important;height:18px!important;font-size:17px!important;}
  .af-mobile-tabbar .af-mobile-custom-order{background:#F1F4ED!important;border:1px solid rgba(79,90,78,.12)!important;border-radius:16px!important;color:#3E4B3F!important;}
}
