 .category-boxes-flex.category-boxes--left { justify-content: flex-start;
}
.category-boxes-flex.category-boxes--center { justify-content: center;
}
.category-boxes-flex.category-boxes--right { justify-content: flex-end;
}
[dir="rtl"] .category-boxes-flex.category-boxes--left { justify-content: flex-end;
}
[dir="rtl"] .category-boxes-flex.category-boxes--right { justify-content: flex-start;
} .category-showcase-carousel .category-boxes--left .owl-stage { margin-right: auto; margin-left: 0;
}
.category-showcase-carousel .category-boxes--center .owl-stage { margin-right: auto; margin-left: auto;
}
.category-showcase-carousel .category-boxes--right .owl-stage { margin-right: 0; margin-left: auto;
} .csm-section { font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .csm-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.csm-heading { font-size: 1.2rem; font-weight: 800; color: var(--text, #1a1a1a); margin: 0; white-space: nowrap;
}
.csm-rule { flex: 1; height: 2px; border-radius: 2px; background: linear-gradient( to left, var(--border-color, #e6e6e6) 0%, transparent 100% );
} .csm-wall { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: 14px;
}
.csm-wall.category-boxes--left { margin-right: auto; margin-left: 0;
}
.csm-wall.category-boxes--center { margin-right: auto; margin-left: auto;
}
.csm-wall.category-boxes--right { margin-right: 0; margin-left: auto;
} .csm-wall--single { width: calc(50% - 7px); grid-template-columns: repeat(2, 1fr);
}
.csm-wall--pair { width: calc(75% - 3.5px); grid-template-columns: repeat(3, 1fr);
} .csm-tile-xl { grid-column: span 2; grid-row: span 2;
} .csm-tile-wide { grid-column: span 2;
} .csm-tile { position: relative; display: block; overflow: hidden; border-radius: var(--radius-lg, 16px); text-decoration: none; background: var(--surface-2, #f4f4f6); box-shadow: var(--shadow-md, var(--w-shadow, 0 4px 14px rgba(0, 0, 0, .10))); transition: box-shadow .25s ease, transform .25s ease;
}
.csm-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md, 0 10px 28px rgba(0, 0, 0, .16));
} .csm-tile-img { position: absolute; inset: 0;
}
.csm-img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease;
}
.csm-tile:hover .csm-img { transform: scale(1.08);
}
.csm-img-empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; color: var(--text-muted, #c2c2c2); background: linear-gradient( 135deg, var(--surface-2, #f4f4f6) 0%, var(--surface, #ffffff) 100% );
} .csm-overlay { position: absolute; inset-inline: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 30px 16px 14px; background: linear-gradient( to top, rgba(0, 0, 0, .80) 0%, rgba(0, 0, 0, .38) 52%, transparent 100% );
}
.csm-name { color: var(--on-primary, #ffffff); font-size: 0.95rem; font-weight: 700; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.csm-tile-xl .csm-name { font-size: 1.25rem; font-weight: 800;
} .csm-cta { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--on-primary, #ffffff); background: var(--primary, #ef4056); box-shadow: 0 2px 8px rgba(0, 0, 0, .25); transition: background .2s ease, transform .2s ease;
}
.csm-tile:hover .csm-cta { background: var(--accent, #0fabc5); transform: translateX(-3px);
} @media (max-width: 991.98px) { .csm-wall { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 130px; } .csm-wall--single { width: calc(66.6667% - 4.6667px); grid-template-columns: repeat(2, 1fr); } .csm-wall--pair { width: 100%; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575.98px) { .csm-wall, .csm-wall--single, .csm-wall--pair { width: 100%; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; gap: 10px; } .csm-tile-xl { grid-row: span 1; } .csm-tile-xl .csm-name { font-size: 1.05rem; } .csm-heading { font-size: 1.05rem; }
} .cst-section, .cst-grid, .cst-card { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .cst-card { background: var(--surface-2, #f8f9fa); border-radius: var(--w-radius, var(--border-radius, 14px)); padding: 40px 24px; text-align: center;
}
.cst-dark { color: var(--on-primary, #fff); }
.cst-title { font-size: 1.25rem; font-weight: 800; margin: 0 0 28px; color: var(--text, #222);
}
.cst-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.cst-item { min-width: 140px; padding: 20px 16px; border-radius: var(--w-radius, var(--border-radius, 12px)); transition: transform .2s;
}
.cst-item:hover { transform: translateY(-3px); }
.cst-icon { font-size: 1.8rem; margin-bottom: 10px; color: var(--primary, #007bff);
}
.cst-dark .cst-icon { color: rgba(255,255,255,0.7); }
.cst-number { font-size: 2.4rem; font-weight: 900; line-height: 1.1; color: var(--primary, #007bff);
}
.cst-dark .cst-number { color: var(--on-primary, #fff); }
.cst-label { font-size: 0.88rem; color: var(--text-muted, #777); margin-top: 6px; font-weight: 600;
}
.cst-dark .cst-label { color: rgba(255,255,255,0.7); } .csc-section, .csc-grid, .csc-card { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.csc-section { text-align: center;
}
.csc-title { font-size: 1.35rem; font-weight: 800; margin: 0 0 28px; color: var(--text, #222);
}
.csc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px;
}
.csc-card { position: relative; display: flex; flex-direction: column; align-items: center; background: var(--surface, #fff); border: 1px solid var(--border-color, #ececf1); border-radius: var(--radius-lg, 18px); padding: 32px 20px 26px; box-shadow: var(--w-shadow, var(--shadow-md, 0 4px 16px rgba(0,0,0,.07))); transition: transform .22s ease, box-shadow .22s ease;
}
.csc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg, 0 12px 32px rgba(0,0,0,.12));
}
.csc-card::before { content: ""; position: absolute; top: 0; inset-inline: 0; height: 4px; border-radius: var(--radius-lg, 18px) var(--radius-lg, 18px) 0 0; background: linear-gradient(90deg, var(--primary, #4f46e5), var(--accent, #0fabc5)); opacity: 0; transition: opacity .22s ease;
}
.csc-card:hover::before { opacity: 1; }
.csc-icon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 18px; font-size: 1.7rem; border-radius: 50%; color: var(--primary, #4f46e5); background: var(--primary-light, rgba(79,70,229,.12));
}
.csc-number { font-size: 2.6rem; font-weight: 900; line-height: 1.05; color: var(--text, #1a1a1a); font-variant-numeric: tabular-nums;
}
.csc-label { font-size: 0.9rem; font-weight: 600; color: var(--text-muted, #777); margin-top: 8px;
}
@media (max-width: 479px) { .csc-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .csc-card { padding: 24px 12px 20px; } .csc-icon { width: 52px; height: 52px; font-size: 1.4rem; } .csc-number { font-size: 2.1rem; }
} .hbn-section, .hero { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.hbn-section *:not(i):not([class*="fa-"]):not([class*="ti-"]):not([class*="mdi-"]),
.hero *:not(i):not([class*="fa-"]):not([class*="ti-"]):not([class*="mdi-"]) { font-family: inherit; font-feature-settings: inherit;
} .hbn-section { position: relative; display: flex; align-items: center; border-radius: var(--w-radius, var(--border-radius, 14px)); box-shadow: var(--w-shadow, none); overflow: hidden;
}
.hbn-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center;
}
.hbn-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.hbn-section .container { position: relative; z-index: 2; }
.hbn-split { display: flex; align-items: center; gap: 40px; padding: calc(60px * var(--w-density, var(--density, 1))) 0;
}
.hbn-text { flex: 1; }
.hbn-title { font-size: calc(2.6rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 900; line-height: 1.4; margin: 0 0 calc(16px * var(--w-density, var(--density, 1)));
}
.hbn-subtitle { font-size: calc(1.1rem * var(--w-font-scale, var(--font-scale, 1))); line-height: 1.8; margin: 0 0 calc(28px * var(--w-density, var(--density, 1))); opacity: 0.9;
}
.hbn-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hbn-btn { display: inline-flex; align-items: center; padding: calc(14px * var(--w-density, var(--density, 1))) calc(32px * var(--w-density, var(--density, 1))); border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: calc(0.95rem * var(--w-font-scale, var(--font-scale, 1))); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbn-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.hbn-btn-primary { background: var(--surface, #fff); color: var(--text, #333); }
.hbn-btn-primary:hover { color: var(--text, #333); }
.hbn-btn-secondary { background: transparent; border: 2px solid; }
.hbn-image { flex: 0 0 40%; max-width: 40%; }
.hbn-image img { width: 100%; height: auto; border-radius: var(--w-radius, var(--border-radius, 12px)); } .hbn-centered .container { display: flex; justify-content: center; }
.hbn-center-content { text-align: center; padding: calc(80px * var(--w-density, var(--density, 1))) calc(20px * var(--w-density, var(--density, 1))); max-width: 700px; }
.hbn-center-content .hbn-buttons { justify-content: center; }
@media (max-width: 767.98px) { .hbn-split { flex-direction: column; text-align: center; padding: 40px 0; } .hbn-buttons { justify-content: center; } .hbn-image { flex: 0 0 100%; max-width: 80%; } .hbn-title { font-size: 1.8rem; } .hbn-center-content { padding: 50px 16px; }
} .hero { position: relative; display: flex; overflow: hidden; border-radius: var(--w-radius, var(--border-radius, 14px)); box-shadow: var(--w-shadow, none); isolation: isolate;
} .hero__bg,
.hero__overlay { position: absolute; inset: 0; z-index: 0;
}
.hero__bg { background-size: cover; background-position: center;
}
.hero__overlay { z-index: 1;
} .hero__container { position: relative; z-index: 2; width: 100%; max-width: 1280px; margin-inline: auto; padding-block: 64px; padding-inline: 24px; display: flex; flex-direction: column;
} .hero--pos-top .hero__container { justify-content: flex-start; }
.hero--pos-center .hero__container { justify-content: center; }
.hero--pos-bottom .hero__container { justify-content: flex-end; } .hero__content { display: flex; flex-direction: column; gap: 18px; max-width: 720px;
} .hero--align-start .hero__content { text-align: start; margin-inline-end: auto; }
.hero--align-center .hero__content { text-align: center; margin-inline: auto; align-items: center; }
.hero--align-end .hero__content { text-align: end; margin-inline-start: auto; align-items: flex-end; } .hero__eyebrow-row { display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
.hero--align-center .hero__eyebrow-row { align-items: center; }
.hero--align-end .hero__eyebrow-row { align-items: flex-end; } .hero__eyebrow { display: inline-block; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.85;
}
.hero__badges { display: flex; gap: 6px; flex-wrap: wrap;
}
.hero__badges .badge { font-size: 0.78rem; padding: 6px 12px;
} .hero__badges .badge.bg-warning,
.hero__badges .badge.bg-info,
.hero__badges .badge.bg-light { color: var(--text, #212529);
} .hero__title { font-weight: 900; line-height: 1.25; margin: 0;
} h1.hero__title { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3.4rem); }
h2.hero__title { font-size: clamp(1.55rem, 1.0rem + 1.9vw, 2.7rem); }
h3.hero__title { font-size: clamp(1.3rem, 0.85rem + 1.55vw, 2.15rem); }
.hero__subtitle { font-size: clamp(1rem, 0.95rem + 0.3vw, 1.2rem); line-height: 1.85; margin: 0; opacity: 0.92; max-width: 60ch;
}
.hero--align-center .hero__subtitle { margin-inline: auto; } .hero__cta-group { display: flex; flex-wrap: wrap; gap: 12px; margin-block-start: 8px;
}
.hero--align-center .hero__cta-group { justify-content: center; }
.hero--align-end .hero__cta-group { justify-content: flex-end; } .hero__cta-group .btn { padding-inline: 28px; padding-block: 12px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.hero__cta-group .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
} .hero .btn-outline-secondary,
.hero .btn-outline-primary,
.hero .btn-outline-warning,
.hero .btn-outline-danger,
.hero .btn-outline-success,
.hero .btn-outline-info { color: currentColor; border-color: currentColor; background-color: transparent;
}
.hero .btn-outline-secondary:hover,
.hero .btn-outline-primary:hover,
.hero .btn-outline-warning:hover,
.hero .btn-outline-danger:hover,
.hero .btn-outline-success:hover,
.hero .btn-outline-info:hover { color: currentColor; border-color: currentColor; background-color: rgba(255, 255, 255, 0.12);
} .hero__stats { display: flex; flex-wrap: wrap; gap: 18px 36px; list-style: none; padding: 0; margin: 36px 0 0; padding-block-start: 28px; border-block-start: 1px solid rgba(255, 255, 255, 0.14);
}
.hero--align-center .hero__stats { justify-content: center; }
.hero--align-end .hero__stats { justify-content: flex-end; } .hero__stat { display: flex; flex-direction: row; align-items: center; gap: 14px; position: relative; min-width: 0;
} .hero__stat + .hero__stat::before { content: ''; position: absolute; inset-inline-end: calc(100% + 18px); top: 50%; transform: translateY(-50%); width: 1px; height: 40px; background: linear-gradient( to bottom, transparent, rgba(255, 255, 255, 0.22) 30%, rgba(255, 255, 255, 0.22) 70%, transparent ); pointer-events: none;
} .hero__stat-icon-box { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex-shrink: 0; border-radius: var(--w-radius, var(--border-radius, 14px)); background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: transform 0.25s ease, background 0.25s ease;
}
.hero__stat:hover .hero__stat-icon-box { transform: translateY(-2px); background: rgba(255, 255, 255, 0.14);
}
.hero__stat-icon { font-size: 1.5rem; opacity: 0.95; line-height: 1;
} .hero__stat-text { display: flex; flex-direction: column; gap: 3px; min-width: 0;
}
.hero__stat-value { font-size: 1.7rem; font-weight: 900; line-height: 1.05; letter-spacing: -0.01em;
}
.hero__stat-label { font-size: 0.82rem; opacity: 0.72; line-height: 1.3; font-weight: 500;
} .hero__media { position: relative; flex: 1 1 0; min-width: 0; align-self: stretch; display: flex; align-items: center; justify-content: center;
}
.hero__media img,
.hero__video { display: block; width: 100%; border-radius: var(--w-radius, var(--border-radius, 14px));
}
.hero__media img { height: 100%; min-height: 340px; max-height: 560px; object-fit: cover; object-position: center;
}
.hero__media--shadow img { box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.45);
} .hero--media-right .hero__container,
.hero--media-left .hero__container { align-items: center; gap: 48px;
}
.hero--media-right .hero__container { flex-direction: row; }
.hero--media-left .hero__container { flex-direction: row-reverse; } [dir="rtl"] .hero--media-right .hero__container { flex-direction: row-reverse; }
[dir="rtl"] .hero--media-left .hero__container { flex-direction: row; }
.hero--media-right .hero__content,
.hero--media-left .hero__content { flex: 1 1 55%;
}
.hero--media-right .hero__media,
.hero--media-left .hero__media { flex: 1 1 45%; max-width: 45%;
} .hero--bg-video .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; border-radius: 0;
} .hero--form .hero__input-form { display: flex; gap: 8px; margin-block-start: 12px; background: rgba(255, 255, 255, 0.08); padding: 8px; border-radius: var(--w-radius, var(--border-radius, 50px)); backdrop-filter: blur(8px); max-width: 520px;
}
.hero--form.hero--align-center .hero__input-form { margin-inline: auto; }
.hero__input-form input[type="email"],
.hero__input-form input[type="tel"],
.hero__input-form input[type="text"] { flex: 1; background: transparent; border: 0; outline: 0; padding-inline: 18px; color: inherit; font-size: 1rem; min-width: 0;
}
.hero__input-form input::placeholder { color: currentColor; opacity: 0.7;
}
.hero__input-note { display: block; margin-block-start: 10px; font-size: 0.85rem; opacity: 0.75;
} .hero--product .hero__media img { object-fit: contain; max-width: 480px; max-height: 480px; width: auto; margin-inline: auto; background: transparent; border-radius: 0;
}
.hero__product-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin-block-start: 4px;
}
.hero__product-price { font-size: 2rem; font-weight: 900;
}
.hero__product-old-price { font-size: 1.1rem; opacity: 0.65; text-decoration: line-through;
}
.hero__product-rating { font-size: 0.9rem; opacity: 0.85; display: inline-flex; align-items: center; gap: 4px;
} @media (max-width: 767.98px) { .hero { border-radius: 0; } .hero__container { padding-block: 44px; padding-inline: 18px; } .hero--media-left .hero__container, .hero--media-right .hero__container { flex-direction: column; gap: 32px; } .hero--media-left .hero__media, .hero--media-right .hero__media { max-width: 100%; flex: 0 0 auto; } h1.hero__title { font-size: 1.8rem; } h2.hero__title { font-size: 1.5rem; } h3.hero__title { font-size: 1.25rem; } .hero__cta-group { justify-content: center; } .hero__cta-group .btn { flex: 1 1 auto; text-align: center; justify-content: center; } .hero__stats { gap: 18px; justify-content: center; }
} @media (prefers-reduced-motion: reduce) { .hero *, .hero *::before, .hero *::after { animation: none !important; transition: none !important; } .hero__video { animation-play-state: paused !important; }
} .hbc-section { }
.hbc-banner { }
.hbc-content { }
.hbc-title { font-size: 2rem; font-weight: 900; line-height: 1.4;
}
.hbc-subtitle { font-size: 1.05rem; line-height: 1.8; opacity: 0.9;
}
.hbc-countdown { direction: ltr; }
.hbc-cd-item { display: flex; flex-direction: column; align-items: center; gap: 4px; background: rgba(255,255,255,.15); border-radius: var(--w-radius, var(--border-radius, 10px)); min-width: 64px; padding: 10px 12px; backdrop-filter: blur(6px);
}
.hbc-cd-value { font-size: 1.6rem; font-weight: 900; line-height: 1;
}
.hbc-cd-label { font-size: 0.72rem; font-weight: 600; opacity: 0.8;
}
.hbc-expired { font-size: 1rem; font-weight: 700; opacity: 0.85; padding: 10px 24px; background: rgba(255,255,255,.12); border-radius: var(--w-radius, var(--border-radius, 10px));
}
.hbc-cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: 0.95rem; background: var(--surface, #fff); color: var(--text, #333); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbc-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); color: var(--text, #333);
}
.hbc-cta-btn i { font-size: 9px; } @media (max-width: 767.98px) { .hbc-title { font-size: 1.5rem; } .hbc-cd-item { min-width: 52px; padding: 8px 10px; } .hbc-cd-value { font-size: 1.2rem; }
} .hbv-section { }
.hbv-banner { }
.hbv-content { }
.hbv-video { object-fit: cover;
}
.hbv-title { font-size: 2.2rem; font-weight: 900; line-height: 1.4;
}
.hbv-subtitle { font-size: 1.1rem; line-height: 1.8; opacity: 0.9; max-width: 600px; margin-inline: auto;
}
.hbv-cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 14px 32px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: 0.95rem; background: var(--surface, #fff); color: var(--text, #333); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbv-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); color: var(--text, #333);
}
.hbv-cta-btn i { font-size: 9px; } @media (max-width: 767.98px) { .hbv-title { font-size: 1.6rem; }
} .hero--fullscreen { min-height: 100vh !important; display: flex; align-items: center; justify-content: center; text-align: center; position: relative;
}
.hero--fullscreen .hero__container { display: flex; align-items: center; justify-content: center; width: 100%;
}
.hero--fullscreen .hero__content--fs { max-width: 820px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.25rem;
}
.hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.25;
}
.hero--fullscreen .hero__content--fs :where(.hero__cta-group, .hero__badges, .hero__stats, .hero__eyebrow) { justify-content: center;
}
@media (max-width: 767.98px) { .hero--fullscreen { min-height: 88vh !important; } .hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(1.7rem, 7vw, 2.4rem); }
} .hero__content,
.hero__title,
.hero__subtitle { min-width: 0; overflow-wrap: anywhere;
}
.hero--product .hero__media { isolation: isolate;
}
.hero--product .hero__media::before { content: ''; position: absolute; z-index: -1; width: min(92%, 440px); aspect-ratio: 1; border-radius: 42% 58% 54% 46% / 46% 42% 58% 54%; background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .22), transparent 38%), color-mix(in srgb, var(--primary, #d4a843) 14%, transparent); transform: rotate(-5deg);
}
.hero--product .hero__media img { position: relative; z-index: 1; filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .2));
}
.hero--fullscreen > .hero__media { position: absolute; inset: 0; z-index: 0; max-width: none; opacity: .5;
}
.hero--fullscreen > .hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .54));
}
.hero--fullscreen > .hero__media img { width: 100%; height: 100%; min-height: 0; max-height: none; border-radius: 0; object-fit: cover;
} .hero-special { position: relative; width: 100%; min-width: 0; font-family: var(--w-font, var(--font-body));
}
.hero-special :is(.hbc-banner, .hbv-banner) { isolation: isolate; border: 1px solid rgba(255, 255, 255, .1); box-shadow: var(--w-shadow, 0 18px 48px rgba(15, 23, 42, .15));
}
.hbc-banner,
.hbc-content { min-height: clamp(350px, 38vw, 470px);
}
.hbv-banner,
.hbv-content { min-height: clamp(390px, 42vw, 540px);
}
.hero-special :is(.hbc-title, .hbv-title) { max-width: 18ch; margin-inline: auto; text-wrap: balance;
}
.hero-special :is(.hbc-subtitle, .hbv-subtitle) { max-width: 58ch; margin-inline: auto; text-wrap: pretty;
} @media (max-width: 991.98px) { .hero { min-height: auto !important; } .hero--media-left .hero__container, .hero--media-right .hero__container, [dir="rtl"] .hero--media-left .hero__container, [dir="rtl"] .hero--media-right .hero__container { flex-direction: column; align-items: stretch; gap: clamp(24px, 5vw, 38px); } .hero--media-left .hero__content, .hero--media-right .hero__content, .hero--media-left .hero__media, .hero--media-right .hero__media { flex: 0 0 auto; width: 100%; max-width: 100%; } .hero__media img { width: 100%; height: min(52vw, 430px); min-height: 0; max-height: 430px; object-fit: contain; } .hero--product .hero__media { order: -1; }
} @media (max-width: 767.98px) { .hero { width: 100%; min-height: auto !important; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero__container.container { width: 100%; max-width: 100%; min-height: 0; padding: clamp(28px, 8vw, 42px) 16px; } .hero__content { width: 100%; max-width: 100%; gap: 13px; } .hero__eyebrow-row { gap: 7px; } .hero__eyebrow { font-size: 12px; letter-spacing: .2px; } .hero__badges { gap: 5px; max-width: 100%; } .hero__badges .badge { padding: 5px 9px; font-size: 10px; white-space: normal; } h1.hero__title { font-size: clamp(26px, 8.2vw, 36px); } h2.hero__title { font-size: clamp(23px, 7vw, 31px); } h3.hero__title { font-size: clamp(20px, 6vw, 27px); } .hero__title { line-height: 1.32; text-wrap: balance; } .hero__subtitle { max-width: 100%; font-size: 14px; line-height: 1.85; text-wrap: pretty; } .hero--media-left .hero__container, .hero--media-right .hero__container { gap: 22px; } .hero__media { width: 100%; align-self: auto; overflow: hidden; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero__media img { width: 100%; height: clamp(210px, 68vw, 310px); min-height: 0; max-height: 310px; padding: 0; object-fit: contain; border-radius: inherit; } .hero__media--shadow img { box-shadow: 0 18px 34px -22px rgba(0, 0, 0, .5); } .hero--product .hero__media { min-height: clamp(230px, 72vw, 330px); overflow: visible; } .hero--product .hero__media img { width: 100%; height: clamp(220px, 68vw, 310px); max-width: 330px; max-height: 310px; filter: drop-shadow(0 16px 20px rgba(15, 23, 42, .18)); } .hero--product .hero__media::before { width: min(84vw, 300px); } .hero__cta-group { width: 100%; gap: 9px; margin-block-start: 5px; } .hero--align-start .hero__cta-group { justify-content: flex-start; } .hero--align-center .hero__cta-group { justify-content: center; } .hero--align-end .hero__cta-group { justify-content: flex-end; } .hero__cta-group .btn { min-height: 44px; padding: 10px 18px; font-size: 13px; } .hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 10px; margin-top: 20px; padding-top: 16px; } .hero__stat { gap: 9px; padding: 8px; border: 1px solid rgba(255, 255, 255, .12); border-radius: max(9px, var(--w-radius, var(--border-radius, 11px))); background: rgba(255, 255, 255, .06); } .hero__stat + .hero__stat::before { display: none; } .hero__stat-icon-box { width: 38px; height: 38px; } .hero__stat-icon { font-size: 17px; } .hero__stat-value { font-size: 17px; } .hero__stat-label { font-size: 10px; } .hero__product-meta { gap: 7px 11px; margin-top: 2px; } .hero__product-price { font-size: clamp(23px, 7vw, 30px); } .hero__product-old-price { font-size: 13px; } .hero__product-rating { font-size: 12px; } .hero--form .hero__input-form { width: 100%; max-width: 100%; margin-top: 7px; padding: 6px; } .hero__input-form input[type="email"], .hero__input-form input[type="tel"], .hero__input-form input[type="text"] { font-size: 13px; padding-inline: 12px; } .hero--fullscreen { min-height: 100svh !important; border-radius: 0; } .hero--fullscreen .hero__container { min-height: 100svh; padding-block: max(48px, env(safe-area-inset-top)) max(38px, env(safe-area-inset-bottom)); } .hero--fullscreen .hero__content--fs { width: 100%; gap: 14px; } .hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(28px, 9vw, 40px); } .hero-special { margin-block: 10px !important; } .hero-special :is(.hbc-banner, .hbv-banner) { border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))) !important; } .hbc-banner, .hbc-content, .hbv-banner, .hbv-content { min-height: clamp(360px, 112vw, 500px); } .hero-special :is(.hbc-content, .hbv-content) { width: 100%; padding: 30px 15px !important; } .hero-special :is(.hbc-title, .hbv-title) { max-width: 18ch; margin-bottom: 10px !important; font-size: clamp(23px, 7.4vw, 31px); line-height: 1.4; } .hero-special :is(.hbc-subtitle, .hbv-subtitle) { max-width: 34ch; margin-bottom: 20px !important; font-size: 13px; line-height: 1.8; } .hbc-countdown { width: 100%; } .hbc-countdown > .d-flex { width: 100%; gap: 6px !important; justify-content: center; } .hbc-cd-item { flex: 1 1 0; min-width: 0; max-width: 68px; padding: 8px 5px; } .hbc-cd-value { font-size: 18px; } .hbc-cd-label { font-size: 9px; } .hero-special :is(.hbc-cta-btn, .hbv-cta-btn) { justify-content: center; width: min(100%, 270px); min-height: 44px; padding: 10px 18px; font-size: 13px; }
} @media (max-width: 480px) { .hero__cta-group .btn { flex: 1 1 100%; width: 100%; } .hero--form .hero__input-form { flex-direction: column; gap: 6px; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero--form .hero__input-form input { width: 100%; min-height: 43px; } .hero--form .hero__input-form .btn { width: 100%; min-height: 43px; } .hero__stats { grid-template-columns: 1fr; }
} .owl-carousel .pc__body { min-height: 0; }
@media (max-width: 767.98px) { .owl-carousel .pc__img { aspect-ratio: 4 / 3; }
}
@media (max-width: 575.98px) { .owl-carousel .pc__img { aspect-ratio: 4 / 3; } .owl-carousel .pc__img img { padding: 6px; } .owl-carousel .pc__body { padding: 8px 10px; gap: 4px; } .owl-carousel .pc__title { font-size: 12px; min-height: 32px; line-height: 1.5; } .owl-carousel .pc__brand { font-size: 10px; } .owl-carousel .pc__price { font-size: 13px; } .owl-carousel .pc__cta { padding: 6px 0; font-size: 12px; } .pcm-section--v2 { padding: 0; } .pcm-header { margin-bottom: 10px; padding-bottom: 8px; } .pcm-title { font-size: 1rem; } .pcm-aside-img { min-height: 96px; max-height: 140px; }
} .pcm-section { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06);
} .pcm-tabs { display: flex; gap: 0; }
.pcm-tab { padding: 10px 18px; font-size: 0.92rem; font-weight: 700; color: var(--text, #333); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: color .2s, border-color .2s;
}
.pcm-tab.active,
.pcm-tab:hover { color: var(--primary, #ef4056); border-bottom-color: var(--primary, #ef4056);
} .pcm-section--v2 { background: var(--pcm-bg, transparent); border: 0; border-radius: var(--w-radius, var(--border-radius, 16px)); box-shadow: none; padding: 0; overflow: visible;
}
.pcm-layout { display: flex; align-items: stretch; gap: clamp(14px, 2vw, 22px);
}
.pcm-main { flex: 1 1 auto; min-width: 0; } .pcm-aside { flex: 0 0 clamp(180px, 20%, 260px); display: flex;
}
.pcm-aside-link { display: block; width: 100%; }
.pcm-aside-img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; border-radius: var(--w-radius, var(--border-radius, 14px)); transition: transform .35s ease, box-shadow .35s ease;
}
.pcm-aside-link:hover .pcm-aside-img { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.14);
} .pcm-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border-color, #f0f0f0);
}
.pcm-title { display: flex; align-items: center; gap: 10px; margin: 0; font-size: clamp(1.02rem, 1.6vw, 1.28rem); font-weight: 800; color: var(--text, #1a1a1a); line-height: 1.4;
}
.pcm-title-bar { display: inline-block; width: 5px; height: 1.15em; border-radius: 6px; background: linear-gradient(180deg, var(--primary, #ef4056), var(--accent, #0fabc5));
}
.pcm-title-star { color: #ffb703; font-size: 1.05em; } .pcm-viewall { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; font-size: 0.84rem; font-weight: 700; color: var(--primary, #ef4056); text-decoration: none; padding: 7px 14px; border-radius: 999px; background: color-mix(in srgb, var(--primary, #ef4056) 9%, transparent); transition: background .2s ease, color .2s ease, transform .15s ease; white-space: nowrap;
}
.pcm-viewall:hover { background: var(--primary, #ef4056); color: var(--on-primary, #fff); transform: translateY(-1px);
}
.pcm-viewall i { font-size: 10px; transition: transform .2s ease; }
.pcm-viewall:hover i { transform: translateX(-3px); } .pcm-body { position: relative; }
.pcm-owl .item { padding: 4px 0 8px; } .pcm-owl .owl-nav { margin: 0; }
.pcm-owl .owl-nav button.owl-prev,
.pcm-owl .owl-nav button.owl-next { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--surface, #fff); color: var(--text, #333); border: 1px solid var(--border-color, #e7e9ee); border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.12); font-size: 15px; opacity: 0; transition: opacity .2s ease, background .2s ease, color .2s ease, transform .2s ease; z-index: 5;
}
.pcm-owl .owl-nav button.owl-prev { inset-inline-start: -6px; }
.pcm-owl .owl-nav button.owl-next { inset-inline-end: -6px; }
.pcm-body:hover .owl-nav button.owl-prev,
.pcm-body:hover .owl-nav button.owl-next { opacity: 1; }
.pcm-owl .owl-nav button:hover { background: var(--primary, #ef4056); color: var(--on-primary, #fff); border-color: var(--primary, #ef4056);
}
.pcm-owl .owl-nav button.disabled { opacity: 0 !important; pointer-events: none; }
.pcm-owl .owl-nav button.owl-prev:hover { transform: translateY(-50%) scale(1.06); }
.pcm-owl .owl-nav button.owl-next:hover { transform: translateY(-50%) scale(1.06); } .pcm-owl .owl-dots { margin-top: 14px; text-align: center; }
.pcm-owl .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 4px; background: var(--border-color, #d5d9e0); transition: width .25s ease, background .25s ease;
}
.pcm-owl .owl-dots .owl-dot.active span { width: 22px; border-radius: 6px; background: var(--primary, #ef4056);
} .pcm-section--featured { border-top: 0; } @media (max-width: 991.98px) { .pcm-owl .owl-nav button.owl-prev, .pcm-owl .owl-nav button.owl-next { opacity: 1; width: 36px; height: 36px; }
}
@media (max-width: 767.98px) { .pcm-layout { flex-direction: column; } .pcm-aside { flex: 0 0 auto; } .pcm-aside-img { min-height: 140px; max-height: 200px; } .pcm-header { margin-bottom: 12px; } .pcm-owl .owl-nav button.owl-prev, .pcm-owl .owl-nav button.owl-next { display: none; }
} .pcm-section:not(.pcm-section--v2) .pcm-header { padding: 14px 20px 0; border-bottom: 2px solid var(--border-color, #f0f0f0); margin-bottom: 0;
}
.pcm-section:not(.pcm-section--v2) .pcm-body { padding: 16px; overflow: hidden;
} .pcs-section { --pcs-color: var(--primary, #ef4056);
}
.pcs-wrapper { display: flex; border: 3px solid var(--pcs-color); border-radius: var(--w-radius, var(--border-radius, 14px)); overflow: hidden; background: var(--surface, #fff);
}
.pcs-promo { flex: 0 0 180px; background: var(--pcs-color); display: flex; align-items: center; justify-content: center; padding: 24px 16px; text-align: center;
}
.pcs-promo-inner { display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.pcs-promo-icon { font-size: 40px; color: var(--on-primary, #fff); opacity: 0.9;
}
.pcs-promo-title { font-size: 1.1rem; font-weight: 800; color: var(--on-primary, #fff); line-height: 1.7; margin: 0;
}
.pcs-countdown { direction: ltr;
}
.pcs-countdown .d-flex > div { background: rgba(255,255,255,0.2) !important; border-radius: 6px !important; min-width: 50px !important; padding: 4px 6px !important;
}
.pcs-countdown .d-flex > div div:first-child { font-size: 1.2rem !important; color: var(--on-primary, #fff) !important;
}
.pcs-countdown .d-flex > div .small { color: rgba(255,255,255,0.8) !important; font-size: 0.6rem !important;
}
.pcs-promo-btn { display: inline-flex; align-items: center; gap: 4px; background: var(--surface, #fff); color: var(--pcs-color); font-size: 0.82rem; font-weight: 700; padding: 8px 18px; border-radius: var(--w-radius, var(--border-radius, 20px)); text-decoration: none; transition: background .2s;
}
.pcs-promo-btn:hover { background: #f8f8f8; color: var(--pcs-color);
}
.pcs-promo-btn i { font-size: 9px; }
.pcs-carousel-wrap { flex: 1; min-width: 0; padding: 12px 16px; position: relative; overflow: hidden;
}
.pcs-card { position: relative;
}
.pcs-badge { display: block; text-align: center; background: var(--pcs-color); color: var(--on-primary, #fff); font-size: 0.7rem; font-weight: 700; padding: 4px 0; border-radius: 8px 8px 0 0; margin: 0 2px; position: relative; z-index: 3;
}
.pcs-card { position: relative; flex: 1; display: flex; flex-direction: column;
}
.pcs-card .product-card { padding: 0; flex: 1; }
.pcs-card .product-card-inner,
.pcs-card .pc { border-radius: 0 0 10px 10px; border: 1px solid #fdd; border-top: none; box-shadow: none; height: 100%; overflow: hidden;
}
.pcs-card .product-card-inner:hover { border-color: var(--border-color, #e0e0e0); box-shadow: 0 4px 20px rgba(0,0,0,.06);
} .owl-is-dragging a,
.owl-is-dragging a * { pointer-events: none !important;
} .pcm-viewall-card { display: flex; flex-direction: column; padding: 6px;
}
.pcm-viewall-inner { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-decoration: none; background: var(--surface-2, #f8f9fa); border-radius: var(--w-radius, var(--border-radius, 12px)); transition: background .2s;
}
.pcm-viewall-inner:hover { background: #eef1f5; }
.pcm-viewall-circle { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--accent, #0fabc5); display: flex; align-items: center; justify-content: center; color: var(--accent, #0fabc5); font-size: 18px; transition: background .2s, color .2s;
}
.pcm-viewall-inner:hover .pcm-viewall-circle { background: var(--accent, #0fabc5); color: var(--on-primary, #fff);
}
.pcm-viewall-text { font-size: 0.85rem; font-weight: 700; color: var(--accent, #0fabc5);
} .pcs-viewall-card { display: flex; flex-direction: column;
}
.pcs-viewall-inner { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-decoration: none; background: #fff5f6; border: 1px dashed var(--pcs-color); border-radius: var(--w-radius, var(--border-radius, 12px)); transition: background .2s;
}
.pcs-viewall-inner:hover { background: #ffebee; }
.pcs-viewall-circle { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--pcs-color); display: flex; align-items: center; justify-content: center; color: var(--pcs-color); font-size: 18px; transition: background .2s, color .2s;
}
.pcs-viewall-inner:hover .pcs-viewall-circle { background: var(--pcs-color); color: var(--on-primary, #fff);
}
.pcs-viewall-text { font-size: 0.85rem; font-weight: 700; color: var(--pcs-color);
} @media (max-width: 767.98px) { .pcs-wrapper { flex-direction: column; } .pcs-promo { flex: 0 0 auto; padding: 16px; flex-direction: row; } .pcs-promo-inner { flex-direction: row; flex-wrap: wrap; justify-content: center; } .pcs-promo-icon { font-size: 28px; } .pcs-promo-title { font-size: 0.95rem; }
} .pcsr-section { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: var(--w-shadow, 0 1px 6px rgba(0,0,0,0.06)); font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1; -moz-font-feature-settings: "ss01=1, ss02=1, rdot=1";
} .pcsr-section *:not(i):not([class*="fa-"]):not([class*="ti-"]):not([class*="mdi-"]) { font-family: inherit; font-feature-settings: inherit;
}
.pcsr-header { display: flex; align-items: center; justify-content: space-between; padding: calc(14px * var(--w-density, var(--density, 1))) calc(20px * var(--w-density, var(--density, 1))) 0; border-bottom: 2px solid var(--border-color, #f0f0f0);
}
.pcsr-tabs { display: flex; gap: 0; }
.pcsr-tab { padding: calc(10px * var(--w-density, var(--density, 1))) calc(18px * var(--w-density, var(--density, 1))); font-size: calc(0.92rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 700; color: var(--text, #333); border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.pcsr-tab.active { color: var(--primary, #ef4056); border-bottom-color: var(--primary, #ef4056); }
.pcsr-viewall-link { font-size: calc(0.82rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: flex; align-items: center; gap: 4px; white-space: nowrap; padding-bottom: 12px;
}
.pcsr-viewall-link:hover { color: var(--accent, #0d8fa5); }
.pcsr-viewall-link i { font-size: 9px; }
.pcsr-body { padding: calc(16px * var(--w-density, var(--density, 1))); position: relative; overflow: hidden; } .pcsr-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);
}
.pcsr-grid-1 { grid-template-columns: minmax(0, 400px); justify-content: center; }
.pcsr-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; }
@media (max-width: 767px) { .pcsr-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 479px) { .pcsr-grid { grid-template-columns: 1fr; } .pcsr-grid-2 { grid-template-columns: 1fr; }
} .pcsr-card { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 14px)); box-shadow: var(--w-shadow, 0 2px 8px rgba(0,0,0,.07)); overflow: hidden; transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; font-family: var(--w-font, var(--font-body)); font-size: calc(1em * var(--w-font-scale, var(--font-scale, 1)));
}
.pcsr-card:hover { transform: translateY(-4px); box-shadow: var(--w-shadow, 0 8px 28px rgba(0,0,0,.11)); }
.pcsr-img-wrap { display: block; overflow: hidden; aspect-ratio: 4 / 3; flex-shrink: 0; }
.pcsr-img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.pcsr-card:hover .pcsr-img { transform: scale(1.05); }
.pcsr-img-placeholder { width: 100%; aspect-ratio: 4 / 3; background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; color: var(--text-muted, #ccc);
}
.pcsr-card-body { padding: calc(14px * var(--w-density, var(--density, 1))) calc(14px * var(--w-density, var(--density, 1))) calc(16px * var(--w-density, var(--density, 1))); display: flex; flex-direction: column; flex: 1;
}
.pcsr-card-title { font-size: calc(0.92rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 700; color: var(--text, #222); text-decoration: none; display: block; margin-bottom: calc(8px * var(--w-density, var(--density, 1))); line-height: 1.55;
}
.pcsr-card-title:hover { color: var(--primary, #d4a843); }
.pcsr-card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: calc(12px * var(--w-density, var(--density, 1)));
}
.pcsr-meta-chip { display: inline-flex; align-items: center; gap: 4px; font-size: calc(0.74rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 600; color: var(--text-muted, #666); background: var(--surface-2, #f5f5f5); border-radius: var(--w-radius, var(--border-radius, 20px)); padding: 3px 10px; line-height: 1.4;
}
.pcsr-meta-chip i { font-size: 0.7rem; }
.pcsr-meta-group { color: var(--accent, #0fabc5); background: #e8f9fc; }
.pcsr-card-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 12px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--border-color, #f0f0f0);
}
.pcsr-price { font-size: calc(1.05rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 800; color: var(--text, #1a1a1a); font-variant-numeric: tabular-nums;
}
.pcsr-price-unit { font-size: calc(0.75rem * var(--w-font-scale, var(--font-scale, 1))); color: var(--text-muted, #888); font-weight: 500;
}
.pcsr-cta-btn { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; font-size: calc(0.88rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 700; color: var(--on-primary, #fff); background: var(--primary, #d4a843); padding: calc(10px * var(--w-density, var(--density, 1))) 0; border-radius: var(--w-radius, var(--border-radius, 10px)); text-decoration: none; transition: filter .18s, transform .15s, box-shadow .18s; box-shadow: var(--w-shadow, 0 2px 8px rgba(212,168,67,.25));
}
.pcsr-cta-btn i { font-size: 0.85rem; }
.pcsr-cta-btn:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(212,168,67,.35); color: var(--on-primary, #fff);
} .pcc-section { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.pcc-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 0; border-bottom: 2px solid var(--border-color, #f0f0f0);
}
.pcc-tabs { display: flex; gap: 0; }
.pcc-tab { padding: 10px 18px; font-size: 0.92rem; font-weight: 700; color: var(--text, #333); border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.pcc-tab.active { color: var(--primary, #ef4056); border-bottom-color: var(--primary, #ef4056); }
.pcc-viewall-link { font-size: 0.82rem; font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: flex; align-items: center; gap: 4px; white-space: nowrap; padding-bottom: 12px;
}
.pcc-viewall-link:hover { color: var(--accent, #0d8fa5); }
.pcc-viewall-link i { font-size: 9px; }
.pcc-body { padding: 16px; position: relative; overflow: hidden; }
.pcc-card { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); box-shadow: 0 1px 4px rgba(0,0,0,.06); overflow: hidden; transition: transform .2s, box-shadow .2s;
}
.pcc-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.pcc-img-wrap { display: block; overflow: hidden; aspect-ratio: 16 / 10; position: relative; }
.pcc-img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pcc-card:hover .pcc-img { transform: scale(1.04); }
.pcc-level-badge { position: absolute; top: 10px; inset-inline-start: 10px; background: rgba(0,0,0,.6); color: var(--on-primary, #fff); font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--w-radius, var(--border-radius, 6px));
}
.pcc-card-body { padding: 14px; }
.pcc-card-title { font-size: 0.9rem; font-weight: 700; color: var(--text, #333); text-decoration: none; display: block; margin-bottom: 6px; line-height: 1.6;
}
.pcc-card-title:hover { color: var(--primary, #d4a843); }
.pcc-card-meta { font-size: 0.78rem; color: var(--text-muted, #999); margin-bottom: 10px; }
.pcc-card-meta i { margin-left: 3px; font-size: 0.7rem; }
.pcc-card-footer { display: flex; align-items: center; gap: 8px; padding-top: 10px; border-top: 1px solid var(--border-color, #f3f3f3);
}
.pcc-price { font-size: 0.88rem; font-weight: 700; color: var(--text, #333); }
.pcc-price-old { font-size: 0.78rem; color: var(--text-muted, #bbb); text-decoration: line-through; }
.pcc-price-free { font-size: 0.88rem; font-weight: 700; color: var(--success, #27ae60); } .pce-section { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.pce-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 0; border-bottom: 2px solid var(--border-color, #f0f0f0);
}
.pce-tabs { display: flex; gap: 0; }
.pce-tab { padding: 10px 18px; font-size: 0.92rem; font-weight: 700; color: var(--text, #333); border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.pce-tab.active { color: var(--primary, #ef4056); border-bottom-color: var(--primary, #ef4056); }
.pce-viewall-link { font-size: 0.82rem; font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: flex; align-items: center; gap: 4px; white-space: nowrap; padding-bottom: 12px;
}
.pce-viewall-link:hover { color: var(--accent, #0d8fa5); }
.pce-viewall-link i { font-size: 9px; }
.pce-body { padding: 16px; position: relative; overflow: hidden; }
.pce-card { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); box-shadow: 0 1px 4px rgba(0,0,0,.06); overflow: hidden; transition: transform .2s, box-shadow .2s;
}
.pce-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.pce-img-wrap { display: block; overflow: hidden; aspect-ratio: 16 / 9; position: relative; }
.pce-img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pce-card:hover .pce-img { transform: scale(1.04); }
.pce-date-overlay { position: absolute; top: 10px; inset-inline-start: 10px; background: var(--primary, #d4a843); color: var(--on-primary, #fff); border-radius: var(--w-radius, var(--border-radius, 8px)); padding: 6px 10px; text-align: center; line-height: 1.2; display: flex; flex-direction: column; align-items: center; min-width: 48px;
}
.pce-date-day { font-size: 1.15rem; font-weight: 900; }
.pce-date-month { font-size: 0.65rem; font-weight: 600; opacity: 0.9; }
.pce-card-body { padding: 14px; }
.pce-card-title { font-size: 0.9rem; font-weight: 700; color: var(--text, #333); text-decoration: none; display: block; margin-bottom: 6px; line-height: 1.6;
}
.pce-card-title:hover { color: var(--primary, #d4a843); }
.pce-card-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.78rem; color: var(--text-muted, #999); margin-bottom: 10px;
}
.pce-card-meta i { margin-left: 3px; font-size: 0.7rem; }
.pce-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--border-color, #f3f3f3);
}
.pce-price { font-size: 0.88rem; font-weight: 700; color: var(--text, #333); }
.pce-cta-btn { font-size: 0.75rem; font-weight: 700; color: var(--on-primary, #fff); background: var(--primary, #d4a843); padding: 5px 14px; border-radius: var(--w-radius, var(--border-radius, 8px)); text-decoration: none; transition: background .2s, transform .15s;
}
.pce-cta-btn:hover { filter: brightness(1.08); transform: translateY(-1px); color: var(--on-primary, #fff); } .pcr-section { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.pcr-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 0; border-bottom: 2px solid var(--border-color, #f0f0f0);
}
.pcr-tabs { display: flex; gap: 0; }
.pcr-tab { padding: 10px 18px; font-size: 0.92rem; font-weight: 700; color: var(--text, #333); border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.pcr-tab.active { color: var(--primary, #ef4056); border-bottom-color: var(--primary, #ef4056); }
.pcr-viewall-link { font-size: 0.82rem; font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: flex; align-items: center; gap: 4px; white-space: nowrap; padding-bottom: 12px;
}
.pcr-viewall-link:hover { color: var(--accent, #0d8fa5); }
.pcr-viewall-link i { font-size: 9px; }
.pcr-body { padding: 16px; position: relative; overflow: hidden; }
.pcr-card { background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); box-shadow: 0 1px 4px rgba(0,0,0,.06); overflow: hidden; transition: transform .2s, box-shadow .2s;
}
.pcr-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.pcr-img-wrap { display: block; overflow: hidden; aspect-ratio: 4 / 3; position: relative; }
.pcr-img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pcr-card:hover .pcr-img { transform: scale(1.04); }
.pcr-availability { position: absolute; top: 10px; inset-inline-start: 10px; font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: var(--w-radius, var(--border-radius, 6px));
}
.pcr-available { background: #dcfce7; color: #166534; }
.pcr-unavailable { background: #fef2f2; color: #991b1b; }
.pcr-card-body { padding: 14px; }
.pcr-card-title { font-size: 0.9rem; font-weight: 700; color: var(--text, #333); text-decoration: none; display: block; margin-bottom: 8px; line-height: 1.6;
}
.pcr-card-title:hover { color: var(--primary, #d4a843); }
.pcr-card-footer { padding-top: 10px; border-top: 1px solid var(--border-color, #f3f3f3);
}
.pcr-price { font-size: 0.88rem; font-weight: 700; color: var(--text, #333); } .pco-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.pco-heading { font-size: 1.15rem; font-weight: 800; color: var(--text, #1a1a1a); margin: 0; }
.pco-viewall { font-size: 0.82rem; font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap;
}
.pco-viewall i { font-size: 9px; }
.pco-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px;
}
.pco-card { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: var(--radius-lg, 16px); overflow: hidden; text-decoration: none; box-shadow: var(--w-shadow, 0 4px 14px rgba(0,0,0,.10)); background: var(--surface-2, #f4f4f6);
}
.pco-img-wrap { position: absolute; inset: 0; }
.pco-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pco-card:hover .pco-img { transform: scale(1.07); }
.pco-img-empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; color: var(--text-muted, #ccc);
}
.pco-badge { position: absolute; top: 10px; inset-inline-start: 10px; background: var(--primary, #ef4056); color: var(--on-primary, #fff); font-size: 0.72rem; font-weight: 800; padding: 3px 10px; border-radius: var(--radius-sm, 6px);
}
.pco-overlay { position: absolute; inset-inline: 0; bottom: 0; display: flex; flex-direction: column; gap: 4px; padding: 28px 14px 12px; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.45) 55%, transparent 100%);
}
.pco-title { color: var(--on-primary, #fff); font-size: 0.9rem; font-weight: 700; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pco-price { color: var(--on-primary, #fff); font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.pco-unit { font-size: 0.72rem; font-weight: 500; opacity: 0.85; } .pcmin-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--border-color, #f0f0f0);
}
.pcmin-heading { font-size: 1.05rem; font-weight: 700; color: var(--text, #222); margin: 0; }
.pcmin-viewall { font-size: 0.8rem; font-weight: 600; color: var(--accent, #0fabc5); text-decoration: none; display: inline-flex; align-items: center; gap: 4px;
}
.pcmin-viewall i { font-size: 9px; }
.pcmin-track { display: flex; gap: 28px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; scrollbar-width: none;
}
.pcmin-track::-webkit-scrollbar { display: none; }
.pcmin-item { flex: 0 0 auto; width: 150px; display: flex; flex-direction: column; text-decoration: none; scroll-snap-align: start;
}
.pcmin-img-wrap { aspect-ratio: 1 / 1; border-radius: var(--radius-md, 12px); overflow: hidden; background: var(--surface-2, #f4f4f6); margin-bottom: 10px;
}
.pcmin-img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; }
.pcmin-item:hover .pcmin-img { opacity: 0.9; }
.pcmin-img-empty { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--text-muted, #ccc);
}
.pcmin-name { color: var(--text-muted, #666); font-size: 0.82rem; line-height: 1.5; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.pcmin-price { color: var(--text, #1a1a1a); font-size: 0.9rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.pcmin-unit { color: var(--text-muted, #888); font-size: 0.7rem; font-weight: 500; } .pb-product-carousel { --pc-carousel-title-size: 13px; --pc-carousel-meta-size: 11px; --pc-carousel-price-size: 15px; position: relative;
}
.pb-product-carousel .owl-carousel { cursor: grab; touch-action: pan-y pinch-zoom; user-select: none; -webkit-user-select: none;
}
.pb-product-carousel .owl-carousel.owl-grab,
.pb-product-carousel .owl-carousel:active { cursor: grabbing; }
.pb-product-carousel .owl-stage { display: flex; }
.pb-product-carousel .owl-item { display: flex; min-width: 0;
}
.pb-product-carousel .owl-item > .item,
.pb-product-carousel .owl-item > a { width: 100%; min-width: 0;
}
.pb-product-carousel .owl-item img,
.pb-product-carousel .owl-item a { -webkit-user-drag: none;
} .pb-product-carousel .pc { height: 100%; overflow: hidden; border: 1px solid color-mix(in srgb, var(--border-color, #e7e7e7) 82%, transparent); box-shadow: 0 8px 24px rgba(24, 30, 42, .055); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.pb-product-carousel .pc:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--primary, #d4a843) 24%, var(--border-color, #e7e7e7)); box-shadow: 0 14px 32px rgba(24, 30, 42, .09);
}
.pb-product-carousel .pc__img { overflow: hidden; isolation: isolate;
}
.pb-product-carousel .pc__img img { max-width: 100%; transform: scale(1); transition: transform .28s ease, opacity .28s ease;
}
.pb-product-carousel .pc:hover .pc__img img { transform: scale(1.015); } .pb-product-carousel:not(.pch-section) .pc__image--secondary { display:none !important; opacity:0 !important;
}
.pb-product-carousel:not(.pch-section) .pc__image--primary { opacity:1 !important;
}
.pb-product-carousel:not(.pch-section) :is( .pc, .pcsr-card, .pcc-card, .pce-card, .pcr-card, .pco-card, .pcmin-item
):hover { transform:none !important;
}
.pb-product-carousel:not(.pch-section) .item a:hover { opacity:1; transform:none !important;
}
.pb-product-carousel:not(.pch-section) .item a:hover > div { background-color:transparent !important; transform:none !important;
}
.pb-product-carousel:not(.pch-section) .item a:hover img,
.pb-product-carousel:not(.pch-section) :is( .pc, .pcsr-card, .pcc-card, .pce-card, .pcr-card, .pco-card, .pcmin-item
):hover img { opacity:1 !important; transform:none !important;
}
.pb-product-carousel :is(.pc__title, .pcc-card-title, .pcsr-card-title, .pce-card-title) { font-size: var(--pc-carousel-title-size);
}
.pb-product-carousel :is(.pc__brand, .pc__meta, .pcc-card-meta, .pcsr-meta-chip, .pce-card-meta) { font-size: var(--pc-carousel-meta-size);
}
.pb-product-carousel :is(.pc__price, .pcc-price, .pcsr-price, .pce-price, .pcr-price) { font-size: var(--pc-carousel-price-size);
} .pb-product-carousel .owl-nav { position: static; margin: 0; pointer-events: none;
}
.pb-product-carousel .owl-nav button.owl-prev,
.pb-product-carousel .owl-nav button.owl-next { position: absolute; top: 50%; z-index: 8; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; min-width: 42px; margin: 0; padding: 0 !important; border: 1px solid rgba(20, 24, 34, .1) !important; border-radius: 50% !important; background: color-mix(in srgb, var(--surface, #fff) 90%, transparent) !important; color: var(--text, #20232c) !important; box-shadow: 0 8px 24px rgba(20, 24, 34, .14) !important; backdrop-filter: blur(10px); opacity: .94; pointer-events: auto; transform: translateY(-50%); transition: transform .2s ease, opacity .2s ease, background-color .2s ease, color .2s ease;
}
.pb-product-carousel .owl-nav button.owl-prev { inset-inline-start: 10px; }
.pb-product-carousel .owl-nav button.owl-next { inset-inline-end: 10px; }
.pb-product-carousel .owl-nav button:is(.owl-prev, .owl-next):hover { background: var(--text, #20232c) !important; color: var(--surface, #fff) !important; transform: translateY(-50%) scale(1.04);
}
.pb-product-carousel .owl-nav button:is(.owl-prev, .owl-next):focus-visible { outline: 3px solid color-mix(in srgb, var(--primary, #d4a843) 35%, transparent); outline-offset: 3px;
}
.pb-product-carousel .owl-nav button.disabled { opacity: 0 !important; pointer-events: none;
}
.pb-product-carousel .owl-nav button i { font-size: 13px; line-height: 1;
}
.pb-product-carousel .owl-dots { margin-top: 12px; }
.pb-product-carousel .owl-dots .owl-dot span { width: 6px; height: 6px; margin: 4px; background: color-mix(in srgb, var(--text-muted, #8c9099) 34%, transparent); transition: width .2s ease, background-color .2s ease;
}
.pb-product-carousel .owl-dots .owl-dot.active span { width: 22px; border-radius: 999px; background: var(--primary, #d4a843);
} .pb-product-carousel .pcmin-track.owl-loaded,
.pb-product-carousel .pco-grid.owl-loaded { display: block; }
.pb-product-carousel .pcmin-item { width: 100%; }
.pb-product-carousel .pco-card { width: 100%; } .pch-section { --pch-radius: clamp(12px, var(--w-radius, var(--border-radius, 16px)), 22px); --pch-card-bg: #fff; --pch-media-bg: #fff; color: var(--text, #20232c);
}
.pch-section--digikala .pch-card { border-color:var(--border-color, #e0e0e2); border-radius:min(var(--pch-radius), 12px); box-shadow:none;
}
.pch-section--digikala .pch-content { gap:9px; padding:11px 12px 13px; }
.pch-section--digikala .pch-price-block { min-height:38px; justify-content:flex-end; }
.pch-section--digikala .pch-card:hover { border-color:color-mix(in srgb, var(--primary, #ef4056) 28%, var(--border-color, #e0e0e2)); box-shadow:0 10px 26px rgba(24, 30, 42, .075); transform:none !important;
}
.pch-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid color-mix(in srgb, var(--border-color, #e7e7e7) 80%, transparent);
}
.pch-heading { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--text, #20232c); font-size: clamp(16px, 1.55vw, 20px); font-weight: 850; line-height: 1.45;
}
.pch-heading-mark { width: 22px; height: 3px; border-radius: 999px; background: var(--primary, #d4a843);
}
.pch-viewall { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 7px 13px; border: 1px solid color-mix(in srgb, var(--primary, #d4a843) 24%, transparent); border-radius: 999px; color: var(--text, #20232c); background: transparent; font-size: 12px; font-weight: 700; text-decoration: none; transition: background-color .2s ease, border-color .2s ease;
}
.pch-viewall:hover { color: var(--text, #20232c); border-color: color-mix(in srgb, var(--primary, #d4a843) 52%, transparent); background: color-mix(in srgb, var(--primary, #d4a843) 8%, transparent);
}
.pch-viewall i { font-size: 9px; }
.pch-carousel-shell { position: relative; }
.pch-owl .item { height: 100%; padding: 3px 0 10px;
}
.pch-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid color-mix(in srgb, var(--border-color, #e7e7e7) 84%, transparent); border-radius: var(--pch-radius); color: inherit; background: var(--pch-card-bg); box-shadow: 0 7px 22px rgba(25, 29, 38, .055); text-decoration: none; transform: translateZ(0); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.pch-section .pch-card:hover { color: inherit; border-color: color-mix(in srgb, var(--primary, #d4a843) 26%, var(--border-color, #e7e7e7)); box-shadow: 0 13px 30px rgba(25, 29, 38, .085); background:var(--pch-card-bg); opacity:1; transform:none !important;
}
.pch-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; isolation: isolate; background: var(--pch-media-bg);
}
.pch-image { position: absolute; inset: 0; width: 100% !important; height: 100% !important; max-width: 100%; object-fit: contain; padding: clamp(8px, 5%, 16px); transform: none !important; transition: opacity .26s ease;
}
.pch-image--secondary { opacity: 0; }
.pch-image-empty { display: grid; width: 100%; height: 100%; place-items: center; color: color-mix(in srgb, var(--text-muted, #8c9099) 45%, transparent); font-size: 34px;
}
.pb-product-carousel .item .pch-card:hover .pch-image--primary { opacity:1 !important; transform:none !important;
}
.pb-product-carousel .item .pch-card:hover .pch-image--secondary { opacity:0 !important; transform:none !important;
}
@media (hover: hover) and (pointer: fine) { :is( .pch-hover--image_swap, html[data-product-card-hover="image_swap"] .pch-hover--inherit ) .pch-card:hover .pch-media--swap .pch-image--primary { opacity: 0 !important; } :is( .pch-hover--image_swap, html[data-product-card-hover="image_swap"] .pch-hover--inherit ) .pch-card:hover .pch-media--swap .pch-image--secondary { opacity: 1 !important; } :is( .pch-hover--subtle, .pch-hover--none, html[data-product-card-hover="subtle"] .pch-hover--inherit, html[data-product-card-hover="none"] .pch-hover--inherit ) .pch-card:hover .pch-image--primary { opacity:1 !important; } :is( .pch-hover--subtle, .pch-hover--none, html[data-product-card-hover="subtle"] .pch-hover--inherit, html[data-product-card-hover="none"] .pch-hover--inherit ) .pch-card:hover .pch-image--secondary { opacity:0 !important; }
}
.pb-product-carousel .item .pch-card:hover > .pch-media { background-color:var(--pch-media-bg) !important; transform:none !important;
}
.pb-product-carousel .item .pch-card:hover > .pch-content { background-color:var(--pch-card-bg) !important; transform:none !important;
}
.pb-product-carousel .item .pch-card:hover .pch-image { transform:none !important;
}
.pch-hover--none .pch-card:hover,
html[data-product-card-hover="none"] .pch-hover--inherit .pch-card:hover { border-color:var(--border-color, #e0e0e2); box-shadow:none;
}
.pch-sale-badge { position: absolute; z-index: 3; display: inline-flex; align-items: center; justify-content: center; backdrop-filter: blur(8px);
}
.pch-sale-badge { top: 10px; inset-inline-start: 10px; min-width: 38px; height: 25px; padding-inline: 8px; border-radius: 999px; color: #fff; background: color-mix(in srgb, var(--danger, #ef4056) 91%, transparent); font-size: 11px; font-weight: 800;
}
.pch-content { display: flex; flex: 1; flex-direction: column; gap: 13px; padding: 13px 14px 15px; background:var(--pch-card-bg);
}
.pch-title { min-height: 42px; margin: 0; overflow: hidden; color: var(--text, #20232c); font-size: var(--pc-carousel-title-size); font-weight: 700; line-height: 1.65; text-align: start; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.pch-price-block { display: flex; align-items: flex-end; align-self: flex-end; flex-direction: column; gap: 2px; margin-top: auto; direction: rtl; text-align: left;
}
.pch-price-old { color: var(--text-muted, #8c9099); font-size: 10px; line-height: 1.2; text-decoration: line-through;
}
.pch-price { color: var(--text, #20232c); font-size: var(--pc-carousel-price-size); font-weight: 850; line-height: 1.35; white-space: nowrap;
}
.pch-price small { color: var(--text-muted, #8c9099); font-size: 9px; font-weight: 550;
} @media (max-width: 991.98px) { .pb-product-carousel :is(.pcc-header, .pcsr-header, .pce-header, .pcr-header) { gap: 10px; padding-inline: 14px; } .pb-product-carousel :is(.pcc-body, .pcsr-body, .pce-body, .pcr-body) { padding: 14px; }
} @media (max-width: 767.98px) { .pb-product-carousel { --pc-carousel-title-size: 12px; --pc-carousel-meta-size: 10px; --pc-carousel-price-size: 13px; } .pb-product-carousel .owl-nav button.owl-prev, .pb-product-carousel .owl-nav button.owl-next { display: none; } .pb-product-carousel .owl-carousel { cursor: grab; } .pb-product-carousel .pc:hover, .pch-card:hover { transform: none; } .pb-product-carousel .pc__img img, .pb-product-carousel .pc:hover .pc__img img { transform: none; } .pb-product-carousel :is(.pcm-header, .pch-header, .pcmin-head, .pco-head) { align-items: center; gap: 10px; margin-bottom: 11px; padding-bottom: 9px; } .pb-product-carousel :is(.pcm-viewall, .pch-viewall) { padding: 6px 10px; font-size: 11px; } .pch-heading { font-size: 16px; } .pch-heading-mark { width: 16px; } .pch-content { gap: 8px; padding: 10px 11px 12px; } .pch-title { min-height: 38px; line-height: 1.6; } .pch-sale-badge { top: 7px; inset-inline-start: 7px; min-width: 34px; height: 22px; font-size: 10px; } .pcmin-track { gap: 0; padding-bottom: 5px; } .pco-card { border-radius: max(10px, var(--radius-lg, 16px)); }
} @media (max-width: 380px) { .pb-product-carousel { --pc-carousel-title-size: 11.5px; --pc-carousel-price-size: 12.5px; } .pch-content { padding-inline: 9px; } .pch-viewall i, .pcm-viewall i { display: none; }
} @media (prefers-reduced-motion: reduce) { .pb-product-carousel *, .pb-product-carousel *::before, .pb-product-carousel *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
} html[data-surface-tone="dark"] .pch-card { color: var(--ui-text); background: var(--ui-surface); border-color: var(--ui-border);
}
html[data-surface-tone="dark"] .pch-media { background: var(--ui-surface-2);
}
html[data-surface-tone="dark"] :is(.pch-heading, .pch-title, .pch-price, .pch-viewall) { color: var(--ui-text);
}
html[data-surface-tone="dark"] :is(.pch-price-old, .pch-price small) { color: var(--ui-muted);
} .ctab-section, .stb-section, .txt-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .ctab-section { position: relative; border-radius: var(--w-radius, var(--border-radius, 14px)); overflow: hidden; }
.ctab-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; }
.ctab-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ctab-content { position: relative; z-index: 2; text-align: center; padding: 60px 30px; }
.ctab-title { font-size: 1.6rem; font-weight: 900; margin: 0 0 12px; }
.ctab-text { font-size: 1rem; margin: 0 0 28px; opacity: 0.9; line-height: 1.7; }
.ctab-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ctab-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border-radius: var(--w-radius, var(--border-radius, 50px)); font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.ctab-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.ctab-btn-primary { background: var(--surface, #fff); color: var(--text, #333); }
.ctab-btn-secondary { background: transparent; border: 2px solid rgba(255,255,255,0.6); color: var(--on-primary, #fff); }
.ctab-btn-secondary:hover { border-color: var(--on-primary, #fff); color: var(--on-primary, #fff); } 