@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
html {
  box-sizing: border-box;
  height: 100%;
}

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

.body-2 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

svg {
  display: block;
  object-fit: cover;
  fill: currentcolor;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

article {
  margin: 0;
}

.address {
  font-style: normal;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 80%;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.centered {
  text-align: center;
}

.swiper-wrapper {
  box-sizing: inherit;
}

.size__list {
  display: flex;
  align-items: center;
}
.size__item {
  display: inline-block;
}
.size__item:not(:last-child) {
  margin-right: 8px;
}
.size__input {
  position: absolute;
}
.size__input:checked ~ .size__field {
  border-color: #17696A;
  color: #17696A;
}
.size__field {
  position: relative;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  padding-top: 2px;
  border: 1px solid #D7DADD;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #424551;
  cursor: pointer;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.size__field:hover {
  border-color: #17696A;
}

.color__list {
  display: flex;
  align-items: center;
}
.color__item {
  display: inline-block;
}
.color__item:not(:last-child) {
  margin-right: 8px;
}
.color__input {
  position: absolute;
}
.color__input:checked ~ .color__field {
  border-color: #17696A;
}
.color__field {
  position: relative;
  display: block;
  min-width: 24px;
  height: 24px;
  border: 1px solid #D7DADD;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
}
.color__field:hover {
  border-color: #17696A;
}
.color__circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;
}

.rating {
  margin: 0;
  padding: 0;
  border: none;
}
.rating__group {
  position: relative;
  width: 70px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
  background-size: 14px 14px;
}
.rating__group:focus-within {
  outline: 1px solid #4a90e2;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 14px;
  font-size: inherit;
  appearance: none;
  background-size: 14px 14px;
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 14px;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 28px;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 42px;
}
.rating__star:nth-of-type(4) {
  z-index: 3;
  width: 56px;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 70px;
}
.rating__star:focus {
  outline: none;
}

.rating__star:hover,
.rating__star:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395Z' fill='%23F89828'/%3E%3C/svg%3E");
}

.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
}

.wishlist-badge__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.wishlist-badge__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99962 13.2715C4.93358 11.5252 3.22354 9.78955 2.39663 8.28361C1.55029 6.74228 1.62413 5.4441 2.09377 4.52273C3.05908 2.62892 5.80415 2.02333 7.47666 4.13865L7.99958 4.80001L8.52254 4.13868C10.1953 2.02327 12.9406 2.62896 13.9058 4.52273C14.3755 5.44408 14.4493 6.74226 13.6029 8.28359C12.7759 9.78954 11.0658 11.5252 7.99962 13.2715ZM7.99964 2.73726C5.64684 0.501518 2.17591 1.42555 0.905854 3.91723C0.208826 5.2847 0.199305 7.05212 1.2279 8.92536C2.24736 10.782 4.27997 12.7417 7.67712 14.6194L7.99961 14.7976L8.3221 14.6194C11.7194 12.7417 13.7521 10.782 14.7716 8.92537C15.8003 7.05214 15.7908 5.28472 15.0938 3.91723C13.8237 1.4255 10.3527 0.501552 7.99964 2.73726Z' fill='%23787A80'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.wishlist-badge__btn--active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99964 2.73726C5.64684 0.501518 2.17591 1.42555 0.905854 3.91723C0.208826 5.2847 0.199305 7.05212 1.2279 8.92536C2.24736 10.782 4.27997 12.7417 7.67712 14.6194L7.99961 14.7976L8.3221 14.6194C11.7194 12.7417 13.7521 10.782 14.7716 8.92538C15.8003 7.05214 15.7908 5.28472 15.0938 3.91723C13.8237 1.4255 10.3527 0.501552 7.99964 2.73726Z' fill='%2317696A'/%3E%3C/svg%3E");
}

.price {
  display: flex;
  align-items: center;
}
.price__current {
  margin-right: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #1E212C;
}
.price__current--sale {
  color: #FF4242;
}
.price__old {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #787A80;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E5E8ED;
  transition: all 0.4s ease-in-out;
}
.product-card--small {
  width: 285px;
}
.product-card--large {
  width: 390px;
}
.product-card__top {
  position: relative;
}
.product-card__image {
  background-color: aqua;
  height: 100%;
}
.product-card__image--small img {
  height: 320px;
}
.product-card__image--large img {

}
.product-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}
.product-card__title {
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #424551;
}
.product-card__props {
  margin-top: 16px;
  margin-bottom: -96px;
  will-change: margin;
  transition: margin 0.4s ease-in-out;
}
.product-card__price {
  margin-bottom: 0;
  transition: margin 0.4s ease-in-out;
}
.product-card__selects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EB0028;
  width: 100%;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.product-card__btn svg {
  display: block;
  object-fit: cover;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  color: inherit;
  fill: currentColor;
}
.product-card .sale-badge {
  position: absolute;
  left: 16px;
  top: 16px;
}
.product-card .rating {
  position: absolute;
  top: 16px;
  right: 16px;
}
.product-card .wishlist-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.product-card .price__current {
  font-weight: 700;
  line-height: 130%;
  color: #1E212C;
}
.product-card .price__current--small {
  font-size: 20px;
}
.product-card .price__current--large {
  font-size: 24px;
}
.product-card .price__old {
  font-weight: 400;
  line-height: 150%;
}
.product-card .price__old--small {
  font-size: 16px;
}
.product-card .price__old--large {
  font-size: 18px;
}
.product-card:hover {
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0 30px 24px -10px rgba(154, 156, 165, 0.1), 0 12px 10px -6px rgba(154, 156, 165, 0.08), 0 4px 4px -4px rgba(30, 33, 44, 0.05);
}
.product-card:hover .product-card__price {
  margin-bottom: 20px;
}
.product-card:hover .product-card__props {
  margin-top: 0;
  margin-bottom: 0;
}

.slider-nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  user-select: none;
}
.slider-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: #424551;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.slider-nav__btn svg {
  width: 24px;
  height: 24px;
}
.slider-nav__btn:hover {
  color: #fff;
  background-color: #EB0028;
}
.slider-nav__btn:active {
  color: #fff;
  background-color: #EB0028;
}

.slider-nav__btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product-cards {
  padding: 10px 0;
}
.product-cards__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.product-cards__slider-nav {
  transform: translateX(12px);
}
.product-cards__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  color: #1E212C;
}
.product-cards__slider {
  overflow: hidden;
  margin-bottom: 10px;
}
.product-cards__link {
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  border: 1px solid #EB0028;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #17696A;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.product-cards__link:hover {
  background-color: #EB0028;
  color: #fff;
}


@media (max-width: 1500px){ 
.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 90%;}
}

@media (max-width: 1350px){ 

.product-card .price__old--small {
    font-size: 15px;
}
.product-card .price__current--small {
    font-size: 16px;
}
.product-card--large {
    width: 90%;}
}

@media (max-width: 900px){ 
    
.container {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 90%; }
    
.product-card--large {
    width: 96%;}

    
.container {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 90%; }
    
.product-card--large {
    width: 96%;}
}    

    
@media (max-width: 750px){ 
.sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;}
}


@media (max-width: 728px){ 
.sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;}
}



@media (max-width: 660px){ 
.sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;}
}


@media (max-width: 620px){ 
.sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 10px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;}
}



@media (max-width: 600px){ 
    
    .sale-badge {
    display: inline-block;
    padding: 1px 8px;
    background-color: #FF4242;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 160%;
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
    color: #FFFFFF;}
    
.container {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 96%; }
    
.product-card--large {
    width: 110%;}
    

.product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB0028;
    width: 90%;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
    

    
.product-card__title {
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #424551;
}
    
} 
    
    
@media (max-width: 550px){     
    
.sale-badge {
  display: inline-block;
  padding: 1px 8px;
  background-color: #FF4242;
  border-radius: 4px;
  font-weight: 700;
  font-size: 8px;
  line-height: 160%;
margin-left: -5px;    
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
  color: #FFFFFF;
} 
    
.product-card__title {    
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #424551;
}
    
} 
    
    
 @media (max-width: 520px){  
     
     .swiper-slide{
         width: 200px;
         margin-right: 10px;
     }     
    
.sale-badge {
  display: inline-block;
  padding: 1px 8px;
  background-color: #FF4242;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 160%;
margin-left: -5px;    
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
  color: #FFFFFF;
} 
     
     
.product-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #EB0028;
        width: 80%;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        line-height: 36px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        margin: 0px 8px 0px 10px;
    }
    
     
.product-card__title { 
    width: 100%;
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 8px;
  line-height: 130%;
  color: #424551;
}
    
}    


@media (max-width: 420px){ 

.product-card .sale-badge {
    position: absolute;
    left: 16px;
    top: 12px;}
    
    .product-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #EB0028;
        width: 80%;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        margin: 0px 8px 0px 10px;
    }
}

    
@media (max-width: 410px){ 
    
    .product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB0028;
    width: 80%;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0px 8px 0px 10px;    
}
     
     .swiper-slide{
         width: 200px;
         margin-right: 10px;
     }     
    
.sale-badge {
  display: inline-block;
  padding: 1px 8px;
  background-color: #FF4242;
  border-radius: 4px;
  font-weight: 700;
  font-size: 8px;
  line-height: 160%;
margin-left: -5px;    
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
  color: #FFFFFF;
} 
    
.product-card__title { 
    width: 100%;
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: #424551;
}
    
}            
    
@media (max-width: 400px){ 
    
    .product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB0028;
    width: 80%;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
      margin: 0px 8px 0px 10px;     
}
     
     .swiper-slide{
         width: 200px;
         margin-right: 10px;
     }     
    
.sale-badge {
  display: inline-block;
  padding: 1px 8px;
  background-color: #FF4242;
  border-radius: 4px;
  font-weight: 700;
  font-size: 8px;
  line-height: 160%;
margin-left: -5px;    
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
  color: #FFFFFF;
} 
    
.product-card__title { 
    width: 100%;
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 9px;
  line-height: 130%;
  color: #424551;}
    
}  
    
    
    
    
@media (max-width: 390px){ 
    
    .product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EB0028;
    width: 80%;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
      margin: 0px 8px 0px 10px;    
}
     
     .swiper-slide{
         width: 200px;
         margin-right: 10px;
     }     
    
.sale-badge {
  display: inline-block;
  padding: 1px 8px;
  background-color: #FF4242;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
margin-left: -5px;    
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
  color: #FFFFFF;
} 
    
.product-card__title { 
    width: 100%;
margin-top: -8px;    
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #424551;}
    
}                 