/*
Theme Name: Atloras Regional Store
Theme URI: https://atloras.com/
Author: Atloras
Author URI: https://atloras.com/
Description: A polished, responsive WooCommerce pet-store theme for Atloras regional WooCommerce stores. Built for WordPress Multisite and reusable across country-specific Atloras storefronts.
Version: 1.5.7
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: atloras
*/

:root{
  --at-primary:#ED6436;
  --at-primary-dark:#C94B25;
  --at-accent:#f3a64b;
  --at-ink:#202a27;
  --at-muted:#69736f;
  --at-bg:#fbfaf6;
  --at-card:#ffffff;
  --at-soft:#FFF0EA;
  --at-border:#e6e9e5;
  --at-radius:18px;
  --at-shadow:0 14px 40px rgba(30,52,45,.08);
  --at-container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--at-ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.at-container{width:min(var(--at-container),calc(100% - 40px));margin-inline:auto}
.at-announcement{background:var(--at-ink);color:#fff;font-size:13px;text-align:center;padding:9px 16px;letter-spacing:.01em}
.at-header{background:#fff;position:relative;z-index:50;border-bottom:1px solid var(--at-border)}
.at-mainhead{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px;padding:18px 0}
.at-logo{font-size:26px;font-weight:900;letter-spacing:.16em;color:var(--at-primary)}
.at-logo small{display:block;font-size:8px;letter-spacing:.28em;color:var(--at-muted);margin-top:-4px}
.at-search{position:relative}
.at-search input{width:100%;height:46px;border:1px solid var(--at-border);border-radius:999px;padding:0 50px 0 20px;background:#fafbf9;outline:none}
.at-search button{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;border-radius:50%;background:var(--at-primary);color:#fff;cursor:pointer}
.at-actions{display:flex;gap:10px;align-items:center}
.at-action{width:44px;height:44px;border:1px solid var(--at-border);border-radius:50%;display:grid;place-items:center;background:#fff;position:relative;transition:.2s}
.at-action:hover{border-color:var(--at-primary);color:var(--at-primary);transform:translateY(-2px)}
.at-count{position:absolute;right:-2px;top:-4px;min-width:18px;height:18px;border-radius:99px;background:var(--at-accent);font-size:10px;display:grid;place-items:center;color:#fff;font-weight:800}
.at-nav{border-top:1px solid #f1f2ef}
.at-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:28px;align-items:center;min-height:50px}
.at-nav a{font-size:14px;font-weight:700;color:#3a4541}
.at-nav a:hover{color:var(--at-primary)}
.at-mobile-toggle{display:none}

.at-hero{overflow:hidden;background:linear-gradient(115deg,#FFF1EB 0%,#f8f2e9 100%);position:relative}
.at-hero .at-container{min-height:555px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;position:relative}
.at-hero-copy{padding:55px 0;position:relative;z-index:2}
.at-eyebrow{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--at-border);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800;color:var(--at-primary);text-transform:uppercase;letter-spacing:.08em}
.at-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 20px;max-width:620px}
.at-hero p{font-size:18px;color:var(--at-muted);max-width:560px;margin:0 0 28px}
.at-buttons{display:flex;gap:12px;flex-wrap:wrap}
.at-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}
.at-btn-primary{background:var(--at-primary);color:#fff}
.at-btn-primary:hover{background:var(--at-primary-dark);color:#fff;transform:translateY(-2px)}
.at-btn-light{background:#fff;border-color:var(--at-border)}
.at-btn-light:hover{border-color:var(--at-primary);color:var(--at-primary)}
.at-hero-art{height:100%;display:grid;place-items:center;position:relative}
.at-hero-art:before,.at-hero-art:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}
.at-hero-art:before{width:380px;height:380px;background:#FFD9CD;right:2%;top:14%}
.at-hero-art:after{width:180px;height:180px;background:#f5d9b0;left:8%;bottom:7%}
.at-pet-illustration{position:relative;z-index:1;width:min(100%,590px);filter:drop-shadow(0 22px 28px rgba(42,62,53,.14))}
.at-float{position:absolute;z-index:3;background:#fff;border:1px solid var(--at-border);border-radius:14px;padding:11px 14px;box-shadow:var(--at-shadow);font-size:12px;font-weight:800}
.at-float.one{top:19%;right:2%}.at-float.two{bottom:17%;left:0}

.at-section{padding:78px 0}
.at-section-soft{background:var(--at-bg)}
.at-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}
.at-section-head h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.1;letter-spacing:-.04em}
.at-section-head p{margin:8px 0 0;color:var(--at-muted)}
.at-link{font-weight:800;color:var(--at-primary);font-size:14px;white-space:nowrap}
.at-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.at-cat-card{min-height:190px;background:#fff;border:1px solid var(--at-border);border-radius:var(--at-radius);overflow:hidden;position:relative;padding:18px;display:flex;align-items:flex-end;box-shadow:0 6px 20px rgba(25,40,35,.04);transition:.25s}
.at-cat-card:hover{transform:translateY(-5px);box-shadow:var(--at-shadow);border-color:#F1D9D0}
.at-cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s}
.at-cat-card:hover img{transform:scale(1.06)}
.at-cat-overlay{position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(20,30,26,.72))}
.at-cat-title{position:relative;z-index:2;color:#fff;font-weight:900;font-size:17px}
.at-cat-sub{display:block;font-size:11px;font-weight:600;opacity:.85;margin-top:2px}

.at-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.at-product{position:relative}
.at-product-image{background:#f7f7f3;border-radius:var(--at-radius);aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;position:relative}
.at-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:.35s}
.at-product:hover .at-product-image img{transform:scale(1.05)}
.at-product-badge{position:absolute;left:12px;top:12px;background:var(--at-primary);color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;text-transform:uppercase;z-index:2}
.at-wish{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--at-border);display:grid;place-items:center;z-index:3}
.at-product-info{padding:14px 3px}
.at-stars{color:#e49a35;font-size:12px;letter-spacing:1px}
.at-product-title{font-weight:800;font-size:15px;margin:5px 0 7px;line-height:1.35}
.at-price{font-weight:900;font-size:17px}.at-price del{font-size:13px;color:#9a9f9c;margin-right:5px;font-weight:600}.at-price ins{text-decoration:none}
.at-product-action{margin-top:11px;width:100%;height:42px;border-radius:999px;border:1px solid var(--at-primary);background:#fff;color:var(--at-primary);font-weight:800;cursor:pointer}
.at-product-action:hover{background:var(--at-primary);color:#fff}

.at-promo-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:20px}
.at-promo{min-height:290px;border-radius:24px;padding:34px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:linear-gradient(135deg,#FFF0EA,#FFDCCF)}
.at-promo:nth-child(2){background:linear-gradient(135deg,#fff0da,#f6d4a4)}
.at-promo:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.35);right:-50px;top:-55px}
.at-promo-content{position:relative;z-index:2;max-width:420px}
.at-promo small{font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--at-primary)}
.at-promo h3{font-size:32px;line-height:1.08;margin:8px 0 10px;letter-spacing:-.035em}
.at-promo p{color:#59645f;margin:0 0 18px}

.at-brand{display:grid;grid-template-columns:1fr 1fr;min-height:440px;border-radius:26px;overflow:hidden;background:var(--at-ink);color:#fff}
.at-brand-visual{min-height:400px;background:radial-gradient(circle at 70% 30%,#f1c888 0 7%,transparent 8%),linear-gradient(135deg,#4A241A,#171717);position:relative}
.at-brand-visual:after{content:"ATLORAS";position:absolute;inset:auto 30px 22px;font-size:54px;font-weight:900;letter-spacing:.08em;opacity:.08}
.at-brand-copy{padding:60px;display:flex;flex-direction:column;justify-content:center}
.at-brand-copy h2{font-size:42px;line-height:1.08;margin:10px 0 16px;letter-spacing:-.04em}
.at-brand-copy p{color:#E8E8E8;max-width:500px}

.at-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.at-benefit{border:1px solid var(--at-border);border-radius:16px;padding:22px;background:#fff}
.at-benefit-icon{width:42px;height:42px;border-radius:12px;background:var(--at-soft);display:grid;place-items:center;color:var(--at-primary);font-size:20px;margin-bottom:14px}
.at-benefit strong{display:block;margin-bottom:5px}.at-benefit span{color:var(--at-muted);font-size:13px}

.at-newsletter{background:var(--at-primary);color:#fff;border-radius:26px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.at-newsletter h2{margin:0;font-size:32px;line-height:1.1}.at-newsletter p{margin:8px 0 0;color:#FFE8E0}
.at-newsletter form{display:flex;gap:8px;min-width:min(480px,100%)}.at-newsletter input{height:48px;border:0;border-radius:999px;padding:0 18px;flex:1}.at-newsletter button{height:48px;border:0;border-radius:999px;padding:0 20px;font-weight:800;background:#fff;color:var(--at-primary);cursor:pointer}

.at-footer{background:#FFF9F6;border-top:1px solid var(--at-border);padding:60px 0 20px}
.at-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}
.at-footer h3{font-size:14px;margin:0 0 14px}.at-footer p,.at-footer a{color:var(--at-muted);font-size:13px}.at-footer ul{list-style:none;margin:0;padding:0}.at-footer li{margin:7px 0}
.at-footer-bottom{border-top:1px solid var(--at-border);margin-top:40px;padding-top:18px;display:flex;justify-content:space-between;gap:15px;color:var(--at-muted);font-size:12px}

.woocommerce .site-main,.single-product .site-main{padding:50px 0}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;margin:0!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important}
.woocommerce ul.products li.product a img{border-radius:var(--at-radius);background:#f7f7f3;padding:10px}
.woocommerce ul.products li.product .button{border-radius:999px;background:var(--at-primary);color:#fff}
.woocommerce span.onsale{background:var(--at-accent);min-height:38px;min-width:38px;line-height:38px}
.woocommerce div.product div.images img{border-radius:20px;background:#f7f7f3}
.woocommerce div.product .button,.woocommerce button.button,.woocommerce a.button{border-radius:999px;background:var(--at-primary);color:#fff}
.woocommerce .quantity .qty{height:44px;border-radius:999px;border:1px solid var(--at-border)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px}
.woocommerce-cart table.cart img{width:72px}
.at-page-title{padding:45px 0;background:var(--at-bg)}.at-page-title h1{margin:0;font-size:42px;letter-spacing:-.04em}
.at-breadcrumbs{font-size:13px;color:var(--at-muted);margin-bottom:10px}

@media(max-width:1000px){
  .at-mainhead{grid-template-columns:160px 1fr auto;gap:15px}
  .at-category-grid{grid-template-columns:repeat(3,1fr)}
  .at-products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}
  .at-benefits{grid-template-columns:repeat(2,1fr)}
  .at-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .at-container{width:min(var(--at-container),calc(100% - 28px))}
  .at-mainhead{grid-template-columns:1fr auto;padding:14px 0}
  .at-search{grid-column:1/-1;grid-row:2}
  .at-nav{display:none}.at-nav.is-open{display:block}.at-nav ul{flex-direction:column;align-items:flex-start;padding:10px 0;gap:0}.at-nav li{width:100%}.at-nav a{display:block;padding:9px 0}
  .at-mobile-toggle{display:grid;width:44px;height:44px;border:1px solid var(--at-border);border-radius:50%;place-items:center;background:#fff}
  .at-hero .at-container{grid-template-columns:1fr;min-height:auto}.at-hero-copy{padding:65px 0 15px}.at-hero-art{min-height:360px}.at-hero h1{font-size:46px}
  .at-float.one{right:0}.at-float.two{left:5px}
  .at-section{padding:58px 0}.at-section-head{align-items:start;flex-direction:column}
  .at-category-grid{grid-template-columns:repeat(2,1fr)}
  .at-cat-card{min-height:170px}
  .at-promo-grid,.at-brand{grid-template-columns:1fr}.at-brand-visual{min-height:260px}.at-brand-copy{padding:40px 28px}.at-brand-copy h2{font-size:34px}
  .at-newsletter{padding:34px 25px;flex-direction:column;align-items:stretch}.at-newsletter form{min-width:0}
  .at-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.at-footer-bottom{flex-direction:column}
}
@media(max-width:480px){
  .at-actions .at-action:nth-child(2){display:none}
  .at-category-grid,.at-products,.woocommerce ul.products{grid-template-columns:1fr 1fr!important;gap:12px}
  .at-product-title{font-size:14px}.at-product-action{font-size:12px}
  .at-benefits{grid-template-columns:1fr}
  .at-footer-grid{grid-template-columns:1fr}
  .at-newsletter form{flex-direction:column}.at-newsletter button{width:100%}
}

/* Atloras 1.2.1 visual refinement */
:root{--at-cream:#fcfaf5;--at-cream-2:#f7f1e7;--at-soft-green:#FFF0EA;--at-gold:#f2a34a}
.at-header{background:var(--at-cream)}
.at-announcement{background:var(--at-primary);font-weight:650}
.at-mainhead{padding:16px 0}
.at-nav{background:var(--at-soft-green);border-top:1px solid #F1D9D0;border-bottom:1px solid #F1D9D0}
.at-nav ul{min-height:52px}.at-nav a{font-weight:750}.at-search input{background:#fff}.at-search button{background:var(--at-primary-dark)}
.at-hero{background:radial-gradient(circle at 8% 18%,rgba(255,255,255,.8) 0 7%,transparent 7.5%),radial-gradient(circle at 88% 80%,rgba(242,163,74,.12) 0 10%,transparent 10.5%),linear-gradient(115deg,#FFF1EB 0%,#fcf6eb 100%)}
.at-hero:before{content:"";position:absolute;inset:0;opacity:.20;pointer-events:none;background-image:url("assets/images/paw-pattern.svg");background-size:260px}.at-hero .at-container{z-index:1}
.at-categories-section{background:var(--at-cream)}
.at-section-head h2{font-weight:900}.at-section-head h2:after{content:"";display:block;width:46px;height:4px;border-radius:20px;background:var(--at-gold);margin-top:12px}
.at-category-grid{gap:18px}.at-cat-card{min-height:205px;box-shadow:0 8px 24px rgba(30,52,45,.06);border-color:#E9DED8}
.at-cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(18,31,26,.76) 100%);z-index:1;pointer-events:none}
.at-cat-card img{object-fit:cover}.at-cat-overlay{display:none}.at-cat-title{font-size:18px;z-index:3}.at-cat-sub{font-size:11px;margin-top:4px}
.at-best-sellers .at-product-image,.at-trending .at-product-image{background:#fff}.at-product:hover .at-product-image{box-shadow:0 12px 30px rgba(31,48,42,.08)}
.at-wish:hover{color:var(--at-primary);border-color:#F1B4A1}.at-product-badge{background:var(--at-gold)}.at-product-action:hover{background:var(--at-primary-dark)}
.at-promo-grid .at-promo{background:#FFF0EA url("assets/images/dog-promo.svg") no-repeat right center;background-size:48% auto}
.at-promo-grid .at-promo:nth-child(2){background:#fbefd9 url("assets/images/cat-promo.svg") no-repeat right center;background-size:50% auto}
.at-promo-content{max-width:52%}.at-promo h3{font-weight:900}
.at-brand{background:linear-gradient(120deg,#171717,#303030)}.at-brand-visual{background:#4A241A url("assets/images/lifestyle-pets.svg") center/cover no-repeat}.at-brand-visual:after{display:none}
.at-benefit{background:#fff}.at-benefit-icon{background:var(--at-soft-green)}
.at-newsletter{background:linear-gradient(120deg,var(--at-primary-dark),var(--at-primary))}.at-footer{background:var(--at-cream-2)}.at-footer-bottom{border-top-color:#deded7}
.woocommerce ul.products li.product a img{background:#f8f5ee}.woocommerce ul.products li.product .button{background:var(--at-primary)}.woocommerce ul.products li.product .button:hover{background:var(--at-primary-dark)}
.woocommerce div.product div.images img{background:#f8f5ee}.woocommerce span.onsale{background:var(--at-gold)}.at-page-title{background:var(--at-cream)}
@media(max-width:760px){.at-header{background:var(--at-cream)}.at-nav{background:#FFF0EA}.at-promo-grid .at-promo,.at-promo-grid .at-promo:nth-child(2){background-size:45% auto}.at-promo-content{max-width:62%}}

/* Atloras 1.2.2 — homepage category carousel */
.at-category-carousel{position:relative;width:100%}
.at-category-viewport{overflow:hidden;margin:0 -1px;padding:2px 1px 8px}
.at-category-track{display:flex;gap:18px;will-change:transform;transition:transform .42s cubic-bezier(.22,.61,.36,1)}
.at-category-track .at-cat-card{flex:0 0 calc((100% - 90px)/6);width:calc((100% - 90px)/6);min-width:0}
.at-cat-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#dfece5,#f4e4cf)}
.at-category-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--at-primary);box-shadow:0 8px 24px rgba(30,52,45,.18);font-size:28px;line-height:1;cursor:pointer;transition:.2s}
.at-category-arrow:hover:not(:disabled){background:var(--at-primary);color:#fff;transform:translateY(-50%) scale(1.05)}
.at-category-arrow:disabled{opacity:.38;cursor:not-allowed}
.at-category-prev{left:-20px}.at-category-next{right:-20px}
.at-category-carousel:focus-within .at-category-arrow{box-shadow:0 8px 28px rgba(30,52,45,.24)}
@media(max-width:1100px){
  .at-category-track .at-cat-card{flex-basis:calc((100% - 36px)/3);width:calc((100% - 36px)/3)}
  .at-category-prev{left:-12px}.at-category-next{right:-12px}
}
@media(max-width:760px){
  .at-category-track{gap:12px}
  .at-category-track .at-cat-card{flex-basis:calc((100% - 12px)/2);width:calc((100% - 12px)/2)}
  .at-category-arrow{width:38px;height:38px;font-size:24px}
  .at-category-prev{left:-8px}.at-category-next{right:-8px}
}


/* Atloras 1.2.3 — Orange & Black visual refresh */
:root{
  --at-primary:#ED6436;
  --at-primary-dark:#C94B25;
  --at-accent:#F2A34A;
  --at-ink:#171717;
  --at-muted:#4E4E4E;
  --at-bg:#FFF9F6;
  --at-card:#FFFFFF;
  --at-soft:#FFF0EA;
  --at-border:#E9DED8;
  --at-shadow:0 14px 40px rgba(31,25,22,.10);
}
body{color:#171717;background:#fff}
p{color:#333}
h1,h2,h3,h4,h5,h6{color:#171717}
a{color:#171717}
a:hover{color:var(--at-primary)}
.at-logo{color:var(--at-primary)}
.at-logo small{color:#171717}
.at-nav a{color:#171717}
.at-nav a:hover{color:var(--at-primary)}
.at-section-head p,.at-hero p,.at-promo p,.at-footer p,.at-footer a,.at-footer-bottom,.at-benefit span,.at-breadcrumbs{color:#4E4E4E}
.at-link{color:var(--at-primary)}
.at-link:hover{color:var(--at-primary-dark)}
.at-announcement{background:#171717;color:#fff}
.at-header{background:#FFF9F6}
.at-nav{background:#FFF0EA;border-color:#F1D9D0}
.at-search button{background:var(--at-primary)}
.at-action:hover{border-color:var(--at-primary);color:var(--at-primary)}
.at-count{background:var(--at-primary)}
.at-hero{background:radial-gradient(circle at 8% 18%,rgba(255,255,255,.9) 0 7%,transparent 7.5%),radial-gradient(circle at 88% 80%,rgba(237,100,54,.12) 0 10%,transparent 10.5%),linear-gradient(115deg,#FFF1EB 0%,#FFF8EE 100%)}
.at-hero:before{opacity:.10}
.at-eyebrow{color:var(--at-primary)}
.at-btn-primary{background:var(--at-primary);color:#fff}
.at-btn-primary:hover{background:var(--at-primary-dark);color:#fff}
.at-btn-light:hover{border-color:var(--at-primary);color:var(--at-primary)}
.at-hero-art:before{background:#FFD9CD}
.at-hero-art:after{background:#F6C38D}
.at-two-tone-heading .heading-accent{color:var(--at-primary)}
.at-two-tone-heading .heading-rest{color:#171717}
.at-section-head h2,.at-brand-copy h2,.at-newsletter h2,.at-page-title h1{color:#171717}
.at-section-head h2 .heading-accent,.at-brand-copy h2 .heading-accent,.at-newsletter h2 .heading-accent,.at-page-title h1 .heading-accent{color:var(--at-primary)}
.at-section-head h2:after{background:var(--at-primary)}
.at-cat-card{border-color:#E9DED8;box-shadow:0 8px 24px rgba(31,25,22,.07)}
.at-cat-card:hover{border-color:#F1B4A1;box-shadow:0 14px 34px rgba(31,25,22,.12)}
.at-cat-card:after{background:linear-gradient(180deg,transparent 35%,rgba(20,20,20,.78) 100%)}
.at-category-arrow{color:var(--at-primary);box-shadow:0 8px 24px rgba(31,25,22,.16)}
.at-category-arrow:hover:not(:disabled){background:var(--at-primary);color:#fff}
.at-product-badge{background:var(--at-primary)}
.at-product-action{border-color:var(--at-primary);color:var(--at-primary)}
.at-product-action:hover{background:var(--at-primary);color:#fff}
.at-wish:hover{color:var(--at-primary);border-color:#F1B4A1}
.at-price,.at-product-title{color:#171717}
.at-stars{color:var(--at-primary)}
.at-promo{background:linear-gradient(135deg,#FFF0EA,#FFDCCF)}
.at-promo:nth-child(2){background:linear-gradient(135deg,#FFF5E8,#F9D9B5)}
.at-promo small{color:var(--at-primary)}
.at-brand{background:linear-gradient(120deg,#171717,#303030);color:#fff}
.at-brand-visual{background:linear-gradient(135deg,#4A241A,#171717)}
.at-brand-copy p{color:#E8E8E8}
.at-benefit-icon{background:#FFF0EA;color:var(--at-primary)}
.at-newsletter{background:linear-gradient(120deg,#C94B25,#ED6436);color:#fff}
.at-newsletter p{color:#FFE8E0}
.at-newsletter button{color:var(--at-primary)}
.at-footer{background:#FFF9F6}
.at-footer h3{color:#171717}
.woocommerce ul.products li.product .button,.woocommerce div.product .button,.woocommerce button.button,.woocommerce a.button{background:var(--at-primary);color:#fff}
.woocommerce ul.products li.product .button:hover,.woocommerce div.product .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover{background:var(--at-primary-dark);color:#fff}
.woocommerce span.onsale{background:var(--at-primary)}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{color:#171717}
.at-page-title{background:#FFF4EF}
.at-page-title h1{color:#171717}
button:focus,input:focus,select:focus,textarea:focus{outline-color:var(--at-primary)}
.at-search input:focus{border-color:#F1B4A1;box-shadow:0 0 0 3px rgba(237,100,54,.10)}
.site-main h1,.site-main h2,.site-main h3,.site-main h4,.site-main h5,.site-main h6{color:#171717}
.widget-title{color:#171717}
@media(max-width:760px){.at-header{background:#FFF9F6}.at-nav{background:#FFF0EA}}


/* Atloras 1.2.5 — WooCommerce polish, readable dark sections, and two-tone archive headings */
.at-brand-copy .at-two-tone-heading .heading-accent{color:var(--at-primary)!important}
.at-brand-copy .at-two-tone-heading .heading-rest{color:#fff!important}
.at-brand-copy .at-eyebrow{background:#fff;color:var(--at-primary);border-color:#fff}
.at-newsletter{background:linear-gradient(120deg,#171717 0%,#242424 100%);color:#fff;border:1px solid #303030;position:relative;overflow:hidden}
.at-newsletter:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-90px;top:-120px;background:rgba(237,100,54,.18);pointer-events:none}
.at-newsletter > *{position:relative;z-index:1}
.at-newsletter .at-two-tone-heading .heading-accent{color:var(--at-primary)!important}
.at-newsletter .at-two-tone-heading .heading-rest{color:#fff!important}
.at-newsletter p{color:#f2f2f2}
.at-newsletter input{border:1px solid #dedede;background:#fff;color:#171717}
.at-newsletter input::placeholder{color:#6b6b6b}
.at-newsletter button{padding:0 24px;min-width:96px;background:#fff;color:var(--at-primary);border:1px solid #fff}
.at-newsletter button:hover{background:var(--at-primary);color:#fff;border-color:var(--at-primary)}

/* WooCommerce grids: prevent WooCommerce's clearfix pseudo-elements from occupying grid columns. */
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:start;width:100%;padding:0!important}
.woocommerce ul.products li.product{float:none!important;clear:none!important;width:auto!important;margin:0!important;padding:0!important}
.woocommerce ul.products li.product a img{width:100%;height:auto;margin:0 0 16px!important;display:block}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;line-height:1.35;margin:0 0 8px;padding:0}
.woocommerce ul.products li.product .price{font-size:16px;font-weight:800;margin:0 0 12px}
.woocommerce ul.products li.product .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;height:auto!important;line-height:1.2!important;padding:12px 20px!important;margin:0!important;border-radius:999px;font-size:14px;font-weight:800;white-space:nowrap;box-shadow:none}
.woocommerce ul.products li.product .button:hover{transform:translateY(-1px)}
.woocommerce .woocommerce-result-count{margin:0 0 24px}
.woocommerce .woocommerce-ordering{margin:0 0 24px}
.woocommerce .woocommerce-products-header{margin-bottom:28px}
.woocommerce .woocommerce-products-header__title{margin:0 0 8px;font-size:42px;line-height:1.1;letter-spacing:-.04em}
.woocommerce .woocommerce-products-header__title .heading-accent{color:var(--at-primary)}
.woocommerce .woocommerce-products-header__title .heading-rest{color:#171717}
.woocommerce .term-description{color:#4e4e4e;margin-top:8px}

/* Make all WooCommerce controls consistent with the Atloras orange/black palette. */
.woocommerce div.product .button,.woocommerce button.button,.woocommerce a.button{min-height:46px;padding:12px 22px;line-height:1.2;font-weight:800}
.woocommerce .quantity .qty{min-height:46px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--at-primary)}

/* Archive/shop layout stays flush to the theme container with no phantom first column. */
.woocommerce .site-main > .at-container{width:min(var(--at-container),calc(100% - 40px));margin-inline:auto}

@media(max-width:1000px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .woocommerce .site-main > .at-container{width:min(var(--at-container),calc(100% - 28px))}
  .woocommerce .woocommerce-products-header__title{font-size:34px}
  .woocommerce ul.products li.product .button{padding:11px 16px!important;font-size:13px}
}
@media(max-width:480px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px}
  .woocommerce ul.products li.product .button{width:100%;padding-inline:10px!important}
}

/* Atloras 1.2.5 — final polish: header actions, brand panel, footer and full editorial blog system */
.at-brand-lockup{min-width:180px}
.at-logo{display:inline-flex;flex-direction:column;align-items:flex-start;white-space:nowrap}
.at-logo small{white-space:nowrap;display:block;font-size:7px;line-height:1.1;letter-spacing:.18em;margin-top:2px}
.at-action.at-action-solid{background:var(--at-primary);border-color:var(--at-primary);color:#fff;box-shadow:0 7px 18px rgba(237,100,54,.20)}
.at-action.at-action-solid svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.at-action.at-action-solid:hover{background:var(--at-primary-dark);border-color:var(--at-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(201,75,37,.25)}
.at-action.at-action-solid .at-count{background:#171717;color:#fff;border:2px solid #fff;right:-5px;top:-6px}

/* More polished homepage brand panel with a real visual on the left. */
.at-brand-visual{background:#4A241A;position:relative;overflow:hidden;display:flex;align-items:stretch;justify-content:center}
.at-brand-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(23,23,23,.12),rgba(23,23,23,.48));z-index:2;pointer-events:none}
.at-brand-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.02);transform:scale(1.02)}
.at-brand-visual:after{content:"BETTER EVERYDAY LIFE";position:absolute;left:28px;bottom:20px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.12em;z-index:3;opacity:.9}
.at-brand-copy{position:relative;background:linear-gradient(120deg,#171717,#303030)}

/* Homepage product buttons: pill, generous padding, clear hierarchy. */
.at-product-action{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;min-height:44px;height:auto!important;padding:11px 19px!important;border:2px solid var(--at-primary)!important;border-radius:999px!important;background:var(--at-primary)!important;color:#fff!important;font-weight:900!important;font-size:14px;line-height:1.1;letter-spacing:.01em;box-shadow:0 7px 16px rgba(237,100,54,.14);transition:transform .2s,box-shadow .2s,background .2s}
.at-product-action:hover{background:var(--at-primary-dark)!important;border-color:var(--at-primary-dark)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 22px rgba(201,75,37,.20)}
.woocommerce ul.products li.product .button{box-shadow:0 7px 16px rgba(237,100,54,.14)!important;border:2px solid var(--at-primary)!important}
.woocommerce ul.products li.product .button:hover{box-shadow:0 10px 22px rgba(201,75,37,.20)!important}

/* Premium footer — dark, structured and more distinctive without copying Petio. */
.at-footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#171717 0%,#242424 68%,#3a2018 100%)!important;color:#fff;padding:70px 0 22px;border-top:0}
.at-footer-glow{position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-260px;background:rgba(237,100,54,.20);pointer-events:none}
.at-footer:before{content:"";position:absolute;left:-8%;top:-44px;width:116%;height:90px;background:#FFF9F6;border-radius:0 0 50% 50%;pointer-events:none}
.at-footer-grid-premium{position:relative;z-index:1;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:48px;padding-top:35px}
.at-footer-brand{max-width:360px}
.at-footer-logo{color:var(--at-primary)!important;margin-bottom:18px}
.at-footer-logo small{color:#fff!important}
.at-footer p{color:#bfc1c0!important;font-size:13px;line-height:1.75;max-width:340px}
.at-footer h3{color:#fff!important;font-size:15px;letter-spacing:.01em;margin:0 0 18px}
.at-footer ul{list-style:none;margin:0;padding:0}
.at-footer li{margin:9px 0}
.at-footer a{color:#bfc1c0!important;font-size:13px;transition:.2s}
.at-footer a:hover{color:#fff!important}
.at-footer-brand > p strong{color:#fff}
.at-footer-socials{display:flex;gap:9px;margin-top:22px}
.at-footer-socials a{width:36px;height:36px;border:1px solid #4b4b4b;border-radius:50%;display:grid;place-items:center;color:#fff!important;background:#202020;font-weight:900;text-transform:lowercase}
.at-footer-socials a:hover{background:var(--at-primary);border-color:var(--at-primary);color:#fff!important}
.at-footer-trust{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin-top:45px;padding:22px 0;display:flex;justify-content:space-between;gap:25px;align-items:center}
.at-footer-trust strong{display:block;color:#fff;font-size:14px;margin-bottom:3px}.at-footer-trust span{color:#9ea2a0;font-size:12px}
.at-footer-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.at-footer-pills span{padding:8px 12px;border-radius:999px;background:#202020;border:1px solid #3b3b3b;color:#e8e8e8;font-size:11px}
.at-footer-bottom{position:relative;z-index:1;border-top:0!important;margin-top:0;padding-top:18px;color:#969a98!important;display:flex;justify-content:space-between;font-size:12px}
.at-footer-bottom span:last-child{color:var(--at-primary)!important;font-weight:800}

/* Blog system */
.at-blog-page{background:#fff}
.at-blog-hero{background:radial-gradient(circle at 84% 24%,rgba(237,100,54,.16),transparent 24%),linear-gradient(120deg,#FFF3ED,#FFF9F3);padding:76px 0 68px;position:relative;overflow:hidden}
.at-blog-hero:after{content:"";position:absolute;right:-80px;bottom:-120px;width:340px;height:340px;border-radius:50%;background:rgba(237,100,54,.08)}
.at-blog-hero .at-container{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:40px}
.at-blog-hero-copy{max-width:700px}.at-blog-hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 18px}.at-blog-hero-copy p{font-size:18px;color:#4e4e4e;max-width:650px;margin:0}
.at-blog-hero-compact{padding:60px 0}.at-blog-hero-card{width:min(360px,100%);padding:28px;border-radius:24px;background:#171717;color:#fff;box-shadow:0 18px 45px rgba(23,23,23,.14)}.at-blog-hero-card span{color:var(--at-primary);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.at-blog-hero-card strong{display:block;font-size:25px;line-height:1.15;margin-top:12px}
.at-featured-post{display:grid;grid-template-columns:1.15fr 1fr;gap:0;border-radius:26px;overflow:hidden;background:#171717;color:#fff;box-shadow:0 18px 45px rgba(23,23,23,.10)}
.at-featured-media{min-height:380px;background:#f2eee8;overflow:hidden}.at-featured-media img{width:100%;height:100%;object-fit:cover;display:block}.at-featured-copy{padding:52px;display:flex;flex-direction:column;justify-content:center}.at-featured-copy h2{font-size:38px;line-height:1.08;margin:10px 0 14px}.at-featured-copy h2 a{color:#fff}.at-featured-copy p{color:#d5d7d6;max-width:520px}.at-featured-copy .at-post-meta{color:#aaa}.at-post-meta{font-size:12px;color:#777;letter-spacing:.01em}.at-featured-copy .at-btn{align-self:flex-start;margin-top:10px}
.at-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.at-blog-card{background:#fff;border:1px solid #eadfd9;border-radius:22px;overflow:hidden;box-shadow:0 8px 25px rgba(31,25,22,.05);transition:.25s}.at-blog-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(31,25,22,.10);border-color:#f1b4a1}.at-blog-card-media{display:block;aspect-ratio:16/10;background:#f5f0ea;overflow:hidden}.at-blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.at-blog-card:hover .at-blog-card-media img{transform:scale(1.04)}.at-blog-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#FFF0EA,#f4e5d6);color:var(--at-primary);font-weight:900;letter-spacing:.16em}.at-blog-card-body{padding:22px}.at-blog-card-body h3{font-size:21px;line-height:1.18;margin:8px 0}.at-blog-card-body h3 a{color:#171717}.at-blog-card-body p{color:#555;font-size:13px;margin:0 0 14px}.at-text-link{color:var(--at-primary)!important;font-weight:900;font-size:13px}.at-empty-blog{padding:35px;border:1px dashed #e1d6cf;border-radius:20px;background:#fffaf7}.at-empty-blog h3{margin-top:0}
.at-blog-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.at-blog-topics a{padding:20px;border-radius:16px;background:#fff;border:1px solid #eadfd9;display:flex;flex-direction:column;gap:5px}.at-blog-topics a strong{font-size:15px}.at-blog-topics a span{font-size:12px;color:#777}.at-blog-topics a:hover{border-color:#f1b4a1;box-shadow:0 10px 24px rgba(31,25,22,.06)}
.at-pagination{margin-top:35px}.at-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.at-pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #e6ddd8;border-radius:999px;color:#171717}.at-pagination .page-numbers.current,.at-pagination .page-numbers:hover{background:var(--at-primary);border-color:var(--at-primary);color:#fff}
.at-author-intro{display:flex;align-items:center;gap:22px}.at-author-avatar{border-radius:50%;border:5px solid #fff;box-shadow:0 10px 25px rgba(31,25,22,.12)}
.at-blog-detail{padding:72px 0}.at-post-header{max-width:850px;margin:0 auto;text-align:center}.at-post-header h1{font-size:clamp(40px,5vw,64px);line-height:1.04;letter-spacing:-.05em;margin:18px 0 14px;color:#171717}.at-post-header .at-post-meta{margin-top:16px}.at-post-header .at-post-meta a{color:var(--at-primary);font-weight:800}.at-post-author{font-size:13px;color:#666}.at-post-author a{color:#171717;font-weight:800}.at-post-cover{max-width:1100px;margin:42px auto 0;border-radius:28px;overflow:hidden;background:#f5f0ea}.at-post-cover img{display:block;width:100%;height:auto}.at-post-layout{display:grid;grid-template-columns:minmax(0,820px) 260px;gap:55px;max-width:1100px;margin:48px auto 0;align-items:start}.at-post-content{font-size:17px;line-height:1.85;color:#333}.at-post-content h2,.at-post-content h3{line-height:1.15;color:#171717;margin-top:35px}.at-post-content a{color:var(--at-primary);font-weight:700}.at-post-content blockquote{margin:30px 0;padding:22px 25px;border-left:4px solid var(--at-primary);background:#fff4ef;border-radius:0 16px 16px 0}.at-post-aside{position:sticky;top:25px;padding:22px;border:1px solid #eadfd9;border-radius:18px;background:#fffaf7}.at-post-aside strong{font-size:16px}.at-post-aside p{font-size:13px;color:#555}.at-blog-search{display:flex;gap:8px;margin-top:18px}.at-blog-search input{height:46px;flex:1;border:1px solid #ddd2cc;border-radius:999px;padding:0 16px}.at-blog-search button{border:0;border-radius:999px;background:var(--at-primary);color:#fff;padding:0 18px;font-weight:800}

@media(max-width:1000px){
 .at-footer-grid-premium{grid-template-columns:repeat(2,1fr)}
 .at-blog-grid{grid-template-columns:repeat(2,1fr)}.at-blog-topics{grid-template-columns:repeat(2,1fr)}
 .at-featured-post{grid-template-columns:1fr}.at-featured-media{min-height:300px}.at-post-layout{grid-template-columns:1fr}.at-post-aside{position:static}
}
@media(max-width:760px){
 .at-brand-lockup{min-width:0}.at-logo small{font-size:6.5px;letter-spacing:.12em}.at-mainhead{grid-template-columns:1fr auto}
 .at-footer{padding-top:60px}.at-footer:before{top:-30px;height:60px}.at-footer-grid-premium{grid-template-columns:1fr 1fr;gap:32px}.at-footer-trust{flex-direction:column;align-items:flex-start}.at-footer-pills{justify-content:flex-start}.at-footer-bottom{flex-direction:column;gap:5px}
 .at-blog-hero .at-container{flex-direction:column;align-items:flex-start}.at-blog-hero-card{width:100%}.at-blog-hero{padding:55px 0}.at-blog-grid{grid-template-columns:1fr}.at-blog-topics{grid-template-columns:1fr 1fr}.at-featured-copy{padding:34px 26px}.at-featured-copy h2{font-size:32px}.at-author-intro{align-items:flex-start;flex-direction:column}.at-post-layout{gap:30px}.at-post-header{text-align:left}
}
@media(max-width:480px){
 .at-logo small{font-size:6px;letter-spacing:.08em}.at-footer-grid-premium{grid-template-columns:1fr}.at-blog-topics{grid-template-columns:1fr}.at-blog-search{flex-direction:column}.at-blog-search button{height:44px}
}

/* Atloras 1.2.7 — footer heading visibility fix */
.at-footer-final .at-footer-topline h2{color:#fff!important}
.at-footer-final .at-footer-topline h2 span{color:#ED6436!important}

/* Atloras 1.2.6 support pages, footer and CF7 polish */
.at-support-page{background:#fff}
.at-contact-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff5f0 0%,#fff 58%,#ffe5dc 100%);padding:82px 0 68px;border-bottom:1px solid var(--at-border)}
.at-contact-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:#ffd8cc;right:-180px;top:-220px;opacity:.55}
.at-contact-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#f5cfa6;left:-100px;bottom:-120px;opacity:.3}
.at-contact-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;position:relative;z-index:1}
.at-contact-kicker{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid #f0cfc4;border-radius:999px;background:#fff;color:var(--at-primary);font-size:11px;font-weight:900;letter-spacing:.12em}
.at-contact-copy h1,.at-track-hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:18px 0 20px;max-width:760px}
.at-contact-copy p,.at-track-hero p{font-size:18px;line-height:1.65;color:#5f6965;max-width:650px}
.at-contact-quick{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.at-contact-quick-btn{display:inline-flex;gap:10px;align-items:center;padding:14px 18px;border-radius:999px;border:1px solid var(--at-border);background:#fff;color:var(--at-ink);font-weight:900;box-shadow:0 10px 24px rgba(30,30,30,.07)}
.at-contact-quick-btn:hover{transform:translateY(-2px);border-color:var(--at-primary);color:var(--at-primary)}
.at-contact-quick-btn.at-wa{background:var(--at-primary);border-color:var(--at-primary);color:#fff}
.at-contact-quick-btn span{font-size:16px}
.at-contact-orbit{min-height:420px;position:relative;display:grid;place-items:center}
.at-contact-orbit:before{content:"";position:absolute;width:340px;height:340px;border:1px dashed rgba(237,100,54,.3);border-radius:50%}
.at-contact-orbit:after{content:"";position:absolute;width:235px;height:235px;border-radius:50%;background:linear-gradient(145deg,#ed6436,#f8a27f);box-shadow:0 35px 70px rgba(237,100,54,.25)}
.at-contact-orbit-paw{position:relative;z-index:3;width:150px;height:150px;border-radius:42% 58% 55% 45%;display:grid;place-items:center;background:#fff;font-size:70px;box-shadow:0 22px 50px rgba(0,0,0,.14);transform:rotate(-7deg)}
.at-contact-orbit-card{position:absolute;z-index:4;background:#fff;border:1px solid var(--at-border);border-radius:18px;padding:15px 17px;box-shadow:0 16px 35px rgba(0,0,0,.09);font-size:13px;min-width:180px}
.at-contact-orbit-card strong,.at-contact-orbit-card small{display:block}.at-contact-orbit-card strong{margin-top:4px}.at-contact-orbit-card small{color:var(--at-muted);margin-top:4px}.at-contact-orbit-card.one{left:0;top:45px}.at-contact-orbit-card.two{right:0;bottom:55px}
.at-contact-main{padding:70px 0 90px}
.at-contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:55px}
.at-contact-info-card{padding:26px;background:#fff;border:1px solid var(--at-border);border-radius:22px;box-shadow:0 12px 30px rgba(30,40,35,.045);transition:.25s}.at-contact-info-card:hover{transform:translateY(-4px);box-shadow:var(--at-shadow)}
.at-contact-icon{width:46px;height:46px;border-radius:14px;background:var(--at-soft);display:grid;place-items:center;color:var(--at-primary);font-size:22px}.at-contact-info-card h3{margin:18px 0 7px}.at-contact-info-card p{margin:0;line-height:1.65;color:#5e6763}.at-contact-info-card a{color:var(--at-ink);font-weight:800}.at-contact-info-card small{display:block;color:var(--at-muted);margin-top:7px}
.at-contact-form-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:35px;align-items:start}.at-contact-form-head h2{font-size:42px;line-height:1.05;letter-spacing:-.04em;margin:14px 0}.at-contact-form-head p{color:var(--at-muted);line-height:1.65}.at-contact-form-card{padding:30px;background:#fffaf7;border:1px solid #f1ddd5;border-radius:26px;box-shadow:0 18px 45px rgba(40,35,30,.06)}
.at-cf7-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.at-cf7-grid .at-cf7-full{grid-column:1/-1}.at-cf7-grid label{display:block;font-size:13px;font-weight:800;color:#27312d}.at-cf7-grid input,.at-cf7-grid select,.at-cf7-grid textarea{width:100%;margin-top:7px;border:1px solid #ead9d1;border-radius:14px;background:#fff;padding:13px 14px;font:inherit;color:var(--at-ink);box-sizing:border-box}.at-cf7-grid textarea{min-height:130px;resize:vertical}.at-cf7-grid input:focus,.at-cf7-grid select:focus,.at-cf7-grid textarea:focus{outline:2px solid rgba(237,100,54,.15);border-color:var(--at-primary)}.at-cf7-grid .wpcf7-acceptance{font-size:12px;color:var(--at-muted)}.at-cf7-grid .wpcf7-submit{width:auto;border:0;background:var(--at-primary);color:#fff;border-radius:999px;padding:14px 24px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(237,100,54,.2)}.at-cf7-grid .wpcf7-submit:hover{transform:translateY(-2px);background:#d9572d}.at-contact-form-missing{padding:24px;border-radius:16px;background:#fff;border:1px dashed #e6cfc5;color:var(--at-muted);line-height:1.6}
.at-track-hero{padding:75px 0 55px;text-align:center;background:linear-gradient(135deg,#fff5f0,#fff)}.at-track-hero p{margin:0 auto}.at-track-trust{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.at-track-trust span{background:#fff;border:1px solid var(--at-border);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;color:#4e5955}.at-track-main{padding:55px 0 90px}.at-track-card{max-width:860px;margin:0 auto;background:#fff;border:1px solid var(--at-border);border-radius:28px;padding:34px;box-shadow:0 18px 45px rgba(30,40,35,.06);position:relative}.at-track-number{position:absolute;right:25px;top:20px;color:#efb8a7;font-size:58px;font-weight:900;line-height:1}.at-track-card h2{font-size:30px;margin:0 0 8px}.at-track-card>div:nth-child(2) p{color:var(--at-muted)}.at-woo-tracking{margin-top:28px}.at-woo-tracking form{max-width:none!important}.at-woo-tracking .form-row{margin-bottom:15px}.at-woo-tracking input{border:1px solid var(--at-border);border-radius:12px;padding:12px 14px;width:100%;box-sizing:border-box}.at-woo-tracking button{border-radius:999px!important;background:var(--at-primary)!important;color:#fff!important;padding:13px 22px!important}.at-track-help{max-width:860px;margin:20px auto 0;padding:22px 25px;border-radius:20px;background:#f8f1e9;display:flex;align-items:center;gap:15px}.at-track-help>div{flex:1}.at-track-help strong,.at-track-help span{display:block}.at-track-help span{font-size:13px;color:var(--at-muted);margin-top:4px}
.at-footer-final{position:relative;overflow:hidden;background:#191919;color:#fff;border-top:0;padding:65px 0 20px}.at-footer-final .at-footer-wave{position:absolute;left:-5%;right:-5%;top:-55px;height:100px;background:#fff9f6;border-radius:50% 50% 0 0/100% 100% 0 0}.at-footer-final .at-footer-topline{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:25px;padding:30px 0 42px}.at-footer-topline h2{font-size:42px;line-height:1;margin:10px 0 0;letter-spacing:-.04em}.at-footer-topline h2 span{color:var(--at-primary)}.at-footer-cta{border:1px solid #444;border-radius:999px;padding:13px 18px;color:#fff;font-weight:900;background:#242424}.at-footer-final .at-footer-grid{position:relative;z-index:1;padding:38px 0;border-top:1px solid #343434}.at-footer-final .at-footer-logo{color:#fff}.at-footer-final .at-footer-logo small{color:#fff}.at-footer-final p,.at-footer-final a{color:#aeb3b0}.at-footer-final a:hover{color:#fff}.at-footer-final h3{color:#fff}.at-footer-final .at-footer-contact-mini{display:grid;gap:6px;margin:14px 0}.at-footer-final .at-footer-socials{display:flex;gap:8px}.at-footer-final .at-footer-socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid #3b3b3b;color:#fff;background:#222;font-size:11px;font-weight:900}.at-footer-final .at-footer-trust{border-top:1px solid #343434;border-bottom:1px solid #343434;padding:20px 0;color:#fff}.at-footer-final .at-footer-trust span{color:#8e9490}.at-footer-final .at-footer-pills span{background:#252525;border-color:#3a3a3a;color:#ddd}.at-footer-final .at-footer-bottom{border-top:0;margin-top:0;color:#8e9490}.at-footer-final .at-footer-bottom span:last-child{color:#ed6436}
@media(max-width:850px){.at-contact-hero-grid,.at-contact-form-wrap{grid-template-columns:1fr}.at-contact-orbit{min-height:330px}.at-contact-info-grid{grid-template-columns:1fr}.at-footer-topline{align-items:flex-start!important;flex-direction:column}.at-footer-topline h2{font-size:34px}.at-track-help{flex-wrap:wrap}.at-track-help>div{flex-basis:100%}}
@media(max-width:560px){.at-contact-copy h1,.at-track-hero h1{font-size:46px}.at-cf7-grid{grid-template-columns:1fr}.at-cf7-grid .at-cf7-full{grid-column:auto}.at-contact-orbit-card.one{left:-5px}.at-contact-orbit-card.two{right:-5px}.at-track-card{padding:24px}.at-track-help .at-btn{width:100%;text-align:center}.at-footer-final .at-footer-grid{grid-template-columns:1fr!important}}


/* Atloras 1.2.8 — All Categories dropdown, matching the Atlora Home & Living implementation */
.at-nav>.at-container{display:flex;align-items:center;gap:28px;min-height:52px}
.at-all-categories-wrap{position:relative;flex:0 0 auto;z-index:80}
.at-all-categories{appearance:none;border:0;cursor:pointer;font:inherit;text-align:left;display:block;width:225px;min-height:44px;border-radius:10px;background:var(--at-primary);color:#fff;font-weight:900;padding:10px 22px;transition:background .18s ease,transform .18s ease}
.at-all-categories span{margin-right:8px}
.at-all-categories:hover{background:var(--at-primary-dark);transform:translateY(-1px)}
.at-all-categories-wrap:focus-within .at-category-dropdown,
.at-all-categories-wrap:hover .at-category-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.at-category-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:min(920px,calc(100vw - 32px));background:#fff;border:1px solid var(--at-border);border-radius:16px;box-shadow:0 22px 55px rgba(20,30,25,.18);padding:22px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}
.at-category-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:24px 28px;max-height:430px;overflow:auto}
.at-category-menu-column{min-width:0}
.at-category-menu-title{display:block!important;color:#171717!important;font-size:14px!important;line-height:1.25;font-weight:900!important;padding:0 0 9px!important;border-bottom:2px solid rgba(237,100,54,.14);margin-bottom:6px}
.at-category-menu-title:hover{color:var(--at-primary)!important}
.at-category-menu-column ul{display:block!important;list-style:none;margin:0!important;padding:0!important;min-height:0!important}
.at-category-menu-column li{margin:0;padding:0;width:auto!important}
.at-category-menu-column li a{display:block!important;color:var(--at-muted)!important;font-size:13px!important;font-weight:600!important;line-height:1.35;padding:6px 0!important}
.at-category-menu-column li a:hover{color:var(--at-primary)!important;padding-left:3px!important}
.at-category-menu-all{display:flex!important;justify-content:flex-end;align-items:center;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid #eee7e2;color:var(--at-primary)!important;font-size:13px!important;font-weight:900!important}
.at-category-menu-all:hover{color:#171717!important}
@media(max-width:1050px){
  .at-category-dropdown{width:min(760px,calc(100vw - 32px))}
  .at-category-menu-grid{grid-template-columns:repeat(3,minmax(145px,1fr));gap:20px}
  .at-all-categories{width:190px}
}
@media(max-width:760px){
  .at-nav>.at-container{align-items:stretch;flex-direction:column;gap:0}
  .at-all-categories-wrap{width:100%;order:0}
  .at-all-categories{width:100%;min-width:0}
  .at-category-dropdown{position:static;width:100%;margin-top:8px;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;padding:16px;border-radius:12px;box-shadow:none}
  .at-all-categories-wrap.is-open .at-category-dropdown{display:block}
  .at-category-menu-grid{grid-template-columns:1fr 1fr;max-height:340px;gap:16px}
  .at-category-menu-all{justify-content:flex-start}
  .at-nav ul{order:2;width:100%}
}
@media(max-width:480px){.at-category-menu-grid{grid-template-columns:1fr}}


/* Atloras 1.2.9 — refined ATLORAS logo lockup for header and footer */
.at-brand-lockup{display:flex;align-items:center;min-width:220px}
.at-brand-lockup .at-logo,
.at-footer-brand .at-footer-logo{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-decoration:none;
  white-space:nowrap;
  line-height:1;
  position:relative;
  padding:2px 0 0;
}
.at-brand-lockup .at-logo::after,
.at-footer-brand .at-footer-logo::after{
  content:"";
  display:block;
  width:30px;
  height:3px;
  border-radius:99px;
  background:#ED6436;
  margin-top:6px;
  order:3;
}
.at-brand-lockup .at-logo small,
.at-footer-brand .at-footer-logo small{
  display:block;
  width:100%;
  max-width:220px;
  overflow:hidden;
  text-overflow:clip;
  white-space:nowrap;
  box-sizing:border-box;
  margin:6px 0 0;
  padding:0;
  font-size:7px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.19em;
  color:#171717;
  order:2;
}
.at-brand-lockup .at-logo{
  font-size:27px;
  font-weight:950;
  letter-spacing:.19em;
  color:var(--at-primary);
}
.at-brand-lockup .at-logo:hover{color:var(--at-primary)}
.at-footer-brand .at-footer-logo{
  font-size:25px;
  font-weight:950;
  letter-spacing:.18em;
  color:#fff!important;
}
.at-footer-brand .at-footer-logo small{
  color:#fff!important;
  opacity:.92;
}
.at-footer-brand .at-footer-logo::after{background:#ED6436}
.at-footer-brand .at-footer-logo:hover{color:#fff!important}
@media(max-width:760px){
  .at-brand-lockup{min-width:0}
  .at-brand-lockup .at-logo{font-size:24px;letter-spacing:.16em}
  .at-brand-lockup .at-logo small{font-size:6.5px;letter-spacing:.13em;max-width:205px}
}
@media(max-width:480px){
  .at-brand-lockup .at-logo{font-size:21px;letter-spacing:.13em}
  .at-brand-lockup .at-logo small{font-size:6px;letter-spacing:.09em;max-width:185px}
  .at-footer-brand .at-footer-logo{font-size:23px}
  .at-footer-brand .at-footer-logo small{font-size:6.5px;letter-spacing:.12em;max-width:205px}
}


/* Atloras 1.3.0 — Modern WooCommerce single-product gallery
 * Two-column product layout, horizontal thumbnails, hover-to-preview and
 * cursor-following hover zoom while preserving WooCommerce lightbox support.
 */
.single-product .site-main{padding-top:38px;padding-bottom:80px}
.single-product .woocommerce .site-main > .at-container{max-width:1240px}
.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:48px;align-items:start;position:relative}
.single-product .woocommerce div.product:before,.single-product .woocommerce div.product:after{display:none!important}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery{float:none!important;width:auto!important;margin:0!important;position:relative;min-width:0}
.single-product .woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important;min-width:0;padding:4px 0 0}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0!important;width:100%!important}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{display:flex!important;align-items:center;justify-content:center;background:#fff9f6;border:1px solid #f0e4de;border-radius:24px;overflow:hidden;aspect-ratio:1/1;position:relative;cursor:zoom-in}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;width:100%;height:100%;line-height:0}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#fff9f6!important;border-radius:0!important;padding:28px!important;margin:0!important;transition:transform .18s ease-out;transform-origin:center center;will-change:transform}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image.is-atloras-zooming img{transition:none}
.single-product .woocommerce div.images .woocommerce-product-gallery__trigger{z-index:12!important;top:14px!important;right:14px!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#fff!important;border:1px solid #eee3dd!important;box-shadow:0 8px 22px rgba(31,48,42,.10)!important;display:grid!important;place-items:center!important}
.single-product .woocommerce div.images .woocommerce-product-gallery__trigger:before{border-color:#171717!important}
.single-product .woocommerce div.images .woocommerce-product-gallery__trigger:after{background:#171717!important}
.single-product .woocommerce div.images .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;margin:14px 0 0!important;padding:2px 2px 8px!important;scrollbar-width:thin}
.single-product .woocommerce div.images .flex-control-thumbs li{float:none!important;flex:0 0 86px!important;width:86px!important;margin:0!important;padding:0!important;list-style:none!important}
.single-product .woocommerce div.images .flex-control-thumbs li img{width:86px!important;height:86px!important;object-fit:cover!important;display:block!important;margin:0!important;padding:0!important;background:#fff!important;border:2px solid transparent!important;border-radius:14px!important;opacity:.72!important;transition:transform .18s ease,opacity .18s ease,border-color .18s ease,box-shadow .18s ease!important;cursor:pointer!important}
.single-product .woocommerce div.images .flex-control-thumbs li img:hover{opacity:1!important;transform:translateY(-2px);box-shadow:0 8px 18px rgba(31,48,42,.10)!important}
.single-product .woocommerce div.images .flex-control-thumbs li img.flex-active{opacity:1!important;border-color:var(--at-primary)!important;box-shadow:0 0 0 2px rgba(237,100,54,.10)!important}
.single-product .woocommerce div.product .summary .product_title{font-size:clamp(30px,3vw,44px);line-height:1.08;letter-spacing:-.035em;color:#171717;margin:0 0 16px;font-weight:900}
.single-product .woocommerce div.product .summary .price{font-size:28px!important;line-height:1.15!important;color:var(--at-primary)!important;font-weight:900!important;margin:16px 0 20px!important}
.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description{font-size:15px;line-height:1.7;color:#4e5955;margin:0 0 22px;padding-bottom:22px;border-bottom:1px solid var(--at-border)}
.single-product .woocommerce div.product .summary .variations_form .variations{margin:0 0 18px!important;border:0!important;background:transparent!important}
.single-product .woocommerce div.product .summary .variations_form .variations td,.single-product .woocommerce div.product .summary .variations_form .variations th{padding:7px 0!important;border:0!important;background:transparent!important;text-align:left!important;vertical-align:middle}
.single-product .woocommerce div.product .summary .variations_form .variations th label{font-weight:900;color:#171717}
.single-product .woocommerce div.product .summary .variations_form select{min-height:44px;border:1px solid #ddd2cc;border-radius:10px;background:#fff;padding:8px 34px 8px 12px;font-weight:700;color:#171717}
.single-product .woocommerce div.product .summary .quantity .qty{min-height:48px!important;border-radius:12px!important;background:#fff!important}
.single-product .woocommerce div.product .summary form.cart{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 18px!important}
.single-product .woocommerce div.product .summary form.cart .quantity{margin:0!important}
.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button{min-height:48px!important;padding:13px 28px!important;border-radius:12px!important;font-size:15px!important;box-shadow:0 10px 22px rgba(237,100,54,.18)!important}
.single-product .woocommerce div.product .summary .yith-wcwl-add-to-wishlist{margin:0!important}
.single-product .woocommerce div.product .summary .product_meta{border-top:1px solid var(--at-border);padding-top:18px;color:#69726e;font-size:13px}
.single-product .woocommerce div.product .summary .product_meta a{color:var(--at-primary);font-weight:800}
.single-product .woocommerce div.product .summary .woocommerce-product-rating{margin:0 0 8px!important}
.single-product .woocommerce div.product .summary .star-rating{color:var(--at-primary)!important}
.single-product .woocommerce div.product .summary .stock{font-weight:800}
.single-product .woocommerce div.product .summary .out-of-stock{color:#b14b32}
.single-product .woocommerce div.product .summary .atloras-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:24px 0 0;border:1px solid var(--at-border);border-radius:16px;overflow:hidden;background:#fff}
.single-product .woocommerce div.product .summary .atloras-product-benefits .benefit{padding:16px 13px;border-right:1px solid var(--at-border);font-size:12px;line-height:1.45;color:#69726e}
.single-product .woocommerce div.product .summary .atloras-product-benefits .benefit:last-child{border-right:0}
.single-product .woocommerce div.product .summary .atloras-product-benefits strong{display:block;color:#171717;font-size:13px;margin-bottom:3px}
.single-product .woocommerce div.product .summary .atloras-product-benefits .benefit-icon{display:block;color:var(--at-primary);font-size:20px;margin-bottom:7px}
.single-product .woocommerce-tabs{margin-top:56px!important;border-top:1px solid var(--at-border);padding-top:28px}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:34px!important;border:0!important;margin:0 0 22px!important;padding:0!important}
.single-product .woocommerce-tabs ul.tabs:before,.single-product .woocommerce-tabs ul.tabs:after{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;border-radius:0!important;margin:0!important;padding:0 0 12px!important}
.single-product .woocommerce-tabs ul.tabs li a{font-weight:900;color:#4e5955;padding:0!important}
.single-product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid var(--at-primary)!important}
.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--at-primary)!important}

/* Small visual affordance for the hover-preview thumbnails. */
.single-product .woocommerce div.images .flex-control-thumbs li img{position:relative}

@media(max-width:1050px){
 .single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);gap:30px}
 .single-product .woocommerce div.product .summary .product_title{font-size:34px}
}
@media(max-width:760px){
 .single-product .site-main{padding-top:22px}
 .single-product .woocommerce div.product{display:block}
 .single-product .woocommerce div.product div.summary{padding-top:28px}
 .single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{border-radius:18px}
 .single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{padding:18px!important}
 .single-product .woocommerce div.images .flex-control-thumbs{gap:9px!important;margin-top:10px!important}
 .single-product .woocommerce div.images .flex-control-thumbs li,.single-product .woocommerce div.images .flex-control-thumbs li img{width:72px!important;height:72px!important;flex-basis:72px!important}
 .single-product .woocommerce div.product .summary .product_title{font-size:30px}
 .single-product .woocommerce div.product .summary .price{font-size:25px!important}
 .single-product .woocommerce div.product .summary .atloras-product-benefits{grid-template-columns:1fr}
 .single-product .woocommerce div.product .summary .atloras-product-benefits .benefit{border-right:0;border-bottom:1px solid var(--at-border)}
 .single-product .woocommerce div.product .summary .atloras-product-benefits .benefit:last-child{border-bottom:0}
}
@media(max-width:480px){
 .single-product .woocommerce div.product .summary form.cart{align-items:stretch}
 .single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button{flex:1}
}

/* ========================================================================
   Atloras 1.3.1 — Amazon-inspired single-product experience
   The rules below intentionally use the dedicated Atloras template classes
   so WooCommerce's legacy float/width rules cannot collapse the two columns.
   ======================================================================== */
.atloras-single-product-main{padding:36px 0 80px!important}
.atloras-single-product-container{width:min(1240px,calc(100% - 40px));margin:0 auto!important}
.atloras-product-layout{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr)!important;gap:44px!important;align-items:start!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important;clear:both!important}
.atloras-product-layout:before,.atloras-product-layout:after{display:none!important;content:none!important}
.atloras-product-gallery-column,.atloras-product-summary-column{min-width:0!important;width:auto!important;float:none!important;clear:none!important;margin:0!important;padding:0!important}
.atloras-product-gallery-column .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;position:relative!important}
.atloras-product-gallery-column .woocommerce-product-gallery__wrapper{width:100%!important;margin:0!important}
.atloras-product-gallery-column .woocommerce-product-gallery__image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;min-height:520px!important;background:#fffaf7!important;border:1px solid #eee1da!important;border-radius:20px!important;overflow:hidden!important;position:relative!important;cursor:crosshair!important}
.atloras-product-gallery-column .woocommerce-product-gallery__image a{display:block!important;width:100%!important;height:100%!important;line-height:0!important}
.atloras-product-gallery-column .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:22px!important;margin:0!important;border:0!important;border-radius:0!important;background:#fffaf7!important;transform-origin:center center!important;will-change:transform!important;transition:transform .16s ease-out!important}
.atloras-product-gallery-column .woocommerce-product-gallery__image.is-atloras-zooming img{transition:none!important}
.atloras-product-gallery-column .woocommerce-product-gallery__trigger{z-index:20!important;top:14px!important;right:14px!important;width:46px!important;height:46px!important;border-radius:50%!important;background:#fff!important;border:1px solid #eaded7!important;box-shadow:0 7px 20px rgba(31,48,42,.12)!important;display:grid!important;place-items:center!important}
.atloras-product-gallery-column .flex-control-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;height:auto!important;overflow-x:auto!important;overflow-y:hidden!important;list-style:none!important;margin:14px 0 0!important;padding:2px 2px 8px!important;float:none!important;scroll-behavior:smooth!important;scrollbar-width:thin!important}
.atloras-product-gallery-column .flex-control-thumbs li{display:block!important;float:none!important;flex:0 0 78px!important;width:78px!important;height:78px!important;margin:0!important;padding:0!important;list-style:none!important}
.atloras-product-gallery-column .flex-control-thumbs li img{display:block!important;width:78px!important;height:78px!important;max-width:none!important;object-fit:cover!important;margin:0!important;padding:0!important;border:2px solid transparent!important;border-radius:12px!important;background:#fff!important;opacity:.72!important;cursor:pointer!important;transition:opacity .16s ease,transform .16s ease,border-color .16s ease,box-shadow .16s ease!important}
.atloras-product-gallery-column .flex-control-thumbs li img:hover{opacity:1!important;transform:translateY(-2px)!important;box-shadow:0 7px 16px rgba(31,48,42,.11)!important}
.atloras-product-gallery-column .flex-control-thumbs li img.flex-active{opacity:1!important;border-color:#ed6436!important;box-shadow:0 0 0 2px rgba(237,100,54,.10)!important}
.atloras-product-summary-column .product_title{font-size:clamp(30px,3vw,43px)!important;line-height:1.08!important;letter-spacing:-.035em!important;color:#171717!important;margin:0 0 14px!important;font-weight:900!important}
.atloras-product-summary-column .woocommerce-product-rating{margin:0 0 10px!important}
.atloras-product-summary-column .star-rating{color:#ed6436!important}
.atloras-product-summary-column .price{font-size:29px!important;line-height:1.15!important;color:#ed6436!important;font-weight:900!important;margin:12px 0 18px!important}
.atloras-product-summary-column .woocommerce-product-details__short-description{font-size:15px!important;line-height:1.7!important;color:#4e5955!important;margin:0 0 22px!important;padding:0 0 20px!important;border-bottom:1px solid #e9e0db!important}
.atloras-product-summary-column form.cart{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin:20px 0 18px!important}
.atloras-product-summary-column form.cart .quantity{margin:0!important}
.atloras-product-summary-column form.cart .single_add_to_cart_button{min-height:50px!important;padding:13px 28px!important;border:0!important;border-radius:10px!important;background:#ed6436!important;color:#fff!important;font-weight:900!important;box-shadow:0 8px 20px rgba(237,100,54,.20)!important}
.atloras-product-summary-column form.cart .single_add_to_cart_button:hover{background:#c94b25!important;transform:translateY(-1px)!important}
.atloras-product-summary-column .variations{width:100%!important;margin:0 0 16px!important;border:0!important;background:transparent!important}
.atloras-product-summary-column .variations td,.atloras-product-summary-column .variations th{padding:7px 0!important;border:0!important;background:transparent!important;text-align:left!important;vertical-align:middle!important}
.atloras-product-summary-column .variations th label{font-weight:900!important;color:#171717!important}
.atloras-product-summary-column .variations select{min-height:44px!important;border:1px solid #dcd0c9!important;border-radius:9px!important;background:#fff!important;padding:8px 34px 8px 12px!important;font-weight:700!important;color:#171717!important}
.atloras-product-summary-column .quantity .qty{min-height:50px!important;border:1px solid #dcd0c9!important;border-radius:10px!important;background:#fff!important}
.atloras-product-summary-column .product_meta{margin-top:18px!important;padding-top:18px!important;border-top:1px solid #e9e0db!important;color:#68736e!important;font-size:13px!important}
.atloras-product-summary-column .product_meta a{color:#ed6436!important;font-weight:800!important}
.atloras-product-summary-column .yith-wcwl-add-to-wishlist{margin:0 0 18px!important}
.atloras-single-product-container > .woocommerce-tabs{clear:both!important;width:100%!important;margin-top:58px!important;padding-top:28px!important;border-top:1px solid #e8dfda!important}
.atloras-single-product-container > .related,.atloras-single-product-container > .upsells{clear:both!important;width:100%!important;margin-top:56px!important}
@media(max-width:1050px){
 .atloras-product-layout{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr)!important;gap:28px!important}
 .atloras-product-gallery-column .woocommerce-product-gallery__image{min-height:440px!important}
}
@media(max-width:760px){
 .atloras-single-product-main{padding:22px 0 55px!important}
 .atloras-single-product-container{width:min(100% - 28px,640px)!important}
 .atloras-product-layout{display:block!important}
 .atloras-product-summary-column{margin-top:28px!important}
 .atloras-product-gallery-column .woocommerce-product-gallery__image{min-height:0!important;aspect-ratio:1 / 1!important;border-radius:16px!important}
 .atloras-product-gallery-column .flex-control-thumbs{gap:8px!important;margin-top:10px!important}
 .atloras-product-gallery-column .flex-control-thumbs li,.atloras-product-gallery-column .flex-control-thumbs li img{width:68px!important;height:68px!important;flex-basis:68px!important}
 .atloras-product-summary-column .product_title{font-size:30px!important}
 .atloras-product-summary-column .price{font-size:25px!important}
}


/* ========================================================================
   Atloras 1.3.3 — Product thumbnail carousel hardening
   Force the WooCommerce thumbnail list into a single horizontal row.
   Inline styles are also applied by theme.js because some WooCommerce/gallery
   implementations add inline widths or later grid/flex rules.
   ======================================================================== */
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs,
.single-product .atloras-product-gallery-column ol.flex-control-thumbs,
.single-product .atloras-product-gallery-column ul.flex-control-thumbs{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:94px!important;
  box-sizing:border-box!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  gap:10px!important;
  margin:14px 0 0!important;
  padding:2px 46px 8px!important;
  float:none!important;
  clear:both!important;
  list-style:none!important;
  white-space:nowrap!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs::-webkit-scrollbar,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs::-webkit-scrollbar{
  display:none!important;
}
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li,
.single-product .atloras-product-gallery-column ol.flex-control-thumbs > li,
.single-product .atloras-product-gallery-column ul.flex-control-thumbs > li{
  display:block!important;
  position:relative!important;
  float:none!important;
  flex:0 0 82px!important;
  width:82px!important;
  min-width:82px!important;
  max-width:82px!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  white-space:normal!important;
}
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li img,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li img,
.single-product .atloras-product-gallery-column ol.flex-control-thumbs > li img,
.single-product .atloras-product-gallery-column ul.flex-control-thumbs > li img{
  display:block!important;
  width:82px!important;
  min-width:82px!important;
  max-width:82px!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  box-sizing:border-box!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:2px solid transparent!important;
  border-radius:12px!important;
  background:#fff!important;
  opacity:.72!important;
  cursor:pointer!important;
  transition:opacity .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li:hover img,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li:hover img{
  opacity:1!important;
  transform:translateY(-2px)!important;
  box-shadow:0 7px 16px rgba(31,48,42,.12)!important;
}
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li img.flex-active,
.single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li img.flex-active{
  opacity:1!important;
  border-color:#ed6436!important;
  box-shadow:0 0 0 2px rgba(237,100,54,.12)!important;
}

/* Carousel navigation buttons are injected by theme.js. */
.atloras-thumb-nav{
  position:absolute!important;
  top:auto!important;
  bottom:26px!important;
  z-index:30!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid #e8ddd6!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#171717!important;
  box-shadow:0 5px 16px rgba(31,48,42,.10)!important;
  cursor:pointer!important;
  font-size:19px!important;
  line-height:1!important;
  transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease!important;
}
.atloras-thumb-nav:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 8px 20px rgba(31,48,42,.15)!important;
}
.atloras-thumb-nav.is-disabled{
  opacity:.35!important;
  cursor:default!important;
  pointer-events:none!important;
}
.atloras-thumb-prev{left:7px!important}
.atloras-thumb-next{right:7px!important}

@media(max-width:760px){
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs,
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs{
    height:78px!important;
    gap:8px!important;
    padding-left:40px!important;
    padding-right:40px!important;
    margin-top:10px!important;
  }
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li,
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li{
    flex-basis:68px!important;
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
  }
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ol.flex-control-thumbs > li img,
  .single-product .atloras-product-gallery-column .woocommerce-product-gallery ul.flex-control-thumbs > li img{
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
  }
  .atloras-thumb-nav{bottom:20px!important;width:30px!important;height:30px!important;font-size:17px!important}
  .atloras-thumb-prev{left:4px!important}
  .atloras-thumb-next{right:4px!important}
}

/* ========================================================================
   Atloras 1.3.3 — Dedicated product gallery
   The native WooCommerce thumbnail grid is no longer used on the product
   page. This gallery owns its geometry, so plugin/theme thumbnail CSS cannot
   turn it back into a multi-row grid.
   ======================================================================== */
.atloras-custom-gallery{width:100%;min-width:0}
.atloras-custom-main-wrap{position:relative;width:100%;overflow:visible}
.atloras-custom-main-image{
  position:relative;width:100%;aspect-ratio:1/1;min-height:520px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:#fffaf7;border:1px solid #eee1da;border-radius:20px;
  cursor:crosshair;outline:none;
}
.atloras-main-product-image{
  display:block!important;width:100%!important;height:100%!important;
  max-width:none!important;max-height:none!important;object-fit:contain!important;
  padding:20px!important;margin:0!important;border:0!important;border-radius:0!important;
  background:#fffaf7!important;transform:scale(1);transform-origin:center center;
  transition:transform .16s ease-out;will-change:transform;
  user-select:none;-webkit-user-drag:none;
}
.atloras-custom-main-image.is-zooming .atloras-main-product-image{transition:none}
.atloras-gallery-zoom-button{
  position:absolute;z-index:8;top:14px;right:14px;width:46px;height:46px;
  border:1px solid #eaded7;border-radius:50%;background:#fff;color:#171717;
  box-shadow:0 7px 20px rgba(31,48,42,.12);font-size:25px;line-height:1;
  display:grid;place-items:center;cursor:pointer;transition:.18s;
}
.atloras-gallery-zoom-button:hover{transform:scale(1.05);color:#ed6436;border-color:#ed6436}
.atloras-gallery-main-arrow{
  position:absolute;z-index:7;top:50%;transform:translateY(-50%);width:40px;height:40px;
  border:1px solid #eaded7;border-radius:50%;background:rgba(255,255,255,.95);color:#171717;
  box-shadow:0 6px 18px rgba(31,48,42,.12);display:grid;place-items:center;
  font-size:27px;line-height:1;cursor:pointer;opacity:0;transition:.18s;
}
.atloras-custom-main-wrap:hover .atloras-gallery-main-arrow{opacity:1}
.atloras-gallery-main-arrow:hover{color:#ed6436;border-color:#ed6436}
.atloras-gallery-main-prev{left:14px}.atloras-gallery-main-next{right:14px}

.atloras-thumbnail-carousel{
  position:relative;width:100%;margin-top:14px;min-width:0;padding:0 44px;
}
.atloras-thumb-track{
  display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
  align-items:center!important;justify-content:flex-start!important;gap:10px!important;
  width:100%!important;min-width:0!important;height:92px!important;
  overflow-x:auto!important;overflow-y:hidden!important;margin:0!important;padding:2px 2px 8px!important;
  scrollbar-width:thin;scroll-behavior:smooth;overscroll-behavior-x:contain;
}
.atloras-product-thumb{
  flex:0 0 82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;
  height:82px!important;min-height:82px!important;max-height:82px!important;
  padding:0!important;margin:0!important;border:2px solid transparent!important;border-radius:13px!important;
  overflow:hidden!important;background:#fff!important;cursor:pointer!important;display:block!important;
  opacity:.72;transition:transform .16s ease,opacity .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.atloras-product-thumb img{
  display:block!important;width:100%!important;height:100%!important;max-width:none!important;
  object-fit:cover!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;
}
.atloras-product-thumb:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 18px rgba(31,48,42,.11)}
.atloras-product-thumb.is-active{opacity:1;border-color:#ed6436!important;box-shadow:0 0 0 2px rgba(237,100,54,.11)}
.atloras-thumbnail-carousel .atloras-thumb-nav{
  position:absolute!important;top:50%!important;transform:translateY(-50%)!important;
  z-index:4!important;width:34px!important;height:34px!important;min-width:34px!important;
  padding:0!important;border:1px solid #e8ddd6!important;border-radius:50%!important;
  background:#fff!important;color:#171717!important;box-shadow:0 5px 16px rgba(31,48,42,.10)!important;
  display:grid!important;place-items:center!important;font-size:23px!important;line-height:1!important;
  cursor:pointer!important;transition:.16s!important;opacity:1!important;
}
.atloras-thumbnail-carousel .atloras-thumb-nav:hover{color:#ed6436!important;border-color:#ed6436!important}
.atloras-thumbnail-carousel .atloras-thumb-prev{left:0!important}.atloras-thumbnail-carousel .atloras-thumb-next{right:0!important}
.atloras-thumbnail-carousel .atloras-thumb-nav.is-disabled{opacity:.3!important;pointer-events:none!important}

.atloras-gallery-lightbox{
  position:fixed;inset:0;z-index:99999;background:rgba(10,12,11,.88);display:none;
  align-items:center;justify-content:center;padding:40px;cursor:zoom-out;
}
.atloras-gallery-lightbox.is-open{display:flex}
.atloras-lightbox-image{max-width:min(1100px,94vw)!important;max-height:92vh!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#fff;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.atloras-lightbox-close{position:fixed;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#171717;font-size:30px;line-height:1;cursor:pointer;z-index:2}

@media(max-width:1050px){
  .atloras-custom-main-image{min-height:440px}
}
@media(max-width:760px){
  .atloras-custom-main-image{min-height:0;aspect-ratio:1/1;border-radius:16px}
  .atloras-main-product-image{padding:14px!important}
  .atloras-thumbnail-carousel{padding:0 38px;margin-top:10px}
  .atloras-thumb-track{height:78px!important;gap:8px!important}
  .atloras-product-thumb{flex-basis:68px!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important}
  .atloras-thumbnail-carousel .atloras-thumb-nav{width:30px!important;height:30px!important;font-size:20px!important}
  .atloras-gallery-main-arrow{opacity:1;width:34px;height:34px;font-size:23px}
  .atloras-gallery-lightbox{padding:20px}
}
.atloras-thumbnail-carousel .atloras-thumb-nav.is-hidden{display:none!important}
body.atloras-lightbox-open{overflow:hidden}

/* ========================================================================
   Atloras 1.3.6 — definitive WooCommerce gallery override
   The custom gallery lives in woocommerce/single-product.php. These rules
   are intentionally scoped to the custom classes and are placed last so no
   WooCommerce/plugin gallery rule can turn the thumbnail track into a grid.
   ======================================================================== */
.single-product .atloras-custom-gallery,
.single-product .atloras-custom-gallery *{box-sizing:border-box}
.single-product .atloras-thumbnail-carousel{display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:14px 0 0!important;padding:0!important;position:relative!important}
.single-product .atloras-thumb-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;height:92px!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:2px 2px 8px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;float:none!important;clear:none!important;list-style:none!important;scroll-behavior:smooth!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}
.single-product .atloras-thumb-track::-webkit-scrollbar{display:none!important}
.single-product .atloras-product-thumb{display:block!important;position:relative!important;flex:0 0 82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important;margin:0!important;padding:0!important;border:2px solid transparent!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;float:none!important;line-height:0!important;vertical-align:top!important;white-space:normal!important;cursor:pointer!important;opacity:.72!important}
.single-product .atloras-product-thumb img{display:block!important;position:static!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;float:none!important;transform:none!important}
.single-product .atloras-product-thumb:hover{opacity:1!important;transform:translateY(-2px)!important;box-shadow:0 7px 16px rgba(31,48,42,.11)!important}
.single-product .atloras-product-thumb.is-active{opacity:1!important;border-color:#ed6436!important;box-shadow:0 0 0 2px rgba(237,100,54,.12)!important}
.single-product .atloras-thumbnail-carousel .atloras-thumb-nav{position:static!important;display:grid!important;place-items:center!important;width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;margin:0!important;padding:0!important;border:1px solid #e8ddd6!important;border-radius:50%!important;background:#fff!important;color:#171717!important;box-shadow:0 5px 16px rgba(31,48,42,.10)!important;font-size:23px!important;line-height:1!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;float:none!important}
.single-product .atloras-thumbnail-carousel .atloras-thumb-nav:hover{color:#ed6436!important;border-color:#ed6436!important}
.single-product .atloras-thumbnail-carousel .atloras-thumb-nav.is-disabled{opacity:.3!important;pointer-events:none!important}
.single-product .atloras-thumbnail-carousel .atloras-thumb-nav.is-hidden{visibility:hidden!important;pointer-events:none!important}
@media(max-width:760px){
 .single-product .atloras-thumbnail-carousel{grid-template-columns:32px minmax(0,1fr) 32px!important;gap:6px!important;margin-top:10px!important}
 .single-product .atloras-thumb-track{height:78px!important;gap:8px!important;padding-bottom:5px!important}
 .single-product .atloras-product-thumb{flex-basis:68px!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important}
 .single-product .atloras-thumbnail-carousel .atloras-thumb-nav{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;font-size:20px!important}
}


/* ==========================================================================
   Atloras 1.3.6 — Final custom gallery isolation
   The custom gallery is intentionally independent of WooCommerce's native
   .woocommerce-product-gallery / .flex-control-thumbs markup.
   ========================================================================== */
.single-product .atloras-custom-gallery{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.single-product .atloras-custom-gallery .atloras-thumbnail-carousel{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin-top:14px!important;
  padding:0!important;
}
.single-product .atloras-custom-gallery .atloras-thumb-track{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
}
.single-product .atloras-custom-gallery .atloras-thumb-prev{
  grid-column:1!important;
  grid-row:1!important;
  position:static!important;
  transform:none!important;
}
.single-product .atloras-custom-gallery .atloras-thumb-next{
  grid-column:3!important;
  grid-row:1!important;
  position:static!important;
  transform:none!important;
}
.single-product .atloras-custom-gallery .atloras-product-thumb{
  display:block!important;
  flex:0 0 82px!important;
  width:82px!important;
  min-width:82px!important;
  max-width:82px!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
}
.single-product .atloras-custom-gallery .atloras-product-thumb img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}
@media(max-width:760px){
  .single-product .atloras-custom-gallery .atloras-thumbnail-carousel{
    grid-template-columns:30px minmax(0,1fr) 30px!important;
    gap:6px!important;
  }
  .single-product .atloras-custom-gallery .atloras-product-thumb{
    flex-basis:68px!important;
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
  }
}

/* ========================================================================
   Atloras 1.3.6 — Product detail polish & responsive tabs
   Small UI refinements requested for the live product detail page:
   - More breathing room around variation labels (including Model)
   - Clear separation between quantity and Add to Cart
   - Modern tab navigation without WooCommerce bullet styling
   - Strong mobile/tablet safeguards
   ======================================================================== */

/* 1) Variation label / option spacing.
 * Some variation plugins render the label as a table header while others
 * render it as a standalone row. These rules cover both layouts.
 */
.single-product .atloras-product-summary-column form.variations_form .variations tr + tr{
  border-top:0!important;
}
.single-product .atloras-product-summary-column form.variations_form .variations th.label,
.single-product .atloras-product-summary-column form.variations_form .variations th label,
.single-product .atloras-product-summary-column form.variations_form .variations .label label{
  padding-right:14px!important;
  white-space:nowrap!important;
}
.single-product .atloras-product-summary-column form.variations_form .variations td.value{
  padding-left:6px!important;
}
.single-product .atloras-product-summary-column form.variations_form .variations tr{
  vertical-align:top!important;
}
.single-product .atloras-product-summary-column form.variations_form .variations tr:not(:last-child) th,
.single-product .atloras-product-summary-column form.variations_form .variations tr:not(:last-child) td{
  padding-bottom:13px!important;
}
/* WPC / pill-style variation controls commonly used on Atloras. */
.single-product .atloras-product-summary-column form.variations_form .variations .variable-item-wrap,
.single-product .atloras-product-summary-column form.variations_form .variations .variable-items-wrapper{
  margin-top:5px!important;
}
.single-product .atloras-product-summary-column form.variations_form .variations .variable-item{
  margin-bottom:5px!important;
}

/* 2) Quantity and Add to Cart must have a visible, consistent gap. */
.single-product .atloras-product-summary-column form.cart{
  column-gap:16px!important;
  row-gap:12px!important;
}
.single-product .atloras-product-summary-column form.cart .quantity{
  margin:0 2px 0 0!important;
  flex:0 0 auto!important;
}
.single-product .atloras-product-summary-column form.cart .quantity .qty{
  min-width:60px!important;
}
.single-product .atloras-product-summary-column form.cart .single_add_to_cart_button{
  margin-left:2px!important;
}

/* 3) Modern WooCommerce tabs — remove the browser/WooCommerce bullet look
 * and replace it with clean, clickable tab buttons.
 */
.single-product .atloras-single-product-container > .woocommerce-tabs{
  clear:both!important;
  width:100%!important;
  margin:58px 0 0!important;
  padding:0!important;
  border-top:1px solid #eadfd9!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs,
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs.wc-tabs{
  display:flex!important;
  align-items:stretch!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
  padding:18px 0 0!important;
  border:0!important;
  background:transparent!important;
  list-style:none!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs::before,
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs::after{
  display:none!important;
  content:none!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li,
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li.active{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #e6dcd6!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  list-style:none!important;
  overflow:visible!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li::before,
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li::after{
  display:none!important;
  content:none!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 20px!important;
  color:#37423e!important;
  background:transparent!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:color .18s ease,background .18s ease!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li:hover{
  border-color:#ed6436!important;
  background:#fff7f3!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li:hover a{
  color:#ed6436!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li.active{
  border-color:#ed6436!important;
  background:#ed6436!important;
  box-shadow:0 7px 18px rgba(237,100,54,.16)!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li.active a{
  color:#fff!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs .woocommerce-Tabs-panel{
  margin:0!important;
  padding:26px 4px 0!important;
  border:0!important;
  color:#4e5955!important;
  font-size:15px!important;
  line-height:1.75!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs .woocommerce-Tabs-panel h2{
  margin:0 0 12px!important;
  color:#171717!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.single-product .atloras-single-product-container > .woocommerce-tabs .woocommerce-Tabs-panel p:last-child{
  margin-bottom:0!important;
}

/* 4) Responsive protection for the entire product detail area. */
.single-product .atloras-single-product-container,
.single-product .atloras-product-layout,
.single-product .atloras-product-gallery-column,
.single-product .atloras-product-summary-column{
  min-width:0!important;
  max-width:100%!important;
}
.single-product .atloras-product-summary-column form.cart > *{
  max-width:100%!important;
}
.single-product .atloras-product-summary-column .variations,
.single-product .atloras-product-summary-column .variations td,
.single-product .atloras-product-summary-column .variations th{
  max-width:100%!important;
}

@media(max-width:760px){
  .single-product .atloras-product-summary-column form.variations_form .variations th.label,
  .single-product .atloras-product-summary-column form.variations_form .variations th label,
  .single-product .atloras-product-summary-column form.variations_form .variations .label label{
    padding-right:10px!important;
  }
  .single-product .atloras-product-summary-column form.variations_form .variations tr:not(:last-child) th,
  .single-product .atloras-product-summary-column form.variations_form .variations tr:not(:last-child) td{
    padding-bottom:11px!important;
  }
  .single-product .atloras-product-summary-column form.cart{
    column-gap:12px!important;
    row-gap:10px!important;
  }
  .single-product .atloras-product-summary-column form.cart .single_add_to_cart_button{
    margin-left:0!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs{
    margin-top:42px!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs,
  .single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs.wc-tabs{
    gap:7px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:14px 0 4px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs::-webkit-scrollbar{
    display:none!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li{
    flex:0 0 auto!important;
    min-height:43px!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs ul.tabs li a{
    min-height:41px!important;
    padding:0 15px!important;
    font-size:13px!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs .woocommerce-Tabs-panel{
    padding:22px 0 0!important;
    font-size:14px!important;
  }
  .single-product .atloras-single-product-container > .woocommerce-tabs .woocommerce-Tabs-panel h2{
    font-size:20px!important;
  }
}

@media(max-width:480px){
  .single-product .atloras-product-summary-column form.variations_form .variations th,
  .single-product .atloras-product-summary-column form.variations_form .variations td{
    display:block!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .single-product .atloras-product-summary-column form.variations_form .variations th{
    padding-bottom:4px!important;
  }
  .single-product .atloras-product-summary-column form.variations_form .variations td{
    padding-bottom:12px!important;
  }
  .single-product .atloras-product-summary-column form.cart{
    display:flex!important;
    align-items:center!important;
    column-gap:10px!important;
  }
  .single-product .atloras-product-summary-column form.cart .quantity{
    flex:0 0 auto!important;
  }
  .single-product .atloras-product-summary-column form.cart .single_add_to_cart_button{
    flex:1 1 auto!important;
    min-width:0!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
}


/* ========================================================================
   Atloras 1.3.7 — Quantity / Add to Cart spacing
   Keep the quantity control and Add to Cart button on the same row on
   normal screens and give them a definite visual separation. Some
   WooCommerce/WCBoost styles can override flex gaps, so the margin is
   intentionally explicit as a second safeguard.
   ======================================================================== */
.single-product .atloras-product-summary-column form.cart{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  column-gap:18px!important;
  row-gap:12px!important;
}
.single-product .atloras-product-summary-column form.cart .quantity{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  margin:0 14px 0 0!important;
}
.single-product .atloras-product-summary-column form.cart .quantity .qty{
  min-width:60px!important;
  width:60px!important;
}
.single-product .atloras-product-summary-column form.cart .single_add_to_cart_button{
  flex:0 1 auto!important;
  margin:0!important;
}
@media(max-width:600px){
  .single-product .atloras-product-summary-column form.cart{
    flex-wrap:wrap!important;
    column-gap:12px!important;
  }
  .single-product .atloras-product-summary-column form.cart .quantity{
    margin-right:10px!important;
  }
  .single-product .atloras-product-summary-column form.cart .single_add_to_cart_button{
    flex:1 1 auto!important;
    min-width:0!important;
  }
}


/* ========================================================================
   Atloras 1.3.8 — Product quantity / cart / wishlist action row
   - Restores a visible Quantity label.
   - Keeps Quantity, Add to Cart and Add to Wishlist separated on one row.
   - Handles both simple products and WooCommerce variable-product forms.
   - The wishlist element is moved into the native cart action row by JS so
     plugin functionality remains intact while the layout stays consistent.
   ======================================================================== */
.single-product .atloras-product-summary-column .atloras-cart-action-row{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  gap:14px!important;
  margin:18px 0 18px!important;
}
.single-product .atloras-product-summary-column form.cart:not(.variations_form).atloras-cart-action-row{
  margin:18px 0 18px!important;
}
.single-product .atloras-product-summary-column form.cart.variations_form{
  display:block!important;
  margin:0!important;
}
.single-product .atloras-product-summary-column form.cart.variations_form .woocommerce-variation-add-to-cart.atloras-cart-action-row,
.single-product .atloras-product-summary-column form.cart.variations_form .woocommerce-variation-add-to-cart-enabled.atloras-cart-action-row{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  width:100%!important;
  margin:18px 0 18px!important;
}
.single-product .atloras-product-summary-column .atloras-quantity-label{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  margin:0 2px 0 0!important;
  color:#202a27!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row .quantity{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:60px!important;
  margin:0!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row .quantity .qty{
  display:block!important;
  width:60px!important;
  min-width:60px!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 10px!important;
  text-align:center!important;
  border:1px solid #dcd0c9!important;
  border-radius:10px!important;
  background:#fff!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row .single_add_to_cart_button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-height:50px!important;
  margin:0!important;
  white-space:nowrap!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"],
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] a,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] button,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] a,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] button{
  margin:0!important;
}

@media(max-width:760px){
  .single-product .atloras-product-summary-column .atloras-cart-action-row,
  .single-product .atloras-product-summary-column form.cart.variations_form .woocommerce-variation-add-to-cart.atloras-cart-action-row,
  .single-product .atloras-product-summary-column form.cart.variations_form .woocommerce-variation-add-to-cart-enabled.atloras-cart-action-row{
    flex-wrap:wrap!important;
    gap:10px!important;
  }
  .single-product .atloras-product-summary-column .atloras-cart-action-row .single_add_to_cart_button{
    flex:1 1 auto!important;
    min-width:150px!important;
  }
  .single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"],
  .single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"]{
    flex:1 1 auto!important;
    min-width:150px!important;
  }
}
@media(max-width:480px){
  .single-product .atloras-product-summary-column .atloras-cart-action-row .atloras-quantity-label{
    width:100%!important;
    margin-bottom:0!important;
  }
  .single-product .atloras-product-summary-column .atloras-cart-action-row .single_add_to_cart_button,
  .single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"],
  .single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"]{
    flex:1 1 100%!important;
    min-width:0!important;
    width:100%!important;
  }
}


/* ========================================================================
   Atloras 1.4.0 — Wishlist, Compare, Recently Viewed and My Account polish
   ======================================================================== */
.at-header .at-actions{gap:10px;flex-wrap:nowrap}
.at-header .at-header-wishlist svg,.at-header .at-header-compare svg,.at-header .at-header-recent-viewed svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.at-header .at-header-wishlist,.at-header .at-header-compare,.at-header .at-header-recent-viewed{flex:0 0 44px}

/* Wishlist button: give the plugin's text and border comfortable breathing room. */
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] a,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] button,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] a,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:50px!important;padding:0 30px!important;border:1px solid #ed6436!important;
  border-radius:12px!important;background:#ed6436!important;color:#fff!important;
  font-weight:800!important;line-height:1.2!important;white-space:nowrap!important;
  box-sizing:border-box!important;
}
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*='wishlist'] a > *,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*='wishlist'] button > *,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*='wishlist'] a > *,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*='wishlist'] button > *{
  margin-left:2px!important;
  margin-right:2px!important;
}

.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] a:hover,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [class*="wishlist"] button:hover,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] a:hover,
.single-product .atloras-product-summary-column .atloras-cart-action-row > [id*="wishlist"] button:hover{background:#c94b25!important;border-color:#c94b25!important;color:#fff!important}

/* Recently viewed page */
.at-recent-viewed-hero{padding:60px 0 36px;background:linear-gradient(115deg,#fff5f0 0%,#fbfaf6 100%)}
.at-recent-viewed-hero h1{margin:16px 0 8px;font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-.045em}
.at-recent-viewed-hero p{margin:0;color:var(--at-muted);font-size:16px;max-width:700px}
.at-recent-viewed-content{padding-top:35px;min-height:430px}
.at-recent-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.at-recent-card{background:#fff;border:1px solid var(--at-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(30,52,45,.06);min-width:0;transition:transform .2s ease,box-shadow .2s ease}
.at-recent-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(30,52,45,.11)}
.at-recent-card-image{display:block;position:relative;aspect-ratio:1/1;background:#faf9f6;overflow:hidden}
.at-recent-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.at-recent-card-body{padding:17px}
.at-recent-card-title{display:block;font-weight:800;line-height:1.35;min-height:2.7em;margin-bottom:8px}
.at-recent-card-title:hover{color:var(--at-primary)}
.at-recent-card .at-price{margin-bottom:13px;font-weight:900}
.at-recent-card .at-product-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;background:var(--at-primary);color:#fff;font-size:13px;font-weight:800}
.at-recent-card .at-product-action:hover{background:var(--at-primary-dark);color:#fff}
.at-recent-empty{text-align:center;padding:70px 20px;border:1px dashed #ddd3cd;border-radius:20px;background:#fff}
.at-recent-empty-icon{width:58px;height:58px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;background:#fff0ea;color:var(--at-primary);font-size:28px;font-weight:900}
.at-recent-empty h3{margin:0 0 8px;font-size:24px;color:#171717}
.at-recent-empty p{margin:0 0 20px;color:var(--at-muted)}
.at-recent-loading{text-align:center;padding:80px 20px;color:var(--at-muted)}
.at-recent-loading span{display:inline-block;width:9px;height:9px;margin:0 3px;border-radius:50%;background:var(--at-primary);animation:atRecentPulse 1s infinite ease-in-out}
.at-recent-loading span:nth-child(2){animation-delay:.15s}.at-recent-loading span:nth-child(3){animation-delay:.3s}
@keyframes atRecentPulse{0%,80%,100%{transform:scale(.7);opacity:.45}40%{transform:scale(1);opacity:1}}

/* Modern WooCommerce My Account navigation and forms */
.woocommerce-account .woocommerce{display:block!important}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:100%!important;margin:0 0 26px!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;flex-wrap:wrap!important;gap:9px!important;list-style:none!important;margin:0!important;padding:0!important;border:0!important;background:#fbfaf8!important;border-radius:16px!important;padding:9px!important;box-shadow:inset 0 0 0 1px #ebe3de!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;flex:0 0 auto!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before,.woocommerce-account .woocommerce-MyAccount-navigation ul li::after{display:none!important;content:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 17px!important;border-radius:10px!important;color:#3d4743!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;transition:.2s ease!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:#fff0ea!important;color:var(--at-primary)!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:var(--at-primary)!important;color:#fff!important;box-shadow:0 7px 18px rgba(237,100,54,.18)!important}
.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important;margin:0!important;padding:28px!important;border:1px solid var(--at-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px rgba(30,52,45,.06)!important}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{color:#171717!important;font-weight:900!important}
.woocommerce-account .woocommerce-MyAccount-content table{border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--at-border)!important;border-radius:12px!important;overflow:hidden!important}
.woocommerce-account .woocommerce-MyAccount-content table th{background:#fff5f0!important;font-weight:800!important}
.woocommerce-account .woocommerce-MyAccount-content table td,.woocommerce-account .woocommerce-MyAccount-content table th{padding:12px 14px!important}
.woocommerce-account .woocommerce-MyAccount-content .button{border-radius:10px!important;background:var(--at-primary)!important;color:#fff!important;font-weight:800!important;padding:10px 17px!important}
.woocommerce-account .woocommerce-MyAccount-content .button:hover{background:var(--at-primary-dark)!important;color:#fff!important}

/* Logged-out login/register cards. WooCommerce only outputs Register when
   customer registration is enabled in WooCommerce > Settings > Accounts. */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{margin:0!important;padding:28px!important;border:1px solid var(--at-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px rgba(30,52,45,.06)!important}
.woocommerce-account .u-column1,.woocommerce-account .u-column2{width:calc(50% - 10px)!important;float:none!important}
.woocommerce-account .u-columns{display:flex!important;gap:20px!important;align-items:stretch!important;margin:0!important}
.woocommerce-account .u-columns::before,.woocommerce-account .u-columns::after{display:none!important}
.woocommerce-account .woocommerce form .form-row input.input-text,.woocommerce-account .woocommerce form .form-row input[type="email"],.woocommerce-account .woocommerce form .form-row input[type="password"],.woocommerce-account .woocommerce form .form-row input[type="text"]{min-height:46px!important;border:1px solid #ddd3cd!important;border-radius:10px!important;padding:0 13px!important;background:#fff!important}
.woocommerce-account .woocommerce form .form-row label{font-weight:800!important;color:#313a37!important}
.woocommerce-account .woocommerce form .button{min-height:46px!important;border:0!important;border-radius:10px!important;background:var(--at-primary)!important;color:#fff!important;font-weight:900!important;padding:0 22px!important}
.woocommerce-account .woocommerce form .button:hover{background:var(--at-primary-dark)!important}

@media(max-width:900px){
 .at-recent-products{grid-template-columns:repeat(3,minmax(0,1fr))}
 .at-header .at-actions{gap:7px}
 .at-header .at-action{width:42px;height:42px}
}
@media(max-width:760px){
 .at-recent-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .at-recent-viewed-hero{padding:42px 0 28px}
 .woocommerce-account .u-columns{display:block!important}
 .woocommerce-account .u-column1,.woocommerce-account .u-column2{width:100%!important;margin:0 0 18px!important}
 .woocommerce-account .woocommerce-MyAccount-navigation ul{overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:thin!important}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li{flex:0 0 auto!important}
 .woocommerce-account .woocommerce-MyAccount-content{padding:20px!important}
}
@media(max-width:480px){
 .at-recent-products{grid-template-columns:1fr}
 .at-header .at-header-wishlist,.at-header .at-header-compare,.at-header .at-header-recent-viewed{display:none}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:0 14px!important}
}

/* Atloras 1.4.0 — Compare header icon */
.at-header .at-header-compare svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.at-header .at-header-compare{flex:0 0 44px}

/* Atloras 1.4.2 — Deals of the Day */
.at-deals-products{margin-top:10px}.at-deal-card .at-recent-card-image{position:relative}.at-deal-card .at-product-badge{position:absolute;left:12px;top:12px;z-index:2}.at-deal-card .at-price del{opacity:.55;margin-right:5px}.at-deal-card .at-price ins{text-decoration:none}
@media (max-width:767px){.at-deals-products{grid-template-columns:repeat(2,minmax(0,1fr))}.at-deal-card .at-recent-card-title{font-size:14px}}


/* Atloras 1.4.6 — modern homepage photography + fixed right-side Deals button. */
.at-primary-nav-wrap{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center}
.at-primary-nav-wrap>ul{flex:1 1 auto;justify-content:center;min-width:0}
.at-deals-nav-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 20px;border-radius:10px;background:var(--at-primary);color:#fff!important;font-size:14px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px rgba(237,100,54,.16);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.at-deals-nav-button:hover{background:var(--at-primary-dark);color:#fff!important;transform:translateY(-1px);box-shadow:0 11px 24px rgba(237,100,54,.22)}
.at-deals-nav-icon{font-size:12px;line-height:1;transform:rotate(45deg);display:inline-block}
.at-hero-art{overflow:hidden;border-radius:30px;min-height:500px;align-self:stretch}
.at-pet-illustration{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center;filter:none;border-radius:28px;box-shadow:0 20px 45px rgba(56,39,29,.12)}
.at-hero-art:before{width:420px;height:420px;right:-10%;top:8%;opacity:.45}
.at-hero-art:after{opacity:.35}
.at-promo-grid .at-promo{background-repeat:no-repeat!important;background-position:right center!important;background-size:42% auto!important}
.at-promo-grid .at-promo:nth-child(1){background-color:#fff0ea;background-image:var(--at-dog-promo-image)!important}
.at-promo-grid .at-promo:nth-child(2){background-color:#fff5e8;background-image:var(--at-cat-promo-image)!important}
.at-promo-content{max-width:58%}
.at-brand-visual{background-color:#4a241a!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
.at-brand-visual:before{background:linear-gradient(90deg,rgba(74,36,26,.12),rgba(23,23,23,.22))!important}
@media(max-width:1050px){
 .at-nav>.at-container{gap:14px}
 .at-deals-nav-button{padding:0 14px;font-size:13px}
 .at-primary-nav-wrap>ul{gap:18px}
}
@media(max-width:760px){
 .at-primary-nav-wrap{display:block;width:100%}
 .at-primary-nav-wrap>ul{width:100%;justify-content:flex-start}
 .at-deals-nav-button{width:100%;margin:8px 0 12px;min-height:46px}
 .at-hero-art{min-height:330px;border-radius:22px}
 .at-pet-illustration{min-height:330px;border-radius:22px}
 .at-promo-grid .at-promo,.at-promo-grid .at-promo:nth-child(2){background-size:46% auto!important}
 .at-promo-content{max-width:61%}
}
@media(max-width:480px){
 .at-promo-grid .at-promo,.at-promo-grid .at-promo:nth-child(2){background-size:50% auto!important}
 .at-promo-content{max-width:58%}
 .at-promo h3{font-size:26px}
}

/* Atloras 1.4.7 — Mockup-matched homepage refresh */
:root{
  --at-primary:#E04F22;
  --at-primary-dark:#B83D18;
  --at-ink:#171717;
  --at-muted:#555;
  --at-cream:#FFF9F4;
  --at-peach:#FFF0E8;
  --at-maroon:#6F1420;
  --at-border:#eaded7;
}

/* Header / logo */
.at-announcement{background:#E04F22!important;color:#fff!important;font-weight:750;padding:9px 16px}
.at-header{background:#fff!important;border-bottom:1px solid #eee;box-shadow:0 2px 12px rgba(25,25,25,.04)}
.at-mainhead{grid-template-columns:240px minmax(300px,1fr) auto;gap:28px;padding:16px 0}
.at-logo-modern{display:inline-flex;flex-direction:column;line-height:1;color:#171717}
.at-logo-word{font-size:38px;line-height:.9;font-weight:900;letter-spacing:-.055em;display:flex;align-items:center}
.at-logo-modern small{font-size:9px;letter-spacing:.12em;font-weight:800;color:#3f3f3f;margin-top:7px;white-space:nowrap}
.at-logo-paw{width:31px;height:31px;display:inline-block;position:relative;margin:0 2px 0 -1px}
.at-logo-paw i,.at-logo-paw b{position:absolute;display:block;background:#E04F22}
.at-logo-paw i{width:14px;height:13px;border-radius:55% 55% 50% 50%;left:9px;top:13px;transform:rotate(-2deg)}
.at-logo-paw b{width:7px;height:9px;border-radius:50%;top:4px}
.at-logo-paw b:nth-child(2){left:3px;transform:rotate(-28deg)}
.at-logo-paw b:nth-child(3){left:12px;top:1px}
.at-logo-paw b:nth-child(4){left:21px;transform:rotate(28deg)}
.at-logo-paw b:nth-child(5){left:0;top:13px;transform:rotate(-55deg)}
.at-search input{height:50px;border-color:#e7e0db;background:#fff;padding-left:22px;font-size:14px}
.at-search button{width:40px;height:40px;right:5px;top:5px;background:#E04F22!important;color:#fff}
.at-actions{gap:8px;align-items:flex-start}
.at-action-labeled{width:66px;height:auto;border:0!important;border-radius:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:4px;color:#171717!important;transform:none!important}
.at-action-labeled>span:last-child{font-size:11px;font-weight:650;white-space:nowrap;line-height:1.15}
.at-action-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;position:relative}
.at-action-icon svg{width:24px;height:24px;fill:none;stroke:#171717;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.at-action-labeled:hover .at-action-icon{background:#f7f7f7}
.at-action-labeled .at-count{right:-2px;top:-3px;background:#E04F22!important;color:#fff!important;border:2px solid #fff;font-size:9px;min-width:17px;height:17px}
.at-nav{background:#fff!important;border-top:1px solid #eee!important;border-bottom:1px solid #eee!important}
.at-nav-inner{display:flex;align-items:center;gap:28px;min-height:58px}
.at-primary-nav-wrap{flex:1;min-width:0}
.at-primary-nav-wrap ul{justify-content:flex-start;gap:28px;min-height:58px}
.at-primary-nav-wrap a{font-size:14px;color:#171717!important;font-weight:750}
.at-primary-nav-wrap a:hover{color:#E04F22!important}
.at-all-categories{min-height:44px!important;min-width:220px;border:0!important;border-radius:9px!important;background:#E04F22!important;color:#fff!important;font-size:14px!important;font-weight:850!important;padding:0 20px!important}
.at-all-categories-wrap{flex:0 0 auto}
.at-deals-nav-button{min-height:44px;border-radius:9px;background:#E04F22!important;color:#fff!important;padding:0 20px;box-shadow:none!important}
.at-deals-nav-button:hover{background:#B83D18!important}
.at-deals-nav-icon{transform:none!important;font-size:17px}

/* Full-bleed hero with a soft left-to-right gradient over one image */
.at-hero-slider{background:#f8eee8!important;position:relative;min-height:500px}
.at-hero-slides{position:relative;min-height:500px}
.at-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-image:linear-gradient(90deg,rgba(255,246,239,.98) 0%,rgba(255,246,239,.93) 27%,rgba(255,246,239,.54) 49%,rgba(255,246,239,.08) 72%,rgba(255,246,239,0) 100%),var(--hero-image);background-position:center;background-size:cover;background-repeat:no-repeat;transition:opacity .5s ease,visibility .5s ease}
.at-hero-slide.is-active{opacity:1;visibility:visible;position:relative}
.at-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0));pointer-events:none}
.at-hero-slide-inner{min-height:500px;display:flex;align-items:center;position:relative;z-index:2}
.at-hero-copy{max-width:600px;padding:60px 0}
.at-hero-eyebrow,.at-section-kicker{display:inline-block;color:#E04F22;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.at-hero h1{font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.055em;margin:15px 0 18px;max-width:610px}
.at-hero h1 .heading-accent{color:#E04F22}.at-hero h1 .heading-rest{color:#171717}
.at-hero p{font-size:17px;line-height:1.6;color:#353535;max-width:535px;margin:0 0 25px}
.at-btn-primary{background:#E04F22!important;color:#fff!important}.at-btn-primary:hover{background:#B83D18!important}
.at-btn-outline{background:#fff!important;border:1px solid #E04F22!important;color:#E04F22!important}
.at-btn-outline:hover{background:#E04F22!important;color:#fff!important}
.at-hero-trust{display:flex;gap:24px;margin-top:34px;flex-wrap:wrap}
.at-hero-trust>span{display:grid;grid-template-columns:38px 1fr;column-gap:9px;align-items:center;min-width:130px}
.at-hero-trust b{grid-row:1/3;width:36px;height:36px;border:1px solid #E04F22;border-radius:50%;display:grid;place-items:center;color:#E04F22;font-size:17px}
.at-hero-trust strong{font-size:12px;line-height:1.2}.at-hero-trust small{font-size:10px;color:#555;line-height:1.2}
.at-hero-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);z-index:5;display:flex;gap:8px}
.at-hero-dot{width:10px;height:10px;border-radius:50%;padding:0;border:0;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.18);cursor:pointer}
.at-hero-dot.is-active{background:#E04F22;transform:scale(1.15)}

/* Circular category carousel */
.at-categories-section{background:#fff!important;padding:38px 0 26px}
.at-category-head{margin-bottom:20px}.at-category-head h2{margin:3px 0 0;font-size:32px}.at-category-head h2:after{display:none}
.at-category-head .at-section-kicker{font-size:11px}
.at-category-carousel{padding:0 26px}
.at-category-viewport{padding:4px 0 8px}
.at-category-track{gap:14px}
.at-category-track .at-cat-card{flex:0 0 calc((100% - 70px)/6);width:auto;min-height:78px;height:78px;padding:8px 10px;border:0!important;border-radius:14px;background:#fff;display:flex;align-items:center;gap:11px;box-shadow:none!important;transform:none!important}
.at-cat-card:after{display:none!important}.at-cat-card:hover{background:#fff7f3;transform:none!important}
.at-cat-image{width:62px;height:62px;flex:0 0 62px;border-radius:50%;overflow:hidden;background:#f8e6dc;display:grid;place-items:center}
.at-cat-image img{position:static!important;width:100%!important;height:100%!important;object-fit:cover;border-radius:50%;transform:none!important}
.at-cat-info{display:flex;flex-direction:column;gap:3px;min-width:0}.at-cat-info strong{font-size:13px;line-height:1.2;color:#171717}.at-cat-info small{font-size:11px;color:#E04F22;font-weight:800;white-space:nowrap}
.at-category-arrow{width:34px;height:34px;font-size:22px;background:#fff;color:#E04F22;border:1px solid #eaded7;box-shadow:0 4px 14px rgba(0,0,0,.08);top:50%}.at-category-prev{left:-2px}.at-category-next{right:-2px}

/* Three-part family section: maroon + dog + cat */
.at-family-section{padding:22px 0 45px;background:#fff}
.at-family-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:14px}
.at-happy-pets-card,.at-collection-card{min-height:255px;border-radius:18px;overflow:hidden;position:relative}
.at-happy-pets-card{background:#6F1420;display:grid;grid-template-columns:43% 57%;color:#fff}
.at-happy-pets-visual{background-size:contain;background-repeat:no-repeat;background-position:center left;filter:brightness(1.08);min-height:255px}
.at-happy-pets-copy{padding:30px 26px;display:flex;flex-direction:column;justify-content:center}
.at-happy-pets-copy .at-section-kicker{color:#fff}.at-happy-pets-copy h2{font-size:30px;line-height:1.08;margin:9px 0 10px;color:#fff}.at-happy-pets-copy h2 .heading-accent{color:#fff}.at-happy-pets-copy h2 .heading-rest{color:#fff}.at-happy-pets-copy p{font-size:13px;color:#ffe9e4;margin:0 0 18px;max-width:280px}.at-happy-pets-copy .at-btn-light{align-self:flex-start;border:0;background:#fff;color:#6F1420!important}
.at-collection-card{background:#FFF0E5;display:flex;align-items:stretch;background-image:var(--collection-image);background-repeat:no-repeat;background-position:right center;background-size:auto 100%}
.at-cat-collection{background-color:#FFF5EC}
.at-collection-copy{position:relative;z-index:2;width:64%;padding:28px 18px 24px 26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(90deg,rgba(255,240,229,1) 0%,rgba(255,240,229,.93) 72%,rgba(255,240,229,0) 100%)}
.at-cat-collection .at-collection-copy{background:linear-gradient(90deg,rgba(255,245,236,1) 0%,rgba(255,245,236,.93) 72%,rgba(255,245,236,0) 100%)}
.at-collection-copy>span{font-size:22px;font-weight:900;color:#171717}.at-collection-copy>span:first-letter{color:#E04F22}
.at-collection-copy h3{font-size:17px;line-height:1.15;margin:8px 0;color:#171717}.at-collection-copy p{font-size:12px;line-height:1.45;color:#555;margin:0 0 15px;max-width:180px}.at-collection-copy .at-btn{min-height:38px;padding:0 15px;font-size:11px}

/* Trending / why section to match mockup */
.at-section-products{padding:20px 0 44px;background:#fff}.at-section-products .at-section-head h2{font-size:34px;margin:2px 0}.at-section-products .at-section-head h2:after{display:none}.at-section-products .at-section-kicker{font-size:11px}
.at-why-section{background:#fff;padding:35px 0 45px}.at-why-head h2{font-size:36px;margin:0 0 20px}.at-why-head h2 .heading-accent{color:#E04F22}.at-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.at-benefit{background:#fff;border:1px solid #eee2dc;border-radius:14px;padding:18px;box-shadow:none}.at-benefit-icon{background:#FFF0EA!important;color:#E04F22!important}

@media(max-width:1100px){
 .at-mainhead{grid-template-columns:210px minmax(240px,1fr) auto;gap:16px}.at-action-labeled{width:55px}.at-action-labeled>span:last-child{font-size:10px}.at-primary-nav-wrap ul{gap:18px}.at-all-categories{min-width:180px}.at-category-track .at-cat-card{flex-basis:calc((100% - 42px)/4)}.at-family-grid{grid-template-columns:1fr 1fr}.at-happy-pets-card{grid-column:1/-1}.at-happy-pets-card{grid-template-columns:35% 65%}
}
@media(max-width:760px){
 .at-mainhead{grid-template-columns:1fr auto;padding:12px 0}.at-brand-lockup{grid-column:1}.at-logo-word{font-size:31px}.at-logo-modern small{font-size:7px}.at-actions{gap:3px}.at-action-labeled{width:44px}.at-action-labeled>span:last-child{display:none}.at-action-icon{width:40px;height:40px}.at-search{grid-column:1/-1;grid-row:2}.at-nav-inner{flex-direction:column;align-items:stretch;gap:0;padding:8px 0}.at-nav.is-open{display:block}.at-primary-nav-wrap ul{flex-direction:column;align-items:stretch;gap:0;min-height:0}.at-primary-nav-wrap li{width:100%}.at-primary-nav-wrap a{display:block;padding:9px 0}.at-all-categories{width:100%}.at-deals-nav-button{width:100%;margin:8px 0 4px}
 .at-hero-slider,.at-hero-slides{min-height:610px}.at-hero-slide{background-position:62% center;background-image:linear-gradient(90deg,rgba(255,246,239,.98) 0%,rgba(255,246,239,.88) 55%,rgba(255,246,239,.22) 100%),var(--hero-image)}.at-hero-slide-inner{min-height:610px;align-items:flex-start}.at-hero-copy{padding:52px 0 70px;max-width:92%}.at-hero h1{font-size:44px}.at-hero p{font-size:15px}.at-hero-trust{gap:10px;margin-top:25px}.at-hero-trust>span{min-width:105px}.at-hero-trust>span:nth-child(3){display:none}
 .at-category-carousel{padding:0}.at-category-track .at-cat-card{flex-basis:calc((100% - 14px)/2)}.at-cat-image{width:58px;height:58px;flex-basis:58px}.at-category-arrow{display:none}
 .at-family-grid{grid-template-columns:1fr}.at-happy-pets-card{grid-column:auto;grid-template-columns:38% 62%}.at-happy-pets-copy{padding:25px 18px}.at-happy-pets-copy h2{font-size:25px}.at-collection-card{min-height:245px}.at-collection-copy{width:70%;padding-left:22px}.at-benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
 .at-logo-word{font-size:27px}.at-logo-modern small{display:none}.at-actions .at-action-labeled:nth-child(4){display:none}.at-hero h1{font-size:38px}.at-hero-copy{padding-top:42px}.at-hero-trust{display:none}.at-category-track .at-cat-card{flex-basis:calc((100% - 10px)/1.4)}.at-happy-pets-card{grid-template-columns:1fr;min-height:390px}.at-happy-pets-visual{min-height:155px;background-position:center;background-size:contain}.at-happy-pets-copy{padding:10px 22px 24px}.at-collection-card{min-height:250px}.at-collection-copy{width:72%}.at-benefits{grid-template-columns:1fr}
}


/* Atloras 1.4.8 — homepage refinement, exact logo lockup, editorial blog and responsive polish */
.at-announcement{background:#E04F22!important}
.at-mainhead{grid-template-columns:220px minmax(280px,1fr) auto!important;gap:24px}
.at-brand-lockup{width:220px;min-width:220px}
.at-logo-modern{width:220px;display:flex;flex-direction:column;align-items:flex-start;line-height:1;color:#171717}
.at-logo-word{width:220px;display:flex;align-items:center;gap:9px;font-size:37px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}
.at-logo-paw-svg{width:42px;height:42px;flex:0 0 42px;display:block;fill:#E04F22}
.at-logo-modern small{display:block!important;width:220px;margin-top:7px!important;font-size:8px!important;letter-spacing:.12em!important;font-weight:850!important;color:#3b3b3b!important;white-space:nowrap}
.at-all-categories{width:220px!important;min-width:220px!important}
.at-nav-inner{gap:24px}
.at-deals-nav-button{margin-left:auto}

/* Full-bleed photographic hero with a refined left-to-right fade. */
.at-hero-slider,.at-hero-slides{min-height:520px}
.at-hero-slide{background-image:linear-gradient(90deg,rgba(255,246,239,.985) 0%,rgba(255,246,239,.96) 23%,rgba(255,246,239,.72) 43%,rgba(255,246,239,.20) 67%,rgba(255,246,239,0) 100%),var(--hero-image)!important;background-position:center!important;background-size:cover!important}
.at-hero-slide-inner{min-height:520px!important}
.at-hero-copy{padding:58px 0!important}
.at-hero h1{max-width:620px}

/* Happy-pets panel: one photographic background with all copy over the image. */
.at-family-grid{grid-template-columns:1.25fr .9fr .9fr!important}
.at-happy-pets-card{display:flex!important;align-items:stretch;min-height:290px!important;background-color:#6F1420!important;background-image:linear-gradient(90deg,rgba(75,8,18,.20) 0%,rgba(75,8,18,.18) 28%,rgba(50,5,12,.55) 55%,rgba(34,4,8,.86) 100%),var(--happy-image)!important;background-size:cover!important;background-position:center!important}
.at-happy-pets-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 25%,rgba(31,3,8,.25) 48%,rgba(31,3,8,.75) 100%);pointer-events:none}
.at-happy-pets-copy{position:relative;z-index:2;width:58%;margin-left:auto;padding:32px 28px!important;justify-content:center!important}
.at-happy-pets-copy .at-section-kicker{font-size:10px!important;letter-spacing:.13em}
.at-happy-pets-copy h2{font-size:31px!important;max-width:310px;margin:8px 0 12px!important}
.at-happy-pets-copy p{max-width:285px!important}

/* Realistic collection cards. */
.at-collection-card{min-height:290px!important;background-size:auto 108%!important;background-position:right center!important}
.at-collection-copy{width:65%!important}

/* Make the product section unmistakably present and premium. */
.at-section-products{padding:35px 0 48px!important}
.at-section-products .at-products{gap:16px}
.at-section-products .at-product{border:1px solid #eee5df;border-radius:16px;padding:10px;background:#fff;transition:transform .2s,box-shadow .2s}
.at-section-products .at-product:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(31,24,20,.08)}
.at-section-products .at-product-info{padding:12px 5px 4px}

/* Homepage blog cards. */
.at-home-blog-section{padding:42px 0 55px;background:#fff}
.at-home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.at-home-blog-card{border:1px solid #eaded7;border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(30,20,15,.04);transition:transform .2s,box-shadow .2s}
.at-home-blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(30,20,15,.09)}
.at-home-blog-image{display:block;aspect-ratio:16/9;background:#f8eee8;overflow:hidden}
.at-home-blog-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.at-home-blog-card:hover .at-home-blog-image img{transform:scale(1.04)}
.at-home-blog-content{padding:19px 20px 21px;display:flex;flex-direction:column;flex:1}
.at-home-blog-meta{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#E04F22}
.at-home-blog-content h3{font-size:19px;line-height:1.2;margin:8px 0 9px;color:#171717}
.at-home-blog-content h3 a:hover{color:#E04F22}
.at-home-blog-content p{font-size:13px;line-height:1.55;color:#626866;margin:0 0 15px}
.at-home-blog-read{margin-top:auto;color:#E04F22;font-size:12px;font-weight:900}

/* Newsletter heading: both parts must remain visible on the orange panel. */
.at-newsletter h2 .heading-accent{color:#fff!important}
.at-newsletter h2 .heading-rest{color:#fff!important}
.at-newsletter{background:linear-gradient(110deg,#C94B25,#ED6436)!important;color:#fff!important}
.at-newsletter p{color:#FFECE6!important}

@media(max-width:1100px){
 .at-mainhead{grid-template-columns:210px minmax(240px,1fr) auto!important}.at-brand-lockup,.at-logo-modern,.at-logo-word{width:210px}.at-logo-modern small{width:210px;font-size:7px!important}.at-logo-paw-svg{width:38px;height:38px;flex-basis:38px}.at-logo-word{font-size:34px!important}.at-all-categories{width:190px!important;min-width:190px!important}.at-family-grid{grid-template-columns:1fr 1fr!important}.at-happy-pets-card{grid-column:1/-1}.at-home-blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .at-mainhead{grid-template-columns:1fr auto!important}.at-brand-lockup,.at-logo-modern,.at-logo-word{width:auto;min-width:0}.at-logo-modern small{width:auto;font-size:7px!important;letter-spacing:.08em!important}.at-logo-word{font-size:30px!important}.at-logo-paw-svg{width:34px;height:34px;flex-basis:34px}.at-all-categories{width:100%!important;min-width:0!important}.at-family-grid{grid-template-columns:1fr!important}.at-happy-pets-card{grid-column:auto;min-height:380px!important;background-position:center!important}.at-happy-pets-copy{width:68%!important;padding:28px 20px!important}.at-home-blog-grid{grid-template-columns:1fr}.at-hero-slider,.at-hero-slides{min-height:620px}.at-hero-slide{background-position:66% center!important;background-image:linear-gradient(90deg,rgba(255,246,239,.99) 0%,rgba(255,246,239,.94) 42%,rgba(255,246,239,.45) 70%,rgba(255,246,239,.05) 100%),var(--hero-image)!important}.at-hero-slide-inner{min-height:620px!important}.at-hero-copy{padding:50px 0 70px!important;max-width:88%}.at-collection-card{min-height:260px!important}
}
@media(max-width:480px){
 .at-logo-word{font-size:27px!important}.at-logo-paw-svg{width:31px;height:31px;flex-basis:31px}.at-logo-modern small{font-size:6px!important}.at-happy-pets-copy{width:100%!important;margin-top:auto;background:linear-gradient(180deg,rgba(32,3,8,0),rgba(32,3,8,.88) 30%);padding:75px 20px 22px!important}.at-happy-pets-card{min-height:420px!important;align-items:flex-end}.at-home-blog-content{padding:17px}.at-newsletter{padding:28px 20px!important}
}

/* Atloras 1.4.9 — premium editorial homepage modules */
.at-home-puppy-section{padding:8px 0 42px;background:#fff}
.at-puppy-banner{position:relative;min-height:310px;border-radius:24px;overflow:hidden;background:#5b1e24 var(--puppy-image) center/cover no-repeat;display:flex;align-items:center;isolation:isolate;box-shadow:0 16px 40px rgba(40,20,15,.08)}
.at-puppy-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(57,10,16,.94) 0%,rgba(82,22,27,.84) 38%,rgba(82,22,27,.42) 64%,rgba(82,22,27,.08) 100%);z-index:-1}
.at-puppy-copy{max-width:560px;padding:42px 52px;color:#fff}.at-puppy-copy .at-section-kicker{color:#ffc9ba}.at-puppy-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.02;color:#fff;margin:12px 0}.at-puppy-copy h2 .heading-accent{color:#ff9a76}.at-puppy-copy h2 .heading-rest{color:#fff}.at-puppy-copy p{color:#fff1ec;line-height:1.65;max-width:490px;margin:0 0 22px}.at-puppy-copy .at-btn{background:#fff;color:#C94B25;border-color:#fff}.at-puppy-copy .at-btn:hover{background:#ED6436;color:#fff;border-color:#ED6436}
.at-puppy-badge{position:absolute;right:34px;top:28px;width:86px;height:86px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(7deg);box-shadow:0 10px 24px rgba(0,0,0,.12);color:#E04F22}.at-puppy-badge strong{font-size:16px;line-height:1}.at-puppy-badge span{font-size:9px;font-weight:800;margin-top:5px}
.at-recommended-section{background:#fff8f4}.at-recommended-section .at-product{background:#fff}
.at-home-needs-section{padding:52px 0;background:linear-gradient(135deg,#fff7f1 0%,#fff 58%,#f9eee7 100%)}
.at-needs-wrap{display:grid;grid-template-columns:.9fr 1.7fr;gap:34px;align-items:center}.at-needs-head{padding:10px 0}.at-needs-head h2{font-size:clamp(32px,4vw,48px);line-height:1.04;margin:12px 0;color:#171717}.at-needs-head h2 .heading-accent{color:#E04F22}.at-needs-head p{font-size:15px;line-height:1.65;color:#5e625f;max-width:420px;margin:0}.at-needs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.at-need-card{min-height:190px;border:1px solid #eaded7;border-radius:20px;background:#f7eee8;position:relative;isolation:isolate;overflow:hidden;padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-shadow:0 10px 28px rgba(45,28,20,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.at-need-bg{position:absolute;inset:0;z-index:-2;background-image:var(--need-image);background-position:center center;background-repeat:no-repeat;background-size:cover;transform:scale(1.01);transition:transform .45s ease,filter .3s ease}.at-need-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,250,247,.98) 0%,rgba(255,250,247,.91) 30%,rgba(255,250,247,.56) 57%,rgba(255,250,247,.08) 100%)}.at-need-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(45,28,20,.12);border-color:#f1b09b}.at-need-card:hover .at-need-bg{transform:scale(1.06)}.at-need-icon{width:48px;height:48px;border-radius:15px;background:rgba(255,240,232,.92);display:grid;place-items:center;font-size:24px;margin-bottom:16px}.at-need-card strong{font-size:19px;color:#171717;max-width:55%}.at-need-card>span:not(.at-need-icon):not(.at-need-bg){font-size:12px;color:#4f5552;margin-top:6px;line-height:1.45;max-width:58%}.at-need-card b{margin-top:auto;padding-top:14px;color:#E04F22;font-size:11px}.at-need-card b span{font-size:15px}
.at-deals-section{background:#fff}.at-deals-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:16px}.at-deals-heading h2{font-size:34px;margin:4px 0}.at-deals-heading p{margin:0;color:#626866}.at-deal-products .at-product{position:relative}.at-deal-products .at-product-badge{background:#E04F22}
@media(max-width:900px){.at-needs-wrap{grid-template-columns:1fr}.at-needs-head{text-align:center}.at-needs-head p{margin-left:auto;margin-right:auto}.at-puppy-copy{padding:38px 35px}.at-puppy-badge{right:20px;top:20px}.at-deals-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.at-puppy-banner{min-height:420px;background-position:65% center}.at-puppy-overlay{background:linear-gradient(180deg,rgba(57,10,16,.28) 0%,rgba(57,10,16,.56) 38%,rgba(57,10,16,.94) 78%,rgba(57,10,16,.98) 100%)}.at-puppy-copy{padding:190px 24px 28px;max-width:100%;margin-top:auto}.at-puppy-copy h2{font-size:34px}.at-puppy-badge{width:70px;height:70px;right:16px;top:16px}.at-puppy-badge strong{font-size:13px}.at-needs-grid{grid-template-columns:1fr}.at-need-card{min-height:190px}.at-need-card strong,.at-need-card>span:not(.at-need-icon):not(.at-need-bg){max-width:68%}.at-deals-heading h2{font-size:29px}.at-deals-heading .at-btn{width:100%;justify-content:center}}


/* Atloras 1.4.11 — refined New Puppy or Kitten editorial banner.
 * Uses a dedicated visual column so the pet photography remains intact and
 * no heads are cropped by a full-width background cover treatment. */
.at-home-puppy-section{padding:18px 0 46px;background:#fff}
.at-puppy-editorial{min-height:360px;border-radius:26px;overflow:hidden;display:grid;grid-template-columns:minmax(0,52%) minmax(0,48%);align-items:stretch;position:relative;background:linear-gradient(135deg,#fff0e7 0%,#fce1d3 100%);box-shadow:0 18px 45px rgba(71,32,20,.10);isolation:isolate}
.at-puppy-editorial:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:38%;top:-160px;background:rgba(255,255,255,.38);z-index:-1}
.at-puppy-editorial:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;left:-75px;bottom:-100px;background:rgba(224,79,34,.08);z-index:-1}
.at-puppy-editorial .at-puppy-copy{max-width:none;padding:54px 44px 48px 54px;color:#241a17;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}
.at-puppy-editorial .at-puppy-copy .at-section-kicker{color:#E04F22;font-size:11px;font-weight:900;letter-spacing:.14em}
.at-puppy-editorial .at-puppy-copy h2{font-size:clamp(36px,4vw,58px);line-height:.98;letter-spacing:-.035em;margin:11px 0 16px;color:#211815}
.at-puppy-editorial .at-puppy-copy h2 .heading-accent{color:#E04F22}
.at-puppy-editorial .at-puppy-copy h2 .heading-rest{color:#211815}
.at-puppy-editorial .at-puppy-copy p{color:#655b56;line-height:1.65;font-size:15px;max-width:510px;margin:0 0 24px}
.at-puppy-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.at-puppy-actions .at-btn{box-shadow:0 10px 20px rgba(224,79,34,.18)}
.at-puppy-note{font-size:11px;font-weight:800;color:#756a64}
.at-puppy-visual{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;padding:22px 22px 22px 0}
.at-puppy-photo-wrap{height:316px;width:calc(100% - 26px);border-radius:22px;overflow:hidden;box-shadow:0 16px 30px rgba(56,30,20,.13);background:#f6d9ca;position:relative;z-index:1}
.at-puppy-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,237,228,.12),transparent 28%,transparent 100%);pointer-events:none}
.at-puppy-photo-wrap img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.at-puppy-pet{position:absolute;z-index:4;border-radius:50%;background:#fff7f2;padding:6px;box-shadow:0 12px 26px rgba(47,26,20,.18);overflow:hidden}
.at-puppy-pet img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.at-puppy-pet-dog{width:92px;height:92px;left:-6px;bottom:28px}
.at-puppy-pet-cat{width:76px;height:76px;right:12px;top:22px}
.at-puppy-editorial .at-puppy-badge{position:absolute;right:28px;bottom:20px;top:auto;width:74px;height:74px;transform:rotate(7deg);z-index:5;color:#E04F22;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.at-puppy-editorial .at-puppy-badge strong{font-size:14px}.at-puppy-editorial .at-puppy-badge span{font-size:8px}

/* Product diversity: section backgrounds remain distinct while product queries
 * are now mutually exclusive on the homepage. */
.at-recommended-section{border-top:1px solid #f0e4dd;border-bottom:1px solid #f0e4dd}
.at-deals-section{background:linear-gradient(180deg,#fff 0%,#fffaf7 100%)}
.at-deals-section .at-section-head,.at-recommended-section .at-section-head{margin-bottom:20px}

@media(max-width:900px){
 .at-puppy-editorial{grid-template-columns:1fr;min-height:0}
 .at-puppy-editorial .at-puppy-copy{padding:40px 34px 26px}
 .at-puppy-visual{min-height:320px;padding:0 24px 28px}
 .at-puppy-photo-wrap{height:280px;width:100%}
 .at-puppy-pet-dog{left:10px;bottom:18px}
 .at-puppy-pet-cat{right:24px;top:10px}
 .at-puppy-editorial .at-puppy-badge{right:34px;bottom:22px}
}
@media(max-width:600px){
 .at-home-puppy-section{padding:10px 0 34px}
 .at-puppy-editorial{border-radius:20px}
 .at-puppy-editorial .at-puppy-copy{padding:32px 24px 22px}
 .at-puppy-editorial .at-puppy-copy h2{font-size:38px}
 .at-puppy-editorial .at-puppy-copy p{font-size:14px}
 .at-puppy-actions{gap:11px}
 .at-puppy-note{width:100%}
 .at-puppy-visual{min-height:250px;padding:0 16px 22px}
 .at-puppy-photo-wrap{height:225px;border-radius:18px}
 .at-puppy-pet-dog{width:70px;height:70px;left:3px;bottom:8px}
 .at-puppy-pet-cat{width:60px;height:60px;right:8px;top:8px}
 .at-puppy-editorial .at-puppy-badge{width:60px;height:60px;right:25px;bottom:10px}
 .at-puppy-editorial .at-puppy-badge strong{font-size:11px}.at-puppy-editorial .at-puppy-badge span{font-size:7px}
}


/* Atloras 1.4.12 — logo lockup and responsive product rendering fix */
.at-brand-lockup{width:220px!important;min-width:220px!important;display:flex;align-items:flex-start;justify-content:flex-start}
.at-logo-modern{width:220px!important;min-width:220px!important;align-items:center!important;text-align:center!important}
.at-logo-word{width:220px!important;min-width:220px!important;justify-content:flex-start!important;text-align:left!important;gap:9px!important}
.at-logo-modern small{width:220px!important;min-width:220px!important;text-align:center!important;display:block!important;margin-top:7px!important;line-height:1.2!important;white-space:nowrap!important}
.at-logo-word>span:last-child{display:inline-block;white-space:nowrap}

/* Product grids must remain visible when a section also collects IDs for exclusion. */
.at-section-products .at-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
@media(max-width:1000px){.at-section-products .at-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
 .at-brand-lockup,.at-logo-modern,.at-logo-word{width:100%!important;min-width:0!important}
 .at-logo-word{justify-content:flex-start!important}
 .at-logo-modern small{width:100%!important;min-width:0!important;text-align:center!important;font-size:7px!important;letter-spacing:.08em!important}
 .at-section-products .at-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:420px){.at-section-products .at-products{grid-template-columns:1fr 1fr}.at-logo-word{font-size:27px!important}.at-logo-paw-svg{width:31px!important;height:31px!important;flex-basis:31px!important}}

/* Atloras Pet Store 1.4.13 — uploaded logo support + uncropped hero artwork */
.at-brand-lockup{width:220px!important;min-width:220px!important;display:flex;align-items:center;justify-content:center}
.at-logo-modern.at-custom-logo-link{width:220px!important;min-width:220px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.at-site-logo{display:block;width:220px!important;height:auto!important;max-width:220px!important;max-height:80px!important;object-fit:contain;object-position:center;margin:0 auto}
.at-logo-modern.at-custom-logo-link:hover{opacity:.96}
.at-footer-logo-image{display:block;width:min(260px,100%);margin:0 0 18px}
.at-footer-logo-image img{display:block;width:220px;max-width:100%;height:auto;filter:brightness(0) invert(1);opacity:.98}

/* The supplied banners are 1000×529. Match the hero to that ratio on desktop so the
   artwork is not cropped vertically (especially heads and lower paws). */
.at-hero-slider,.at-hero-slides{min-height:0!important;height:auto!important;aspect-ratio:1000/529}
.at-hero-slide{height:100%!important;min-height:0!important;background-size:100% 100%!important;background-position:center center!important;background-repeat:no-repeat!important}
.at-hero-slide-inner{height:100%!important;min-height:0!important}
.at-hero-copy{padding-top:clamp(42px,4.2vw,70px)!important;padding-bottom:clamp(42px,4.2vw,70px)!important}

@media(max-width:760px){
  .at-brand-lockup,.at-logo-modern.at-custom-logo-link{width:100%!important;min-width:0!important}
  .at-site-logo{width:220px!important;max-width:min(220px,100%)!important;max-height:76px!important}
  .at-hero-slider,.at-hero-slides{aspect-ratio:auto;min-height:620px!important;height:620px!important}
  .at-hero-slide{height:100%!important;background-size:cover!important;background-position:68% center!important}
  .at-hero-slide-inner{height:100%!important;min-height:620px!important}
}
@media(max-width:480px){
  .at-site-logo{width:200px!important;max-width:200px!important}
  .at-hero-slider,.at-hero-slides{min-height:600px!important;height:600px!important}
  .at-hero-slide-inner{min-height:600px!important}
}


/* Atloras Pet Store 1.4.14 — transparent white footer logo */
.at-footer-logo-image{display:block;width:220px;max-width:100%;margin:0 0 18px;background:transparent!important}
.at-footer-logo-image img{display:block;width:220px;max-width:100%;height:auto;max-height:90px;object-fit:contain;object-position:left center;filter:none!important;mix-blend-mode:normal!important;background:transparent!important;opacity:1}
@media(max-width:560px){.at-footer-logo-image,.at-footer-logo-image img{width:200px;max-width:100%}.at-footer-logo-image img{max-height:82px}}

/* v1.4.15 - Best Sellers homepage section */
.at-best-sellers-section{background:#fffaf7}.at-best-sellers-products .at-product-image{background:#fff}.at-best-sellers-section .at-section-head{margin-bottom:20px}


/* Atloras Pet Store 1.4.19 — homepage/footer recovery */
.at-best-sellers-section{display:block!important;visibility:visible}
.at-best-sellers-section .at-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.at-footer-logo-image{display:block!important;visibility:visible!important;width:220px;max-width:100%;margin:0 0 18px;background:transparent!important}
.at-footer-logo-image img{display:block!important;visibility:visible!important;width:220px;max-width:100%;height:auto;max-height:90px;object-fit:contain;object-position:left center;background:transparent!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important}
@media(max-width:980px){.at-best-sellers-section .at-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.at-best-sellers-section .at-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.at-best-sellers-section .at-products{grid-template-columns:1fr}}

/* 1.4.19 — fixed immersive What Your Pet Needs cards */
.at-need-card{position:relative;overflow:hidden;background:#f7eee8!important;isolation:isolate}
.at-need-bg{position:absolute!important;inset:0!important;display:block!important;background-image:var(--need-image)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;z-index:-2!important;opacity:1!important;transform:scale(1.01);transition:transform .45s ease,filter .3s ease!important;pointer-events:none}
.at-need-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,247,.98) 0%,rgba(255,250,247,.91) 30%,rgba(255,250,247,.56) 57%,rgba(255,250,247,.08) 100%);z-index:-1;pointer-events:none}
.at-need-card:hover .at-need-bg{transform:scale(1.06);opacity:1!important;filter:saturate(1.04)}
.at-need-icon,.at-need-card strong,.at-need-card>span:not(.at-need-icon):not(.at-need-bg),.at-need-card b{position:relative;z-index:2}

/* 1.4.19 — new four-image editorial section before Best Sellers */
.at-pet-moments-section{padding-top:64px;padding-bottom:70px;background:linear-gradient(180deg,#fff 0%,#fffaf7 100%)}
.at-pet-moments-head{margin-bottom:24px;align-items:end}
.at-pet-moments-head p{max-width:680px}
/* 1.4.20 — seamless editorial cards: image and content share exactly the same card width, with no white gap. */
.at-pet-moments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:start}
.at-pet-moment-card{position:relative;width:100%;margin:0;align-self:start;border-radius:24px;overflow:hidden;display:block;background:#f6eee8;box-shadow:0 16px 40px rgba(30,52,45,.10);transition:transform .3s ease,box-shadow .3s ease}
.at-pet-moment-image{position:relative;inset:auto;width:100%;height:auto;max-width:100%;display:block;object-fit:contain;object-position:center center;z-index:0;background:#f6eee8;transition:filter .3s ease}
.at-pet-moment-card:hover .at-pet-moment-image{filter:brightness(1.025)}
.at-pet-moment-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(30,52,45,.16)}
.at-pet-moment-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,22,20,0) 24%,rgba(15,22,20,.04) 45%,rgba(15,22,20,.80) 100%);z-index:1;pointer-events:none}
.at-pet-moment-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;padding:24px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start}
.at-pet-moment-copy strong{font-size:24px;line-height:1.1;text-shadow:0 2px 14px rgba(0,0,0,.25)}
.at-pet-moment-copy small{font-size:13px;line-height:1.45;max-width:230px;margin-top:7px;color:rgba(255,255,255,.92)}
.at-pet-moment-copy b{margin-top:14px;font-size:12px;background:#fff;color:var(--at-primary);border-radius:999px;padding:8px 13px}
@media(max-width:1100px){.at-pet-moments-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:600px){.at-pet-moments-section{padding-top:48px}.at-pet-moments-grid{grid-template-columns:1fr;gap:16px}.at-pet-moment-copy{padding:20px}.at-pet-moment-copy strong{font-size:22px}}


/* v1.4.22 — keep the announcement message centered whenever top-bar social icons are disabled. */
.at-announcement:not(.at-announcement-split) .at-announcement-message{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;margin:0 auto}
.at-announcement:not(.at-announcement-split) .at-announcement-message span{flex:0 0 auto}

/* v1.4.21 — responsive split announcement bar with optional social links. */
.at-announcement-split{display:flex!important;align-items:center;justify-content:space-between;gap:20px;text-align:initial!important;padding:9px 20px!important}
.at-announcement-message{display:flex;align-items:center;gap:8px;min-width:0}
.at-announcement-socials{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex:0 0 auto}
.at-announcement-socials a{width:27px;height:27px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:grid;place-items:center;color:#fff!important;text-decoration:none!important;background:rgba(255,255,255,.08);font-size:10px;font-weight:800;line-height:1;text-transform:lowercase;transition:all .2s ease}
.at-announcement-socials a:hover{background:#fff;color:var(--at-primary)!important;border-color:#fff;transform:translateY(-1px)}
@media (max-width:767px){
  .at-announcement-split{gap:10px;padding:8px 12px!important}
  .at-announcement-message{font-size:11px;gap:5px;white-space:nowrap;overflow:hidden}
  .at-announcement-message span{overflow:hidden;text-overflow:ellipsis}
  .at-announcement-socials{gap:4px}
  .at-announcement-socials a{width:24px;height:24px;font-size:9px}
}
@media (max-width:480px){
  .at-announcement-message span:nth-child(2){display:none}
  .at-announcement-socials a{width:22px;height:22px}
}


/* v1.4.23 — social labels for top bar and footer. */
.at-announcement-socials{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex:0 0 auto}
.at-announcement-social-label,.at-footer-social-label{font-size:12px;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.at-announcement-social-label{margin-right:3px;color:#fff}
.at-footer-socials{align-items:center;flex-wrap:wrap}
.at-footer-social-label{color:#fff;margin-right:2px}
@media (max-width:680px){
  .at-announcement-social-label{font-size:10px}
  .at-footer-social-label{font-size:11px}
}


/* Atloras 1.5.6 — WooCommerce infinite product loading.
 * Pagination remains available as a graceful fallback until JavaScript
 * initializes, then is visually replaced by automatic loading on scroll.
 */
.at-infinite-products-sentinel{
  width:100%;
  min-height:1px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 0 8px;
  clear:both;
}
.at-infinite-products-loader{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:10px 16px;
  border:1px solid #eadfd9;
  border-radius:999px;
  background:#fff;
  color:#555;
  font-size:13px;
  font-weight:700;
  box-shadow:0 7px 20px rgba(31,25,22,.06);
}
.at-infinite-products-loader:before{
  content:"";
  width:16px;
  height:16px;
  border:2px solid #eadfd9;
  border-top-color:var(--at-primary);
  border-radius:50%;
  animation:atInfiniteSpin .75s linear infinite;
}
.at-infinite-products-end{
  color:#777;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
}
.at-infinite-products-error{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#777;
  font-size:12px;
  font-weight:700;
}
.at-infinite-products-error button{
  border:0;
  border-radius:999px;
  padding:8px 13px;
  background:var(--at-primary);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
body.at-infinite-scroll-active .woocommerce-pagination{
  display:none!important;
}
@keyframes atInfiniteSpin{to{transform:rotate(360deg)}}


/* Atloras 1.5.7 — homepage category carousel mobile navigation and arrow alignment */
.at-category-arrow{
  padding:0 0 4px!important;
  line-height:1!important;
}

@media(max-width:760px){
  .at-category-carousel{
    padding:0 24px!important;
  }
  .at-category-arrow{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    font-size:22px!important;
    padding:0 0 4px!important;
    line-height:1!important;
  }
  .at-category-prev{left:0!important}
  .at-category-next{right:0!important}
  .at-category-track .at-cat-card{
    flex-basis:calc((100% - 12px)/2)!important;
    width:calc((100% - 12px)/2)!important;
  }
}

@media(max-width:480px){
  .at-category-carousel{
    padding:0 22px!important;
  }
  .at-category-arrow{
    width:32px!important;
    height:32px!important;
    font-size:21px!important;
    padding-bottom:4px!important;
  }
  .at-category-prev{left:0!important}
  .at-category-next{right:0!important}
  .at-category-track .at-cat-card{
    flex-basis:calc((100% - 10px)/2)!important;
    width:calc((100% - 10px)/2)!important;
  }
}
