:root{--petluna-primary:#f0b72f;--petluna-primary-dark:#d39a15;--petluna-text:#40352d;--petluna-muted:#7b7069;--petluna-bg:#f7f4ef;--petluna-card:#ffffff;--petluna-border:#eadfce;--petluna-soft:#fff8e5;--petluna-soft-2:#f7fbf8;--petluna-shadow:0 12px 32px rgba(76,57,33,.08);--petluna-radius:22px}
body.petluna-body{font-family:Arial,Helvetica,sans-serif;background:var(--petluna-bg);color:var(--petluna-text)}
a{transition:.2s ease}a:hover,a:focus{text-decoration:none}
.petluna-topbar{background:var(--petluna-primary);color:#2d241d;font-weight:700;font-size:13px}.petluna-topbar__inner{display:flex;justify-content:space-between;gap:16px;padding:10px 0}
.petluna-header{background:#fff;border-bottom:1px solid var(--petluna-border)}.petluna-header__row{display:flex;align-items:center;gap:24px;padding:24px 0}.petluna-logo img{max-height:78px}.petluna-logo__text{font-size:34px;font-weight:800;color:var(--petluna-text)}.petluna-search{flex:1}
.petluna-searchbox .input-group{width:100%}.petluna-searchbox .form-control{height:58px;border:1px solid var(--petluna-border);border-right:0;border-radius:16px 0 0 16px;box-shadow:none;font-size:18px;background:#faf8f4}.petluna-searchbox .btn{height:58px;min-width:68px;border-radius:0 16px 16px 0;border:1px solid var(--petluna-primary);background:var(--petluna-primary);color:#fff}.petluna-searchbox .btn:hover{background:var(--petluna-primary-dark);border-color:var(--petluna-primary-dark)}
.petluna-actions{display:flex;align-items:center;gap:14px}.petluna-action{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:88px;color:var(--petluna-text);font-weight:700}.petluna-action i{font-size:22px;margin-bottom:6px}.petluna-action span{font-size:13px}.petluna-cart-wrap{min-width:130px}.mobile-menu-toggle{border:0;background:#fff;font-size:24px;color:var(--petluna-text)}
.petluna-nav{background:#fff;border-bottom:1px solid var(--petluna-border)}.petluna-nav__list{list-style:none;display:flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:14px 0;flex-wrap:wrap}.petluna-nav__list a{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;color:var(--petluna-text);font-weight:700}.petluna-nav__list a:hover{background:var(--petluna-soft)}
.petluna-home{padding:28px 15px 50px}.petluna-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;background:linear-gradient(135deg,#fffaf0,#fff);border:1px solid var(--petluna-border);border-radius:34px;padding:42px;box-shadow:var(--petluna-shadow);overflow:hidden}.petluna-eyebrow{display:inline-block;background:var(--petluna-soft);color:#8f6a0b;border-radius:999px;padding:8px 14px;font-weight:700;margin-bottom:14px}.petluna-hero h1{font-size:44px;line-height:1.12;margin:0 0 16px;font-weight:800}.petluna-hero p{font-size:17px;color:var(--petluna-muted);max-width:600px;margin-bottom:24px}.petluna-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.petluna-hero__actions .btn{padding:14px 22px;border-radius:14px;font-weight:700;border:0}.petluna-hero__actions .btn-primary{background:var(--petluna-primary)}.petluna-hero__actions .btn-primary:hover{background:var(--petluna-primary-dark)}.petluna-hero__actions .btn-default{background:#fff;border:1px solid var(--petluna-border)}
.petluna-stats{display:flex;gap:28px;margin:28px 0 0;padding:0;flex-wrap:wrap}.petluna-stats li{display:flex;flex-direction:column;gap:4px}.petluna-stats strong{font-size:26px}.petluna-stats span{font-size:13px;color:var(--petluna-muted)}
.petluna-hero__visual{position:relative;min-height:360px;padding:20px;background:radial-gradient(circle at 20% 20%,#fff6da,transparent 35%),radial-gradient(circle at 80% 30%,#f0f7ff,transparent 36%),linear-gradient(180deg,#fff,#fff7e8);border-radius:28px;border:1px solid var(--petluna-border)}.petluna-hero-card{position:absolute;background:#fff;border-radius:26px;padding:24px;box-shadow:var(--petluna-shadow);width:260px;border:1px solid var(--petluna-border)}.petluna-hero-card--dog{left:14px;top:26px;background:#fff3cb}.petluna-hero-card--cat{right:14px;bottom:30px;background:#fff}.petluna-hero-card__emoji{font-size:48px;display:block;margin-bottom:10px}.petluna-hero-card h3{margin:0 0 8px;font-size:26px;font-weight:800}.petluna-hero-card p{margin:0;color:var(--petluna-muted)}.petluna-hero-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--petluna-primary);color:#fff;padding:14px 18px;border-radius:999px;font-weight:700;box-shadow:var(--petluna-shadow)}
.petluna-section{padding:46px 0}.petluna-section--soft{background:rgba(255,255,255,.6);border:1px solid var(--petluna-border);border-radius:30px;padding:40px 28px;margin-top:10px}.petluna-heading{margin-bottom:26px}.petluna-heading h2{font-size:34px;font-weight:800;margin:0 0 10px}.petluna-heading p{font-size:16px;color:var(--petluna-muted);margin:0}
.petluna-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.petluna-category{background:#fff;border:1px solid var(--petluna-border);border-radius:26px;padding:24px;min-height:220px;box-shadow:var(--petluna-shadow);color:var(--petluna-text)}.petluna-category i{font-size:28px;width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#8c6d12;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.petluna-category h3{margin:18px 0 10px;font-size:28px;font-weight:800}.petluna-category p{margin:0;color:var(--petluna-muted);line-height:1.55}.petluna-category--1{background:#fff3c8}.petluna-category--2{background:#ffe9d4}.petluna-category--3{background:#f6eee5}.petluna-category--4{background:#ecf7ef}.petluna-category--5{background:#ffe7e4}.petluna-category:hover{transform:translateY(-3px)}
.petluna-demo-products .col-sm-6,.petluna-demo-products .col-md-3{margin-bottom:20px}.petluna-demo-product{background:#fff;border:1px solid var(--petluna-border);border-radius:24px;padding:18px;box-shadow:var(--petluna-shadow);text-align:center;height:100%}.petluna-demo-product__img{height:180px;border-radius:18px;background:linear-gradient(135deg,#fff3cb,#f5f5f5);margin-bottom:16px}.petluna-demo-product h4{font-size:18px;line-height:1.45;min-height:52px;margin:0 0 10px}.petluna-demo-product span{display:block;font-size:28px;font-weight:800;color:var(--petluna-text);margin-bottom:12px}.petluna-demo-product a{display:inline-block;background:var(--petluna-primary);color:#fff;padding:12px 18px;border-radius:12px;font-weight:700}
.petluna-benefit{background:#fff;border:1px solid var(--petluna-border);border-radius:22px;padding:24px;text-align:center;box-shadow:var(--petluna-shadow);height:100%}.petluna-benefit i{font-size:34px;color:var(--petluna-primary);margin-bottom:14px}.petluna-benefit h3{margin:0 0 10px;font-size:22px;font-weight:800}.petluna-benefit p{margin:0;color:var(--petluna-muted)}
.petluna-brands{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.petluna-brands span{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--petluna-border);border-radius:18px;padding:22px 12px;font-size:22px;font-weight:800;letter-spacing:.8px;box-shadow:var(--petluna-shadow)}
.petluna-footer{margin-top:40px;background:#fff;border-top:1px solid var(--petluna-border);padding:36px 0 18px}.petluna-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.petluna-feature{display:flex;align-items:center;justify-content:center;gap:10px;background:#fffaf0;border:1px solid var(--petluna-border);border-radius:16px;padding:14px;font-weight:700}.petluna-feature i{color:var(--petluna-primary)}.petluna-footer__grid h5{font-size:16px;font-weight:800;margin-bottom:12px}.petluna-footer__grid ul{margin:0 0 16px}.petluna-footer__grid li{margin-bottom:8px}.petluna-footer__grid a{color:var(--petluna-muted)}.petluna-footer__bottom{padding-top:10px;border-top:1px solid var(--petluna-border);color:var(--petluna-muted);font-size:13px}
.petluna-cart .dropdown-toggle{display:flex;flex-direction:column;align-items:center;padding:0;color:var(--petluna-text);text-decoration:none}.petluna-cart .dropdown-toggle i{font-size:24px;margin-bottom:5px}.petluna-cart .dropdown-toggle small{font-size:12px;color:var(--petluna-muted)}.petluna-cart .dropdown-menu{width:340px;padding:12px;border-radius:18px;border:1px solid var(--petluna-border);box-shadow:var(--petluna-shadow)}.petluna-cart__links a{color:var(--petluna-text)}
@media (max-width:1199px){.petluna-category-grid{grid-template-columns:repeat(3,1fr)}.petluna-brands{grid-template-columns:repeat(3,1fr)}.petluna-hero{grid-template-columns:1fr}.petluna-hero__visual{min-height:300px}}
@media (max-width:767px){.petluna-topbar__inner{flex-direction:column;align-items:center;text-align:center;padding:8px 0;font-size:12px}.petluna-header__row{gap:12px;padding:16px 0}.petluna-logo img{max-height:56px}.petluna-search{order:3;width:100%;flex-basis:100%}.petluna-nav{display:none}.petluna-nav.is-open{display:block}.petluna-nav__list{justify-content:flex-start;padding:10px 0}.petluna-home{padding-top:18px}.petluna-hero{padding:22px;border-radius:24px}.petluna-hero h1{font-size:30px}.petluna-hero__visual{min-height:260px}.petluna-hero-card{width:180px;padding:18px}.petluna-hero-card h3{font-size:20px}.petluna-hero-badge{font-size:12px;text-align:center;line-height:1.4}.petluna-category-grid{grid-template-columns:1fr}.petluna-category h3{font-size:24px}.petluna-brands,.petluna-features{grid-template-columns:1fr 1fr}.petluna-section--soft{padding:28px 18px}}
@media (max-width:480px){.petluna-brands,.petluna-features{grid-template-columns:1fr}.petluna-searchbox .form-control,.petluna-searchbox .btn{height:50px}.petluna-hero-card{position:static;width:100%;margin-bottom:12px}.petluna-hero__visual{display:flex;flex-direction:column;gap:12px}.petluna-hero-badge{position:static;transform:none;align-self:flex-start}}

/* V2 home slider + product cards */
.petluna-section--compact{padding-top:24px;padding-bottom:18px}
.petluna-hero-slider{display:grid;grid-template-columns:1.2fr .8fr;gap:0;align-items:stretch;background:#fff;border:1px solid var(--petluna-border);border-radius:34px;overflow:hidden;box-shadow:var(--petluna-shadow)}
.petluna-hero-slider__media{min-height:520px;background:linear-gradient(135deg,#f8f1dd,#fff8ec)}
.petluna-hero-slider__image{height:100%;min-height:520px;background-size:cover;background-position:center}
.petluna-hero-slider__content{padding:54px 46px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#fffaf2,#fff)}
.petluna-hero-slider__content h1{font-size:46px;line-height:1.12;margin:0 0 16px;font-weight:800}
.petluna-hero-slider__content p{font-size:17px;color:var(--petluna-muted);margin:0 0 24px;line-height:1.7}
.petluna-hero-slider__actions{display:flex;gap:14px;flex-wrap:wrap}.petluna-hero-slider__actions .btn{padding:14px 22px;border-radius:14px;font-weight:700;border:0}.petluna-hero-slider__actions .btn-primary{background:var(--petluna-primary)}.petluna-hero-slider__actions .btn-primary:hover{background:var(--petluna-primary-dark)}.petluna-hero-slider__actions .btn-default{background:#fff;border:1px solid var(--petluna-border)}
.petluna-category-grid--home .petluna-category{min-height:190px;padding:22px 20px}.petluna-category-grid--home .petluna-category h3{font-size:24px}
.petluna-product-showcase{padding-top:28px}.petluna-product-area .petluna-module{margin-top:8px}.petluna-module__head{margin-bottom:20px}.petluna-module__head h3{font-size:28px;font-weight:800;margin:0;color:var(--petluna-text)}
.petluna-product-showcase .product-layout{margin-bottom:24px}
.petluna-product-card{background:#fff;border:1px solid var(--petluna-border);border-radius:24px;padding:16px;box-shadow:var(--petluna-shadow);height:100%;overflow:hidden;position:relative}
.petluna-product-card:hover{transform:translateY(-4px)}
.petluna-product-card__top{background:linear-gradient(180deg,#fffaf3,#fff);border-radius:20px;padding:16px 16px 4px;margin-bottom:12px}
.petluna-product-card .image{text-align:center;min-height:210px;display:flex;align-items:center;justify-content:center}.petluna-product-card .image img{max-height:200px;width:auto;margin:0 auto}
.petluna-product-card .caption{padding:0 6px;text-align:center;min-height:128px}.petluna-product-card .caption h4{margin:0 0 12px;font-size:16px;line-height:1.45;font-weight:700;min-height:46px}.petluna-product-card .caption h4 a{color:var(--petluna-text)}
.petluna-product-card .price-wrap{margin-top:6px}.petluna-product-card .price{font-size:28px;font-weight:800;color:var(--petluna-text);line-height:1.2}.petluna-product-card .price-old{display:block;font-size:14px;color:#a79b93;text-decoration:line-through;font-weight:400}.petluna-product-card .price-new{display:block;color:var(--petluna-text)}
.petluna-product-card .button-group{border-top:0;padding-top:0;text-align:center}.petluna-product-card .button-group button{width:100%;border:0;background:var(--petluna-soft);color:var(--petluna-text);padding:14px 16px;border-radius:14px;font-weight:800;transition:.2s ease}.petluna-product-card .button-group button:hover{background:var(--petluna-primary);color:#fff}.petluna-product-card .button-group button + button{display:none}
.petluna-product-card .rating,.petluna-product-card .description,.petluna-product-card .button-group .fa{display:none}
@media (max-width:1199px){.petluna-hero-slider{grid-template-columns:1fr}.petluna-hero-slider__media,.petluna-hero-slider__image{min-height:360px}.petluna-category-grid--home{grid-template-columns:repeat(3,1fr)}}
@media (max-width:767px){.petluna-hero-slider__content{padding:28px 22px}.petluna-hero-slider__content h1{font-size:32px}.petluna-hero-slider__media,.petluna-hero-slider__image{min-height:260px}.petluna-product-card .image{min-height:160px}.petluna-product-card .image img{max-height:150px}.petluna-product-card .caption{min-height:116px}.petluna-category-grid--home{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.petluna-category-grid--home{grid-template-columns:1fr}.petluna-product-card .price{font-size:22px}}


/* V3 functional homepage showcase */
.petluna-home-showcase{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:24px;align-items:start;background:linear-gradient(180deg,#f8f4ee,#f7f4ef);border:1px solid var(--petluna-border);border-radius:34px;padding:18px;box-shadow:var(--petluna-shadow)}
.petluna-home-showcase__main{min-width:0}
.petluna-home-showcase__aside{background:#fff;border:1px solid var(--petluna-border);border-radius:28px;padding:44px 38px;position:sticky;top:24px;box-shadow:var(--petluna-shadow)}
.petluna-home-showcase__aside h1{font-size:42px;line-height:1.08;margin:12px 0 18px;font-weight:800}
.petluna-home-showcase__aside p{font-size:16px;line-height:1.75;color:var(--petluna-muted);margin-bottom:24px}
.petluna-section--inside{padding-left:0;padding-right:0;padding-bottom:0}
.petluna-home-showcase__hero{background:#fff;border:1px solid var(--petluna-border);border-radius:28px;overflow:hidden;box-shadow:var(--petluna-shadow)}
.petluna-live-hero .swiper-viewport,.petluna-live-hero .swiper-container,.petluna-live-hero .swiper-wrapper,.petluna-live-hero .swiper-slide,.petluna-live-hero .swiper-pagination,.petluna-live-hero .swiper-pager{border:0!important;box-shadow:none!important;background:transparent!important}
.petluna-live-hero .swiper-viewport{margin:0;border-radius:0}
.petluna-live-hero img{width:100%;height:auto;display:block}
.petluna-live-hero .swiper-button-next,.petluna-live-hero .swiper-button-prev{background:rgba(255,255,255,.92);width:46px;height:46px;border-radius:999px;box-shadow:var(--petluna-shadow)}
.petluna-live-hero .swiper-pagination-bullet{background:#d9c8aa;opacity:1}
.petluna-live-hero .swiper-pagination-bullet-active{background:var(--petluna-primary)}
.petluna-hero-fallback{display:grid;grid-template-columns:1.15fr .85fr;min-height:420px;background:linear-gradient(135deg,#fff9ef,#fff)}
.petluna-hero-fallback__media{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7ebd2,#fff)}
.petluna-hero-fallback__photo{position:absolute;inset:0;background:url('catalog/view/theme/petluna/image/hero-preview.png') left center/cover no-repeat}
.petluna-hero-fallback__promo{padding:32px 30px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at top right,#fff4d4,transparent 30%),linear-gradient(180deg,#fffaf2,#fff)}
.petluna-promo-badge{display:inline-flex;align-self:flex-start;background:var(--petluna-soft);color:#8f6a0b;border-radius:999px;padding:8px 14px;font-weight:700;margin-bottom:16px}
.petluna-hero-fallback__promo h2{font-size:34px;line-height:1.18;margin:0 0 16px;font-weight:800;color:var(--petluna-text)}
.petluna-hero-fallback__promo .btn{align-self:flex-start;padding:12px 18px;border-radius:14px;font-weight:700;background:var(--petluna-primary);border:0}
.petluna-hero-fallback__pack{margin-top:20px;min-height:180px;border-radius:22px;background:url('catalog/view/theme/petluna/image/hero-preview.png') 72% center/240% no-repeat,linear-gradient(180deg,#fff6df,#fff)}
.petluna-category-grid--home .petluna-category{min-height:168px;padding:18px 18px 16px}
.petluna-category-grid--home .petluna-category h3{font-size:22px;margin:14px 0 8px}
.petluna-category-grid--home .petluna-category p{font-size:13px;line-height:1.45}
.petluna-product-showcase .petluna-heading h2{font-size:28px}
.petluna-product-showcase .petluna-module{margin-top:0}
.petluna-product-showcase .product-layout{margin-bottom:0}
.petluna-product-area .row{display:flex;flex-wrap:wrap}
.petluna-product-area .product-layout{display:flex}
.petluna-product-card .caption h4{min-height:44px}
.petluna-product-card .button-group button{font-size:14px}
@media (max-width:1399px){.petluna-home-showcase__aside h1{font-size:36px}}
@media (max-width:1199px){.petluna-home-showcase{grid-template-columns:1fr;padding:16px}.petluna-home-showcase__aside{position:relative;top:auto}.petluna-hero-fallback{grid-template-columns:1fr}.petluna-hero-fallback__media{min-height:320px}.petluna-hero-fallback__pack{background-position:72% center;background-size:220%}}
@media (max-width:767px){.petluna-home-showcase{padding:12px;border-radius:24px}.petluna-home-showcase__aside{padding:28px 22px;border-radius:22px}.petluna-home-showcase__aside h1{font-size:30px}.petluna-hero-fallback__promo{padding:24px 20px}.petluna-hero-fallback__promo h2{font-size:28px}.petluna-category-grid--home{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.petluna-category-grid--home{grid-template-columns:1fr}.petluna-hero-fallback__media{min-height:220px}}

.petluna-inner-page{padding-top:24px;padding-bottom:40px}.petluna-product-page,.petluna-product-summary,.petluna-tabs-wrap,.petluna-subcat-card{background:#fff}.petluna-product-page{border:1px solid #eadfce;border-radius:24px;padding:24px;margin-bottom:24px}.petluna-product-main-image,.petluna-product-thumbs .thumbnail,.petluna-tabs-wrap,.petluna-subcat-card{border:1px solid #eadfce;border-radius:18px}.petluna-product-main-image{padding:12px}.petluna-product-summary h1{font-size:36px;line-height:1.1;margin:0 0 18px;color:#3a2d22;font-weight:800}.petluna-meta-row{margin-bottom:8px;color:#6a5b4d}.petluna-product-price-box{background:#fbf5ea;border-radius:18px;padding:18px 20px;margin:18px 0}.petluna-price-current{font-size:32px;font-weight:800;color:#3a2d22}.petluna-price-old{text-decoration:line-through;color:#9d8f82;margin-bottom:6px}.petluna-price-tax{margin-top:4px;color:#7d6d5f}.petluna-purchase-box{margin-top:18px}.petluna-qty-group .form-control{height:46px}.petluna-product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.petluna-tabs-wrap{padding:18px 20px}.petluna-tabs-wrap .tab-content{padding-top:18px}.petluna-listing-head{margin-bottom:20px}.petluna-listing-head h1{font-size:34px;font-weight:800;color:#3a2d22;margin-bottom:18px}.petluna-subcat-card{padding:16px;text-align:center;margin-bottom:16px}.petluna-subcat-card a{color:#3a2d22;font-weight:700}.category-description{overflow:hidden}


.petluna-panel{background:#fff;border:1px solid #efe4d5;border-radius:22px;padding:28px;box-shadow:0 8px 28px rgba(71,47,22,.05);margin-bottom:24px}.petluna-copy{color:#6d604f;line-height:1.7}.petluna-meta{font-size:12px;color:#8e7f6c;margin:6px 0}.petluna-list-group .list-group-item{border-color:#f2eadf}.petluna-category-module,.petluna-html-module{background:#fff;border:1px solid #efe4d5;border-radius:18px;padding:18px}.petluna-category-module a{display:block;padding:7px 0;color:#4b3829}.petluna-brand-strip{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap;background:#fff;border:1px solid #efe4d5;border-radius:18px;padding:18px}.petluna-brand-item img{max-height:42px;width:auto}.petluna-slideshow img{border-radius:26px;width:100%}.table>tbody>tr>td,.table>thead>tr>td{vertical-align:middle}.petluna-inner-page .btn-primary{background:#f0b42e;border-color:#f0b42e;color:#fff;border-radius:12px}.petluna-inner-page .btn-default{border-radius:12px}.petluna-inner-page .form-control{border-radius:12px;border-color:#eadfce;box-shadow:none}.petluna-inner-page .breadcrumb{background:transparent;padding-left:0}
