главная добита по визуалу
@@ -1662,8 +1662,8 @@ a:hover {
|
||||
|
||||
.home-catalog-showcase {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
margin-top: 26px;
|
||||
gap: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.home-catalog-heading,
|
||||
@@ -1674,37 +1674,89 @@ a:hover {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.home-catalog-heading {
|
||||
border: 1px solid rgba(13, 93, 128, 0.12);
|
||||
border-radius: 16px;
|
||||
padding: clamp(16px, 2vw, 24px);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(13, 93, 128, 0.08), rgba(255, 255, 255, 0.78) 58%),
|
||||
#fffefa;
|
||||
box-shadow: 0 14px 36px rgba(22, 60, 43, 0.06);
|
||||
}
|
||||
|
||||
.home-catalog-heading h2 {
|
||||
font-size: clamp(26px, 3vw, 40px);
|
||||
margin: 0;
|
||||
font-size: clamp(26px, 2.45vw, 36px);
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.home-catalog-main-link {
|
||||
display: inline-flex;
|
||||
flex: 0 0 auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 46px;
|
||||
border-radius: 999px;
|
||||
padding: 0 22px;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
font-weight: 900;
|
||||
text-decoration: none;
|
||||
background:
|
||||
linear-gradient(135deg, #0d5d80, #173d2c 74%);
|
||||
box-shadow: 0 14px 32px rgba(13, 93, 128, 0.2);
|
||||
transition: transform 0.18s ease, box-shadow 0.18s ease;
|
||||
}
|
||||
|
||||
.home-catalog-main-link:hover,
|
||||
.home-catalog-main-link:focus-visible {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 18px 40px rgba(13, 93, 128, 0.26);
|
||||
}
|
||||
|
||||
.home-product-section {
|
||||
position: relative;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 10px;
|
||||
background: rgba(255, 255, 255, 0.78);
|
||||
box-shadow: 0 12px 30px rgba(22, 60, 43, 0.055);
|
||||
gap: 14px;
|
||||
overflow: hidden;
|
||||
padding: clamp(14px, 1.8vw, 22px);
|
||||
border: 1px solid rgba(19, 66, 45, 0.12);
|
||||
border-radius: 14px;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 254, 250, 0.96)),
|
||||
#fff;
|
||||
box-shadow: 0 16px 44px rgba(22, 60, 43, 0.08);
|
||||
}
|
||||
|
||||
.home-product-section::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0 0 0 auto;
|
||||
width: 76px;
|
||||
pointer-events: none;
|
||||
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 254, 250, 0.92));
|
||||
}
|
||||
|
||||
.home-product-section.is-promo {
|
||||
border-color: rgba(196, 57, 47, 0.28);
|
||||
border-color: rgba(196, 57, 47, 0.2);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(196, 57, 47, 0.12), rgba(255, 255, 255, 0.9) 44%),
|
||||
radial-gradient(circle at top left, rgba(196, 57, 47, 0.1), transparent 32%),
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 248, 0.96)),
|
||||
#fff;
|
||||
}
|
||||
|
||||
.home-product-section.is-new {
|
||||
border-color: rgba(19, 66, 45, 0.26);
|
||||
border-color: rgba(13, 93, 128, 0.2);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(19, 66, 45, 0.12), rgba(255, 255, 255, 0.92) 46%),
|
||||
radial-gradient(circle at top left, rgba(13, 93, 128, 0.12), transparent 34%),
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 250, 0.96)),
|
||||
#fff;
|
||||
}
|
||||
|
||||
.home-product-section-head h3 {
|
||||
margin: 0;
|
||||
font-size: clamp(20px, 1.9vw, 29px);
|
||||
font-size: clamp(22px, 2vw, 30px);
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.home-product-section-actions {
|
||||
@@ -1717,8 +1769,8 @@ a:hover {
|
||||
|
||||
.home-product-section-head a {
|
||||
flex: 0 0 auto;
|
||||
color: var(--brand-green);
|
||||
font-size: 14px;
|
||||
color: #0d5d80;
|
||||
font-size: 13px;
|
||||
font-weight: 900;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -1737,12 +1789,12 @@ a:hover {
|
||||
height: 34px;
|
||||
border: 1px solid rgba(19, 66, 45, 0.12);
|
||||
border-radius: 999px;
|
||||
color: var(--brand-green);
|
||||
color: #0d5d80;
|
||||
font-size: 15px;
|
||||
font-weight: 900;
|
||||
line-height: 1;
|
||||
background: #fff;
|
||||
box-shadow: 0 8px 18px rgba(19, 66, 45, 0.08);
|
||||
box-shadow: 0 8px 18px rgba(13, 93, 128, 0.1);
|
||||
cursor: pointer;
|
||||
transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
|
||||
}
|
||||
@@ -1750,31 +1802,142 @@ a:hover {
|
||||
.home-strip-controls button:hover,
|
||||
.home-strip-controls button:focus-visible {
|
||||
color: #fff;
|
||||
background: var(--brand-green);
|
||||
background: linear-gradient(135deg, #0d5d80, var(--brand-green));
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.home-products-strip {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: minmax(200px, calc((100% - 42px) / 4));
|
||||
grid-auto-columns: clamp(250px, 18vw, 286px);
|
||||
gap: 14px;
|
||||
overflow-x: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: visible;
|
||||
padding: 2px 2px 4px;
|
||||
margin-inline: -2px;
|
||||
padding: 2px 2px 6px;
|
||||
scroll-snap-type: x proximity;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.home-products-strip::-webkit-scrollbar {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card {
|
||||
min-width: 0;
|
||||
padding: 12px;
|
||||
border-color: rgba(19, 66, 45, 0.1);
|
||||
box-shadow: 0 12px 26px rgba(22, 60, 43, 0.055);
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card-image {
|
||||
margin: -3px -3px 10px;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card-image img,
|
||||
.home-products-strip .product-card-image-placeholder {
|
||||
aspect-ratio: 4 / 3;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card .product-category {
|
||||
height: 26px;
|
||||
margin-bottom: 6px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card h3 {
|
||||
height: 54px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 15px;
|
||||
line-height: 1.18;
|
||||
}
|
||||
|
||||
.home-products-strip .variant-choice {
|
||||
height: 64px;
|
||||
grid-template-rows: auto 30px;
|
||||
gap: 5px;
|
||||
margin-bottom: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.home-products-strip .variant-choice > span,
|
||||
.home-products-strip .price-line,
|
||||
.home-products-strip .package-price-line {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.home-products-strip .package-price-note {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.home-products-strip .price-line {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 2px;
|
||||
align-items: start;
|
||||
min-height: 42px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.home-products-strip .package-price-line {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 2px;
|
||||
align-items: start;
|
||||
min-height: 50px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.home-products-strip .price-unit-label,
|
||||
.home-products-strip .package-price-label {
|
||||
overflow: visible;
|
||||
color: #546251;
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
text-overflow: clip;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.home-products-strip .price-unit-values,
|
||||
.home-products-strip .package-price-values {
|
||||
justify-content: flex-start;
|
||||
font-size: 13px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.home-products-strip .old-price {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.home-products-strip .quantity-stepper {
|
||||
min-width: 82px;
|
||||
}
|
||||
|
||||
.home-products-strip .quantity-stepper button,
|
||||
.home-products-strip .quantity-stepper input {
|
||||
width: 28px;
|
||||
height: 36px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.home-products-strip .add-to-cart-button {
|
||||
min-height: 36px;
|
||||
padding-inline: 10px;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.home-products-strip .product-card-actions {
|
||||
grid-template-columns: 84px minmax(104px, 1fr);
|
||||
min-height: 38px;
|
||||
}
|
||||
|
||||
.home-products-strip .price-tier-trigger {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.home-delivery-separator {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
|
||||
|
||||
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 174 KiB |