html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Helvetica", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

.nav ul,
.header_banner p {
  margin-bottom: 0 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1450px;
  margin: 0 auto;
}

body {
  line-height: 1;
  font-family: "Helvetica";
}

.header_banner {
  background: #5a57c0;
  padding: 8px 20px;
  text-align: center;
}

.header_banner p {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.header_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Ogg", sans-serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.04em;
  color: #000;
  text-decoration: none;
  display: block;
}

.logo span {
  font-style: italic;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 51px;
}

.nav ul a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
}

.header_cont-1 {
  display: flex;
  align-items: center;
  gap: 89px;
}

.header_cont {
  padding: 25px 0;
}

.socials {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 21px;
}

.header_cont {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 844px) {
  .nav ul {
    gap: 25px;
  }
}

@media screen and (max-width: 770px) {
  .header_cont-1 {
    gap: 40px;
  }
}

.burger,
.favoirite_mob {
  display: none;
}

.logo-mob {
  display: none;
}

@media screen and (max-width: 709px) {
  .socials > :first-child,
  .socials > :nth-child(3) {
    display: none;
  }

  .nav {
    display: none;
  }

  .burger,
  .favoirite_mob {
    display: block;
  }

  .cont_mob {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .logo-desk {
    display: none;
  }

  .logo-mob {
    display: block;
  }

  .logo {
    font-size: 35px;
  }
}

footer {
  background: #ff6500;
  padding: 56px 0 !important;
}

.footer-top {
  display: flex;
  gap: 100px;
}

.footer-top .logo {
  margin-bottom: 30px;
  color: #fffbf7;
}

.p-12 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
}

.p-13 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 14px;
  max-width: 253px;
}

.footer-top form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-top form input[type="email"] {
  border: 0.8px solid #fff;
  background: transparent;
  padding: 10px;
  width: 100%;
}

.footer-top form input[type="email"],
.footer-top form input[type="email"]::placeholder {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  outline: none;
}

.footer-top form input[type="submit"] {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c1c1c;
  background: #fff;
  padding: 10px;
  border: none;
}

.p-14 {
  font-family: "Arsenica Trial", sans-serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 86%;
  color: #fff;
}

.footer_nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_nav ul a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 86%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.footer-top > :first-child,
.footer-top > :last-child {
  flex: 1;
}

.footer-top > :nth-child(2) {
  flex: 3;
}

.footer_nav {
  display: flex;
  justify-content: flex-end;
}

.footer_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 37px;
}

.footer_bottom :first-child {
  display: flex;
  align-items: center;
  gap: 37px;
}

.footer_bottom :first-child a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.footer_bottom :last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.footer_bottom :last-child p {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
}

.footer-top,
.footer_bottom {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1049px) {
  .p-14 {
    font-size: 40px;
  }

  .footer-top {
    gap: 50px;
  }

  .footer-top > :nth-child(2) {
    flex: 2.5;
  }
}

.footer_nav h3,
.footer_nav_mob,
.mob_footer_bottom {
  display: none !important;
}

.desk {
  display: flex;
  gap: 37px;
}

.desk * {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column;
  }

  .header_cont {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

  .footer_nav h3,
  .footer_nav_mob,
  .mob_footer_bottom {
    display: block !important;
  }

  .mob_footer_bottom > :first-child {
    margin-bottom: 34px;
  }

  .footer_nav {
    justify-content: flex-start;
  }

  .footer_bottom :last-child p {
    display: none;
  }
  .desk {
    display: none;
  }

  .mob_footer_bottom {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #fff;
  }



  .footer-top > :nth-child(2) {
    display: none;
  }

  .footer_nav {
    display: flex;
    flex-direction: column;
    gap: 39px;
  }

  .footer_nav h3 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
  }

  .footer_nav ul a {
    text-transform: unset;
  }
}




.product-page-template .layout, .sticky-hdr .layout {
  padding: 0!important
}


ul {
  list-style: none!important;
}
.product-page-template .layout__content, .sticky-hdr .layout__content  {
max-width: 100%!important;
  padding: 0!important;
}


.widget-type_system_widget_v4_viewed_products_1 {
  display: none!important;
}


.header__show-menu-btn {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .header__show-menu-btn {
  display: block!important;
}
}


.btn-trigger {
  font-weight: 400;
font-size: 12px;
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: underline;
text-decoration-skip-ink: none;
text-align: right;
color: #565656;
}




.header__show-menu-btn.button  {
  width: auto!important;
  height: auto!important;
}

.footer_bottom :last-child p {
  margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
  .footer_nav ul {
    
      gap: 0px!important;
  }

  ol, ul, dl {
      margin-top: 0;
      margin-bottom: 0!important;
  }

  .footer_nav h3 {
        
        margin-bottom: 0px;
    }


    .footer_bottom :last-child  {
      margin-bottom: 0!important;
    }


   
}





.swiper-main .swiper-slide {

  transition: background-size 0.3s ease;
}











  .similar-product-image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 2/3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5; /* Цвет-заглушка во время загрузки */
    transition: transform 0.3s ease;
    margin-bottom: 14px;
  }

 


.size p {
  margin-bottom: 0!important;
}




.cookie-banner {
  padding: 30px;
}

.cookie-text * {
  font-weight: 400;
font-size: 14px;
color: #565656;
text-decoration: none;
}












































































































