.home__wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.home__article {
margin: 5vh 0 10vh;
display: flex;
flex-direction: column;
gap: 32px;
}
.home__nav {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.home__nav .link {
position: relative;
color: var(--clr-black);
font-size: 1rem;
font-weight: 600;
letter-spacing: -1px;
text-transform: uppercase;
}
.home__nav .link:hover::before {
content: '';
position: absolute;
bottom: -2px;
display: block;
width: 100%;
border-bottom: 2px solid var(--clr-black);
}
@media screen and (max-width: 425px) {
.home__article {
width: 100%;
}
}
.home__block {
width: 100%;
display: flex;
gap: 20px;
}
.home__block-article {
width: 30vw;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.home__title {
margin: 0;
color: var(--clr-black);
font-size: calc(var(--index) * 1.4);
font-weight: bold;
line-height: 100%;
letter-spacing: -1.2px;
text-transform: uppercase;
}
.home__controls {
width: 100%;
display: flex;
justify-content: space-between;
gap: 10px;
}
.slider__controls {
display: flex;
gap: 12px;
}
.swiper__home-btn {
height: 44px;
width: 44px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--clr-gray);
background: transparent;
}
.swiper__home-btn:active {
background-color: var(--clr-gray);
}
.swiper__home-btn::after {
content: '';
display: block;
height: 12px;
width: 6px;
background: no-repeat url(//vbrand.ru/wp-content/themes/VbrandThreme/images/store/arrow_chevron.svg) center / contain;
}
.swiper__home-prev {
transform: rotate(180deg);
}
.swiper__home {
width: 60vw;
height: 100%;
}
.swiper__home-slide {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.swiper__home-slide .link {
width: 100%;
height: 100%;
}
.swiper__home-slide .pictures {
position: relative;
display: flex;
align-items: flex-start;
justify-content: flex-start;
aspect-ratio: 1/1;
overflow: hidden;
border: 1px solid var(--clr-gray);
background-color: var(--clr-white);
}
.swiper__home-slide .pictures img {
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper__home-slide .pictures .active {
position: absolute;
opacity: 0;
transition: .3s ease-in-out;
}
.swiper__home-slide .pictures:hover .active {
opacity: 1;
}
.swiper__home-slide .info {
display: none;
}
@media screen and (max-width: 1440px) {
.slider__controls {
display: none;
}
.btn__home-catalog {
min-width: 100%;
}
}
@media screen and (max-width: 768px) {
.home__block {
flex-direction: column;
gap: 60px;
}
.swiper__home {
margin: 0;
width: 90vw;
}
.home__title {
font-size: 40px;
}
.btn__home-catalog {
display: none;
}
.swiper__home-slide .info {
display: flex;
flex-direction: column;
}
.swiper__home-slide .pictures:hover .active {
opacity: 0;
}
.swiper__home-slide .link {
display: flex;
flex-direction: column;
gap: 12px;
}
.info__category {
margin: 0 0 2px;
color: var(--clr-gray-dark);
font-size: 12px;
line-height: 100%;
letter-spacing: -1px;
}
.info__name {
margin: 0 0 8px;
color: var(--clr-black);
font-size: 13px;
line-height: 100%;
font-weight: 600;
letter-spacing: -1px;
}
.info__price {
margin: 0;
color: var(--clr-black);
font-size: 14px;
line-height: 100%;
font-weight: 700;
letter-spacing: 0px;
}
}@font-face {
font-family: 'Inter';
src: local('Inter Bold Italic'), local('Inter-BoldItalic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-BoldItalic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-BoldItalic.woff) format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Medium Italic'), local('Inter-MediumItalic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-MediumItalic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-MediumItalic.woff) format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Thin Italic BETA'), local('Inter-ThinItalicBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ThinItalicBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ThinItalicBETA.woff) format('woff');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Regular'), local('Inter-Regular'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Regular.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Black'), local('Inter-Black'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Black.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Black.woff) format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Black Italic'), local('Inter-BlackItalic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-BlackItalic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-BlackItalic.woff) format('woff');
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Light BETA'), local('Inter-LightBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-LightBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-LightBETA.woff) format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Semi Bold'), local('Inter-SemiBold'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-SemiBold.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Extra Bold Italic'), local('Inter-ExtraBoldItalic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraBoldItalic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraBoldItalic.woff) format('woff');
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Bold'), local('Inter-Bold'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Bold.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Extra Light Italic BETA'), local('Inter-ExtraLightItalicBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraLightItalicBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraLightItalicBETA.woff) format('woff');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Extra Light BETA'), local('Inter-ExtraLightBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraLightBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraLightBETA.woff) format('woff');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraBold.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ExtraBold.woff) format('woff');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Thin BETA'), local('Inter-ThinBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ThinBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-ThinBETA.woff) format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Light Italic BETA'), local('Inter-LightItalicBETA'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-LightItalicBETA.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-LightItalicBETA.woff) format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Italic'), local('Inter-Italic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Italic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Italic.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Semi Bold Italic'), local('Inter-SemiBoldItalic'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-SemiBoldItalic.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-SemiBoldItalic.woff) format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: local('Inter Medium'), local('Inter-Medium'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Medium.woff2) format('woff2'),
url(//vbrand.ru/wp-content/themes/VbrandThreme/fonts/Inter-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}.cookies__modal {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
max-width: 90%;
width: 480px;
padding: 20px;
background: var(--clr-alt-black);
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
display: flex;
flex-direction: column;
align-items: center;
z-index: 1000;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.cookies__modal.active {
opacity: 1;
visibility: visible;
}
.cookies__modal-text {
margin: 0 0 15px 0;
font-size: 14px;
line-height: 1.5;
color: var(--clr-grey);
text-align: center;
}
.cookies__modal-link {
color: var(--clr-white);
font-size: 14px;
text-decoration: underline;
transition: color 0.2s;
}
.cookies__modal-link:hover {
color: var(--clr-yellow);
}
@media screen and (max-width: 438px) {
.cookies__modal  {
max-width: 80%;
}
}.woocommerce-checkout #payment .payment_method_prodamus img{
max-height:52px;
vertical-align:middle
}