feat: перенос vin в компоненты, добавление логики и исправления

This commit is contained in:
egortriston
2025-06-27 17:31:48 +03:00
parent 855018bd6c
commit c5470df33e
93 changed files with 9449 additions and 1829 deletions

View File

@ -5399,10 +5399,6 @@ body {
--_fonts---font-size--supersmall: 12px;
}
.container {
max-width: 1580px;
}
.nav-link {
font-size: var(--_fonts---font-size--small-font-size);
}
@ -5431,14 +5427,22 @@ body {
margin-right: 0;
}
.topmenuh {
margin-top: 0;
}
.flex-block-4 {
grid-column-gap: 40px;
grid-row-gap: 40px;
}
.button_h {
padding-left: 20px;
padding-right: 20px;
.form-block {
align-self: stretch;
}
.text-field {
padding-top: 14px;
padding-bottom: 14px;
}
.flex-block-12 {
@ -5474,6 +5478,14 @@ body {
width: 180px;
}
.flex-block-30 {
max-width: 740px;
}
.news {
min-width: 310px;
}
.core-product-search {
flex-flow: row;
}
@ -5642,11 +5654,6 @@ body {
max-width: none;
}
.flex-block-6-copy-copy {
flex-flow: wrap;
height: 470px;
}
.flex-block-99 {
max-width: 50%;
}
@ -5672,6 +5679,48 @@ body {
.rightbi {
margin-top: 12px;
}
.topmenub {
margin-top: 0;
}
.vinleftbar {
width: 320px;
}
.knotinfo {
max-width: 320px;
}
.image-26 {
align-self: stretch;
}
.knotin {
flex: 1;
max-width: none;
}
.heading-20 {
font-size: 48px;
}
.flex-block-119 {
width: 520px;
}
.bestpriceitem.end {
display: flex;
}
.flex-block-124 {
width: 540px;
}
.image-27 {
margin-bottom: -218px;
margin-left: 800px;
}
}
@media screen and (min-width: 1920px) {
@ -5680,15 +5729,35 @@ body {
}
.flex-block {
display: flex;
display: none;
}
.left-arrow {
margin-left: -25px;
}
.icon-2 {
width: 26px;
height: 26px;
margin: auto;
}
.slider {
width: 46px;
}
.flex-block-5 {
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-top: 20px;
}
.flex-block-6 {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template: ". . ."
". Area Area"
/ 1fr 1fr 1fr;
grid-template: "."
"."
/ 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
place-items: start stretch;
@ -5711,14 +5780,37 @@ body {
flex: 1;
}
.flex-block-24 {
border-radius: var(--_round---big-20);
background-color: var(--white);
padding: 40px 30px 40px 40px;
}
.select {
height: 48px;
margin-bottom: 14px;
}
.div-block-10 {
justify-content: space-between;
align-items: center;
}
.div-block-12 {
min-width: 240px;
height: 190px;
}
.div-block-12.small {
justify-content: flex-start;
align-items: flex-start;
height: 190px;
}
.right-arrow {
justify-content: flex-end;
align-items: center;
margin-right: -25px;
}
.core-product {
@ -5769,7 +5861,7 @@ body {
.core-product-s1 {
flex-flow: column;
max-width: 320px ;
max-width: 320px;
}
.core-product-search-s2 {
@ -5795,6 +5887,14 @@ body {
align-items: center;
}
.div-block-34 {
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
margin: auto;
}
.heading-17 {
font-size: 64px;
}
@ -5824,6 +5924,20 @@ body {
display: flex;
}
.div-block-12-copy {
min-width: 240px;
height: 190px;
}
.div-block-123 {
height: 190px;
}
.div-block-red.small {
min-width: 240px;
height: 190px;
}
.image-22 {
object-fit: contain;
object-position: 100% 100%;
@ -5842,6 +5956,7 @@ body {
}
.div-block-127 {
border: 1px solid var(--_icon---light-blue-grey);
color: var(--_icon---light-blue-grey);
border-radius: 50px;
justify-content: center;
@ -5872,6 +5987,88 @@ body {
padding-top: 5px;
display: flex;
}
.favcardcat {
justify-content: center;
align-items: center;
display: flex;
}
.tabson {
display: none;
}
.indexbrandblock:hover {
color: var(--_button---primary);
}
.arbd {
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
margin: auto;
}
.catnav {
width: 100%;
}
.container-vin {
padding-bottom: 60px;
}
.knotinfo {
max-width: 480px;
}
.knotin {
max-width: none;
}
.brandsortb {
border-radius: var(--_round---big-20);
background-color: var(--white);
padding: 40px 30px 40px 40px;
}
.flex-block-119 {
width: 420px;
}
.bestpriceitem.end {
display: flex;
}
.flex-block-122 {
justify-content: flex-start;
align-items: flex-end;
}
.inbt {
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-top: 20px;
}
.flex-block-124 {
background-position: 180px, 0 0;
width: 620px;
}
.select-copy {
height: 48px;
margin-bottom: 14px;
}
.div-block-10-copy {
justify-content: space-between;
align-items: center;
}
.image-27 {
margin-left: 1000px;
}
}
@media screen and (max-width: 991px) {
@ -5885,7 +6082,7 @@ body {
padding-bottom: 40px;
}
.top_head, .bottom_head {
.top_head, .topmenuh {
padding-left: 30px;
padding-right: 30px;
}
@ -6004,9 +6201,29 @@ body {
}
.news {
min-width: 320px;
padding-left: 25px;
padding-right: 25px;
grid-column-gap: 10px;
grid-row-gap: 10px;
min-width: 223px;
padding: 20px;
}
.heading_news {
font-size: var(--_fonts---font-size--core);
}
.div-block-13 {
flex: none;
}
.flex-block-32 {
display: none;
}
.flex-block-33 {
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 10px;
}
.flex-block-35 {
@ -6099,7 +6316,6 @@ body {
.product-list-cart {
padding-bottom: 10px;
min-height: 100%;
}
.brandname {
@ -6588,6 +6804,11 @@ body {
min-width: 340px;
}
.flex-block-6-copy-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.mask {
height: auto;
}
@ -6656,6 +6877,77 @@ body {
height: 40px;
margin-top: 0;
}
.topnav {
margin-left: 0;
}
.topmenub {
padding-left: 30px;
padding-right: 30px;
}
.tb, .tb.nav, .tb.info {
padding-left: 0;
padding-right: 0;
}
.tb.subscribe, .tb.footer {
padding-top: 40px;
padding-bottom: 40px;
}
.batd, .batd.nav, .batd.info {
padding-left: 0;
padding-right: 0;
}
.batd.subscribe, .batd.footer {
padding-top: 40px;
padding-bottom: 40px;
}
.catnav {
padding-left: 30px;
padding-right: 30px;
}
.vinleftbar {
display: none;
}
.container-vin, .container-vin.nav, .container-vin.info {
padding-left: 0;
padding-right: 0;
}
.container-vin.subscribe, .container-vin.footer {
padding-top: 40px;
padding-bottom: 40px;
}
.bestpriceitem {
min-width: 220px;
max-width: 320px;
}
.flex-block-123 {
flex-flow: row;
}
.image-5-copy {
object-fit: contain;
}
.container-copy, .container-copy.nav, .container-copy.info {
padding-left: 0;
padding-right: 0;
}
.container-copy.subscribe, .container-copy.footer {
padding-top: 40px;
padding-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
@ -6677,9 +6969,13 @@ body {
--_fonts---font-size--supersmall: 10px;
}
.container.info {
.container {
padding-top: 20px;
padding-bottom: 20px;
}
.container.info {
padding-top: 15px;
padding-bottom: 15px;
}
.container.footer {
@ -6687,7 +6983,6 @@ body {
}
.brand {
width: 180px;
min-width: 140px;
}
@ -6695,11 +6990,21 @@ body {
display: block;
}
.flex-block, .flex-block-2 {
.flex-block {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.flex-block-2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-top: 3px;
}
.top_head {
margin-top: -15px;
}
.menu-button {
padding: 12px;
}
@ -6747,13 +7052,18 @@ body {
}
.flex-block-8 {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.flex-block-9, .flex-block-10 {
grid-column-gap: 5px;
grid-row-gap: 5px;
}
.heading {
--_fonts---font-family: Onest, sans-serif;
--_fonts---color--dark-blue: #0d336c;
@ -6791,6 +7101,8 @@ body {
}
.flex-block-13 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
}
@ -6870,6 +7182,10 @@ body {
align-items: flex-start;
}
.news {
min-width: 244px;
}
.right-arrow {
display: none;
}
@ -7375,7 +7691,17 @@ body {
display: none;
}
.add-to-cart-block-s1, .add-to-cart-block-copy, .add-to-cart-block-copy {
.add-to-cart-block-s1 {
justify-content: space-between;
align-self: stretch;
align-items: center;
}
.flex-block-14-copy-copy {
margin-bottom: 0;
}
.add-to-cart-block-copy {
justify-content: space-between;
align-self: stretch;
align-items: center;
@ -7398,6 +7724,10 @@ body {
padding: 20px 30px 75px;
}
.image-24 {
max-width: 140px;
}
.text-block-14-copy {
align-self: stretch;
display: block;
@ -7454,6 +7784,74 @@ body {
align-items: center;
margin-top: 4px;
}
.topnav {
height: auto;
top: 72px;
}
.searcj {
align-self: stretch;
height: auto;
min-height: auto;
}
.tb {
padding-top: 20px;
}
.tb.info {
padding-top: 15px;
padding-bottom: 15px;
}
.tb.footer {
padding-bottom: 90px;
}
.batd {
padding-top: 20px;
}
.batd.info {
padding-top: 15px;
padding-bottom: 15px;
}
.batd.footer {
padding-bottom: 90px;
}
.container-vin {
padding-top: 20px;
}
.container-vin.info {
padding-top: 15px;
padding-bottom: 15px;
}
.container-vin.footer {
padding-bottom: 90px;
}
.inbt, .news-index-block-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.container-copy {
padding-top: 20px;
}
.container-copy.info {
padding-top: 15px;
padding-bottom: 15px;
}
.container-copy.footer {
padding-bottom: 90px;
}
}
@media screen and (max-width: 479px) {
@ -7479,7 +7877,7 @@ body {
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 30px;
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
@ -7523,7 +7921,7 @@ body {
grid-row-gap: 15px;
}
.top_head, .bottom_head {
.top_head, .topmenuh {
padding-left: 15px;
padding-right: 15px;
}
@ -7558,8 +7956,8 @@ body {
}
.flex-block-8 {
grid-column-gap: 15px;
grid-row-gap: 15px;
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.flex-block-9, .flex-block-10 {
@ -7591,6 +7989,8 @@ body {
}
.flex-block-11 {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: wrap;
justify-content: flex-start;
align-items: flex-start;
@ -7790,7 +8190,7 @@ body {
.news {
grid-column-gap: 10px;
grid-row-gap: 10px;
min-width: 260px;
min-width: 250px;
padding: 20px;
}
@ -8432,7 +8832,6 @@ body {
.flex-block-48-copy {
max-width: 100%;
width: 100%;
}
.sort-list-s1 {
@ -8472,7 +8871,7 @@ body {
grid-column-gap: 10px;
grid-row-gap: 10px;
max-width: 100%;
margin-bottom: 40px;
margin-bottom: 0;
overflow: scroll;
}
@ -8570,6 +8969,13 @@ body {
padding: 15px 30px;
}
.flex-block-6-copy-copy {
margin-left: -16px;
margin-right: -16px;
padding-left: 16px;
padding-right: 16px;
}
.heading-17 {
text-align: center;
font-size: 24px;
@ -8624,11 +9030,6 @@ body {
line-height: 140%;
}
.submit-button-copy {
align-self: stretch;
padding: 15px 30px;
}
.image-thx {
min-width: 260px;
min-height: 300px;
@ -8686,9 +9087,263 @@ body {
line-height: 130%;
}
.fsfav, .favcardcat {
.fsfav {
margin-top: 0;
}
.favcardcat {
width: 30px;
height: 30px;
margin-top: 0;
}
.topnav {
margin-left: 0;
top: 58px;
}
.topmenub {
padding-left: 15px;
padding-right: 15px;
}
.tb {
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
.tb.nav {
padding-left: 0;
padding-right: 0;
}
.tb.info {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.tb.subscribe {
padding: 40px 0;
}
.tb.footer {
padding: 40px 0 90px;
}
.batd {
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
.batd.nav {
padding-left: 0;
padding-right: 0;
}
.batd.info {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.batd.subscribe {
padding: 40px 0;
}
.batd.footer {
padding: 40px 0 90px;
}
.saletag {
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
top: -15px;
}
.catnav {
padding-left: 15px;
padding-right: 15px;
}
.div-block-131 {
min-width: 120px;
min-height: 140px;
}
.text-block-57 {
font-size: var(--_fonts---font-size--small-font-size);
line-height: 16px;
}
.container-vin {
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
.container-vin.nav {
padding-left: 0;
padding-right: 0;
}
.container-vin.info {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.container-vin.subscribe {
padding: 40px 0;
}
.container-vin.footer {
padding: 40px 0 90px;
}
.knot-img {
min-width: 120px;
min-height: 140px;
padding: 20px;
}
.knotinfo {
max-width: 320px;
min-height: 140px;
}
.heading-19 {
font-size: 18px;
line-height: 28px;
}
.flex-block-115 {
flex-flow: column;
}
.knotin {
max-width: 320px;
min-height: 140px;
}
.knot-parts {
grid-column-gap: 15px;
grid-row-gap: 15px;
min-width: 120px;
min-height: 140px;
padding: 20px;
}
.knotlistitem {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.brandsortb {
grid-column-gap: 30px;
grid-row-gap: 30px;
padding-top: 0;
overflow: hidden;
}
.bestpriceitem {
grid-column-gap: 5px;
grid-row-gap: 5px;
min-width: 135px;
max-width: 190px;
padding: 15px;
}
.pricecartbp {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: column;
}
.nameitembp {
max-height: 36px;
font-size: 12px;
line-height: 18px;
overflow: hidden;
}
.saletagbp {
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
top: -15px;
}
.imgitembp {
padding-left: 0;
padding-right: 0;
}
.submit-button-copy {
align-self: stretch;
padding: 15px 30px;
}
.supportheading {
font-size: var(--_fonts---font-size--heading-2);
}
.image-5-copy {
width: 100%;
height: 100%;
min-height: auto;
}
.select-copy {
margin-bottom: 10px;
}
.container-copy {
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
.container-copy.nav {
padding-left: 0;
padding-right: 0;
}
.container-copy.info {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.container-copy.subscribe {
padding: 40px 0;
}
.container-copy.footer {
padding: 40px 0 90px;
}
}
#w-node-bc394713-4b8e-44e3-8ddf-3edc1c31a743-3b3232bc {
@ -8717,4 +9372,810 @@ body {
}
}
.flex-block-113 {
border-radius: var(--_round---big-20);
background-color: var(--white);
flex: 0 auto;
align-self: stretch;
padding: 20px;
}
.button-3 {
border-radius: var(--_button---round-12px);
background-color: var(--_button---primary);
flex: none;
justify-content: center;
align-items: center;
padding: 10px 15px;
display: flex;
}
.button-3:hover {
background-color: var(--_button---hover-red);
}
.button-23 {
border-radius: var(--_button---round-12px);
background-color: var(--_button---light-blue);
color: var(--_fonts---color--black);
flex: none;
justify-content: center;
align-items: center;
padding: 10px 25px;
display: flex;
}
.button-23:hover {
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
}
.flex-block-114 {
grid-column-gap: 10px;
grid-row-gap: 10px;
align-self: stretch;
margin-bottom: 30px;
}
.dropdown-4 {
flex-flow: column;
justify-content: space-between;
align-self: stretch;
align-items: center;
margin-left: 0;
margin-right: 0;
display: flex;
}
.dropdown-toggle-3 {
border-top-right-radius: var(--_round---normal);
border-bottom-right-radius: var(--_round---normal);
border-left: 2px solid #0000;
flex: 1;
align-self: stretch;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 6px 15px;
}
.dropdown-toggle-3:hover {
border-left: 2px solid var(--red);
}
.dropdown-toggle-3:active {
background-color: var(--background);
}
.dropdown-list-4 {
background-color: #0000;
flex: 1;
align-self: stretch;
margin-top: 5px;
margin-bottom: 10px;
padding-left: 25px;
display: none;
position: static;
top: 40px;
}
.dropdown-link-3 {
color: var(--_fonts---color--black);
padding: 5px 0;
}
.dropdown-link-3:hover {
color: var(--red);
}
.text-block-56 {
color: var(--_fonts---color--black);
}
.div-block-131 {
border-radius: var(--_round---big-20);
background-color: var(--white);
color: var(--red);
flex-flow: column;
flex: 1;
justify-content: space-between;
align-items: flex-start;
min-width: 230px;
min-height: 180px;
padding: 20px;
display: flex;
}
.div-block-131:hover {
background-color: var(--light-blue);
color: var(--_button---hover-red);
}
.text-block-57 {
color: var(--_fonts---color--black);
font-size: var(--_fonts---font-size--core);
word-break: break-all;
-webkit-hyphens: auto;
hyphens: auto;
font-weight: 600;
}
.vinleftbar {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: none;
width: 320px;
}
.container-vin {
justify-content: space-between;
align-items: center;
width: 100%;
min-width: auto;
max-width: 1580px;
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
display: block;
}
.container-vin.nav {
height: auto;
padding-top: 0;
}
.container-vin.info {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.container-vin.subscribe {
padding-top: 40px;
padding-bottom: 40px;
}
.container-vin.footer {
background-color: var(--back);
padding-top: 50px;
padding-bottom: 50px;
}
.knot-img {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-radius: var(--_round---big-20);
background-color: var(--white);
color: var(--black);
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 320px;
min-height: 180px;
padding: 40px;
display: flex;
}
.knotinfo {
border-radius: var(--_round---big-20);
background-color: var(--white);
color: var(--red);
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
max-width: 240px;
padding: 20px;
display: flex;
}
.heading-19 {
color: var(--_fonts---color--black);
margin-top: 0;
margin-bottom: 0;
font-size: 24px;
font-weight: 600;
line-height: 36px;
}
.partsname {
flex: 1;
max-width: 240px;
max-height: 40px;
overflow: hidden;
}
.oemnuber {
width: 100px;
}
.flex-block-115 {
grid-column-gap: 15px;
grid-row-gap: 15px;
justify-content: space-between;
align-self: stretch;
align-items: flex-start;
margin-left: -20px;
margin-right: -20px;
padding: 5px 20px;
}
.showallparts {
border-radius: var(--_button---round-12px);
background-color: var(--_button---light-blue);
color: var(--_fonts---color--black);
flex: none;
justify-content: center;
align-self: stretch;
align-items: center;
padding: 10px 25px;
display: flex;
}
.showallparts:hover {
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
}
.image-26 {
object-fit: contain;
flex: 0 auto;
align-self: auto;
min-width: 200px;
}
.knotin {
border-radius: var(--_round---big-20);
background-color: var(--white);
color: var(--red);
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
max-width: 480px;
padding: 20px;
display: flex;
}
.knot-parts {
grid-column-gap: 5px;
grid-row-gap: 5px;
border-radius: var(--_round---big-20);
background-color: var(--white);
color: var(--black);
flex-flow: column;
flex: 1;
justify-content: flex-start;
align-items: flex-start;
min-width: 320px;
min-height: 180px;
padding: 40px;
display: flex;
}
.nuberlist {
justify-content: center;
align-items: center;
width: 20px;
display: flex;
}
.knotlistitem {
grid-column-gap: 15px;
grid-row-gap: 15px;
justify-content: space-between;
align-self: stretch;
align-items: center;
margin-left: -20px;
margin-right: -20px;
padding: 5px 20px;
}
.code-embed-16 {
color: var(--_fonts---color--light-blue-grey);
justify-content: center;
align-items: center;
display: flex;
}
.code-embed-16:hover {
color: var(--_button---primary);
}
.flex-block-116 {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.flex-block-117 {
grid-column-gap: 15px;
grid-row-gap: 15px;
justify-content: flex-start;
align-items: center;
}
.brandsort {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
align-self: stretch;
height: 148px;
overflow: hidden;
}
.brandsortb {
grid-column-gap: 30px;
grid-row-gap: 30px;
border-radius: var(--_round---big-20);
background-color: var(--white);
flex-flow: column;
flex: 1;
padding: 40px;
}
.flex-block-118 {
grid-column-gap: 40px;
grid-row-gap: 40px;
border-radius: var(--_round---big-20);
background-image: url('/images/Group-601.png'), linear-gradient(13deg, #0d336c, #182334);
background-position: 100px, 0 0;
background-repeat: no-repeat, repeat;
background-size: cover, auto;
justify-content: flex-start;
align-items: center;
padding: 30px;
}
.heading-20 {
color: var(--_fonts---color--white);
font-size: var(--_fonts---h1);
margin-top: 0;
margin-bottom: 0;
font-weight: 900;
}
.text-block-58 {
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--core);
margin-bottom: 10px;
}
.button-24 {
border-radius: var(--_round---normal);
background-color: var(--_button---color);
color: var(--_fonts---color--black);
padding: 14px 30px;
}
.button-24:hover {
background-color: var(--_button---primary);
color: var(--_fonts---color--white);
}
.flex-block-119 {
grid-column-gap: 20px;
grid-row-gap: 20px;
width: 560px;
}
.bestpriceitem {
grid-column-gap: 10px;
grid-row-gap: 10px;
border-radius: var(--_round---normal);
background-color: var(--white);
flex: 1;
justify-content: flex-start;
align-items: center;
min-width: 196px;
max-width: 196px;
padding: 15px;
}
.bestpriceitem:hover {
box-shadow: 0 0 15px #0000004d;
}
.bestpriceitem.end {
display: none;
}
.pricecartbp {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.actualprice {
font-size: var(--_fonts---font-size--bigger);
font-weight: 800;
}
.oldpricebp {
color: var(--_fonts---color--light-blue-grey);
font-size: var(--_fonts---font-size--supersmall);
text-decoration: line-through;
}
.flex-block-120 {
justify-content: flex-start;
align-items: flex-end;
}
.nameitembp {
flex: 0 auto;
align-self: auto;
max-height: 60px;
overflow: hidden;
}
.saletagbp {
border-radius: var(--_round---small-8);
background-color: var(--green);
color: var(--_fonts---color--white);
font-size: var(--_fonts---font-size--supersmall);
padding: 3px 5px;
font-weight: 600;
position: relative;
top: -30px;
}
.imgitembp {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
max-height: 160px;
padding: 0;
display: flex;
}
.flex-block-121 {
grid-column-gap: 20px;
grid-row-gap: 20px;
overflow: scroll;
}
.flex-block-122 {
justify-content: flex-start;
align-items: flex-end;
}
.inbt {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
max-width: 100%;
margin-top: 0;
}
.div-block-132 {
border-radius: var(--_round---big-20);
flex: 1;
}
.flex-block-123 {
grid-column-gap: 40px;
grid-row-gap: 40px;
}
.submit-button-copy {
border-radius: var(--_round---normal);
background-color: var(--_button---primary);
font-size: var(--_fonts---font-size--bigger);
padding: 16px 30px;
}
.submit-button-copy.fill {
font-size: var(--_fonts---font-size--core);
justify-content: center;
align-self: stretch;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
display: flex;
}
.supportheading {
color: var(--_fonts---color--white);
font-size: var(--_fonts---h1);
margin-top: 0;
margin-bottom: 0;
line-height: 120%;
}
.div-block-133 {
box-sizing: content-box;
object-fit: contain;
position: relative;
}
.text-block-54-copy {
color: var(--_fonts---color--black);
flex: 1;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-weight: 700;
}
.ci2 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item2.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci3 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item3.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci4 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item4.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci5 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item5.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci6 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item6.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci7 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item7.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci8 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item8.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.ci9 {
border-radius: var(--_round---big-20);
background-color: var(--white);
background-image: url('/images/catalog_item9.png');
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: auto;
flex: 1;
min-width: 160px;
height: 180px;
display: flex;
}
.image-5-copy {
box-sizing: content-box;
object-fit: contain;
width: 100%;
overflow: hidden;
}
.flex-block-124 {
grid-column-gap: 30px;
grid-row-gap: 30px;
border-radius: var(--_round---big-20);
/* background-image: url('/images/carvin.png'), linear-gradient(45deg, #1b283b, #0d336c);
background-position: 150px, 0 0; */
background-repeat: no-repeat, repeat;
background-size: auto, auto;
justify-content: center;
align-self: stretch;
align-items: flex-start;
width: 440px;
padding: 30px;
}
.heading-21 {
color: var(--_fonts---color--white);
flex: 0 auto;
align-self: stretch;
margin-top: 0;
margin-bottom: 0;
font-size: 24px;
line-height: 34px;
}
.button-3-copy {
border-radius: var(--_button---round-12px);
background-color: var(--_button---primary);
flex: none;
justify-content: center;
align-items: center;
padding: 12px 25px;
display: flex;
}
.button-3-copy:hover {
background-color: var(--_button---hover-red);
}
.select-copy {
border: 1px solid var(--grey);
border-radius: var(--_round---supersmall-4);
background-color: var(--white);
color: var(--_fonts---color--grey);
width: 180px;
height: 46px;
margin-bottom: 0;
padding: 12px 24px;
}
.div-block-10-copy {
justify-content: space-between;
align-items: center;
margin-top: 20px;
display: flex;
}
.image-27 {
width: 160px;
margin-bottom: -232px;
margin-left: 600px;
}
.news-index-block-copy {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex: 1;
max-width: 100%;
margin-top: 0;
margin-bottom: 60px;
}
.container-copy {
justify-content: space-between;
align-items: center;
width: 100%;
min-width: auto;
max-width: 1580px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
display: block;
}
.container-copy.nav {
height: auto;
padding-top: 0;
}
.container-copy.info {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.container-copy.subscribe {
padding-top: 40px;
padding-bottom: 40px;
}
.container-copy.footer {
background-color: var(--back);
padding-top: 50px;
padding-bottom: 50px;
}
.div-block-134 {
border: 1px solid var(--_fonts---color--light-blue);
color: var(--_fonts---color--black);
border-radius: 40px;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
display: flex;
transform: rotate(0);
}
.div-block-134:hover {
background-color: var(--red);
color: var(--white);
border-style: none;
}
.code-embed-17 {
width: 20px;
height: 20px;
}
.div-block-134-copy {
border: 1px solid var(--_fonts---color--light-blue);
color: var(--_fonts---color--black);
border-radius: 40px;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
display: flex;
transform: rotate(180deg);
}
.div-block-134-copy:hover {
background-color: var(--red);
color: var(--white);
border-style: none;
}
.flex-block-125 {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.div-block-135 {
background-color: var(--light-blue);
border-radius: 40px;
width: 8px;
height: 8px;
}
.div-block-135:hover {
background-color: var(--red);
}
.flex-block-126 {
grid-column-gap: 4px;
grid-row-gap: 4px;
justify-content: flex-start;
align-self: stretch;
align-items: center;
margin-left: 30px;
}