.page-home {
--home-section-gap: clamp(1rem, 2vw, 1.35rem);
--home-section-pad: var(--home-section-gap);
--home-canvas: #ffffff;
--home-raised: #ffffff;
--home-sunken: #f5f5f5;
--home-border: #c8c8c8;
--home-border-width: 2px;
--home-border-subtle: rgba(0, 0, 0, 0.1);
--home-shadow-card:
0 1px 2px rgba(0, 0, 0, 0.04),
0 4px 14px rgba(0, 0, 0, 0.04);
--home-shadow-featured:
0 2px 4px rgba(0, 0, 0, 0.04),
0 8px 24px rgba(0, 0, 0, 0.06);
--home-shadow-hover:
0 4px 8px rgba(0, 0, 0, 0.05),
0 12px 28px rgba(0, 0, 0, 0.08);
--home-inset: var(--home-raised);
--home-inset-soft: var(--home-sunken);
--home-card-border: var(--home-border);
--home-accent-line: rgba(234, 88, 12, 0.2);
--home-shadow-sm: var(--home-shadow-card);
--home-shadow-md: var(--home-shadow-featured);
background: var(--home-canvas);
}
.page-home .home-surface-band {
background: transparent;
border-block: none;
box-shadow: none;
}
.page-home .home-cat-circles-panel,
.page-home .value-prop-strip {
background: var(--home-raised);
border: var(--home-border-width) solid var(--home-border);
border-radius: var(--radius-lg);
box-shadow: var(--home-shadow-card);
}
.page-home .home-products-box,
.page-home .home-spotlight-card,
.page-home .home-strip-box,
.page-home .trust-stat,
.page-home .testimonial-card,
.page-home .pc-card:not(.pc-card--strip),
.page-home .home-strip-brand-card {
background: var(--home-raised);
border-color: var(--home-border);
box-shadow: none;
}
.page-home .home-strip-box,
.page-home .home-products-box {
--home-strip-border-width: 1px;
border: var(--home-strip-border-width) solid transparent;
background:
linear-gradient(180deg, #ffffff 0%, #fafafa 58%, #f5f5f5 100%) padding-box,
linear-gradient(
128deg,
#fb923c 0%,
#f97316 24%,
#ea580c 48%,
#7c2d12 72%,
#171717 100%
) border-box;
box-shadow: 0 1px 3px rgba(23, 23, 23, 0.08);
}
.page-home .product-strip-track {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.72) 100%);
border-color: transparent;
box-shadow: none;
}
.page-home .pc-card--strip:not(:first-child)::before {
width: 1px;
background: linear-gradient(
180deg,
transparent 0%,
rgba(249, 115, 22, 0.45) 16%,
rgba(23, 23, 23, 0.55) 50%,
rgba(249, 115, 22, 0.45) 84%,
transparent 100%
);
}
.page-home .home-spotlight-card {
box-shadow: var(--home-shadow-featured);
}
.page-home .home-section-frame .home-spotlight-card {
background: transparent;
border: none;
box-shadow: none;
}
.page-home .home-spotlight-media {
background: var(--home-sunken);
}
.page-home .pc-media {
background: #fff;
}
.page-home .home-spotlight-media,
.page-home .home-spotlight-side {
border-color: var(--home-border);
}
.page-home .home-product-tabs {
background: var(--home-sunken);
border-color: var(--home-border);
}
.page-home .home-section-block + .home-section-block {
margin-top: var(--home-section-gap);
}
.page-home .home-section-block:last-child {
margin-bottom: var(--home-section-gap);
}
.page-home .home-section,
.page-home .home-spotlight,
.page-home .home-flash-sale,
.page-home .home-value-props,
.page-home .home-about-teaser,
.page-home .home-bottom-cta,
.page-home .home-shop-types,
.page-home .home-contact-band,
.page-home .trust-stats-section {
padding-top: 0;
padding-bottom: 0;
}
.page-home .home-spotlight,
.page-home .home-dynamic-strip + .home-spotlight {
padding-top: 0;
}
.page-home .home-spotlight {
padding: clamp(1.1rem, 2.2vw, 1.5rem) 0;
background: #fff;
}
.page-home .home-section-block--sale_strip + .home-section-block--spotlight,
.page-home .home-section-block--spotlight + .home-section-block--flash_sale {
margin-top: 0;
}
.page-home .home-spotlight .home-section-frame {
border-color: #e5e7eb;
border-radius: 16px;
padding: clamp(1.1rem, 2vw, 1.5rem);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.page-home .home-spotlight .home-section-head {
margin-bottom: 1.1rem;
}
.page-home .trust-stats-section {
background: transparent;
border: none;
}
*/
.page-home .trust-stat,
.page-home .pc-card:not(.pc-card--strip),
.page-home .testimonial-card {
transition: background .15s, border-color .15s;
}
.page-home .trust-stat:hover {
transform: translateY(-2px);
box-shadow: var(--home-shadow-hover);
border-color: var(--home-accent-line);
}
.page-home .pc-card:not(.pc-card--strip):hover {
background: #fafafa;
border-color: var(--home-border);
}
.page-home .testimonial-card:hover {
border-color: var(--home-accent-line);
box-shadow: var(--home-shadow-hover);
}
.page-home .testimonial-avatar {
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.page-home .value-prop-icon--quality,
.page-home .value-prop-icon--warranty { background: #fff7ed; color: var(--primary); }
.page-home .value-prop-icon--test,
.page-home .value-prop-icon--delivery { background: #ffedd5; color: var(--primary-dark); }
.home-section-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.5rem;
}
.home-section-head--center {
flex-direction: column;
align-items: center;
text-align: center;
}
.home-section-label {
display: inline-flex;
align-items: center;
gap: .35rem;
color: var(--primary-dark);
background: var(--primary-light);
border: 1px solid rgba(234, 88, 12, .1);
font-size: .72rem;
font-weight: 800;
letter-spacing: .02em;
padding: .28rem .65rem;
border-radius: 999px;
margin-bottom: .55rem;
}
.home-section-title {
font-size: clamp(1.25rem, 2.2vw, 1.55rem);
font-weight: 800;
color: var(--dark);
margin: 0;
letter-spacing: -.02em;
line-height: 1.35;
}
.home-section-subtitle {
color: var(--gray);
font-size: .92rem;
margin: .5rem 0 0;
max-width: 480px;
}
.home-section-link {
display: inline-flex;
align-items: center;
gap: .35rem;
font-size: .86rem;
font-weight: 700;
color: var(--gray);
text-decoration: none;
white-space: nowrap;
padding: .45rem .75rem;
border-radius: 999px;
border: var(--home-border-width) solid var(--home-border);
background: var(--home-raised);
transition: color .15s, border-color .15s, background .15s, transform .15s;
}
.home-section-link:hover {
color: var(--primary);
border-color: var(--home-accent-line);
background: var(--primary-light);
transform: translateX(-2px);
}
.home-section { padding: 0; }
.home-strip-scroll-outer {
position: relative;
display: flex;
align-items: center;
gap: .55rem;
}
.home-strip-scroll-outer--sale {
gap: .4rem;
}
.home-strip-scroll-outer--categories {
gap: .45rem;
}
.home-strip-scroll-wrap {
position: relative;
flex: 1;
min-width: 0;
overflow: hidden;
}
.home-strip-scroll-btn {
flex: 0 0 2.35rem;
width: 2.35rem;
height: 2.35rem;
border-radius: 50%;
border: var(--home-border-width) solid var(--home-border);
background: #fff;
color: #6b7280;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
cursor: pointer;
padding: 0;
transition: background .15s, color .15s, border-color .15s, opacity .15s;
z-index: 2;
}
.home-strip-scroll-btn:hover:not(:disabled) {
background: #f5f5f5;
color: var(--dark);
border-color: #d4d4d4;
}
.home-strip-scroll-btn:disabled {
opacity: .32;
cursor: default;
}
.home-strip-scroll-btn[hidden] {
display: none !important;
}
.home-strip-scroll-btn i {
font-size: 1rem;
line-height: 1;
}
.home-hero-section {
padding: 1.35rem 0 1.1rem;
}
.home-hero-banner-wrap { margin-bottom: 0; }
.home-banner-carousel {
width: 100%;
min-height: clamp(200px, 32vw, 380px);
background: linear-gradient(135deg, #1e293b 0%, #334155 45%, #ea580c 100%);
overflow: hidden;
border-radius: var(--radius-lg);
box-shadow: var(--home-shadow-featured);
border: var(--home-border-width) solid var(--home-border);
touch-action: pan-y pinch-zoom;
}
.home-banner-img {
width: 100%;
height: auto;
max-height: 380px;
display: block;
object-fit: cover;
user-select: none;
-webkit-user-drag: none;
}
.home-banner-img.is-missing {
opacity: 0;
height: 0;
max-height: 0;
overflow: hidden;
}
.home-banner-fallback {
display: flex;
align-items: center;
justify-content: center;
min-height: clamp(200px, 32vw, 380px);
padding: 2rem 1.5rem;
color: #fff;
text-align: center;
text-decoration: none;
}
.home-banner-fallback h2 {
font-size: clamp(1.35rem, 3vw, 2rem);
font-weight: 800;
margin: 0 0 .5rem;
}
.home-banner-fallback p {
margin: 0;
opacity: .9;
font-size: .95rem;
}
.home-banner-link { display: block; line-height: 0; }
.home-banner-control {
width: 2rem;
height: 2rem;
top: 50%;
transform: translateY(-50%);
bottom: auto;
opacity: .82;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.78);
color: #57534e;
box-shadow: 0 1px 6px rgba(15, 23, 42, 0.08);
display: flex;
align-items: center;
justify-content: center;
transition: background .15s, color .15s, opacity .15s;
z-index: 3;
}
.home-banner-control::before {
display: none;
}
.home-banner-control:hover,
.home-banner-control:focus {
opacity: 1;
background: rgba(255, 255, 255, 0.95);
color: var(--dark);
box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}
.home-banner-control i {
font-size: .9rem;
line-height: 1;
}
.home-banner-carousel .carousel-control-prev {
right: .55rem;
left: auto;
}
.home-banner-carousel .carousel-control-next {
left: .55rem;
right: auto;
}
.home-banner-indicators {
margin-bottom: .6rem;
gap: .3rem;
z-index: 3;
}
.home-banner-indicators [data-bs-target] {
width: 7px; height: 7px;
border-radius: 50%; border: none;
background: rgba(255,255,255,.55);
opacity: 1;
transition: width .2s, background .2s;
}
.home-banner-indicators .active {
width: 20px; border-radius: 4px; background: var(--primary);
}
.hero-bento-card {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1.35rem 1.25rem;
border-radius: var(--radius-lg);
border: 1px solid rgba(0, 0, 0, 0.08);
text-decoration: none;
overflow: hidden;
transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
min-height: 175px;
}
.hero-bento-card--deals {
background: linear-gradient(135deg, #18181b 0%, #27272a 60%, #09090b 100%);
color: #ffffff;
box-shadow: 0 4px 20px rgba(24, 24, 27, 0.12);
}
.hero-bento-card--gaming {
background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0f172a 100%);
color: #ffffff;
box-shadow: 0 4px 20px rgba(3, 105, 161, 0.12);
}
.hero-bento-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
border-color: rgba(249, 115, 22, 0.4);
}
.hero-bento-bg-glow {
position: absolute;
top: -50%;
right: -30%;
width: 180px;
height: 180px;
border-radius: 50%;
background: radial-gradient(circle, rgba(249, 115, 22, 0.25) 0%, transparent 70%);
pointer-events: none;
transition: transform .3s ease;
}
.hero-bento-card:hover .hero-bento-bg-glow {
transform: scale(1.4);
}
.hero-bento-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: .35rem;
}
.hero-bento-badge {
display: inline-flex;
align-items: center;
gap: .3rem;
align-self: flex-start;
padding: .2rem .6rem;
border-radius: 999px;
background: rgba(249, 115, 22, 0.2);
border: 1px solid rgba(249, 115, 22, 0.35);
color: #fb923c;
font-size: .72rem;
font-weight: 700;
}
.hero-bento-badge--neon {
background: rgba(56, 189, 248, 0.2);
border-color: rgba(56, 189, 248, 0.35);
color: #38bdf8;
}
.hero-bento-title {
font-size: 1.05rem;
font-weight: 800;
margin: .2rem 0 0;
color: #ffffff;
letter-spacing: -.01em;
}
.hero-bento-desc {
font-size: .78rem;
color: #d4d4d8;
margin: 0;
line-height: 1.45;
max-width: 88%;
}
.hero-bento-btn {
display: inline-flex;
align-items: center;
gap: .35rem;
margin-top: .6rem;
font-size: .8rem;
font-weight: 700;
color: #fb923c;
transition: gap .2s ease;
}
.hero-bento-card--gaming .hero-bento-btn {
color: #38bdf8;
}
.hero-bento-card:hover .hero-bento-btn {
gap: .6rem;
}
.hero-bento-icon-deco {
position: absolute;
bottom: -.8rem;
left: -.4rem;
font-size: 4.5rem;
opacity: .12;
color: #ffffff;
pointer-events: none;
line-height: 1;
transition: transform .3s ease, opacity .3s ease;
}
.hero-bento-card:hover .hero-bento-icon-deco {
transform: scale(1.1) rotate(-5deg);
opacity: .2;
}
.hero-features-bar {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: .75rem;
padding: .85rem 1.25rem;
background: var(--home-raised);
border: 1px solid var(--home-border);
border-radius: var(--radius-lg);
box-shadow: var(--home-shadow-card);
}
.hero-feature-pill {
display: flex;
align-items: center;
justify-content: center;
gap: .55rem;
font-size: .82rem;
font-weight: 700;
color: var(--dark);
text-align: center;
}
.hero-feature-pill i {
font-size: 1.15rem;
flex-shrink: 0;
}
.home-value-props {
padding: 0;
}
.home-value-props .home-section-head {
margin-bottom: 1.75rem;
}
.value-prop-strip {
display: flex;
align-items: stretch;
border-radius: var(--radius-lg);
overflow: hidden;
}
.value-prop-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 1.35rem 1rem;
position: relative;
gap: .4rem;
transition: background .2s;
}
.value-prop-item:hover { background: var(--home-sunken); }
.value-prop-item + .value-prop-item::before {
content: '';
position: absolute;
right: 0;
top: 18%;
height: 64%;
width: 1px;
background: var(--home-border);
}
.value-prop-icon {
width: 52px;
height: 52px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
margin-bottom: .25rem;
}
.value-prop-icon--quality { background: #fff7ed; color: #ea580c; }
.value-prop-icon--test { background: #ffedd5; color: #c2410c; }
.value-prop-icon--warranty { background: #fff7ed; color: #ea580c; }
.value-prop-icon--delivery { background: #ffedd5; color: #9a3412; }
.value-prop-title {
display: block;
font-size: .86rem;
font-weight: 700;
color: var(--dark);
line-height: 1.4;
}
.value-prop-desc {
display: block;
font-size: .72rem;
color: var(--gray);
line-height: 1.5;
max-width: 160px;
}
.home-cat-circles-section {
padding-top: .25rem;
padding-bottom: 0;
}
.home-cat-circles-panel {
border-radius: var(--radius-lg);
padding: 1.15rem .65rem 1rem;
}
.home-cat-circles-grid {
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
}
.home-cat-circles-row {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
gap: .35rem .12rem;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.home-cat-circles-row::-webkit-scrollbar {
display: none;
}
.home-cat-circles-scroll {
display: flex;
flex-wrap: nowrap;
gap: .3rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
scrollbar-width: none;
padding: .15rem 0;
}
.home-cat-circles-scroll::-webkit-scrollbar { display: none; }
.home-cat-circle {
flex: 1 1 0;
min-width: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: .45rem;
text-decoration: none;
color: inherit;
transition: transform .15s;
}
.home-cat-circle:hover { transform: translateY(-3px); }
.home-cat-circle-icon {
width: 62px;
height: 62px;
border-radius: 17px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
font-size: 1.45rem;
background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
border: 1px solid #e2e8f0;
color: var(--dark);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
transition: all .25s ease;
}
.home-cat-circle:hover .home-cat-circle-icon {
box-shadow: 0 8px 24px rgba(249, 115, 22, 0.18);
color: var(--primary);
border-color: #f97316;
transform: translateY(-2px) scale(1.06);
}
.home-cat-circle-label {
display: block;
width: 100%;
font-size: .7rem;
font-weight: 800;
text-align: center;
line-height: 1.15;
color: #334155;
transition: color .2s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-cat-circle:hover .home-cat-circle-label {
color: var(--primary);
}
.home-cat-circle-more .home-cat-circle-icon {
background: var(--home-sunken);
color: var(--gray);
border: 1px dashed var(--home-border);
box-shadow: none;
}
.home-strip-box {
background: #fff;
border: var(--home-border-width) solid var(--home-border);
border-radius: 14px;
overflow: hidden;
}
.home-strip-box-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 1rem 1.25rem;
}
.home-strip-box-title {
font-size: 1.05rem;
font-weight: 800;
color: var(--dark);
margin: 0;
line-height: 1.35;
}
.home-strip-box-link {
display: inline-flex;
align-items: center;
gap: .2rem;
font-size: .82rem;
font-weight: 600;
color: #2563eb;
text-decoration: none;
white-space: nowrap;
transition: color .15s;
}
.home-strip-box-link:hover {
color: #1d4ed8;
}
.home-strip-box-link i {
font-size: .72rem;
}
.home-strip-box .home-strip-scroll-outer {
padding: 0 .35rem .35rem;
}
.page-home .home-strip-box .product-strip-track,
.page-home .home-products-tab-content .product-strip-track {
border: none;
border-radius: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.72) 100%);
}
.page-home .home-strip-scroll-wrap::before {
content: '';
display: block;
height: 1px;
margin: 0 .85rem;
background: linear-gradient(
90deg,
rgba(251, 146, 60, 0.15) 0%,
rgba(249, 115, 22, 0.55) 32%,
rgba(23, 23, 23, 0.45) 68%,
rgba(251, 146, 60, 0.15) 100%
);
}
.page-home .home-sale-strip {
position: relative;
padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
margin-top: 0;
background:
radial-gradient(circle at 12% 18%, rgba(29, 111, 212, 0.38) 0%, transparent 42%),
radial-gradient(circle at 88% 82%, rgba(37, 99, 235, 0.24) 0%, transparent 38%),
linear-gradient(132deg, #0a1628 0%, #0f2744 34%, #0c4a8f 62%, #1d6fd4 100%);
overflow: hidden;
}
.page-home .home-sale-strip::before {
content: '';
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 28%),
repeating-linear-gradient(
-24deg,
rgba(255, 255, 255, 0.03) 0,
rgba(255, 255, 255, 0.03) 1px,
transparent 1px,
transparent 9px
);
pointer-events: none;
}
.page-home .home-sale-strip .container {
position: relative;
z-index: 1;
}
.page-home .home-sale-strip .home-strip-box--sale {
border: 1px solid transparent;
border-radius: 16px;
background:
linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 246, 255, 0.94) 100%) padding-box,
linear-gradient(
132deg,
#93c5fd 0%,
#3b82f6 22%,
#1d6fd4 46%,
#1557b0 72%,
#0a1628 100%
) border-box;
box-shadow:
0 18px 42px rgba(0, 0, 0, 0.28),
0 0 0 1px rgba(29, 111, 212, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.65);
overflow: hidden;
}
.page-home .home-sale-strip .home-strip-box-head--sale {
display: flex;
align-items: center;
justify-content: space-between;
gap: .5rem;
padding: 1.05rem 1.35rem;
background:
linear-gradient(95deg, #0a1628 0%, #0f2744 38%, #1557b0 72%, #1d6fd4 100%);
border-bottom: 1px solid rgba(147, 197, 253, 0.35);
}
.home-sale-strip-title-row {
display: flex;
align-items: center;
gap: .75rem;
flex: 1;
min-width: 0;
flex-wrap: nowrap;
}
.home-sale-title-short,
.home-sale-link-short {
display: none;
}
.home-sale-strip-title-row .home-strip-box-title--sale {
margin: 0;
flex: 1 1 auto;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-sale-strip-title-row .home-strip-box-link--sale {
flex-shrink: 0;
margin-right: auto;
}
.page-home .home-sale-strip-head-main {
flex: 1;
min-width: 0;
}
.page-home .home-sale-strip-badge {
display: inline-flex;
align-items: center;
gap: .35rem;
align-self: flex-start;
padding: .22rem .62rem;
border-radius: 999px;
font-size: .68rem;
font-weight: 800;
letter-spacing: .02em;
color: #eff6ff;
background: linear-gradient(135deg, #3b82f6, #1d6fd4);
border: 1px solid rgba(255, 255, 255, 0.22);
box-shadow: 0 4px 14px rgba(29, 111, 212, 0.38);
}
.page-home .home-sale-strip-badge i {
font-size: .78rem;
line-height: 1;
}
.page-home .home-strip-box-title--sale {
color: #fff;
font-size: clamp(1.12rem, 2.2vw, 1.35rem);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.page-home .home-strip-box-link--sale {
color: #eff6ff;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
padding: .42rem .82rem;
backdrop-filter: blur(4px);
}
.page-home .home-strip-box-link--sale:hover {
color: #fff;
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.35);
}
.page-home .home-sale-strip .home-strip-scroll-outer {
padding: .55rem .45rem .55rem;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(239, 246, 255, 0.35) 100%);
}
.page-home .home-sale-strip .home-strip-scroll-wrap::before {
margin: 0 .65rem;
background: linear-gradient(
90deg,
rgba(147, 197, 253, 0.2) 0%,
rgba(29, 111, 212, 0.55) 35%,
rgba(15, 39, 68, 0.5) 65%,
rgba(147, 197, 253, 0.2) 100%
);
}
.page-home .home-sale-strip .home-sale-strip-grid,
.page-home .home-sale-strip .product-strip-track {
background: #fff;
border-radius: 12px;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.9),
0 8px 22px rgba(23, 23, 23, 0.12);
}
.page-home .home-sale-strip .home-strip-scroll-btn {
background: rgba(255, 255, 255, 0.95);
border-color: rgba(23, 23, 23, 0.14);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.page-home .home-sale-strip .home-strip-scroll-btn:hover:not(:disabled) {
background: #fff;
border-color: #3b82f6;
color: #1d6fd4;
}
.home-sale-strip {
padding: 0;
}
.home-sale-strip-empty {
display: flex;
align-items: center;
justify-content: center;
min-height: 140px;
width: 100%;
color: var(--gray);
font-size: .88rem;
padding: 1rem;
}
.home-shop-banners-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: .65rem;
}
.shop-banner-card {
display: block;
position: relative;
border-radius: 14px;
overflow: hidden;
text-decoration: none;
aspect-ratio: 2.45 / 1;
border: 1px solid rgba(0, 0, 0, .06);
box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
transition: transform .2s ease, box-shadow .2s ease;
}
.shop-banner-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
}
.shop-banner-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.shop-banner-fallback {
position: relative;
width: 100%;
height: 100%;
padding: .85rem 1rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
color: #fff;
overflow: hidden;
}
.shop-banner-fallback::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(160deg, rgba(255,255,255,.14) 0%, transparent 42%, rgba(0,0,0,.22) 100%);
pointer-events: none;
}
.shop-banner-card--laptop .shop-banner-fallback { background: linear-gradient(135deg, #334155 0%, #1e293b 55%, #0f172a 100%); }
.shop-banner-card--server .shop-banner-fallback { background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 55%, #020617 100%); }
.shop-banner-card--console .shop-banner-fallback { background: linear-gradient(135deg, #ea580c 0%, #c2410c 45%, #7c2d12 100%); }
.shop-banner-card--accessories .shop-banner-fallback { background: linear-gradient(135deg, #db2777 0%, #be185d 45%, #831843 100%); }
.shop-banner-card--custom .shop-banner-fallback { background: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #312e81 100%); }
.shop-banner-badge {
position: relative;
z-index: 1;
align-self: flex-start;
background: rgba(255, 255, 255, .22);
backdrop-filter: blur(4px);
font-size: .62rem;
font-weight: 800;
padding: .18rem .5rem;
border-radius: 999px;
margin-bottom: .35rem;
}
.shop-banner-title {
position: relative;
z-index: 1;
margin: 0;
font-size: .92rem;
font-weight: 800;
line-height: 1.35;
text-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}
.shop-banner-desc {
position: relative;
z-index: 1;
margin: .2rem 0 0;
font-size: .68rem;
opacity: .9;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.shop-banner-action {
position: relative;
z-index: 1;
font-size: .72rem;
font-weight: 700;
color: rgba(255, 255, 255, 0.95);
margin-top: .35rem;
display: inline-flex;
align-items: center;
gap: .25rem;
transition: gap .2s ease, color .2s ease;
}
.shop-banner-card:hover .shop-banner-action {
gap: .5rem;
color: #ffffff;
}
.shop-banner-overlay {
position: absolute;
inset: 0;
padding: .85rem 1rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
color: #fff;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
z-index: 1;
}
.shop-banner-icon {
position: absolute;
top: .5rem;
left: .5rem;
z-index: 0;
font-size: 2.75rem;
opacity: .18;
line-height: 1;
}
.home-shop-types-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.shop-type-card {
display: flex;
align-items: stretch;
justify-content: space-between;
padding: 1.5rem;
border-radius: var(--radius-lg);
text-decoration: none;
color: #fff;
overflow: hidden;
position: relative;
min-height: 168px;
border: 1px solid rgba(255, 255, 255, .08);
transition: transform .25s, box-shadow .25s;
}
.shop-type-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: #fff; }
.shop-type-card--laptop { background: linear-gradient(135deg, #1e293b 0%, #334155 55%, #475569 100%); }
.shop-type-card--server { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #334155 100%); }
.shop-type-card--console { background: linear-gradient(135deg, #431407 0%, #c2410c 55%, #ea580c 100%); }
.shop-type-card::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .12), transparent 45%);
pointer-events: none;
}
.shop-type-card-content { position: relative; z-index: 1; display: flex; flex-direction: column; }
.shop-type-badge {
display: inline-block;
background: rgba(255,255,255,.2);
font-size: .68rem;
font-weight: 700;
padding: .2rem .55rem;
border-radius: 20px;
margin-bottom: .65rem;
width: fit-content;
}
.shop-type-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 .35rem; }
.shop-type-desc { font-size: .8rem; opacity: .85; margin: 0; }
.shop-type-cta {
margin-top: auto;
padding-top: .75rem;
font-size: .82rem;
font-weight: 600;
opacity: .9;
}
.shop-type-card-visual {
position: absolute;
bottom: -10px; left: -10px;
font-size: 5rem;
opacity: .15;
line-height: 1;
}
.home-spotlight-card {
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(250px, 270px);
gap: 1.5rem;
align-items: stretch;
border-radius: var(--radius-lg);
padding: 0;
border-top: 1px solid #f0f0f0;
padding-top: 1.25rem;
}
.home-spotlight-media {
position: relative;
align-self: start;
width: 100%;
border-radius: 12px;
overflow: hidden;
border: 1px solid #e5e7eb;
background: #fafafa;
}
.home-spotlight-media a {
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1;
max-height: min(340px, 72vw);
margin-inline: auto;
padding: 1rem;
}
.home-spotlight-media img {
width: 100%;
height: 100%;
max-height: 100%;
aspect-ratio: unset;
object-fit: contain;
display: block;
transition: transform .4s, opacity .2s;
}
.home-spotlight-media:hover img { transform: scale(1.03); }
.home-spotlight-badge {
position: absolute;
top: 10px; right: 10px;
background: #ef4056;
color: #fff;
font-size: .72rem;
font-weight: 700;
padding: .3rem .65rem;
border-radius: 6px;
}
.home-spotlight-brand {
font-size: .78rem;
color: var(--gray);
text-decoration: none;
letter-spacing: .02em;
}
.home-spotlight-brand:hover { color: var(--primary); }
.home-spotlight-title {
font-size: 1.2rem;
font-weight: 800;
margin: .35rem 0 .55rem;
line-height: 1.5;
}
.home-spotlight-title a { color: var(--dark); text-decoration: none; }
.home-spotlight-title a:hover { color: var(--primary); }
.home-spotlight-desc {
color: var(--gray);
font-size: .86rem;
line-height: 1.7;
margin-bottom: .75rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.home-spotlight-rating { margin-bottom: .65rem; }
.home-spotlight-prices { margin-bottom: 1rem; }
.home-spotlight-price-row {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: .5rem .75rem;
}
.home-spotlight-price-old {
font-size: .82rem;
color: var(--gray);
text-decoration: line-through;
}
.home-spotlight-price {
font-size: 1.45rem;
font-weight: 800;
color: var(--dark);
}
.home-spotlight-price small { font-size: .78rem; font-weight: 500; color: var(--gray); }
.home-spotlight-savings {
display: inline-flex;
align-items: center;
font-size: .72rem;
font-weight: 700;
color: #15803d;
background: #f0fdf4;
padding: .2rem .55rem;
border-radius: 6px;
}
.home-spotlight-actions {
display: flex;
flex-wrap: wrap;
gap: .65rem;
margin-bottom: 1rem;
}
.home-spotlight-cart-form { display: inline-flex; margin: 0; }
.home-spotlight-btn-detail {
min-width: 9.5rem;
font-weight: 700;
border-radius: 8px;
padding: .55rem 1.25rem;
}
.home-spotlight-btn-cart {
min-width: 9.5rem;
font-weight: 700;
border-radius: 8px;
padding: .55rem 1.1rem;
color: var(--primary);
background: #fff;
border: 1.5px solid var(--primary);
}
.home-spotlight-btn-cart:hover,
.home-spotlight-btn-cart:focus {
color: #fff;
background: var(--primary);
border-color: var(--primary);
}
.home-spotlight-features {
list-style: none;
margin: 0; padding: 0;
display: flex;
flex-wrap: wrap;
gap: .65rem 1.15rem;
padding-top: .25rem;
border-top: 1px solid #f0f0f0;
}
.home-spotlight-features li {
font-size: .78rem;
color: var(--gray);
display: flex;
align-items: center;
gap: .35rem;
}
.home-spotlight-features i { color: #16a34a; font-size: .85rem; }
.home-spotlight-side {
min-width: 0;
border-inline-start: 1px solid #e5e7eb;
padding-inline-start: 1.15rem;
display: flex;
flex-direction: column;
}
.home-spotlight-side-title {
font-size: .8rem;
font-weight: 700;
color: var(--dark);
margin-bottom: .5rem;
}
.home-spotlight-side-list {
display: flex;
flex-direction: column;
gap: 0;
flex: 1;
min-height: 0;
border: 1px solid #f0f0f0;
border-radius: 10px;
overflow: hidden;
}
.home-spotlight-side-item {
display: flex;
align-items: flex-start;
gap: .6rem;
width: 100%;
min-height: 4.25rem;
padding: .6rem .65rem;
text-decoration: none;
color: inherit;
transition: background .15s, border-color .15s;
border: none;
border-bottom: 1px solid #f0f0f0;
background: #fff;
text-align: inherit;
cursor: pointer;
font: inherit;
}
.home-spotlight-side-item:last-child {
border-bottom: none;
}
.home-spotlight-side-item:hover {
background: #fafafa;
}
.home-spotlight-side-item.is-active {
background: #fff7ed;
border-inline-start: 3px solid var(--primary);
}
.home-spotlight-media img.is-switching { opacity: .55; transform: scale(.98); }
.home-spotlight-side-item img {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 6px;
border: 1px solid #e5e7eb;
background: #fafafa;
flex-shrink: 0;
}
.home-spotlight-side-item-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: .25rem;
}
.home-spotlight-side-item-name {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: .74rem;
font-weight: 600;
color: var(--dark);
line-height: 1.45;
word-break: break-word;
}
.home-spotlight-side-item-price {
display: block;
font-size: .74rem;
font-weight: 700;
color: #ef4056;
line-height: 1.35;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-spotlight-side-item-price small { font-weight: 500; color: #ef4056; }
.home-products-box-tabs {
display: flex;
justify-content: flex-end;
padding: 0 1.25rem .75rem;
border-bottom: var(--home-border-width) solid var(--home-border);
}
.page-home .home-products-box-tabs {
border-bottom: none;
background-image: linear-gradient(
90deg,
rgba(251, 146, 60, 0.12) 0%,
rgba(249, 115, 22, 0.5) 35%,
rgba(23, 23, 23, 0.4) 65%,
rgba(251, 146, 60, 0.12) 100%
);
background-size: 100% 1px;
background-position: 0 100%;
background-repeat: no-repeat;
}
.home-products-tab-content {
padding: 0 .35rem .35rem;
}
.home-products-tab-content .home-strip-scroll-outer {
padding: 0;
}
.home-products-tab-content .product-strip-track {
border: none;
border-radius: 0;
}
.page-home .home-products-tab-content .home-strip-scroll-wrap {
overflow: hidden;
}
.page-home .home-products-tab-content .product-strip-track {
overflow-x: auto;
scroll-snap-type: x mandatory;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.product-strip-track .pc-card--strip {
--pc-card-width: calc(100% / 4);
flex: 0 0 var(--pc-card-width);
width: var(--pc-card-width);
max-width: none;
}
}
@media (min-width: 992px) {
.product-strip-track .pc-card--strip {
--pc-card-width: calc(100% / 6);
flex: 0 0 var(--pc-card-width);
width: var(--pc-card-width);
max-width: none;
}
}
.home-products-empty {
flex: 1;
text-align: center;
padding: 2.5rem 1rem;
margin: 0;
color: var(--gray);
}
.home-product-tabs {
background: var(--home-sunken);
border-radius: var(--radius-sm);
padding: .25rem;
display: inline-flex;
gap: .15rem;
border: var(--home-border-width) solid var(--home-border);
}
.page-home .home-product-tabs {
border: 1px solid transparent;
background:
linear-gradient(var(--home-sunken), var(--home-sunken)) padding-box,
linear-gradient(125deg, #fb923c, #ea580c 45%, #171717 100%) border-box;
}
.home-product-tabs .nav-link {
color: var(--gray);
border: none;
border-radius: 8px;
padding: .45rem 1.1rem;
font-size: .86rem;
font-weight: 500;
transition: all .15s;
}
.home-product-tabs .nav-link:hover { color: var(--dark); background: var(--home-raised); }
.home-product-tabs .nav-link.active {
background: var(--primary);
color: #fff;
font-weight: 700;
box-shadow: 0 2px 8px rgba(234, 88, 12, .18);
}
.page-home .home-flash-sale {
position: relative;
padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
margin-top: 0;
background:
radial-gradient(circle at 12% 18%, rgba(234, 88, 12, 0.34) 0%, transparent 42%),
radial-gradient(circle at 88% 82%, rgba(249, 115, 22, 0.22) 0%, transparent 38%),
linear-gradient(132deg, #431407 0%, #7c2d12 34%, #c2410c 62%, #ea580c 100%);
overflow: hidden;
}
.page-home .home-flash-sale::before {
content: '';
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 28%),
repeating-linear-gradient(
-24deg,
rgba(255, 255, 255, 0.03) 0,
rgba(255, 255, 255, 0.03) 1px,
transparent 1px,
transparent 9px
);
pointer-events: none;
}
.page-home .home-flash-sale .container {
position: relative;
z-index: 1;
}
.page-home .home-flash-sale .home-strip-box--flash {
border: 1px solid transparent;
border-radius: 16px;
background:
linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 237, 0.94) 100%) padding-box,
linear-gradient(
132deg,
#fed7aa 0%,
#fb923c 22%,
#ea580c 46%,
#c2410c 72%,
#431407 100%
) border-box;
box-shadow:
0 18px 42px rgba(0, 0, 0, 0.28),
0 0 0 1px rgba(234, 88, 12, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.65);
overflow: hidden;
}
.page-home .home-flash-sale .home-strip-box-head--flash {
display: flex;
align-items: center;
justify-content: space-between;
gap: .5rem;
padding: 1.05rem 1.35rem;
background:
linear-gradient(95deg, #431407 0%, #7c2d12 38%, #c2410c 72%, #ea580c 100%);
border-bottom: 1px solid rgba(254, 215, 170, 0.35);
}
.home-flash-sale-title-row {
display: flex;
align-items: center;
gap: .75rem;
flex: 1;
min-width: 0;
flex-wrap: nowrap;
}
.home-flash-title-short,
.home-flash-link-short {
display: none;
}
.home-flash-sale-title-row .home-strip-box-title--flash {
margin: 0;
flex: 1 1 auto;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-flash-sale-title-row .home-strip-box-link--flash {
flex-shrink: 0;
margin-right: auto;
}
.page-home .home-strip-box-title--flash {
color: #fff;
font-size: clamp(1.12rem, 2.2vw, 1.35rem);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.page-home .home-strip-box-link--flash {
color: #fff7ed;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
padding: .42rem .82rem;
backdrop-filter: blur(4px);
}
.page-home .home-strip-box-link--flash:hover {
color: #fff;
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.35);
}
.page-home .home-flash-sale .home-flash-countdown .home-sale-countdown-unit small {
color: rgba(255, 247, 237, 0.75);
}
.page-home .home-flash-sale .home-strip-scroll-outer--flash {
padding: .55rem .45rem .55rem;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 247, 237, 0.35) 100%);
}
.page-home .home-flash-sale .home-strip-scroll-wrap::before {
margin: 0 .65rem;
background: linear-gradient(
90deg,
rgba(254, 215, 170, 0.2) 0%,
rgba(234, 88, 12, 0.55) 35%,
rgba(67, 20, 7, 0.5) 65%,
rgba(254, 215, 170, 0.2) 100%
);
}
.page-home .home-flash-sale .home-flash-sale-grid,
.page-home .home-flash-sale .product-strip-track {
background: #fff;
border-radius: 12px;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.9),
0 8px 22px rgba(23, 23, 23, 0.12);
}
.page-home .home-flash-sale .home-strip-scroll-btn {
background: rgba(255, 255, 255, 0.95);
border-color: rgba(23, 23, 23, 0.14);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.page-home .home-flash-sale .home-strip-scroll-btn:hover:not(:disabled) {
background: #fff;
border-color: #fb923c;
color: #ea580c;
}
.home-flash-sale-empty {
display: flex;
align-items: center;
justify-content: center;
min-height: 140px;
width: 100%;
color: var(--gray);
font-size: .88rem;
padding: 1rem;
}
.home-dynamic-strip {
padding-top: 0;
}
.home-strip-scroll:not(.product-strip-track) {
display: flex;
gap: .75rem;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: .15rem .1rem .35rem;
}
.home-strip-scroll:not(.product-strip-track)::-webkit-scrollbar { display: none; }
.home-strip-brand-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: .55rem;
flex: 0 0 120px;
width: 120px;
min-height: 120px;
scroll-snap-align: start;
padding: .85rem .65rem;
border-radius: var(--radius);
text-decoration: none;
color: inherit;
}
.home-strip-brand-card:hover {
color: var(--primary);
}
.home-strip-brand-logo {
width: 3.25rem;
height: 3.25rem;
border-radius: 14px;
border: var(--home-border-width) solid var(--home-border);
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.home-strip-brand-logo img {
width: 100%;
height: 100%;
object-fit: contain;
padding: .35rem;
}
.home-strip-brand-initial {
font-size: 1.35rem;
font-weight: 800;
color: var(--primary);
}
.home-strip-brand-name {
font-size: .74rem;
font-weight: 700;
text-align: center;
line-height: 1.4;
}
.home-dynamic-strip[data-strip-type="brands"] .home-strip-scroll {
gap: .75rem;
}
.brands-marquee-wrap {
overflow: hidden;
mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.brands-marquee {
display: flex;
gap: 1rem;
width: max-content;
animation: brandsScroll 35s linear infinite;
}
.brands-marquee:hover { animation-play-state: paused; }
@keyframes brandsScroll {
0% { transform: translateX(0); }
100% { transform: translateX(50%); }
}
.brand-tile {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 1.5rem;
background: var(--surface);
border-radius: var(--radius);
text-decoration: none;
color: var(--dark);
font-weight: 600;
font-size: .9rem;
border: var(--home-border-width) solid var(--home-border);
white-space: nowrap;
min-width: 120px;
transition: border-color .15s, color .15s;
}
.brand-tile:hover { border-color: #cbd5e1; color: var(--primary); }
.home-bottom-cta { padding: 0; }
.home-bottom-cta-card {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
flex-wrap: wrap;
background: linear-gradient(135deg, #1e293b 0%, #334155 52%, #475569 100%);
border: 1px solid rgba(255, 255, 255, .08);
border-radius: var(--radius-lg);
padding: 2rem 2.25rem;
box-shadow: var(--shadow-lg);
color: #fff;
}
.home-bottom-cta-glow {
position: absolute;
top: -35%;
left: -8%;
width: 280px;
height: 280px;
background: radial-gradient(circle, rgba(234, 88, 12, .28), transparent 68%);
pointer-events: none;
}
.home-bottom-cta-badge {
display: inline-flex;
align-items: center;
gap: .35rem;
margin-bottom: .55rem;
padding: .28rem .65rem;
border-radius: 999px;
background: rgba(234, 88, 12, .18);
border: 1px solid rgba(251, 146, 60, .35);
color: #fdba74;
font-size: .72rem;
font-weight: 800;
}
.home-bottom-cta-content {
position: relative;
z-index: 1;
}
.home-bottom-cta-content h2 {
font-size: clamp(1.15rem, 2vw, 1.4rem);
font-weight: 800;
margin: 0 0 .35rem;
color: #fff;
}
.home-bottom-cta-content p { margin: 0; color: rgba(255, 255, 255, .72); font-size: .9rem; }
.home-bottom-cta-form {
position: relative;
z-index: 1;
display: flex;
gap: .5rem;
flex: 1;
max-width: 420px;
min-width: 260px;
}
.home-bottom-cta-form input {
flex: 1;
border: 1px solid rgba(255, 255, 255, .14);
border-radius: var(--radius-sm);
padding: .55rem 1rem;
font-size: .88rem;
outline: none;
background: rgba(255, 255, 255, .95);
transition: border-color .15s, box-shadow .15s;
}
.home-bottom-cta-form input:focus {
border-color: rgba(234, 88, 12, .45);
box-shadow: 0 0 0 3px rgba(234, 88, 12, .18);
}
.page-home .home-strip-brand-logo {
background: var(--home-sunken);
}
@media (max-width: 1199px) {
.home-cat-circles-row {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
scroll-snap-type: x mandatory;
scrollbar-width: none;
gap: .45rem;
padding-bottom: .15rem;
}
.home-cat-circles-row::-webkit-scrollbar { display: none; }
.home-cat-circle {
flex: 0 0 78px;
scroll-snap-align: start;
}
}
@media (min-width: 768px) {
.home-cat-circles-panel {
padding: 1.25rem .85rem 1.1rem;
}
.home-cat-circles-grid {
gap: 0;
}
.home-cat-circles-row {
gap: .3rem .15rem;
}
.home-cat-circle-icon {
width: 60px;
height: 60px;
font-size: 1.35rem;
border-radius: 16px;
}
.home-cat-circle-label {
font-size: .68rem;
}
.home-cat-circles-scroll {
justify-content: space-between;
overflow-x: visible;
flex-wrap: nowrap;
gap: .2rem;
}
}
@media (max-width: 991px) {
.value-prop-strip { flex-wrap: wrap; }
.value-prop-item { flex: 1 1 50%; min-width: 50%; }
.value-prop-item:nth-child(2)::before,
.value-prop-item:nth-child(4)::before { display: none; }
.value-prop-item:nth-child(odd)::after {
content: '';
position: absolute;
left: 0; top: 18%; height: 64%; width: 1px;
background: var(--border);
}
.home-shop-types-grid { grid-template-columns: 1fr; }
.home-shop-banners-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: .45rem;
}
.shop-banner-card {
aspect-ratio: 2.05 / 1;
border-radius: 12px;
}
.shop-banner-fallback {
padding: .5rem .65rem;
justify-content: center;
}
.shop-banner-badge {
font-size: .55rem;
padding: .12rem .4rem;
margin-bottom: .2rem;
}
.shop-banner-title {
font-size: .72rem;
line-height: 1.25;
}
.shop-banner-desc {
display: none;
}
.shop-banner-icon {
font-size: 1.85rem;
top: .3rem;
left: .3rem;
}
.home-spotlight-card {
grid-template-columns: 1fr;
gap: 1rem;
padding: 1rem;
}
.home-spotlight-media {
max-width: min(300px, 100%);
margin-inline: auto;
}
.home-spotlight-media a {
max-height: min(280px, 68vw);
}
.home-spotlight-body {
min-width: 0;
}
.home-spotlight-desc {
font-size: .84rem;
line-height: 1.65;
margin-bottom: .65rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.home-spotlight-actions {
flex-direction: column;
}
.home-spotlight-actions .btn {
width: 100%;
}
.home-spotlight-features {
justify-content: center;
gap: .45rem .85rem;
}
.home-spotlight-side {
order: 3;
border-inline-start: none;
border-block-start: 1px solid #e5e7eb;
padding-inline-start: 0;
padding-block-start: 1rem;
}
.home-spotlight-body { order: 2; }
.home-spotlight-media { order: 1; }
.home-spotlight-side-list {
flex-direction: row;
overflow-x: auto;
gap: 0;
padding-bottom: .25rem;
scroll-snap-type: x mandatory;
scrollbar-width: none;
-ms-overflow-style: none;
}
.home-spotlight-side-list::-webkit-scrollbar { display: none; }
.home-spotlight-side-item {
flex: 0 0 min(220px, 78vw);
scroll-snap-align: start;
border-bottom: none;
border-inline-end: 1px solid #f0f0f0;
}
.home-spotlight-side-item:last-child {
border-inline-end: none;
}
}
.page-home .tab-content .text-muted {
grid-column: 1 / -1;
width: 100%;
text-align: center;
padding: 2.5rem 1rem;
border: 1px dashed var(--home-card-border);
border-radius: var(--radius);
background: var(--home-inset-soft);
color: var(--gray);
margin: 0;
}
.home-sale-countdown {
display: flex;
align-items: center;
flex-shrink: 0;
margin: 0;
}
.home-sale-countdown-label {
font-size: .68rem;
font-weight: 700;
color: rgba(239, 246, 255, .85);
}
.home-sale-countdown-units {
display: inline-flex;
align-items: center;
gap: .2rem;
direction: ltr;
}
.home-sale-countdown-unit {
display: inline-flex;
flex-direction: column;
align-items: center;
min-width: 2rem;
padding: .15rem .35rem;
border-radius: 6px;
background: rgba(0, 0, 0, .28);
border: 1px solid rgba(255, 255, 255, .12);
}
.home-sale-countdown-num {
font-size: .82rem;
font-weight: 800;
color: #fff;
font-variant-numeric: tabular-nums;
line-height: 1.2;
}
.home-sale-countdown-unit small {
font-size: .52rem;
color: rgba(239, 246, 255, .75);
line-height: 1.2;
}
.home-sale-countdown-sep {
font-size: .78rem;
font-weight: 700;
color: rgba(255, 255, 255, .55);
}
.home-custom-banner-img {
width: 100%;
height: auto;
display: block;
border-radius: var(--radius-lg);
border: var(--home-border-width) solid var(--home-border);
box-shadow: var(--home-shadow-card);
}
.home-custom-banner-link {
display: block;
line-height: 0;
transition: transform .2s, box-shadow .2s;
}
.home-custom-banner-link:hover {
transform: translateY(-2px);
}
@media (max-width: 767px) {
.page-home .home-flash-sale {
padding: .65rem 0;
margin-top: .5rem;
}
.page-home .home-flash-sale .home-strip-box--flash {
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}
.page-home .home-flash-sale .home-strip-box-head--flash {
flex-wrap: nowrap;
align-items: center;
padding: .5rem .65rem;
gap: .35rem;
}
.home-flash-sale-title-row {
gap: .35rem;
width: 100%;
}
.home-flash-title-full,
.home-flash-link-full {
display: none;
}
.home-flash-title-short,
.home-flash-link-short {
display: inline;
}
.page-home .home-strip-box-title--flash {
font-size: .78rem;
line-height: 1.2;
flex: 0 1 auto;
}
.page-home .home-flash-sale .home-strip-scroll-outer--flash {
padding: .35rem .25rem .4rem;
}
.page-home .home-flash-sale .home-flash-sale-grid .pc-card--strip,
.page-home .home-sale-strip .home-sale-strip-grid .pc-card--strip {
--pc-card-width: calc(100% / 2);
--pc-card-height: 308px;
--pc-media-height: 195px;
}
.page-home .home-flash-sale .pc-body,
.page-home .home-sale-strip .pc-body {
padding: .35rem .55rem .5rem;
}
.page-home .home-flash-sale .pc-title,
.page-home .home-sale-strip .pc-title {
font-size: .82rem;
line-height: 1.32;
min-height: calc(1.32em * 2);
max-height: calc(1.32em * 2);
}
.page-home .home-flash-sale .pc-price {
min-height: 0;
}
.page-home .home-flash-sale .pc-price-current,
.page-home .home-sale-strip .pc-price-current {
font-size: .86rem;
}
.page-home .home-flash-sale .pc-price--strip .pc-price-badge {
font-size: .58rem;
}
.page-home .home-flash-sale .pc-label-rail {
margin-bottom: .12rem;
}
.page-home .home-strip-box-link--flash {
align-self: center;
padding: .22rem .5rem;
font-size: .68rem;
white-space: nowrap;
line-height: 1.2;
}
.page-home .home-strip-box-link--flash .bi {
font-size: .62rem;
}
.page-home .home-sale-strip {
padding: .65rem 0;
margin-top: .5rem;
}
.page-home .home-sale-strip .home-strip-box--sale {
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}
.page-home .home-sale-strip .home-strip-box-head--sale {
flex-wrap: nowrap;
align-items: center;
padding: .5rem .65rem;
gap: .35rem;
}
.home-sale-strip-title-row {
gap: .35rem;
width: 100%;
}
.home-sale-title-full,
.home-sale-link-full {
display: none;
}
.home-sale-title-short,
.home-sale-link-short {
display: inline;
}
.page-home .home-strip-box-title--sale {
font-size: .78rem;
line-height: 1.2;
flex: 0 1 auto;
}
.home-sale-countdown {
width: auto;
margin-top: 0;
flex-shrink: 0;
}
.home-sale-countdown-unit {
min-width: auto;
padding: .1rem .2rem;
flex-direction: row;
gap: .1rem;
}
.home-sale-countdown-unit small {
display: none;
}
.home-sale-countdown-num {
font-size: .7rem;
}
.home-sale-countdown-sep {
font-size: .68rem;
}
.page-home .home-strip-box-link--sale {
align-self: center;
padding: .22rem .5rem;
font-size: .68rem;
white-space: nowrap;
line-height: 1.2;
}
.page-home .home-strip-box-link--sale .bi {
font-size: .62rem;
}
.page-home .home-sale-strip .home-strip-scroll-outer {
padding: .35rem .25rem .4rem;
}
.page-home .home-sale-strip .home-sale-strip-grid .pc-card--strip-sale .pc-media,
.page-home .home-flash-sale .home-flash-sale-grid .pc-card--strip-sale .pc-media {
--pc-media-height: calc(var(--pc-media-height) - var(--pc-strip-promo-height) - 3px);
}
.page-home .home-sale-strip .pc-price {
min-height: 0;
}
.page-home .home-sale-strip .pc-price--strip .pc-price-badge {
font-size: .58rem;
}
.page-home .home-sale-strip .pc-label-rail {
margin-bottom: .12rem;
}
}
@media (max-width: 767px) {
.page-home .home-hero-section { padding: .85rem 0 .65rem; }
.home-banner-img { max-height: 200px; }
.value-prop-strip { flex-direction: column; border-radius: var(--radius); }
.value-prop-item { flex: none; width: 100%; padding: 1rem; }
.value-prop-item + .value-prop-item::before {
right: 10%; left: 10%; top: 0; width: auto; height: 1px;
}
.value-prop-item:nth-child(odd)::after { display: none; }
.home-cat-circles-panel { padding: .95rem .45rem; border-radius: var(--radius); }
.home-strip-box-head { padding: .85rem 1rem; flex-wrap: wrap; gap: .5rem; }
.home-strip-box-title { font-size: .92rem; }
.home-strip-scroll-btn { display: none !important; }
.home-strip-scroll-outer { gap: 0; }
.page-home .home-sale-strip {
padding: 1.15rem 0;
margin-top: 0;
}
.page-home .home-sale-strip .home-strip-box-head--sale {
flex-direction: column;
align-items: flex-start;
gap: .75rem;
padding: .9rem 1rem;
}
.page-home .home-strip-box-link--sale {
align-self: stretch;
justify-content: center;
}
.pc-card--strip {
--pc-card-width: 182px;
--pc-card-height: 318px;
--pc-media-height: 202px;
}
.home-cat-circles-panel { padding: .95rem .45rem; border-radius: var(--radius); }
.home-cat-circles-grid { gap: 0; }
.home-cat-circles-row { gap: .25rem .1rem; }
.home-cat-circle-icon { width: 50px; height: 50px; font-size: 1.15rem; border-radius: 14px; }
.home-cat-circle-label { font-size: .62rem; font-weight: 800; }
.home-product-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
.home-product-tabs { width: 100%; justify-content: center; }
.home-products-box-tabs { justify-content: center; padding-inline: 1rem; }
.home-product-tabs .nav-link { padding: .4rem .75rem; font-size: .8rem; }
.home-section-head:not(.home-section-head--center) { flex-direction: column; align-items: flex-start; }
.home-section-link { align-self: flex-start; }
.home-bottom-cta-card { flex-direction: column; align-items: stretch; padding: 1.5rem; }
.home-bottom-cta-form { max-width: none; min-width: 0; flex-direction: column; }
.home-banner-control {
width: 1.75rem;
height: 1.75rem;
opacity: .75;
}
.home-banner-control i { font-size: .78rem; }
.home-banner-carousel .carousel-control-prev { right: .35rem; }
.home-banner-carousel .carousel-control-next { left: .35rem; }
.shop-banner-card {
aspect-ratio: 2.1 / 1;
border-radius: 10px;
}
.shop-banner-title { font-size: .66rem; }
.home-spotlight-title { font-size: 1.1rem; }
.home-spotlight-price { font-size: 1.25rem; }
.home-spotlight-actions .btn { flex: 1; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
.brands-marquee { animation: none; }
}
.home-about-teaser { padding: 0; }
.home-section-frame {
background: #fff;
border: 1px solid var(--home-border);
border-radius: 22px;
padding: 1.75rem;
box-shadow: var(--home-shadow-card);
}
.home-section-frame .home-spotlight-card {
padding: 0;
border-radius: 0;
}
.home-section-frame .value-prop-strip {
border: none;
box-shadow: none;
border-radius: 0;
}
.home-section-frame .trust-stats-grid {
gap: 0;
}
.page-home .home-section-frame .trust-stat {
border: none;
background: transparent;
border-radius: 0;
position: relative;
padding: 1.1rem 1rem;
}
.page-home .home-section-frame .trust-stat + .trust-stat::before {
content: '';
position: absolute;
right: 0;
top: 18%;
height: 64%;
width: 1px;
background: var(--home-border);
}
@media (max-width: 767px) {
.page-home .home-section-frame .trust-stat:nth-child(odd)::after {
content: '';
position: absolute;
left: 10%;
right: 10%;
bottom: 0;
height: 1px;
background: var(--home-border);
}
.page-home .home-section-frame .trust-stat:nth-child(2)::before,
.page-home .home-section-frame .trust-stat:nth-child(4)::before {
display: none;
}
.page-home .home-section-frame .trust-stat:nth-last-child(-n+2)::after {
display: none;
}
}
.home-about-card {
display: grid;
grid-template-columns: 1.4fr .9fr;
gap: 1.5rem;
align-items: center;
}
.home-about-text { color: #57534e; line-height: 1.85; margin: 0 0 1.1rem; }
.home-about-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.home-about-btn {
display: inline-flex; align-items: center;
background: #ea580c; color: #fff; border-radius: 999px;
padding: .55rem 1.1rem; font-weight: 800; text-decoration: none; font-size: .9rem;
}
.home-about-btn:hover { color: #fff; background: #c2410c; }
.home-about-btn--ghost { background: #fff7ed; color: #c2410c; }
.home-about-btn--ghost:hover { background: #ffedd5; color: #9a3412; }
.home-about-points { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.home-about-points li {
display: flex; align-items: center; gap: .65rem;
background: #fafaf9; border-radius: 12px; padding: .7rem .85rem; font-weight: 700;
}
.home-about-points i { color: #ea580c; }
.home-contact-band { padding: 0; }
.home-contact-card {
display: grid;
grid-template-columns: 1fr auto auto;
gap: 1.25rem;
align-items: center;
background: linear-gradient(120deg, #1c1917 0%, #292524 55%, #431407 100%);
color: #fafaf9;
border-radius: 22px;
padding: 1.4rem 1.6rem;
}
.home-contact-label { font-size: .75rem; font-weight: 800; color: #fdba74; }
.home-contact-title { font-size: 1.25rem; font-weight: 800; margin: .2rem 0 .35rem; }
.home-contact-sub { margin: 0; color: #d6d3d1; font-size: .9rem; }
.home-contact-facts { display: flex; flex-wrap: wrap; gap: .6rem; }
.home-contact-fact {
display: inline-flex; align-items: center; gap: .4rem;
background: rgba(255,255,255,.08); border-radius: 999px;
padding: .4rem .75rem; color: #fff; text-decoration: none; font-size: .82rem;
}
.home-contact-cta {
display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
background: #ea580c; color: #fff; border-radius: 999px;
padding: .7rem 1.15rem; font-weight: 800; text-decoration: none;
}
.home-contact-cta:hover { color: #fff; background: #c2410c; }
@media (max-width: 991px) {
.home-about-card, .home-contact-card { grid-template-columns: 1fr; }
}
