@charset "UTF-8";

/* ===================================================
   ICONS – КЛАСОВЕ
   =================================================== */
/* 
   .ph         – Regular стил (по подразбиране)
   .ph-bold    – Bold стил
   .ph-thin    – Thin стил
   .ph-fill    – Запълнен стил
   .ph-light   – Лек стил
   .ph-duotone – Дуотон стил
*/

/* ===================================================
   COLORS
   =================================================== */
:root {
   --bg-body: #F5F3F0;
   --primary: #F04929;
   --secondary: #f97316;
   --accent: #fcd34d;
   --dark: #222;
   --white: #fff;
   --red: #d63b3b;
   --black: #000000;
   --green: #2e7d32;

   --bg-header: #fff;
   --bg-breadcrumb: #F5F3F0;
   --bg-footer: #F04929;

   --bg-search-form: var(--white);
   --border-search-form: #bbb;

   --bg-benefit-box: var(--white);
   --bg-filters-box: var(--white);

   --bg-side-nav-hover: #f3f3f3;

   --border-primary: #eeebe6;
   --border-secondary: rgba(240, 73, 41, .2);

   --bg-button: var(--primary);
   --bg-button-hover: var(--dark);
   --text-button: var(--white);
   --text-button-hover: var(--white);

   --transition: all .1s ease-in-out;
   --transition2: all .3s ease-in-out;

   --cats-grid-bg: var(--white);
   --cats-grid-bg-hover: #FFFEF5;
   --cats-grid-border: #ddd;
   --cats-grid-text: var(--dark);

   --product-card-bg: var(--white);
   --product-card-bg-hover: #FFFCE5;
   --product-card-shadow: #ddd;
   --product-card-shadow-hover: #ccc;
   --product-card-title: var(--dark);
   --product-card-package: var(--dark);

   --bg-product-page: var(--white);
   --bg-product-top: var(--secondary);
   --bg-product-info: #fdf8f1;
   --bg-related: var(--white);

   --ac-bg: var(--white);
   --ac-border: #ccc;
   --ac-color: var(--dark);
   --ac-badge-bg: #ffbe0b;
   --ac-badge-text: #000;
   --ac-bg-item: #fff;
   --ac-bg-even-item: #faf2f0;
   --ac-bg-odd-item: #fff;
   --ac-hover-item: #f5f5f5;
   --ac-price: #000;
   --ac-old-price: var(--dark);
   --ac-package: var(--dark);
   --ac-discount-color: var(--white);
   --ac-discount-bg: var(--primary);
   --ac-save: var(--dark);
   --ac-store: var(--dark);
   --ac-valid: var(--dark);

   --socials-bg: #e03e26;
   --socials-bg-hover: #d3351c;

   --stats-bg: var(--white);
   --stats-shadow: 0 4px 18px rgba(0,0,0,0.06);
   --stats-shadow-hover: 0 6px 24px rgba(0,0,0,0.12);

   --cats-more-bg: transparent;
   --cats-more-text: var(--dark);
   --cats-more-text-hover: var(--primary);

   --table-prices-border: #bbb;
   --table-prices-thead-bg: #ddd;
   --table-prices-thead-text: var(--dark);
   --table-prices-tbody-even: #f5f5f5;
   --table-prices-tbody-odd: var(--white);

   --blog-cats-border: #ddd;
}


/* ===================================================
   GLOBAL SETTINGS & RESET
   =================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Jost', sans-serif; background-color: var(--bg-body); font-weight: 300; color: var(--dark); line-height: normal; }


/* ===================================================
   COMPONENTS – TYPOGRAPHY
   =================================================== */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Jost', sans-serif; }

ul { margin: 0; padding: 0; }
ul li { margin: 0; padding: 0; list-style: none; }

p { margin: 0; padding: 0; font-size: 1rem; font-family: 'Jost', sans-serif; }
button, input { font-family: 'Jost', sans-serif; }

img { margin: 0; padding: 0; }

a { text-decoration: none; margin: 0; padding: 0; }
a:hover { text-decoration: none; }

.pt-20 { padding-top: 20px !important; }
.pb-20 { padding-bottom: 20px !important; }


/* ===================================================
   COMPONENTS – TOOLTIPS
   =================================================== */
.tooltip-bubble { position: absolute; z-index: 9999; background: rgba(0, 0, 0, 0.85); color: var(--white); padding: 6px 10px; font-size: 13px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transform: translateY(-5px); transition: all 0.15s ease; }


/* ===================================================
   COMPONENTS – LAYOUT HELPERS
   =================================================== */
.section { padding: 4rem 0; }
.text-center { text-align: center; }
.container { margin: 0 auto; }

@media (min-width: 576px) {
   .container { width: 100%; }
}
@media (min-width: 768px) {
   .container { width: 720px; }
}
@media (min-width: 992px) {
   .container { width: 960px; }
}
@media (min-width: 1200px) {
   .container { width: 1140px; }
}
@media (min-width: 1400px) {
   .container { width: 1320px; }
}
@media (min-width: 1500px) {
   .container { width: 1440px; }
}


/* ===================================================
   COMPONENTS – TITLES
   =================================================== */
.facebook-icon { background-image: url('../img/facebook-icon.png'); }
.instagram-icon { background-image: url('../img/instagram-icon.png'); }
.youtube-icon { background-image: url('../img/youtube-icon.png'); }
.x-icon { background-image: url('../img/x-icon.png'); }

   
/* ===================================================
   COMPONENTS – TITLES
   =================================================== */
.section-title { display: block; margin: 0; padding: 60px 15px 15px 15px; font-size: 26px; line-height: normal; font-weight: 500; }
.page-title { display: flex; width: 100%; justify-content: flex-start; align-items: center; margin: 0; padding: 30px 0; font-size: 32px; line-height: normal; color: var(--dark); font-weight: 400; text-transform: none; gap: 0; }
.page-title i { margin: 0 10px 0 0; }
.page-title strong { font-weight: 400; line-height: 32px; }
.page-title span { white-space: nowrap; flex-shrink: 0; background: var(--primary); color: var(--white); padding: 5px 15px; border-radius: 6px; font-size: 22px; }
.page-title img { width: 50px; margin: 0 20px 0 0; padding: 0; }

.section-head { display: flex; align-items: center; justify-content: start; column-gap: 30px; margin: 0 0 20px 0; }
.section-head h2 { color: var(--dark); font-size: 24px; font-weight: 500; }
.section-head a { display: flex; align-items: center; gap: 5px; color: var(--primary); font-size: 15px; font-weight: 400; transition: .3s all; }
.section-head a span { text-decoration: underline; }
.section-head a:after { font-family: "Phosphor"; content: "\e06c"; }
.section-head a:hover { gap: 10px; }

@media (max-width: 1024px){
   .section-head { justify-content: center; column-gap: 15px; }
}

@media (max-width: 768px) {
   .page-title { padding: 30px 0; margin: 0 10px; font-size: 28px; }
   .page-title span { padding: 5px 10px; font-size: 22px; }

   .section-head { margin: 0 5px 20px 5px; }
}

/* ===================================================
   COMPONENTS – BUTTONS
   =================================================== */
.btn { display: inline-block; padding: 0.55rem 1.5rem; font-size: 12px; letter-spacing: 1px; border-radius: 6px; font-weight: 300; text-transform: uppercase; text-align: center; cursor: pointer; transition: background 0.3s; }
.btn.btn-primary { background-color: var(--bg-button); color: var(--text-button); }
.btn.btn-primary:hover { background-color: var(--bg-button-hover); color: var(--text-button-hover); }

.button-style-2 { padding: .6rem 4rem; border-radius: 30px; background: var(--bg-button); color: var(--text-button); text-transform: uppercase; font-weight: 300; font-size: 20px; letter-spacing: 0.05rem; transition: var(--transition); border: 0; outline: 0; }
.button-style-2:hover { background: var(--bg-button-hover); color: var(--text-button-hover); }


/* ===================================================
   HEADER
   =================================================== */
.header { position: sticky; top: 0; z-index: 9; background: var(--bg-header); }
.header .container { display: flex; align-items: center; gap: 1rem; padding: 20px 0; }

.header .header-logo { order: 2; width: auto; display: flex; align-self: center; justify-self: center; }
.header .header-logo img { width: 180px;  }

.header #nav-toggle { order: 1; margin: 0 20px 0 0; padding: 5px 5px 2px 5px; border: 1px solid var(--primary); cursor: pointer; z-index: 10000; position: relative; border-radius: 6px; background: var(--white); }
.header #nav-toggle i { margin: 0; padding: 0; font-size: 32px; color: var(--primary); }

.header .search-wrapper { order: 3; position: relative; display: flex; justify-content: center; margin: 0 auto; padding: 0; }
.header .search-wrapper .search-form { display: flex; max-width: 100%; width: 500px; background: var(--bg-search-form); border: 1px solid var(--border-search-form); border-radius: 50px; overflow: hidden; }
.header .search-wrapper .search-form .search-input { flex: 1; padding: .9rem 1rem; font-size: 17px; font-weight: 400; border: none; outline: none; background: var(--bg-search-form); }
.header .search-wrapper .search-form .search-btn { background: var(--white); color: var(--dark); border: none; padding: 0 1rem; cursor: pointer; font-size: 26px; display: flex; align-items: center; justify-content: center; transition: background 0.3s ease; font-weight: 800; }
.header .search-wrapper .search-form .search-btn:hover { color: var(--primary); }

.search-ac { position: absolute; top: 110%; left: 0; right: 0; z-index: 999; width: 100%; max-height: 70vh; overflow-y: auto; background: var(--ac-bg); border-radius: 12px; border: 1px solid var(--ac-border); box-shadow: 0 12px 24px rgba(0,0,0,0.12); padding: 0.5rem 0; display: none; }
.search-ac .result-item { display: block; padding: 15px 10px; cursor: pointer; color: var(--ac-color); background: var(--ac-bg-item); border-bottom: 1px solid var(--ac-border); transition: background .15s ease, padding-left .15s; }
.search-ac .result-item:nth-child(even) { background: var(--ac-bg-even-item); }
.search-ac .result-item:nth-child(odd) { background: var(--ac-bg-odd-item); }
.search-ac .result-item:last-child { border-bottom: 0; }
.search-ac .result-item:hover { background: var(--ac-hover-item); padding-left: 1.2rem; }
.search-ac .result-item.ac-suggestion { background: var(--ac-bg); color: var(--ac-color); border-bottom: 1px solid var(--ac-border); font-size: 0.9rem; }
.search-ac .result-item.no-result { text-align: center; padding: 1rem; color: var(--ac-color); }
.search-ac .result-item .ac-header { display: flex; align-items: center; justify-content: space-between; font-weight: 400; font-size: 17px; color: var(--ac-color); }
.search-ac .result-item .ac-header .ac-name { font-weight: 500; font-size: 16px; color: var(--ac-color); }
.search-ac .result-item .ac-header .ac-best { background: var(--ac-badge-bg); color: var(--ac-badge-text); font-weight: 400; min-width: 92px; padding: 2px 0; text-align: center; font-size: 11px; border-radius: 4px; }
.search-ac .result-item .ac-package { display: block; text-align: left; color: var(--ac-package); font-size: 13px; font-weight: 400; }
.search-ac .result-item .ac-prices { margin: 2px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 5px 10px; font-size: 15px; }
.search-ac .result-item .ac-prices .ac-price { font-weight: 600; color: var(--ac-price); }
.search-ac .result-item .ac-prices .ac-old-price { font-weight: 400; color: var(--ac-old-price); text-decoration: line-through; }
.search-ac .result-item .ac-prices .ac-discount { font-weight: 400; color: var(--ac-discount-color); background: var(--ac-discount-bg); padding: 2px 6px; border-radius: 4px; }
.search-ac .result-item .ac-prices .ac-save { font-weight: 300; color: var(--ac-save); margin-left: auto; }
.search-ac .result-item .ac-prices .ac-save strong { font-weight: 600; }
.search-ac .result-item .ac-footer { display: flex; align-items: center; justify-content: space-between; }
.search-ac .result-item .ac-footer .ac-store { font-weight: 400; font-size: 15px; color: var(--ac-store); text-transform: uppercase; }
.search-ac .result-item .ac-footer .ac-valid { font-weight: 300; font-size: 12px; color: var(--ac-valid); }
.search-ac .result-item .ac-footer .ac-valid strong { font-weight: 400; }

.search-ac .ac-more { padding: 10px; text-align: center; }
.search-ac .ac-more-btn { background: none; border: none; color: var(--dark); font-size: 13px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: var(--transition); text-transform: uppercase; justify-content: center; align-items: center; }
.search-ac .ac-more-btn:hover { color: var(--dark); }
.search-ac .ac-more-btn:hover span { color: var(--dark); text-decoration: underline; }

.header .header-users { order: 4; display: flex; justify-content: flex-end; align-items: center; column-gap: .7rem; margin-left: auto; position: relative; }
.header .header-users .header-user-link { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--border-primary); background: var(--bg-body); color: var(--dark); padding: 0 .7rem; font-size: 17px; font-weight: 400; line-height: 1; transition: var(--transition); }
.header .header-users .header-user-link i { font-size: 26px; color: var(--primary); }
.header .header-users .header-user-link:hover, .header .header-users .header-user-link:focus-visible { background: var(--bg-side-nav-hover); color: var(--dark); border-color: var(--primary); }

.header .header-users .header-user-trigger { display: inline-flex; align-items: center; justify-content: center; gap: 0; min-width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--border-primary); background: var(--bg-body); color: var(--dark); padding: 0 .7rem; font-size: 26px; font-weight: 500; line-height: 1; transition: var(--transition); }
.header .header-users .header-user-trigger i { font-size: 26px; color: var(--primary); }
.header .header-users .header-user-trigger:hover, .header .header-users .header-user-trigger:focus-visible { background: var(--bg-side-nav-hover); color: var(--dark); border-color: var(--primary); }

.header .header-users .header-user-menu { position: relative; display: inline-flex; }
.header .header-users .header-user-menu .header-user-trigger { cursor: pointer; padding: 0 .65rem; }
.header .header-users .header-user-menu .header-user-dropdown { position: absolute; top: calc(100% + 8px); right: 0; min-width: 170px; background: var(--bg-body); border: 1px solid var(--border-primary); border-radius: 10px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10); padding: .3rem 0; z-index: 200; opacity: 0; visibility: hidden; transform: translateY(6px); pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.header .header-users .header-user-menu:hover .header-user-dropdown,
.header .header-users .header-user-menu:focus-within .header-user-dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.header .header-users .header-user-menu .header-user-dropdown a { display: flex; align-items: center; gap: 1rem; padding: .55rem .75rem; color: var(--dark); font-size: 18px; text-decoration: none; font-weight: 300; border-bottom: 1px solid var(--white); }
.header .header-users .header-user-menu .header-user-dropdown a:last-child { border-bottom: 0; }
.header .header-users .header-user-menu .header-user-dropdown a i { color: var(--primary); font-size: 26px; }
.header .header-users .header-user-menu .header-user-dropdown a:hover,
.header .header-users .header-user-menu .header-user-dropdown a:focus-visible { background: var(--bg-side-nav-hover); color: var(--dark); }
.header .header-users .header-user-menu .header-user-dropdown a:hover span { text-decoration: underline; }

.header .header-users .header-cart-link { position: relative; }
.header .header-users .header-cart-link .header-cart-counter { position: absolute; top: -10px; right: -7px; min-width: 22px; height: 22px; border-radius: 9px; padding: 0 5px; background: var(--primary); color: var(--white); font-size: 12px; font-weight: 400; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.header .header-users .header-cart-link .header-cart-counter.is-hidden { display: none; }
.header .header-users .header-cart-link .header-cart-counter.is-bouncing { animation: cartCounterBounce .35s ease; }

@keyframes cartCounterBounce {
   0% { transform: scale(1); }
   35% { transform: scale(1.28); }
   65% { transform: scale(0.92); }
   100% { transform: scale(1); }
}

@media (max-width: 768px) {
   .header .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; row-gap: 1rem; }
   .header #nav-toggle { order: 1; grid-column: 1 / 2; margin-left: 10px; }
   
   .header .header-logo { order: 2; grid-column: 2 / 3; justify-self: center; margin: 0; }
   .header .header-logo img { width: 140px; }

   .header .header-users { order: 3; grid-column: 3 / 4; justify-self: end; margin-right: 10px; display: flex; column-gap: .5rem; }

   .header .header-users .header-register-link { display: none; }
   
   .header .header-users .header-user-link, .header .header-users .header-user-trigger { gap: 0; min-width: 48px; height: 48px; }
   .header .header-users .header-user-link i, .header .header-users .header-user-trigger i { font-size: 28px; }
   .header .header-users .header-user-link span { display: none; }

   .header .search-wrapper { order: 4; grid-column: 1 / 4; width: 94%; margin: 0 auto; }
   .header .search-wrapper .search-form { width: 100%; max-width: 100%; }
}


/* ===================================================
   LEFT SIDE NAVIGATION
   =================================================== */
#side-nav { position: fixed; top: 0; left: -370px; width: 350px; height: 100%; background: white; box-shadow: 4px 0 12px rgba(0,0,0,0.2); transition: left 0.3s ease; z-index: 9999; padding: 0; overflow: hidden; }
#side-nav.active { left: 0; }
#side-nav #nav-close { position: absolute; top: 0; right: 1rem; display: grid; justify-content: center; align-content: center; height: 52px; background: none; border: none; font-size: 1.5rem; cursor: pointer; }

#nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.3); backdrop-filter: blur(10px); z-index: 9990; display: none; opacity: 0; transition: opacity 0.3s ease; }
#nav-overlay.active { display: block; opacity: 1; }

#side-nav .navigation { position: absolute; overflow-x: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; margin: 52px 0 0 0; border-top: 1px solid var(--border-primary); padding: 0 1rem; }
#side-nav .navigation h3 { display: block; margin: 1.5rem 0 .5rem 0; padding: 0; color: var(--dark); font-size: 20px; font-weight: 500; }

#side-nav .nav-menu { list-style: none; padding: 0; margin: 0; }
#side-nav .nav-menu li { margin: 0; padding: 0; border-bottom: 1px solid var(--border-primary); }
#side-nav .nav-menu li:last-child { border-bottom: 0 none; }
#side-nav .nav-menu li a { display: flex; justify-content: space-between; align-items: center; justify-content: start; column-gap: .5rem; cursor: pointer; margin: 0; padding: 5px; line-height: normal; text-decoration: none; font-weight: 400; color: var(--dark); font-size: 16px; }
#side-nav .nav-menu li a::before { font-size: 12px; margin: 0; font-family: "Phosphor"; content: "\e06c"; color: var(--dark); font-weight: 400; }
#side-nav .nav-menu li a span { text-decoration: none; font-weight: 400; color: var(--dark); font-size: 16px; }
#side-nav .nav-menu li.active a { background: var(--bg-side-nav-hover); }
#side-nav .nav-menu li:hover a { background: var(--bg-side-nav-hover); }
#side-nav .nav-menu li i { color: var(--primary); }

#side-nav .nav-cats {  width: 100%; }
#side-nav .nav-cats .nav-cats-slider { display: flex; transition: transform 0.4s ease-in-out; will-change: transform; }
#side-nav .nav-cats .nav-cats-slider .category-panel { min-width: 100%; width: 100%; box-sizing: border-box; }
#side-nav .nav-cats .nav-cats-slider .category-panel .nav-menu li a { font-size: 17px; }
#side-nav .nav-cats .nav-cats-slider .category-back { display: flex; justify-content: start; align-items: center; column-gap: .5rem; font-size: 18px; line-height: normal; font-weight: bold; margin: 20px 0 0 0; cursor: pointer; color: var(--primary); }
#side-nav .nav-cats .nav-cats-slider .category-back:hover { color: var(--dark); }
#side-nav .nav-cats .nav-cats-slider .category-next.active { color: var(--primary); }
#side-nav .nav-cats .nav-cats-slider .all-link { color: var(--primary); }

#side-nav .side-socials { display: flex; justify-content: center; align-items: center; column-gap: .5rem; margin: 40px 0 120px 0; }
#side-nav .side-socials a { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; background-position: center; background-repeat: no-repeat; background-size: 50%; background-color: var(--socials-bg); border-radius: 8px; text-indent: -9999; font-size: 0; overflow: hidden; }
#side-nav .side-socials a:hover { background-color: var(--socials-bg-hover); }


/* ============================
   ANIMATIONS
   ============================ */
.fade-up { opacity: 0; transform: translateY(20px); animation: fadeUp 0.6s ease-out forwards; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.30s; }

@keyframes fadeUp {
   from { opacity: 0; transform: translateY(20px); }
   to { opacity: 1; transform: translateY(0); }
}


/* ===================================================
   HERO SECTION
   =================================================== */
.hero-section { position: relative; padding: 50px 0; text-align: center; background: linear-gradient(135deg, var(--bg-body) 0%, rgba(255, 255, 255, 0) 20%); overflow: hidden; }
.hero-section::before, .hero-section::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; filter: blur(90px); opacity: 0.35; z-index: -1; }
.hero-section::before { top: -40px; left: -40px; background: var(--primary); }
.hero-section::after { bottom: -40px; right: -40px; background: var(--secondary); }
.hero-section h1 { font-size: 36px; font-weight: 500; color: var(--dark); margin-bottom: 10px; line-height: 34px; }
.hero-section h2 { font-size: 20px; font-weight: 300; opacity: 0.85; }

.hero-stores { margin-top: 25px; display: flex; justify-content: center; gap: 20px; opacity: 0.9; }
.hero-stores a { color: var(--dark); font-size: 14px; text-decoration: none; transition: color .15s ease; }
.hero-stores a:hover, .hero-stores a:focus-visible { color: var(--primary); }

@media (max-width: 768px) {
   .hero-section { padding: 40px 20px; }
   .hero-section h1 { font-size: 30px; font-weight: 600; }
   .hero-section h2 { font-size: 18px; }

   .hero-stores { gap: 10px; flex-wrap: wrap; }
   .hero-stores a { font-size: 13px; }
}


/* ===================================================
   HOME BLOG CATEGORIES + PROMOTIONS SPLIT
   =================================================== */
.home-blog-split { margin: 60px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }

.home-blog-split .home-blog-cats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-blog-split .home-blog-cats-grid .home-blog-cat-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 18px; border: 1px solid var(--border-primary); border-radius: 10px; background: var(--white); text-decoration: none; color: var(--dark); box-shadow: 0 8px 22px rgba(34, 34, 34, 0.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.home-blog-split .home-blog-cats-grid .home-blog-cat-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(34, 34, 34, 0.10); border-color: rgba(34, 34, 34, 0.12); }
.home-blog-split .home-blog-cats-grid .home-blog-cat-card .home-blog-cat-name { font-size: 15px; font-weight: 400; text-transform: uppercase; }
.home-blog-split .home-blog-cats-grid .home-blog-cat-card .home-blog-cat-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border-primary); background: var(--bg-body); flex: 0 0 auto; color: var(--dark); }

.home-blog-split .home-promotions-banner { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 18px; border-radius: 12px; background: var(--white); border: 1px solid var(--border-primary); box-shadow: 0 8px 22px rgba(34, 34, 34, 0.06); text-decoration: none; color: var(--dark); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.home-blog-split .home-promotions-banner::before { content:""; position:absolute; left:0; top:0; width:6px; height:100%; background: var(--primary); opacity: .9; }
.home-blog-split .home-promotions-banner::after { content:""; position:absolute; right:-70px; top:-70px; width:220px; height:220px; border-radius:999px; background: var(--primary); opacity: .06; pointer-events: none; }
.home-blog-split .home-promotions-banner:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(34, 34, 34, 0.10); border-color: rgba(34, 34, 34, 0.12); }
.home-blog-split .home-promotions-banner .home-promotions-banner-title { margin: 0; padding-left: 10px; font-size: 20px; line-height: 14px; font-weight: 500; color: var(--dark); }
.home-blog-split .home-promotions-banner .home-promotions-banner-text { margin: 0; padding-left: 10px; font-size: 13px; font-weight: 400; color: var(--dark); opacity: .92; }
.home-blog-split .home-promotions-banner .home-promotions-banner-meta { padding-left: 10px; display:flex; flex-wrap: wrap; gap: 10px 14px; border-top: 1px dashed var(--border-primary); padding-top: 12px; margin-top: 2px; font-size: 13px; color: var(--dark); }
.home-blog-split .home-promotions-banner .home-promotions-banner-meta span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 15px; border-radius: 999px; background: var(--ac-badge-bg); color: var(--ac-badge-text); font-size: 13px; font-weight: 300; }

@media (max-width: 1024px){
   .home-blog-split { margin: 20px 0 0 0; grid-template-columns: 1fr; }

   .home-blog-split .home-blog-cats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px){
   .home-blog-split { gap: 50px; }

   .home-blog-split .home-blog-cats-grid { grid-template-columns: 1fr; gap: 12px; margin: 0 5px; }
   .home-blog-split .home-blog-cats-grid .home-blog-cat-card { padding: 10px 16px; }
   .home-blog-split .home-blog-cats-grid .home-blog-cat-card .home-blog-cat-name { font-size: 14px; }
   
   .home-blog-split .home-promotions-banner { border-radius: 10px; margin: 0 5px 20px 5px; }
   .home-blog-split .home-promotions-banner .home-promotions-banner-title { font-size: 18px; }
   .home-blog-split .home-promotions-banner .home-promotions-banner-text { font-size: 14px; }
}


/* ===================================================
   CATEGORIES SECTION
   =================================================== */
.cats-section { position: relative; padding: 50px 0; }
.cats-section .cats-grid { display: grid; grid-template-columns: repeat(6, 1fr); justify-content: center; align-items: center; gap: .5rem; text-align: center; margin: 0 10px; }
.cats-section .cats-grid a { display: grid; row-gap: 1rem; justify-items: center; justify-content: center; align-content: center; align-items: center; text-align: center; border-radius: 10px; padding: 20px 0; background: var(--cats-grid-bg); border: 1px solid var(--cats-grid-border); transition: var(--transition); height: 100%; }
.cats-section .cats-grid a:hover { background: var(--cats-grid-bg-hover); }
.cats-section .cats-grid a strong { font-size: 12px; font-weight: 400; color: var(--cats-grid-text); text-transform: uppercase; }
.cats-section .cats-grid a img { height: 54px; max-width: 80%; margin: 0; padding: 0; }

.cats-section .cats-more-btn { display: flex; flex-direction: column; align-items: center; gap: 0; margin: 20px auto 0 auto; padding: 10px 20px; border: none; border-radius: 8px; color: var(--cats-more-text); cursor: pointer; font-size: 15px; font-weight: 400; transition: var(--transition); background: var(--cats-more-bg); }
.cats-section .cats-more-btn .toggle-icon-up { font-size: 18px; }
.cats-section .cats-more-btn .toggle-icon.up { display: none; opacity: 0; }
.cats-section .cats-more-btn .toggle-icon.down { display: inherit; opacity: 1; }
.cats-section .cats-more-btn.expanded .toggle-icon.up { display: inherit; opacity: 1; }
.cats-section .cats-more-btn.expanded .toggle-icon.down { display: none; opacity: 0; }
.cats-section .cats-more-btn:hover { color: var(--cats-more-text-hover); }
.cats-section .hidden-cat { display: none; opacity: 0; }

@media (max-width: 768px) {
   .cats-section .cats-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ===================================================
   STATS SECTION
   =================================================== */
.stats-section { position: relative; padding: 40px 0; text-align: center; }
.stats-section .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: center; justify-content: center; }
.stats-section .stats-grid .stat-box { background: var(--stats-bg); padding: 20px 10px 30px 10px; border-radius: 10px; box-shadow: var(--stats-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.stats-section .stats-grid .stat-box:hover { transform: translateY(-4px); box-shadow: var(--stats-shadow-hover); }
.stats-section .stats-grid .stat-box .stat-icon { font-size: 48px; color: var(--primary); }
.stats-section .stats-grid .stat-box .stat-number { font-size: 28px; font-weight: 400; color: var(--dark); }
.stats-section .stats-grid .stat-box .stat-label { margin-top: 4px; font-size: 15px; font-weight: 400; color: var(--dark); }

@media (max-width: 768px) {
   .stats-section { margin: 0 10px; }
   .stats-section .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
   .stats-section .stats-grid .stat-box .stat-icon { margin-bottom: 0; font-size: 52px; }
   .stats-section .stats-grid .stat-box .stat-number { font-size: 28px; }
   .stats-section .stats-grid .stat-box .stat-label { font-size: 16px; }
}
@media (max-width: 480px) {
   .stats-section .stats-grid { grid-template-columns: 1fr; gap: 20px; }
}


/* ===================================================
   PRODUCTS STYLE
   =================================================== */
.products-page .products-page-title { margin: 0; padding: 25px 0 19px 0; gap: 15px; border-bottom: 1px solid var(--border-primary); color: var(--dark); font-size: 28px; line-height: 1.2; }
.products-page .products-page-title strong { min-width: 0; font-weight: 600; line-height: 1.2; overflow-wrap: break-word; }
.products-page .products-page-title img { box-sizing: border-box; flex: 0 0 48px; width: 48px; height: 48px; margin: 0; padding: 8px; object-fit: contain; border: 1px solid var(--border-primary); border-radius: 12px; background: var(--white); box-shadow: 0 2px 8px rgba(34, 34, 34, .05); }
.products-page .products { margin: 23px 0 50px 0; }

.products { position: relative; margin: 20px 0 50px 0; }
.related-products { position: relative; margin: 50px 0; }
.related-products .section-title { padding-top: 40px; }
.products .grid, .related-products .grid { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: center; align-content: center; gap: 25px; }
.products .empty, .related-products .empty { padding: 30px 0; font-size: 18px; font-weight: 300; font-style: italic; color: var(--dark); }
.products .message-products, .related-products .message-products { text-align: center; padding: 60px 0 30px 0; font-size: 17px; font-weight: 300; font-style: italic; color: var(--dark); }
.no-offers { font-style: italic; font-size: 20px; font-weight: 400; letter-spacing: .3px; color: var(--primary); }

@media (max-width: 768px) {
   .products-page .products-page-title { width: auto; margin: 0 10px; padding: 22px 0 17px 0; gap: 13px; font-size: 25px; text-align: left; }
   .products-page .products-page-title img { flex-basis: 44px; width: 44px; height: 44px; padding: 7px; border-radius: 11px; }
   .products-page .products { margin-top: 22px; }
}

@media (max-width: 480px) {
   .products-page .products-page-title { gap: 12px; font-size: 24px; }
}

.brochures-layout { display: grid; grid-template-columns: minmax(240px, 280px) minmax(0, 1fr); gap: 24px; align-items: start; margin: 30px 0 50px 0; }
.brochures-aside, .brochures-main { min-width: 0; }
.brochures-category-filter { padding: 16px; border: 1px solid var(--border-primary); border-radius: 8px; background: var(--white); }
.brochures-category-filter h2 { margin: 0 0 20px 0; font-size: 22px; line-height: 1.2; font-weight: 500; color: var(--dark); }
.brochures-category-select { display: none; }
.brochures-category-list { display: flex; flex-direction: column; gap: 6px; list-style: none; margin: 0; padding: 0; }
.brochures-category-list a { display: flex; align-items: center; min-height: 36px; padding: 8px 10px; border-radius: 6px; color: var(--dark); font-size: 15px; line-height: 1.2; text-decoration: none; transition: background .15s ease, color .15s ease; font-weight: 400; }
.brochures-category-list a:hover, .brochures-category-list a.is-active { background: var(--primary); color: var(--white); }
.brochures-main .page-title { padding: 0 0 30px 0; }
.brochures-store-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px 0; }
.brochures-store-nav a { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 14px; border: 1px solid var(--border-primary); border-radius: 8px; background: var(--white); color: var(--dark); font-size: 16px; font-weight: 400; line-height: 1.2; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.brochures-store-nav a:hover, .brochures-store-nav a.is-active { background: var(--primary); border-color: var(--primary); color: var(--white); }
.brochures-products { margin-top: 0; }

@media (max-width: 768px) {
   .brochures-layout { grid-template-columns: minmax(0, 1fr); gap: 18px; margin: 20px 0 40px 0; }
   .brochures-aside { margin: 0 5px; }
   .brochures-category-filter { padding: 14px; }
   .brochures-category-list { display: none; }
   .brochures-category-select { display: block; }
   .brochures-category-select label { visibility: hidden; opacity: 0; height: 0; display: block; margin: 0 0 8px 0; font-size: 14px; line-height: 1.2; color: var(--dark); }
   .brochures-category-select-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
   .brochures-category-select select { width: 100%; min-width: 0; min-height: 42px; padding: 8px 10px; border: 1px solid var(--border-primary); border-radius: 6px; background: var(--white); color: var(--dark); font-size: 15px; line-height: 1.2; }
   .brochures-category-select button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--primary); border-radius: 6px; background: var(--primary); color: var(--white); font-size: 15px; line-height: 1.2; cursor: pointer; transition: background .15s ease, border-color .15s ease; }
   .brochures-category-select button:hover, .brochures-category-select button:focus-visible { background: var(--dark); border-color: var(--dark); }
   .brochures-main .page-title { margin: 0; padding: 15px 10px 35px 10px; text-align: center; }
   .products .grid, .related-products .grid { gap: 20px; }
   .brochures-store-nav { flex-wrap: nowrap; overflow-x: auto; margin: 0 5px 20px 5px; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
   .brochures-store-nav a { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 420px) {
   .brochures-category-select-row { grid-template-columns: minmax(0, 1fr); }
   .brochures-category-select button { width: 100%; }
}


/* ===================================================
   PRODUCT CARD STYLE
   =================================================== */
.product-card { background: var(--product-card-bg); border: 1px solid var(--border-primary); border-radius: 12px; padding: 20px; position: relative; display: flex; flex-direction: column; box-shadow: 0 3px 14px rgba(34, 34, 34, .06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; height: 100%; overflow: hidden; }

.product-card:hover { background: var(--product-card-bg); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(34, 34, 34, .10); border-color: var(--border-secondary); }
.product-card-wrap { position: relative; }

.product-card-wrap .product-selected-btn { position: absolute; top: 12px; right: 12px; z-index: 3; width: 34px; height: 34px; border: 1px solid var(--border-primary); border-radius: 50%; background: var(--white); color: var(--dark); display: inline-flex; align-items: center; justify-content: center; padding: 0; cursor: pointer; box-shadow: 0 2px 8px rgba(34, 34, 34, .06); transition: color .15s ease, background .15s ease, border-color .15s ease; }
.product-card-wrap .product-selected-btn i { font-size: 19px; line-height: 1; pointer-events: none; }
.product-card-wrap .product-selected-btn:hover { background: var(--bg-body); color: var(--primary); border-color: var(--primary); }
.product-card-wrap .product-selected-btn.is-selected { background: var(--primary); color: var(--white); border-color: var(--primary); }
.product-card-wrap .product-selected-btn.is-loading { pointer-events: none; opacity: .6; }

.product-card figure { width: 100%; height: 160px; display: block; overflow: hidden; border-radius: 10px; margin-bottom: 12px; background: var(--bg-body); }
.product-card figure img { width: 100%; height: 100%; object-fit: contain; }

.product-card .product-info { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; min-width: 0; }
.product-card .product-info .product-title { display: flex; flex-direction: row; align-items: start; justify-content: space-between; font-size: 20px; line-height: 1.25; font-weight: 500; margin-bottom: 6px; column-gap: 10px; padding: 0 44px 0 0; }
.product-card .product-info .product-title strong { flex: 1; min-width: 0; color: var(--product-card-title); font-weight: 500; }
.product-card .product-info .product-title strong:hover { text-decoration: underline; }
.product-card .product-info .product-title span { align-self: flex-start; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: auto; height: auto; white-space: nowrap; text-align: center; background: var(--ac-badge-bg); color: var(--ac-badge-text); margin: 0; padding: 4px 9px; font-size: 11px; line-height: 1.2; font-weight: 500; border-radius: 999px; text-transform: uppercase; }

.product-card .product-info .product-package { font-size: 14px; line-height: 1.3; font-weight: 400; color: var(--product-card-package); }

.product-card .product-info .product-pricing { margin: 16px 0 12px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; font-size: 15px; }
.product-card .product-info .product-pricing .price-current-wrap { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: baseline; gap: 8px; white-space: nowrap; }
.product-card .product-info .product-pricing .price-current { font-size: 18px; line-height: 1.1; font-weight: 600; color: var(--ac-price); }
.product-card .product-info .product-pricing .price-old { font-size: 14px; line-height: 1.1; font-weight: 400; color: var(--ac-old-price); text-decoration: line-through; }
.product-card .product-info .product-pricing .price-discount { font-weight: 600; color: var(--ac-discount-color); background: var(--ac-discount-bg); padding: 4px 8px; border-radius: 999px; font-size: 12px; line-height: 1.1; }
.product-card .product-info .product-pricing .product-save { font-size: 14px; line-height: 1.3; font-weight: 400; color: var(--ac-save); margin-left: auto; white-space: nowrap; }
.product-card .product-info .product-pricing .product-save strong { font-weight: 600; color: var(--primary); }

.product-card .product-info .product-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; border-top: 1px solid var(--border-primary); padding-top: 11px; margin-top: auto; }
.product-card .product-info .product-footer .product-dates { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 5px; font-weight: 400; font-size: 14px; line-height: 1.2; color: var(--ac-valid); }
.product-card .product-info .product-footer .product-dates strong { font-weight: 400; font-size: 14px; }
.product-card .product-info .product-footer .product-store { width: 34px; border-radius: 6px; }
.product-card .product-info .product-footer .product-store-name { display: inline-flex; align-items: center; padding: 4px 8px; border: 1px solid var(--border-primary); border-radius: 999px; background: var(--bg-body); font-size: 13px; line-height: 1.2; font-weight: 500; color: var(--dark); white-space: nowrap; }

@media (max-width: 768px) {
   .products .grid, .related-products .grid { grid-template-columns: repeat(2, 1fr); }
   .product-card { padding: 18px 15px; border-radius: 10px; box-shadow: 0 3px 14px rgba(34, 34, 34, .06); }
   .product-card-wrap .product-selected-btn { top: 12px; right: 8px; width: 38px; height: 38px; }
   .product-card .product-info .product-title { font-size: 18px; flex-direction: column; column-gap: 0; row-gap: 5px; }
   .product-card .product-info .product-title span { padding: 4px 9px; font-size: 11px; }
   .product-card .product-info .product-footer .product-store { width: 32px; }
}

@media (max-width: 480px) {
   .products .grid, .related-products .grid { grid-template-columns: repeat(1, 1fr); }
}


/* ===================================================
   PROMOTIONS STYLE
   =================================================== */
.promotions { position: relative; margin: 20px 0 50px 0; }
.promotions .grid { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: center; align-content: center; gap: 25px; margin-bottom: 50px; }
.promotions .empty { padding: 30px 0; font-size: 18px; font-weight: 300; font-style: italic; color: var(--dark); }
.promotions .message-products { text-align: center; padding: 30px 0; font-size: 17px; font-weight: 300; font-style: italic; color: var(--dark); }

@media (max-width: 768px) {
   .promotions { margin: 20px 5px 50px 5px; }
   .promotions .grid { gap: 20px; grid-template-columns: 1fr; }
}


/* ===================================================
   PROMOTION CARD STYLE (GENERAL PROMOTIONS BANNERS)
   =================================================== */
.promotion-card { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 18px 18px 16px; border-radius: 10px; background: var(--product-card-bg); box-shadow: 1px 0 10px var(--product-card-shadow); border: 1px solid var(--product-card-shadow); overflow: hidden; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.promotion-card::before { content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: var(--primary); opacity: .9; }
.promotion-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 160px; height: 160px; border-radius: 999px; background: var(--primary); opacity: .07; pointer-events: none; }
.promotion-card:hover { background: var(--product-card-bg-hover); transform: translateY(-2px); box-shadow: 4px 0 14px var(--product-card-shadow-hover); }

.promotion-card .product-info { flex: 1; display: flex; flex-direction: column; gap: 10px; padding-left: 10px; }
.promotion-card .product-info .product-label { display: inline-flex; align-self: flex-start; width: auto; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .4px; padding: 4px 10px; border-radius: 999px; background: var(--ac-badge-bg); color: var(--ac-badge-text); margin-bottom: 4px; }
.promotion-card .product-info .product-title { font-size: 20px; font-weight: 600; color: var(--product-card-title); line-height: 1.15; margin: 0; }
.promotion-card .product-info .product-title:hover { text-decoration: underline; }

.promotion-card .product-info .product-description { font-size: 14px; color: var(--product-card-package); line-height: 1.4; }
.promotion-card .product-info .product-pricing { margin: 0; display: flex; align-items: center; gap: 10px; min-height: 0; }
.promotion-card .product-info .product-pricing .price-discount { position: absolute; top: 14px; right: 14px; padding: 8px 10px; border-radius: 999px; background: var(--ac-discount-bg); color: var(--ac-discount-color); font-size: 13px; font-weight: 600; letter-spacing: .2px; box-shadow: 1px 0 8px var(--product-card-shadow); }

.promotion-card .product-info .product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; margin-top: 2px; border-top: 1px dashed var(--product-card-shadow); }
.promotion-card .product-info .product-footer .product-dates { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 400; color: var(--ac-valid); }
.promotion-card .product-info .product-footer .product-dates strong { font-weight: 500; font-size: 14px; }
.promotion-card .product-info .product-footer .product-store-name { font-weight: 600; color: var(--dark); white-space: nowrap; }

@media (max-width: 768px){
  .promotion-card { padding: 18px 14px 14px; }
  .promotion-card .product-info { padding-left: 10px; }
  .promotion-card .product-info .product-title { font-size: 18px; }
  .promotion-card .product-info .product-pricing .price-discount { top: 12px; right: 12px; padding: 7px 10px; }
  .promotion-card .product-info .product-footer { flex-direction: column; align-items: flex-start; }
  .promotion-card .product-info .product-footer .product-store-name { width: 100%; }
}

@media (max-width: 480px){
  .promotion-card .product-info .product-title { flex-direction: column; align-items: flex-start; }
  .promotion-card .product-info .product-title span { margin-top: 6px; }
  .promotion-card .product-info .product-pricing .price-discount { position: static; align-self: flex-start; margin-top: 6px; }
}


/* ===================================================
   PRODUCT PAGE
   =================================================== */
#product-page { padding: 40px 0 50px 0; }
#product-page .product-header { margin: 0 0 24px 0; }
#product-page .product-header--no-gallery { width: 100%; max-width: 980px; margin-left: auto; margin-right: auto; }
#product-page .product-header .product-title { margin: 0 0 12px 0; font-size: 36px; font-weight: 600; line-height: 1.15; }
#product-page .product-header ul { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; gap: 6px 18px; }
#product-page .product-header ul li { display: flex; min-width: 0; justify-content: flex-start; align-items: baseline; column-gap: 5px; color: var(--dark); font-size: 15px; line-height: 1.35; }
#product-page .product-header ul li span { color: rgba(34, 34, 34, .62); font-weight: 300; }
#product-page .product-header ul li strong { min-width: 0; font-weight: 500; overflow-wrap: break-word; }
#product-page .product-main .product-summary .product-price-info { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 12px 0; padding: 0; color: rgba(34, 34, 34, .68); font-size: 14px; line-height: 1.35; font-weight: 400; font-style: normal; }
#product-page .product-main .product-summary .product-price-info i { flex: 0 0 auto; color: var(--primary); font-size: 16px; }

#product-page .product-main { display: flex; justify-content: flex-start; align-items: flex-start; gap: 40px; margin: 0; }
#product-page .product-main .product-gallery { flex: 1 1 0; min-width: 0; width: 100%; }
#product-page .product-main .product-gallery .product-image { width: 100%; border-radius: 6px; opacity: .3; }

#product-page .product-main .product-summary { position: relative; flex: 1 1 0; min-width: 0; width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; margin: 0; }
#product-page .product-main--no-gallery { justify-content: center; }
#product-page .product-main--no-gallery .product-summary { width: 100%; max-width: 980px; margin-left: auto; margin-right: auto; }

#product-page .active-offer-card { display: flex; width: 100%; flex-direction: column; padding: 24px; overflow: hidden; background: var(--white); border: 1px solid var(--border-primary); border-radius: 16px; box-shadow: 0 5px 18px rgba(34, 34, 34, .06); }
#product-page .active-offer-label { display: inline-flex; align-self: flex-start; width: auto; padding: 5px 10px; border: 1px solid var(--border-secondary); border-radius: 999px; background: rgba(240, 73, 41, .08); color: var(--primary); font-size: 12px; line-height: 1.2; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
#product-page .product-main .product-summary .best-price { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; width: 100%; gap: 12px 16px; margin: 0; padding: 18px 0 0 0; background: transparent; }
#product-page .product-main .product-summary .best-price .best-price-value { display: inline-flex; flex: 0 0 auto; flex-direction: row; align-items: baseline; justify-content: flex-start; text-align: left; gap: 10px; white-space: nowrap; }
#product-page .product-main .product-summary .best-price .best-price-value .best-price-current { color: var(--ac-price); font-size: 32px; line-height: 1.08; font-weight: 600; }
#product-page .product-main .product-summary .best-price .best-price-value .best-price-old { color: var(--ac-old-price); font-size: 16px; line-height: 1.2; font-weight: 400; text-decoration: line-through; opacity: .62; }

#product-page .product-main .product-summary .best-price .best-price-discount { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--ac-discount-bg); color: var(--ac-discount-color); font-size: 14px; line-height: 1.2; font-weight: 600; }
#product-page .product-main .product-summary .best-price .best-price-save { display: inline-flex; align-items: baseline; gap: 4px; margin-left: auto; color: var(--ac-save); font-size: 15px; line-height: 1.3; font-weight: 400; }
#product-page .product-main .product-summary .best-price .best-price-save strong { color: var(--primary); font-weight: 600; }

#product-page .active-offer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 20px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border-primary); }
#product-page .product-main .product-summary .best-price-footer { display: flex; min-width: 0; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 8px 14px; width: auto; padding: 0; text-align: left; background: transparent; }
#product-page .product-main .product-summary .best-price-footer .best-price-dates { display: inline-flex; align-items: center; justify-content: flex-start; gap: 5px; color: var(--ac-valid); font-size: 14px; line-height: 1.3; font-weight: 400; }
#product-page .product-main .product-summary .best-price-footer .best-price-dates strong { font-weight: 500; }
#product-page .product-main .product-summary .best-price-footer .best-price-store-name { display: inline-flex; align-items: center; padding: 4px 8px; border: 1px solid var(--border-primary); border-radius: 999px; background: var(--bg-body); color: var(--dark); font-size: 13px; line-height: 1.2; font-weight: 500; white-space: nowrap; }
#product-page .product-main .product-summary .best-price-footer .best-price-store { width: 34px; border-radius: 6px; }

#product-page .product-cart-action { position: relative; flex: 0 1 auto; width: auto; margin: 0; text-align: left; }
#product-page .product-cart-action .button-style-2 { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; padding: 10px 18px; border-radius: 999px; font-size: 14px; line-height: 1.25; font-weight: 500; letter-spacing: .01em; text-transform: none; white-space: normal; }
#product-page .product-cart-action .js-cart-toggle.is-active { background: var(--dark); color: var(--white); }
#product-page .product-cart-action .js-cart-toggle.is-active:hover { background: var(--primary); color: var(--white); }
#product-page .product-cart-action .js-cart-toggle.is-selected { background: var(--dark); color: var(--white); }
#product-page .product-cart-action .js-cart-toggle.is-loading { opacity: .7; pointer-events: none; }
#product-page .product-cart-action .js-cart-toggle.is-loading:after { content: ""; display: inline-block; width: 14px; height: 14px; margin-left: 8px; border-radius: 50%; border: 2px solid var(--white); border-right-color: transparent; vertical-align: middle; animation: selectedSpin .75s linear infinite; }
#product-page .no-offers { padding: 10px 0 30px 0; font-size: 18px; }
#product-page .related-products .section-title { padding-top: 36px; }

@keyframes selectedSpin {
   from { transform: rotate(0deg); }
   to { transform: rotate(360deg); }
}

.product-prices { margin: 70px 0; }
.product-prices h2 { display: block; margin: 0; color: var(--dark); font-weight: 300; font-size: 24px; }
.product-prices table { width: 100%; border-collapse: collapse; margin: 10px 0; }
.product-prices table thead th { background: var(--table-prices-thead-bg); color: var(--table-prices-thead-text); padding: 12px; border: 1px solid var(--table-prices-border); font-size: 17px; font-weight: 400; text-align: center; }
.product-prices table tbody td { background: var(--table-prices-tbody-even); padding: 14px; border: 1px solid var(--table-prices-border); font-size: 15px; color: var(--dark); font-weight: 400; text-align: center; }
.product-prices table tbody tr:nth-child(even) td { background: var(--table-prices-tbody-even); }
.product-prices table tbody tr:nth-child(odd) td { background: var(--table-prices-tbody-odd); }
.product-prices table tbody td img { width: 30px; border-radius: 6px; }
.product-prices table tbody td .price-current { font-weight: 500; }
.product-prices table tbody td .price-old { font-weight: 300; text-decoration: line-through; }

@media (max-width: 768px) {
   #product-page { padding: 32px 10px 40px 10px; }
   #product-page .product-header { margin-bottom: 20px; }
   #product-page .product-header .product-title { font-size: 30px; }
   #product-page .product-header ul { align-items: flex-start; gap: 6px 14px; }
   #product-page .product-header ul li { font-size: 14px; }

   #product-page .product-main { flex-direction: column; gap: 24px; }
   #product-page .product-main .product-gallery, #product-page .product-main .product-summary { flex-basis: auto; width: 100%; }
   #product-page .product-main--no-gallery .product-summary { max-width: 100%; }
   #product-page .active-offer-card { padding: 22px; border-radius: 14px; }
   #product-page .product-main .product-summary .best-price { gap: 12px 14px; padding-top: 16px; }
   #product-page .product-main .product-summary .best-price .best-price-value .best-price-current { font-size: 29px; }
   #product-page .product-main .product-summary .best-price .best-price-save { flex: 1 1 100%; margin-left: 0; }
   #product-page .active-offer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
   #product-page .product-main .product-summary .best-price-footer { width: 100%; }
   #product-page .related-products .section-title { padding-top: 30px; }

   .product-prices { margin: 50px 0 100px 0; }
   .product-prices h2 { font-size: 20px; }
   .product-prices table thead th { font-size: 14px; padding: 10px 2px; }
   .product-prices table tbody td { font-size: 13px; padding: 10px 2px; }
   .product-prices table tbody td img { width: 24px; border-radius: 6px; }
}

@media (max-width: 480px) {
   #product-page { padding: 26px 10px 36px 10px; }
   #product-page .product-header .product-title { font-size: 26px; }
   #product-page .active-offer-card { padding: 18px; }
   #product-page .product-main .product-summary .best-price { gap: 10px 12px; }
   #product-page .product-main .product-summary .best-price .best-price-value .best-price-current { font-size: 27px; }
   #product-page .product-main .product-summary .best-price .best-price-value .best-price-old { font-size: 15px; }
   #product-page .active-offer-bottom { margin-top: 18px; padding-top: 14px; }
   #product-page .product-cart-action { width: 100%; text-align: center; }
   #product-page .product-cart-action .button-style-2 { width: 100%; padding: 10px 14px; }
}


/* ===================================================
   BLOG STYLE
   =================================================== */
.blog { position: relative; margin: 30px 0; }
.blog .empty { padding: 30px 10px; font-size: 18px; font-weight: 300; font-style: italic; color: var(--dark); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); justify-content: center; align-content: center; gap: 40px; margin: 0 0 30px 0; }

.blog-grid .blog-card { background: var(--white); border: 1px solid var(--border-primary); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 22px rgba(34, 34, 34, 0.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.blog-grid .blog-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(34, 34, 34, 0.10); border-color: rgba(34, 34, 34, 0.12); }
.blog-grid .blog-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }

.blog-grid .blog-card .blog-card-image { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--bg-body); }
.blog-grid .blog-card .blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.blog-grid .blog-card .blog-card-body { padding: 20px; }
.blog-grid .blog-card .blog-card-body .blog-card-meta { display: none; align-items: center; gap: 8px; font-size: 13px; opacity: .9; margin: 0 0 10px 0; }

.blog-grid .blog-card-title { margin: 0 0 10px 0; font-size: 22px; font-weight: 600; line-height: 1.25; color: var(--dark); }
.blog-grid .blog-card-excerpt { margin: 0 0 14px 0; font-size: 15px; font-weight: 300; line-height: 1.5; }

.blog-card-cta { display: inline-flex; align-items: center; gap: 8px; }

@media (max-width: 768px) {
   .blog-grid { grid-template-columns: 1fr;  margin: 0 5px 30px 5px; }
   .blog-grid .blog-card .blog-card-image { aspect-ratio: 16 / 10; }
}

/* ===================================================
   BLOG CATEGORIES (CAROUSEL)
   =================================================== */
.blog-cats { margin: 10px 0 50px 0; }
.blog-cats .blog-cats-row { margin: 0 0 12px 0; }

.blog-cats .blog-cat-pill { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; border: 1px solid var(--blog-cats-border); background: var(--white); color: var(--dark); text-decoration: none; font-weight: 400; font-size: 17px; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.blog-cats .blog-cat-pill:hover, .blog-cats .blog-cat-pill.is-active { box-shadow: 0 8px 22px rgba(34,34,34,.08); border: 1px solid var(--primary); background: var(--primary); color: var(--white); }
.blog-cats .blog-cat-pill.is-sub { font-size: 14px; padding: 8px 16px; }

.blog-cats .owl-carousel { display: none; width: 100%; }
.blog-cats .owl-carousel.owl-loaded { display: block; }
.blog-cats .owl-carousel .owl-stage-outer { overflow: hidden; -webkit-transform: translate3d(0,0,0); touch-action: pan-y; }
.blog-cats .owl-carousel .owl-stage { position: relative; display: flex; }
.blog-cats .owl-carousel .owl-item { position: relative; flex: 0 0 auto; }
.blog-cats .blog-cats-carousel .owl-item { padding-right: 10px; }

@media (max-width: 768px) {
   .blog-cats { margin: 0 0 50px 0; }
   .blog-cats .blog-cats-row { margin: 0 5px 12px 5px; }
   .blog-cats .blog-cat-pill { padding: 10px 14px; font-size: 15px; }
   .blog-cats .blog-cat-pill.is-sub { padding: 6px 10px; }
   .blog-cats .blog-cats-carousel .owl-item { padding-right: 5px; }
}

/* ===================================================
   BLOG POST
   =================================================== */
.blog-post { margin: 10px 0 70px 0; }
.blog-tag { margin: 0 0 100px 0; }
.blog-product { margin: 0; }
.blog-product .section-title,
.blog-related .section-title { padding: 0 0 16px 0; }
.blog-product .blog-grid,
.blog-related .blog-grid { display: flex; flex-wrap: wrap; justify-content: start; align-items: stretch; gap: 18px; margin: 0 0 30px 0; }
.blog-product .blog-grid .blog-card,
.blog-related .blog-grid .blog-card { display: flex; flex: 0 0 calc((100% - 54px) / 4); min-width: 0; background: var(--white); border: 1px solid var(--border-primary); border-radius: 12px; overflow: hidden; box-shadow: 0 3px 14px rgba(34, 34, 34, .06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.blog-product .blog-grid .blog-card:hover,
.blog-related .blog-grid .blog-card:hover { transform: translateY(-2px); border-color: var(--border-secondary); box-shadow: 0 7px 20px rgba(34, 34, 34, .09); }
.blog-product .blog-card-link,
.blog-related .blog-card-link { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; height: 100%; }
.blog-product .blog-card-link:focus-visible,
.blog-related .blog-card-link:focus-visible { outline: 2px solid var(--primary); outline-offset: -3px; }
.blog-product .blog-grid .blog-card .blog-card-image,
.blog-related .blog-grid .blog-card .blog-card-image { aspect-ratio: 16 / 9; overflow: hidden; }
.blog-product .blog-grid .blog-card .blog-card-image img,
.blog-related .blog-grid .blog-card .blog-card-image img { object-fit: cover; }
.blog-product .blog-grid .blog-card .blog-card-body,
.blog-related .blog-grid .blog-card .blog-card-body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 16px; }
.blog-product .blog-grid .blog-card-title,
.blog-related .blog-grid .blog-card-title { margin: 0 0 8px 0; color: var(--dark); font-size: 17px; line-height: 1.3; font-weight: 600; }
.blog-product .blog-grid .blog-card-excerpt,
.blog-related .blog-grid .blog-card-excerpt { display: -webkit-box; margin: 0 0 14px 0; overflow: hidden; color: rgba(34, 34, 34, .72); font-size: 14px; line-height: 1.3; font-weight: 400; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.blog-product .blog-card .btn.btn-primary,
.blog-related .blog-card .btn.btn-primary { display: inline-flex; align-items: center; align-self: flex-start; gap: 5px; margin-top: auto; padding: 0; border-radius: 0; background: transparent; color: var(--primary); font-size: 14px; line-height: 1.3; font-weight: 500; letter-spacing: 0; text-align: left; text-transform: none; transition: gap .18s ease, color .18s ease; }
.blog-product .blog-card .btn.btn-primary::after,
.blog-related .blog-card .btn.btn-primary::after { content: "\2192"; line-height: 1; }
.blog-product .blog-card:hover .btn.btn-primary,
.blog-product .blog-card .btn.btn-primary:hover,
.blog-related .blog-card:hover .btn.btn-primary,
.blog-related .blog-card .btn.btn-primary:hover { gap: 7px; background: transparent; color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 991px) {
   .blog-product .blog-grid .blog-card,
   .blog-related .blog-grid .blog-card { flex-basis: calc((100% - 18px) / 2); }
}

.blog-related { margin: 50px 0 100px 0; }

.blog-post .blog-post-head { display: grid; grid-template-columns: minmax(320px, 400px) minmax(0, 1fr); align-items: center; gap: 48px; margin: 0 0 48px 0; }
.blog-post .blog-post-head--no-cover { display: block; }
.blog-post .blog-post-head-content { grid-column: 2; min-width: 0; }
.blog-post .blog-post-head--no-cover .blog-post-head-content { max-width: 980px; }

.blog-post .blog-post-tax { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 16px 0; }
.blog-post .blog-post-pill { display: inline-flex; align-items: center; justify-content: center; padding: 5px 10px; border: 1px solid var(--border-secondary); border-radius: 999px; background: rgba(240, 73, 41, .06); color: var(--primary); font-size: 14px; line-height: 1.3; font-weight: 500; text-decoration: none; white-space: nowrap; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.blog-post .blog-post-pill:hover { border-color: var(--primary); background: var(--primary); color: var(--white); }
.blog-post .blog-post-pill:focus-visible { border-color: var(--primary); outline: 2px solid var(--primary); outline-offset: 2px; }

.blog-post .blog-post-title { display: block; width: 100%; margin: 0; padding: 0; color: var(--dark); font-size: 38px; line-height: 1.16; font-weight: 600; text-transform: none; overflow-wrap: break-word; }
.blog-post .blog-post-title strong { font-weight: 600; line-height: inherit; }

.blog-post .blog-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: 18px 0 0 0; color: rgba(34, 34, 34, .68); font-size: 14px; line-height: 1.35; font-weight: 400; }
.blog-post .blog-post-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.blog-post .blog-post-meta-item i { flex: 0 0 auto; color: inherit; font-size: 16px; }

.blog-post .blog-post-cover { grid-column: 1; grid-row: 1; justify-self: start; width: 100%; max-width: 400px; margin: 0; overflow: hidden; aspect-ratio: 1 / 1; border: 1px solid var(--border-primary); border-radius: 16px; box-shadow: 0 5px 18px rgba(34, 34, 34, .07); }
.blog-post .blog-post-cover img { display: block; width: 100%; height: 100%; max-width: none; margin: 0; object-fit: cover; }

@media (max-width: 991px) {
   .blog-post .blog-post-head { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 32px; }
   .blog-post .blog-post-head-content,
   .blog-post .blog-post-cover { grid-column: auto; grid-row: auto; }
   .blog-post .blog-post-cover { justify-self: start; max-width: 500px; }
}

.blog-post .blog-post-content { font-size: 16px; line-height: 1.5; color: var(--black); }
.blog-post .blog-post-content h1 { display: block; float: none; margin: 20px 0; font-size: 30px; font-weight: 600; line-height: normal; }
.blog-post .blog-post-content h2 { display: block; float: none; margin: 20px 0; font-size: 24px; font-weight: 600; line-height: normal; }
.blog-post .blog-post-content h3 { display: block; float: none; margin: 20px 0; font-size: 22px; font-weight: 600; line-height: normal; }
.blog-post .blog-post-content h4 { display: block; float: none; margin: 20px 0; font-size: 20px; font-weight: 600; line-height: normal; }
.blog-post .blog-post-content p { display: block; float: none; margin: 20px 0; font-size: 16px; line-height: 1.5; color: var(--black); }
.blog-post .blog-post-content { list-style: none; padding: 0; }
.blog-post .blog-post-content ul, .blog-post .blog-post-content ol { margin: 10px 0; }
.blog-post .blog-post-content li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.1em; }
.blog-post .blog-post-content li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: bold; }
.blog-post .blog-post-content img { max-width: 100%; height: auto; }

.blog-post .blog-post-gallery { margin: 28px 0 0 0; }
.blog-post .blog-post-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.blog-post .blog-post-gallery-item { display: block; border-radius: 12px; overflow: hidden; background: var(--bg-body); }
.blog-post .blog-post-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 1 / 1; }

.blog-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0 0 0; }
.blog-post-nav-link { display: flex; align-items: center; gap: 20px; padding: 14px 16px; border: 1px solid var(--border-secondary); border-radius: 16px; background: var(--white); text-decoration: none; color: var(--dark); }
.blog-post-nav-link:hover .blog-post-nav-title { text-decoration: underline; }
.blog-post-nav-link.is-right { flex-direction: row-reverse; text-align: right; }
.blog-post-nav-link .blog-post-nav-thumb { width: 90px; height: 70px; border-radius: 12px; overflow: hidden; background: var(--bg-body); flex: 0 0 auto; }
.blog-post-nav-link .blog-post-nav-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-post-nav-link .blog-post-nav-text { min-width: 0; }
.blog-post-nav-link .blog-post-nav-label { display: block; font-size: 14px; font-weight: 400; color: var(--dark); margin: 0 0 6px 0; }
.blog-post-nav-link .blog-post-nav-title { display: block; font-size: 19px; font-weight: 500; line-height: 1.3; color: var(--black); }

.tags-section { margin: 20px 0 0 0; padding-top: 20px 0 0 0; }
.tags-section .tags { display: flex; flex-wrap: wrap; gap: 3px; }
.tags-section .tags a { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; padding: 5px 10px; border-radius: 999px; border: 1px solid var(--primary); background: var(--primary); color: var(--white); text-decoration: none; font-weight: 300; font-size: 15px; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.tags-section .tags a:hover { border: 1px solid var(--dark); background: var(--dark); }

#product-page .product-tags-section { width: 100%; max-width: 980px; margin: 14px auto 12px auto; padding: 0; }
#product-page .product-tags-section .tags { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 6px; }
#product-page .product-tags-section .tags a { padding: 5px 10px; border: 1px solid var(--border-secondary); border-radius: 999px; background: rgba(240, 73, 41, .06); color: var(--primary); font-size: 14px; line-height: 1.3; font-weight: 500; white-space: nowrap; transition: background .15s ease, color .15s ease, border-color .15s ease; }
#product-page .product-tags-section .tags a:hover { border-color: var(--primary); background: var(--primary); color: var(--white); }
#product-page .product-tags-section .tags a:focus-visible { border-color: var(--primary); outline: 2px solid var(--primary); outline-offset: 2px; }

@media (max-width: 768px) {
   .blog-post { margin: 10px 10px 50px 10px; }
   .blog-post .blog-post-head { gap: 26px; margin-bottom: 40px; }
   .blog-post .blog-post-title { font-size: 31px; }
   .blog-post .blog-post-tax { margin-bottom: 14px; }
   .blog-post .blog-post-meta { gap: 10px 14px; margin-top: 16px; }
   .blog-post .blog-post-cover { max-width: 460px; }
   .blog-product .section-title,
   .blog-related .section-title { font-size: 24px; }
   .blog-product .blog-grid,
   .blog-related .blog-grid { gap: 15px; margin: 0 0 30px 0; }
   .blog-product .blog-grid .blog-card,
   .blog-related .blog-grid .blog-card { flex-basis: calc((100% - 15px) / 2); }
   .blog-product .blog-grid .blog-card .blog-card-body,
   .blog-related .blog-grid .blog-card .blog-card-body { padding: 15px; }

   .blog-post .blog-post-gallery-grid { grid-template-columns: repeat(2, 1fr); }

   .blog-post-nav { grid-template-columns: 1fr; }
   .blog-post-nav-link.is-right { flex-direction: row; text-align: left; }
}

@media (max-width: 480px) {
   .blog-post .blog-post-head { gap: 22px; margin-bottom: 32px; }
   .blog-post .blog-post-title { font-size: 27px; line-height: 1.2; }
   .blog-post .blog-post-pill { padding: 5px 9px; font-size: 13px; }
   .blog-post .blog-post-meta { gap: 8px 12px; font-size: 13px; }
   .blog-post .blog-post-cover { max-width: 100%; border-radius: 14px; }
   .blog-product .section-title,
   .blog-related .section-title { font-size: 23px; }
   .blog-product .blog-grid .blog-card,
   .blog-related .blog-grid .blog-card { flex-basis: 100%; }
   .blog-product .blog-grid .blog-card-title,
   .blog-related .blog-grid .blog-card-title { font-size: 18px; }
}

/* ===================================================
   PAGE INFO
   =================================================== */
.page-info { position: relative; padding: 0 0 60px 0; margin: 0; font-size: 15px; font-weight: 400; line-height: normal; }
.page-info h2 { display: block; font-size: 24px; font-weight: 600; padding: 0; margin: 15px 0; color: var(--dark); }
.page-info h3 { display: block; font-size: 22px; font-weight: 500; padding: 0; margin: 15px 0; color: var(--dark); }
.page-info h4 { display: block; font-size: 18px; font-weight: 500; padding: 0; margin: 15px 0; color: var(--dark); }
.page-info p { display: block; font-size: 16px; font-weight: 400; padding: 0; margin: 15px 0; color: var(--dark); }
.page-info p .primary { color: var(--primary); }
.page-info ul { display: block; padding: 0; margin: 20px 0; }
.page-info ul li { position: relative; display: flex; justify-content: start; align-items: center; font-size: 16px; font-weight: 400; padding: 0; margin: 10px 0; color: var(--dark); }
.page-info ul li::before { font-size: 13px; font-family: "Phosphor"; content: "\e13a"; color: var(--dark); font-weight: 400; margin: 0 6px 0 0; }
.page-info strong { font-weight: 600; }

.page-info .brosh-about-container { line-height: 1.6; color: var(--dark); margin: 0; }
.page-info .brosh-title { color: var(-primary); font-size: 2.5em; text-align: center; font-weight: bold; margin-bottom: 10px; }
.page-info .brosh-subtitle { text-align: center; font-size: 1.2em; font-style: italic; margin-bottom: 30px; }
.page-info .story-box { background-color: #f9f9f9; color: var(--primary); border-left: 5px solid var(--primary); padding: 20px; margin: 30px 0; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.page-info .story-title { font-weight: bold; color: var(-primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.page-info .mission-list { list-style: none; padding: 0; }
.page-info .mission-list li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.1em; }
.page-info .mission-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: bold; }
.page-info .fun-fact-box { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 15px; border-radius: 8px; margin: 20px 0; font-style: italic; }
.page-info .final-words { text-align: center; margin-top: 40px; font-weight: bold; font-size: 1.2em; border-top: 1px solid #eee; padding-top: 20px; }
.page-info .line { display: block; width: 100%; border: 0; border-top: 1px solid #ccc; margin: 40px 0 0 0; }

@media (max-width: 768px) {
   .page-info { margin: 0 10px; }
}

/* ===================================================
   CONTACTS PAGE
   =================================================== */
.contacts-page { position: relative; margin-bottom: 50px; }
.contacts-page h2 { display: block; margin: 0 0 20px 0; padding: 0; font-size: 18px; font-weight: 400; color: var(--dark); }
.contacts-page .contact_form_message { display: block; margin: 50px 0 100px 0; text-align: center; font-size: 32px; }
.contacts-page .contact_form_message .success { font-weight: 400; color: var(--primary); }
.contacts-page .contact_form_message .error { font-weight: 400; color: var(--red); }
.contacts-page .form-bots { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 768px) {
   .contacts-page { margin: 0 10px 50px 10px; }
}

/* ===================================================
   USERS PAGE
   =================================================== */
.users-page { position: relative; margin-bottom: 50px; }
.users-page h2 { display: block; margin: 0 0 20px 0; padding: 0; font-size: 18px; font-weight: 400; color: var(--dark); }
.users-page .users-form-message { display: block; margin: 50px 0 100px 0; text-align: center; font-size: 32px; }
.users-page .users-form-message .success { font-weight: 400; color: var(--primary); }
.users-page .users-form-message .error { font-weight: 400; color: var(--red); }
.users-page .form-bots { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.users-page .users-links { margin: 40px 0 0 0; }

@media (max-width: 768px) {
   .users-page { margin: 0 10px 50px 10px; }
}

.users-auth-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; margin: 0 0 50px 0; }
.users-auth-layout .hr { width: 100%; height: 1px; background: var(--primary); margin: 30px 0; }
.users-auth-layout .users-auth-info { display: flex; flex-direction: column; gap: 14px; background: var(--white); border: 1px solid var(--border-primary); border-radius: 18px; padding: 28px; }
.users-auth-layout .users-auth-info h2 { margin: 0; padding: 0; font-size: 28px; line-height: 1.2; font-weight: 500; color: var(--dark); }
.users-auth-layout .users-auth-info p { margin: 0; padding: 0; color: var(--dark); font-size: 18px; font-weight: 300; line-height: 1.5; }
.users-auth-layout .users-auth-help { margin: 8px 0 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.users-auth-layout .users-auth-help li { display: flex; flex-direction: row; justify-content: start; align-items: center; column-gap: .6rem; transition: all 0.2s ease; }
.users-auth-layout .users-auth-help li:hover { column-gap: .9rem; }
.users-auth-layout .users-auth-help li:before { font-family: "Phosphor"; content: "\e06c"; }
.users-auth-layout .users-auth-help li a { display: block; padding: 5px 0; color: var(--primary); font-size: 17px; font-weight: 400; text-decoration: underline; cursor: pointer; }
.users-auth-layout .users-auth-help li a:hover { color: var(--dark); }

.users-auth-layout .users-auth-card { background: var(--white); border: 1px solid var(--border-primary); border-radius: 18px; padding: 28px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06); }
.users-auth-layout .users-auth-card .users-form-message { margin: 0 0 20px 0; text-align: left; font-size: 20px; line-height: 1.4; }
.users-auth-layout .users-auth-form { margin: 0; }

@media (max-width: 992px) {
   .users-auth-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
   .users-auth-layout { margin: 0 10px 50px 10px; gap: 14px; }
   .users-auth-layout .users-auth-card { order: 1; padding: 20px; }
   .users-auth-layout .users-auth-info { order: 2; padding: 20px; }
   .users-auth-layout .users-auth-info h2 { font-size: 24px; }
   .users-auth-layout .users-auth-card .users-form-message { font-size: 18px; }
}


/* ===================================================
   CART PAGE
   =================================================== */
.cart-page { margin: 0 0 50px 0; }
.cart-page .cart-page-header { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.cart-page .cart-page-count { margin: 6px 0 0 0; font-size: 16px; color: var(--dark); font-weight: 300; }
.cart-page .cart-page-count strong { font-weight: 600; }

.cart-page .cart-sort-form { display: flex; align-items: center; gap: 8px; min-width: 300px; }
.cart-page .cart-sort-form label { font-size: 15px; color: var(--dark); font-weight: 400; }
.cart-page .cart-sort-form .choices { width: 100%; }

.cart-page .cart-list { display: flex; flex-direction: column; gap: 10px; }
.cart-page .cart-item { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; padding: 20px; border: 1px solid var(--border-primary); border-radius: 14px; background: var(--white); }
.cart-page .cart-item .cart-item-main { display: flex; flex-direction: column; gap: 10px; }
.cart-page .cart-item .cart-item-image-link { display: none; width: 92px; height: 92px; overflow: hidden; border-radius: 10px; background: var(--bg-body); }
.cart-page .cart-item .cart-item-image { width: 100%; height: 100%; object-fit: cover; }
.cart-page .cart-item .cart-item-title { margin: 0 0 6px 0; font-size: 22px; line-height: 1.25; font-weight: 500; }
.cart-page .cart-item .cart-item-title a { color: var(--dark); text-decoration: none; }
.cart-page .cart-item .cart-item-title a:hover { text-decoration: underline; }
.cart-page .cart-item .cart-item-prices { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cart-page .cart-item .cart-item-current-price { font-size: 18px; font-weight: 600; color: var(--dark); }
.cart-page .cart-item .cart-item-old-price { font-size: 16px; font-weight: 300; color: var(--dark); text-decoration: line-through; }
.cart-page .cart-item .cart-item-discount { font-size: 14px; font-weight: 500; color: var(--white); background: var(--primary); border-radius: 4px; padding: 4px 10px; }
.cart-page .cart-item .cart-item-meta { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 14px; font-weight: 300; color: var(--dark); }
.cart-page .cart-item .cart-item-store { font-weight: 500; text-transform: uppercase; }
.cart-page .cart-item .cart-item-no-offer { margin-top: 6px; font-size: 15px; font-weight: 300; color: var(--dark); }

.cart-page .cart-item .cart-item-actions .js-cart-remove { padding: .4rem 2rem; border-radius: 30px; background: var(--bg-button); color: var(--text-button); text-transform: uppercase; font-weight: 300; font-size: 16px; transition: var(--transition); border: 0; outline: 0; cursor: pointer; }
.cart-page .cart-item .cart-item-actions .js-cart-remove:hover { background: var(--bg-button-hover); color: var(--text-button-hover); }
.cart-page .cart-item .cart-item-actions .js-cart-remove.is-loading { opacity: .7; pointer-events: none; }
.cart-page .cart-item .cart-item-actions .js-cart-remove.is-loading:after { content: ""; display: inline-block; width: 14px; height: 14px; margin-left: 8px; border-radius: 50%; border: 2px solid var(--text-button); border-right-color: transparent; vertical-align: middle; animation: selectedSpin .75s linear infinite; }

.cart-page .cart-empty { border: 1px solid var(--border-primary); border-radius: 14px; background: var(--white); padding: 30px 24px; text-align: center; }
.cart-page .cart-empty h2 { margin: 0 0 8px 0; font-size: 28px; font-weight: 500; color: var(--dark); }
.cart-page .cart-empty p { margin: 10px 0 30px 0; font-size: 18px; font-weight: 300; color: var(--dark); }

.cart-page .cart-pagination { margin-top: 20px; }

@media (max-width: 768px) {
   .cart-page { margin: 0 10px 50px 10px; }
   .cart-page .cart-page-header { align-items: start; flex-direction: column; }
   .cart-page .cart-item { grid-template-columns: 1fr; }
   .cart-page .cart-item .cart-item-actions { grid-column: 1 / 3; }
   .cart-page .cart-item .cart-item-actions .js-cart-remove { width: 100%; }
   .cart-page .cart-empty h2 { font-size: 24px; }
   .cart-page .cart-empty p { font-size: 16px; }
   .brosh-toast-wrap { right: 10px; left: 10px; bottom: 10px; }
   .brosh-toast { min-width: 0; max-width: none; }
}

.brosh-toast-wrap { position: fixed; right: 16px; bottom: 16px; z-index: 10050; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.brosh-toast { min-width: 220px; max-width: 340px; background: var(--bg-body); color: var(--dark); border: 1px solid var(--border-primary); border-left: 4px solid var(--primary); border-radius: 10px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12); padding: 15px 25px; font-size: 17px; font-weight: 400; line-height: 1.4; transform: translateY(10px); opacity: 0; transition: transform .22s ease, opacity .22s ease; pointer-events: none; }
.brosh-toast.is-visible { transform: translateY(0); opacity: 1; }
.brosh-toast.is-leaving { transform: translateY(10px); opacity: 0; }
.brosh-toast.is-error { border-left-color: var(--secondary); }

.selected-fly-dot { position: fixed; z-index: 10040; width: 26px; height: 26px; border-radius: 50%; background: var(--primary); color: var(--white); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16); pointer-events: none; transition: left .45s ease, top .45s ease, transform .45s ease, opacity .45s ease; }
.selected-fly-dot:before { font-family: "Phosphor"; content: "\e2a8"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; line-height: 1; }

@media (prefers-reduced-motion: reduce) {
   .header .header-users .header-cart-link .header-cart-counter.is-bouncing { animation: none; }
   #product-page .product-cart-action .js-cart-toggle.is-loading:after { animation: none; }
   .cart-page .cart-item .cart-item-actions .js-cart-remove.is-loading:after { animation: none; }
   .selected-fly-dot { transition: none; }
   .brosh-toast { transition: none; }
}


/* ===================================================
   ERROR PAGE
   =================================================== */
.error-page { display: flex; align-items: center; justify-content: center; padding: 100px 0; }
.error-page .container { text-align: center; }
.error-page h1 { font-size: 4rem; color: var(--primary); }
.error-page p { padding: 20px 0; font-size: 1.2rem; color: var(--dark); }
.error-page .btn { margin-top: 2rem; padding: 0.75rem 1.5rem; background: var(--primary); color: var(--white); text-decoration: none; border-radius: 5px; transition: background 0.3s; }
.error-page .btn:hover { background: var(--dark); }


/* ===================================================
   FORM STYLE
   =================================================== */
.form-group { position: relative; margin: 0 0 1rem 0; }
.form-group .error_string { position: absolute; top: 0; right: 15px; height: 30px; line-height: 30px; color: var(--red); font-weight: 400; font-size: 14px; }
.form-group label { display: block; height: 30px; line-height: 30px; margin-bottom: 0.5rem; padding: 0; font-size: 16px; font-weight: 400; }
.form-group label span { font-size: 17px; font-weight: 700; color: var(--primary); }
.form-group .form-control { width: 100%; padding: 0.75rem; border: 1px solid #ccc; border-radius: 15px; font-size: 15px; background-color: var(--white); box-sizing: border-box; transition: border-color 0.3s ease; font-weight: 400; }
.form-group textarea.form-control { max-width: 100%; width: 100%; }
.form-group .form-control:focus { border-color: var(--secondary); outline: none; }
.form-group button { padding: 0.8rem 2.5rem; background: var(--primary); color: var(--white); border: none; border-radius: 15px; font-size: 16px; cursor: pointer; transition: background 0.3s ease; text-transform: uppercase; }
.form-group button:hover { background: var(--dark); color: var(--white); }

.form-group p { padding: 0; color: var(--dark); font-weight: 300; }
.form-group p a { color: var(--primary); font-weight: 500; text-decoration: underline; }
.form-group p a:hover { color: var(--dark); }


/* ===================================================
   FOOTER
   =================================================== */
.footer { position: relative; margin: 0; padding: 40px 0; background: var(--bg-footer); }
.footer .footer-logo { text-align: center; margin: 0; }
.footer .footer-logo img { max-width: 180px; opacity: 1; }
.footer .footer-socials { display: flex; justify-content: center; align-items: center; column-gap: 1rem; margin: 0 0 40px 0; }
.footer .footer-socials a { display: flex; justify-content: center; align-items: center; width: 52px; height: 52px; background-position: center; background-repeat: no-repeat; background-size: 50%; background-color: var(--socials-bg); border-radius: 8px; text-indent: -9999; font-size: 0; overflow: hidden; }
.footer .footer-socials a:hover { background-color: var(--socials-bg-hover); }

.footer .footer-menu { display: flex; justify-content: center; align-items: center; column-gap: 2rem; }
.footer .footer-menu li { display: flex; margin: 0; padding: 0; }
.footer .footer-menu li a { padding: 0 0 2px 0; font-size: 16px; color: var(--white); border-top: 2px solid transparent; border-bottom: 2px solid var(--white); }
.footer .footer-menu li a:hover { border-top: 2px solid var(--white); color: var(--white); transition: var(--transition); }
.footer .copyright { margin: 30px 0 0 0; padding: 0; text-align: center; font-size: 14px; color: var(--white); }

@media (max-width: 768px) {
   .footer { padding: 40px 0; }
   .footer .footer-menu { display: none; }
   .footer .footer-socials { margin: 0 0 30px 0; }
   .footer .copyright { margin: 0 10px; }
}


/* ===================================================
   BREADCRUMBS
   =================================================== */
.breadcrumbs { margin: 0; padding: 13px 0; background: var(--bg-breadcrumb); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; gap: 0; }
.breadcrumbs ol li { display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; color: var(--dark); font-size: 14px; font-weight: 400; }
.breadcrumbs ol li::after { font-family: "Phosphor"; content: "\e13a"; margin: 1px 6px 0 6px; color: rgba(34, 34, 34, .45); font-size: 11px; }
.breadcrumbs ol li:last-child::after { content: none; }
.breadcrumbs ol li a { padding: 0; margin: 0; color: var(--dark); text-decoration: none; transition: color .15s ease; }
.breadcrumbs ol li a:hover { color: var(--primary); text-decoration: underline; }
.breadcrumbs ol li[aria-current="page"] { color: var(--primary); font-weight: 500; text-decoration: none; }

@media (max-width: 768px) {
   .breadcrumbs { padding: 12px 10px; }
   .breadcrumbs .container { min-width: 0; }
   .breadcrumbs ol { max-width: 100%; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; white-space: nowrap; scrollbar-width: none; }
   .breadcrumbs ol::-webkit-scrollbar { display: none; }
   .breadcrumbs ol li { font-size: 13px; }
}


/* ===================================================
   PAGINATION
   =================================================== */
.pagination { display: flex; flex-direction: row; justify-content: center; gap: 5px; list-style: none; padding: 2rem 0; flex-wrap: wrap; }
.pagination .page-item a { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; font-weight: 400; color: var(--dark); border: 1px solid #ddd; border-radius: 6px; text-decoration: none; transition: all 0.2s ease; background-color: var(--white); }
.pagination .page-item a:hover { background: var(--dark); border-color: var(--dark); color: var(--white); }
.pagination .page-item.active a, .pagination .page-item a[aria-current="page"] { background: var(--primary); color: var(--white); border-color: var(--primary); pointer-events: none; }

@media (max-width: 768px) {
   .pagination { gap: 4px; }
}
