<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 576px) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1400px) {
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  background-color: black;
}

body {
  font-family: "Roboto";
  background-color: #fff;
  color: #282828;
  padding-top: 156px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

strong,
b {
  font-weight: 400;
}

section {
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    padding-top: 92px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

body.no-scroll,
body.open-main-menu {
  overflow: hidden;
}

body.product-single-page {
  background-color: white;
}

body.checkout-page {
  background-color: white;
  padding-top: 0;
}

select {
  -webkit-appearance: none;
  color: black;
  -webkit-text-fill-color: black;
}

img {
  max-width: 100%;
  max-height: 100%;
}

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

section {
  position: relative;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    font-weight: 600;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
  h3.mobile-hidden {
    display: none;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 576px) {
  h4 {
    font-size: 16px;
  }
}

.title {
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .title {
    margin-bottom: 24px;
  }
}

.title h1 {
  text-align: center;
}

.container {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }

  .header .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }

  .header .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }

  .header .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  .header .container {
    width: 1140px;
  }
}

/*@media (min-width: 1441px) {*/
@media (min-width: 1490px) {
  .container {
    /*width: 1360px;*/
    width: 1460px;
  }

  .header .container {
    /*width: 1360px;*/
    width: 1460px;
  }
}

.gray-bg {
  background-color: #e5e5e5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  /*background-color: #178cc5;*/
  background-color: black;
  background-image: url(../dsg/header_bg.jpg);
  background-size: cover;
}

.header-top {
  background-color: #178cc5;
  color: #fff;
}

.header-top__content {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .header-top__content {
    height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .header-top__content {
    height: 32px;
    font-size: 10px;
  }
}

.header__content {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  gap: 100px;
}

@media (max-width: 768px) {
  .header__content {
    height: 52px;
    gap: 40px;
  }
}

.header__left,
.header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.logo {
  max-width: 240px;
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .logo {
    max-width: 180px;
    margin-left: 12px;
  }
}

@media (max-width: 576px) {
  .logo {
    max-width: 120px;
    margin-left: 8px;
  }
}

.header__hamburger-icon {
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin-right: 44px;
  background-image: url("../dsg/icons/menu-01.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 576px) {
  .header__hamburger-icon {
    margin-right: 12px;
  }
}

.header__present-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-right: 40px;
  background-image: url("../dsg/icons/darilo-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 576px) {
  .header__present-icon {
    height: 24px;
    width: 24px;
    display: none;
  }
}

.header__search-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-image: url("../dsg/icons/search-01.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 576px) {
  .header__search-icon {
    height: 24px;
    width: 24px;
    display: none;
  }
}

.header__cart-icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: relative;
  background-image: url("../dsg/icons/shopping-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .header__cart-icon {
    height: 24px;
    width: 24px;
  }
}

.header__cart-icon__num {
  background-color: #e63437;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: -12px;
  right: -12px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .header__cart-icon__num {
    top: -4px;
    right: -4px;
    height: 16px;
    width: 16px;
    font-size: 8px;
  }
}

.header__user-icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-right: 20px;
  background-image: url("../dsg/icons/user-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .header__user-icon {
    margin-right: 12px;
    height: 24px;
    width: 24px;
  }
}

.footer {
  background-color: #fff;
  text-align: left;
  border-top: 1px solid #fafafa;
}

.footer-bottom {
  border-top: 1px solid #fafafa;
  background-color: #fff;
}

.footer-content {
  padding: 80px 0;
  display: flex;
}

@media (max-width: 992px) {
  .footer-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .footer-content {
    padding: 40px 0 60px;
  }
}

.footer-bottom__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  font-size: 12px;
}

@media (max-width: 576px) {
  .footer-bottom__content {
    display: block;
  }
}

.footer-bottom__content span {
  display: inline-block;
  margin: 0 12px;
}

.footer-bottom__content a {
  transition: 0.3s ease;
}

.footer-bottom__content a:hover {
  color: black;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .footer h3 {
    font-size: 16px;
  }
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .footer h4 {
    font-size: 16px;
  }
}

.footer-info__block + .footer-info__block {
  margin-top: 36px;
}

@media (max-width: 576px) {
  .footer-info__block + .footer-info__block {
    margin-top: 20px;
  }
}

.footer-column {
  margin-right: 92px;
  font-size: 14px;
  line-height: 1.7em;
}

@media (max-width: 1200px) {
  .footer-column {
    margin-right: 60px;
  }
}

@media (max-width: 992px) {
  .footer-column {
    margin-right: 0;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-column {
    font-size: 12px;
    width: 40%;
  }
}

@media (max-width: 576px) {
  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer-column--newsletter {
  /*text-align: center;*/
}

@media (max-width: 992px) {
  .footer-column--newsletter {
    margin-top: 80px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer-column--newsletter {
    margin-top: 0;
  }
}

.footer-column:last-of-type {
  margin-right: 0;
}

@media (max-width: 576px) {
  .footer-column:last-of-type {
    margin-bottom: 0;
  }
}

.footer-column a {
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}

.footer-column a:hover {
  border-color: black;
}

.footer-column ul {
  list-style: none;
}

.footer-info__item {
  display: flex;
  align-items: flex-start;
}

.footer-info__item-img {
  width: 20px;
  margin-right: 12px;
  padding-top: 4px;
}

@media (max-width: 576px) {
  .footer-info__item-img {
    padding-top: 0;
  }
}

.footer-column--newsletter {
  margin-left: auto;
}

.newsletter-form &gt; div {
  justify-content: flex-end;
}

.footer-column--newsletter .newsletter-form h3 {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .footer-column--newsletter .newsletter-form {
    margin: 0 auto;
  }
}

.newsletter-form__text {
  margin-bottom: 24px;
}

.newsletter-form__input {
  background-color: #fff;
  color: #444;
  border: none;
  outline: none;
  width: calc(100% - 148px) !important;
  height: 50px;
  text-align: left;
  font-size: 14px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .newsletter-form__input {
    padding: 0 20px 0 10px;
  }
}
@media (max-width: 576px) {
  .newsletter-form__input {
    width: calc(100% - 100px) !important;
    font-size: 16px;
  }
}

.newsletter-form__button {
  background-color: #fff;
  color: #2682bf;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
  cursor: pointer;
  width: 148px !important;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto";
  border-left: 1px solid lightgrey;
}
@media (max-width: 576px) {
  .newsletter-form__button {
    font-size: 10px;
    width: 100px !important;
    padding: 0 10px;
  }
}

.newsletter-form__checkbox {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 300;
}

.newsletter-form__checkbox .checkbox {
  height: 20px;
  width: 20px;
  position: relative;
  background-color: #fff;
  margin-left: 12px;
  margin-top: 4px;
  flex-shrink: 0;
  border-radius: 2px;
}

.newsletter-form__checkbox-text {
  padding-top: 2px;
  opacity: 0.8;
}

.newsletter-form__checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.newsletter-form__checkbox .checkbox input:checked ~ .checkmark {
  background-image: url("../dsg/icons/check-01.svg");
}

.newsletter-form__checkbox .checkbox .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
}

.footer__soc-med {
  margin-top: 0px;
}

@media (max-width: 576px) {
  .footer__soc-med {
    margin-top: 40px;
  }
}

.footer__soc-med .soc-med-icons {
  display: flex;
  align-items: center;
}

.footer__soc-med .soc-med-icons a {
  margin: 0 8px;
  height: 28px;
  width: 28px;
  transition: 0.3s;
}

.footer__soc-med .soc-med-icons a:hover {
  transform: translateY(-6px);
  border-color: transparent;
}

.footer__soc-med .payment-icons {
  display: flex;
  flex-wrap: wrap;
}
.footer__soc-med .payment-icons .payment-icon {
  margin-left: 4px;
  background-color: white;
  border-radius: 6px;
  padding: 7px 7px 0px;
}
.footer__soc-med .payment-icons .payment-icon img {
  height: 14px;
  margin: 0px;
}

.instagram-gallery__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}

@media (max-width: 576px) {
  .instagram-gallery__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.instagram-gallery__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(to right, #a73394, #019ad0);
}

.instagram-gallery__image:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.instagram-gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, transform 1s ease;
  object-fit: cover;
}

.instagram-gallery__image:hover img {
  opacity: 0.33;
  transform: scale(1.05);
}

.newsletter {
  padding: 92px 0 72px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .newsletter {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
  }
}

.newsletter .newsletter-form {
  max-width: 700px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 120px;
}

@media (max-width: 1200px) {
  .newsletter .newsletter-form {
    margin-left: 80px;
  }
}

@media (max-width: 992px) {
  .newsletter .newsletter-form {
    margin: 0 auto;
    margin-top: 40px;
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 576px) {
  .newsletter .newsletter-form {
    max-width: 100%;
  }
}

.newsletter .newsletter-form__checkbox {
  width: 100%;
}

.newsletter .newsletter-form__input {
  width: auto;
  font-size: 14px;
  border: none;
  flex-grow: 1;
  text-align: left;
  color: #444;
  font-family: "Montserrat";
  font-weight: 300;
}

@media (max-width: 1200px) {
  .newsletter .newsletter-form__input {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .newsletter .newsletter-form__input {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .newsletter .newsletter-form__input {
    font-size: 14px;
  }
}

.newsletter-form__input::placeholder {
  color: #444;
  font-size: 14px;
}

.newsletter .newsletter-form__button {
  width: auto;
  font-size: 16px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .newsletter .newsletter-form__button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .newsletter .newsletter-form__button {
    font-size: 14px;
  }
}

.newsletter .newsletter-form__checkbox .checkbox {
  border-color: #c9c9c9;
}

.newsletter .newsletter-form__checkbox-text {
  padding-top: 6px;
}

.special-items {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .special-items {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .special-items {
    padding: 80px 0;
  }
}

.special-items__left {
  width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special-items__right {
  width: calc(50% - 25px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .special-items__left,
  .special-items__right {
    width: calc(50% - 12px);
  }
}

@media (max-width: 992px) {
  .special-items__left {
    width: 100%;
  }

  .special-items__right {
    display: none;
  }
}

.special-items__image {
  display: none;
}

.special-items__image img {
  width: 100%;
}

@media (max-width: 992px) {
  .special-items__image {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .special-items__image {
    margin-top: 24px;
  }
}

.product-item {
  display: block;
  width: 100%;
}

.product-item__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: rgb(207, 207, 207);
  background: linear-gradient(
    90deg,
    rgba(207, 207, 207, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  margin-bottom: 12px;
  overflow: hidden;
}

.product-item__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background-color: #686868;*/
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.product-item__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*
    max-height: 80%;
    max-width: 80%;
    */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.product-item__image:hover img {
  transform: scale(1.1);
}

.product-item__image:hover:after {
  opacity: 0.33;
}

.product-item__name {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
}

.product-item__price {
  color: #676767;
}

.special-items__left &gt; * {
  width: calc(50% - 25px);
}

@media (max-width: 1200px) {
  .special-items__left &gt; * {
    width: calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .special-items__left &gt; * {
    width: 100%;
  }
}

.special-items__left .product-item {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .special-items__left .product-item {
    margin-bottom: 20px;
  }
}

.special-item {
  padding: 55px 40px 80px;
  background-color: #b5ead8;
  text-align: center;
}

@media (max-width: 1200px) {
  .special-item {
    padding: 15px 20px 26px;
    font-size: 14px;
  }
}

.special-item__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .special-item__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.special-item__icon {
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .special-item__icon {
    max-width: 40px;
  }
}

.special-item.green {
  background-color: #b5ead8;
}

.special-item.blue {
  background-color: #c7ceea;
}

.link {
  color: #000;
  cursor: pointer;
}

.link:hover {
  text-decoration: underline;
}

.btn {
  background-color: transparent;
  display: inline-block;
  border: 1px solid #27282a;
  padding: 12px 40px;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
  font-weight: 300;
  font-family: "Roboto";
}

.btn.secondary {
  color: #fff;
  background-color: #178cc5;
  border-color: #178cc5;
}

.btn.large {
  border: 1px solid #27282a;
  padding: 10px 28px;
  font-size: 18px;
}

.btn.gray {
  border: 2px solid white;
  padding: 12px 48px;
  font-size: 20px;
  background-color: #333333;
  text-align: center;
  color: white;
}
.btn.black {
  padding: 12px 48px;
  font-size: 20px;
  background-color: black;
  border: 2px solid black;
  color: white;
  text-align: center;
}
.btn.black.cat {
  padding: 12px 14px;
  font-size: 16px;
}

.btn.fullsize {
  width: 100%;
}

@media (max-width: 992px) {
  .btn.large {
    font-size: 16px;
  }
}

.btn:hover {
  background-color: #27282a;
  color: #fff;
}

.btn.no_stock:hover {
  /*background-color: #fff;*/
  /*color: #27282a;*/
  background-color: black;
  border: 2px solid black;
  color: white;
}
.btn.secondary:hover {
  background-color: #9a2e88;
  border-color: #9a2e88;
}

.large-product-items {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .large-product-items {
    padding: 80px 0;
  }
}

.large-product-item__wrapper {
  width: calc(50% - 25px);
}

@media (max-width: 1200px) {
  .large-product-item__wrapper {
    width: calc(50% - 12px);
  }
}

@media (max-width: 992px) {
  .large-product-item__wrapper {
    width: 100%;
  }
}

.large-product-item {
  margin-bottom: 50px;
  background-color: #f5bab4;
  display: flex;
  width: 100%;
  padding-top: 57.14%;
  position: relative;
}

@media (max-width: 1200px) {
  .large-product-item {
    margin-bottom: 24px;
    padding-top: 75%;
  }
}

@media (max-width: 992px) {
  .large-product-item {
    padding-top: 57.14%;
  }
}

@media (max-width: 768px) {
  .large-product-item {
    padding-top: 75%;
  }
}

@media (max-width: 576px) {
  .large-product-item {
    padding-top: 0;
    height: auto;
    display: block;
    padding: 20px;
  }
}

.large-product-item:hover .large-product-item__left img {
  transform: scale(1.1);
}

.large-product-item__left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .large-product-item__left {
    width: calc(50% - 20px);
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .large-product-item__left {
    width: 100%;
    position: relative;
    padding-left: 0;
    justify-content: flex-start;
  }
}

.large-product-item__left img {
  transition: 0.3s;
  max-width: 80%;
}

@media (max-width: 992px) {
  .large-product-item__left img {
    max-width: 100%;
  }
}

.large-product-item__right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .large-product-item__right {
    width: 50%;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .large-product-item__right {
    width: 100%;
    position: relative;
    padding-left: 0;
    margin-top: 40px;
  }
}

.large-product-item.orange {
  background-color: #f9dbc3;
}

.large-product-item.green {
  background-color: #e2f0cc;
}

.large-product-item__text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .large-product-item__text {
    margin-bottom: 20px;
  }
}

.large-product-item__title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .large-product-item__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.large-product-item.product-item-container {
  background-color: transparent;
  padding-top: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .large-product-item.product-item-container {
    padding: 0;
  }
}

.product-item-container .product-item {
  width: calc(50% - 25px);
}

@media (max-width: 1200px) {
  .product-item-container .product-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .product-item-container .product-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.testimonials {
  padding: 100px 0 24px;
}

@media (max-width: 576px) {
  .testimonials {
    padding: 80px 0 24px;
  }
}

.testimonials-slider {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  .testimonials-slider {
    max-width: calc(100% - 48px);
    width: 100%;
  }
}

@media (max-width: 576px) {
  .testimonials-slider {
    max-width: 100%;
  }
}

.testimonial {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .testimonial {
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 576px) {
  .testimonial {
    max-width: calc(100% - 60px);
  }
}

.testimonial__text {
  font-style: italic;
}

.testimonial__person {
  font-weight: 600;
  margin-top: 32px;
}

.testimonials-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  margin-top: 68px;
}

.testimonials-pagination .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  background-color: #cccccc;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
}

.testimonials-arrow {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background-color: #f2f2f2;
  top: 0;
  margin: 0;
  transition: 0.3s;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

@media (max-width: 576px) {
  .testimonials-arrow {
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
}

.testimonials-arrow.left {
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .testimonials-arrow.left {
    left: 0 !important;
  }

  .testimonials-arrow.right {
    right: 0 !important;
  }
}

.testimonials-arrow:hover {
  background-color: transparent;
}

.testimonials-slider__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials-arrow:after {
  display: none;
}

.hero-slide {
  display: flex;
  width: 100%;
  padding-bottom: 37%;
}

@media (max-width: 768px) {
  .hero-slide {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .hero-slide {
    padding-bottom: 55%;
  }
}

.hero-slide .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: transparent;
  color: #27282a;
  border-color: #27282a;
}
@media (max-width: 576px) {
  .hero-slide .btn {
    gap: 6px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
.hero-slide .btn:hover {
  background-color: transparent;
  color: #27282a;
  border-color: #27282a;
}
.hero-slide .btn:after {
  content: "";
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2327282a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E")
    no-repeat center / 16px;
  display: block;
  height: 14px;
  width: 14px;
  transition: 0.3s ease;
}
.hero-slide .btn:hover:after {
  transform: translateX(4px);
}

.hero-slide__left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .hero-slide__left {
  }
}

@media (max-width: 576px) {
  .hero-slide__left {
  }
}

.hero-slide img {
  transition: 0.6s;
}

/*
.hero-slide:hover img {
    transform: scale(1.05);
}
*/

.hero-slide__right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 80px;
}

@media (max-width: 992px) {
  .hero-slide__right {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .hero-slide__right {
    width: 100%;
    padding-left: 20px;
  }
}

.hero-slider .swiper-slide {
  background-color: #e5e5e5;
}

.hero-slider .swiper-slide.pink {
  background-color: #f5bab4;
}

.hero-slider .swiper-slide.orange {
  background-color: #f9dbc3;
}

.hero-slider .swiper-slide.green {
  background-color: #e2f0cc;
}

.hero-slide__text {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

@media (max-width: 992px) {
  .hero-slide__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-slide__text {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .hero-slide__text {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.hero-slide__title {
  margin-bottom: 28px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 992px) {
  .hero-slide__title {
    margin-bottom: 36px;
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero-slide__title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .hero-slide__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.hero-pagination {
  bottom: 50px !important;
  top: auto;
}

@media (max-width: 576px) {
  .hero-pagination {
    bottom: 20px !important;
  }
}

.hero-pagination .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  background-color: #cccccc;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}

@media (max-width: 576px) {
  .hero-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    margin: 0 2px;
  }
}

.hero-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
}

.hero-arrow {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background-color: #f2f2f2;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

@media (max-width: 576px) {
  .hero-arrow {
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
}

.hero-arrow.left {
  transform: rotate(180deg);
}

.hero-arrow:hover {
  background-color: transparent;
}

.hero-slider__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 64px);
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 576px) {
  .hero-slider__arrows {
    width: 100%;
  }
}

.hero-arrow:after {
  display: none;
}

.body-overlay {
  z-index: 1001;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.overlay-active .body-overlay {
  opacity: 0.33;
  pointer-events: auto;
}

.menu {
  position: fixed;
  top: 0;
  left: -12px;
  height: 100vh;
  width: 525px;
  background-color: #fff;
  z-index: 1002;
  display: flex;
  box-shadow: 4px 0px 11px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: 0.3s;
}

@media (max-width: 576px) {
  .menu {
    width: 100%;
  }
}

.menu-active .menu {
  transform: translateX(0);
  left: 0;
}

.menu-sidebar {
  height: 100%;
  width: 100px;
  background-color: white;
  padding: 50px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  overflow: auto;
}

@media (max-width: 576px) {
  .menu-sidebar {
    width: 60px;
    padding: 40px 0;
  }
}

.menu-sidebar__user {
  height: 40px;
  width: 40px;
  background-image: url("../dsg/icons/user-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .menu-sidebar__user {
    height: 28px;
    width: 28px;
    margin-bottom: 32px;
  }
}

.menu-sidebar__wishlist {
  height: 40px;
  width: 40px;
  background-image: url("../dsg/icons/like-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 576px) {
  .menu-sidebar__wishlist {
    height: 28px;
    width: 28px;
  }
}

.menu-sidebar__wishlist__num {
  background-color: black;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 10px;
}

@media (max-width: 576px) {
  .menu-sidebar__wishlist__num {
    height: 16px;
    width: 16px;
    font-size: 8px;
  }
}

.close-menu {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 100px;
  flex-shrink: 0;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

@media (max-width: 576px) {
  .close-menu {
    margin-bottom: 40px;
  }
}

.menu-list {
  height: 100%;
  width: 100%;
  background-color: #fff;
  flex-grow: 1;
  padding: 140px 0 80px;
  overflow: auto;
}

@media (max-width: 576px) {
  .menu-list {
    padding: 36px 0;
  }
}

.menu-list ul {
  list-style: none;
  padding-left: 100px;
}

@media (max-width: 576px) {
  .menu-list ul {
    padding-left: 40px;
  }
}

.menu-list ul li a {
  padding: 12px 60px 12px 0;
  display: block;
  font-size: 18px;
  position: relative;
}

@media (max-width: 576px) {
  .menu-list ul li a {
    font-size: 16px;
    padding: 10px 60px 10px 0;
  }
}

.menu-list ul li a:after {
  /*
    content: '';
    position: absolute;
    right: 24px;
    top: 16px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    transition: 0.3s;
    background-image: url('../dsg/icons/chevron_forward-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  */
}

.menu-list ul li a:hover:after,
.menu-list ul li a.active:after {
  background-color: #f2f2f2;
}

.search {
  height: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .search {
    position: fixed;
    top: 52px;
    left: 0;
    height: 40px;
    border-bottom: 1px solid #ddd;
  }
}

.search-form {
  width: 100%;
  height: 100%;
  display: flex;
}

.search-form__button {
  height: 100%;
  width: 48px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #fff;
  flex-shrink: 0;
  background-image: url("../dsg/icons/search-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.search-form__input {
  height: 100%;
  outline: none;
  border: none;
  background-color: #fff;
  flex-grow: 1;
  width: 100%;
  color: #8e8e8e;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .search-form__input {
    font-size: 16px;
    padding: 0 16px;
  }
}

.search-form__input::placeholder {
  color: #8e8e8e;
  opacity: 0.5;
  font-weight: 300;
}
@media (max-width: 768px) {
  .search-form__input::placeholder {
    font-size: 14px;
  }
}

.cart {
  position: fixed;
  top: 0;
  right: -12px;
  width: 420px;
  background-color: #fff;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0px 11px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: 0.3s;
  overflow: auto;
  height: calc(var(--vh, 1vh) * 100);
}

@media (max-width: 576px) {
  .cart {
    width: 100%;
  }
}

.cart-active .cart {
  transform: translateX(0);
  right: 0;
}

.cart__header {
  padding: 12px;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  font-weight: 400;
}

@media (max-width: 576px) {
  .cart__header {
    padding: 8px 20px;
  }
}

.close-cart {
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.cart__content {
  padding: 48px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 576px) {
  .cart__content {
    padding: 20px;
  }
}

.cart__footer {
  margin-top: 0;
  padding: 0 48px 48px;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .cart__footer {
    padding: 0 20px 20px;
  }
}

.cart__empty {
  margin-top: 48px;
  color: #686868;
  font-size: 14px;
  text-align: center;
}

.cart__empty-icon {
  height: 80px;
  width: 80px;
  background-color: #fafafa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cart__empty-icon img {
  max-width: 40px;
}

.cart__empty-text {
  margin-top: 36px;
}

.cart__empty-btn {
  margin-top: 100px;
}

.cart__footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #282828;
  font-weight: 300;
  font-size: 14px;
}

.cart__footer-btns {
  margin-top: 12px;
}

.cart__footer-btns .btn {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.cart__items {
  width: 100%;
}

.cart__item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 2px solid #f1f1f1;
  padding: 24px 0;
}

.cart__item:last-of-type {
  border-bottom: none;
}

.cart__item:first-of-type {
  padding-top: 0;
}

.cart__item-left {
  height: 92px;
  width: 92px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.cart__item-left img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.cart__item-right {
  padding-left: 12px;
  width: calc(100% - 92px);
  flex-shrink: 0;
  position: relative;
  padding-right: 20px;
}

.cart__item-remove {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 12px;
  cursor: pointer;
}

.cart__item-name {
  margin-bottom: 4px;
  color: #686868;
  font-weight: 400;
  font-size: 14px;
}

.cart__item-price {
  color: #686868;
  font-weight: 500;
}

.cart__item-count {
  display: flex;
  align-items: center;
  margin-top: 16px;
  height: 28px;
  width: 80px;
  justify-content: space-between;
}

.cart__item-up,
.cart__item-down {
  width: 24px;
  text-align: center;
  cursor: pointer;
  background-image: url("../dsg/icons/plus-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  height: 100%;
  flex-shrink: 0;
  border: 1px solid #ccc;
}

.cart__item-down {
  background-image: url("../dsg/icons/minus-01.svg");
}

.cart__item-num {
  font-size: 16px;
  text-align: center;
  color: #121212;
  font-weight: 300;
  border: none;
  outline: none;
  height: 100%;
  width: 36px;
  text-align: center;
}

.cart__title {
  position: relative;
}

.cart__num {
  position: absolute;
  top: -8px;
  right: -16px;
}

.login,
.register,
.info {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1002;
  /*opacity: 0;*/
  display: none;
  pointer-events: none;
  transition: 0.3s;
  padding: 48px;
  overflow: auto;
}

@media (max-width: 576px) {
  .login,
  .register,
  .info {
    padding: 12px;
  }
}

.login-active .login,
.register-active .register,
.info-active .info {
  /*opacity: 1;*/
  display: block;
  pointer-events: auto;
}

.login-modal,
.register-modal,
.info-modal {
  background-color: #fff;
  padding: 60px 68px;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #696969;
  font-size: 14px;
}

.info-modal {
  padding: 40px;
}

.login-modal a,
.register-modal a {
  color: #178cc5;
}

@media (max-width: 576px) {
  .login-modal,
  .register-modal {
    padding: 40px;
  }
  .info-modal {
    padding: 40px 20px;
  }
}

.register-modal {
  max-width: 860px;
}

div.close-login,
.close-register,
.close-info {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.login-modal__title,
.register-modal__title,
.info-modal__title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  color: #000;
}

@media (max-width: 576px) {
  .login-modal__title,
  .register-modal__title,
  .info-modal__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.register-modal__title {
  text-align: left;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .login-modal__title,
  .register-modal__title {
    margin-bottom: 32px;
  }
}

.input,
textarea.input {
  display: block;
  width: 100%;
  height: 48px;
  outline: 0;
  border: 0;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
}

@media (max-width: 576px) {
  .input {
    font-size: 16px;
  }
}

textarea.input {
  height: 160px;
  resize: none;
}

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

.login-modal__footer {
  margin-top: 48px;
  text-align: center;
}

.login-modal__footer a {
  color: #178cc5;
}

.register-modal__footer {
  margin-top: 0;
  text-align: right;
}

.login-modal__footer .btn {
  width: 100%;
  margin-bottom: 12px;
  font-family: "Roboto";
}

.login-modal__checkbox,
.register-modal__checkbox {
  display: flex;
  justify-content: flex-end;
}

.register-modal__checkbox {
  margin-bottom: 16px;
}

.login-modal__checkbox .checkbox,
.register-modal__checkbox .checkbox {
  height: 26px;
  width: 26px;
  position: relative;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  margin-right: 12px;
  flex-shrink: 0;
}

.register-modal__checkbox .checkbox {
  margin-right: 0;
  margin-left: 12px;
  height: 20px;
  width: 20px;
  border-color: #8d8d8d;
  flex-shrink: 0;
}

.login-modal__checkbox-text {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 300;
}

.register-modal__checkbox-text {
  padding-top: 0;
  font-size: 16px;
  color: #282828;
  font-weight: 300;
}

.login-modal__checkbox .checkbox input,
.register-modal__checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.register-modal__checkbox .checkbox input:checked ~ .checkmark,
.login-modal__checkbox .checkbox input:checked ~ .checkmark {
  background-image: url("../dsg/icons/check-01.svg");
}

.login-modal__checkbox .checkbox .checkmark,
.register-modal__checkbox .checkbox .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
}

.register-modal__btns {
  margin-top: 40px;
}

.double-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.double-inputs .input {
  width: calc(50% - 20px);
}

@media (max-width: 576px) {
  .double-inputs .input {
    width: calc(50% - 8px);
  }
}

.register-modal__company {
  width: calc(100% - 24px);
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 16px 20px;
  background-color: #f0f0f0;
}

@media (max-width: 576px) {
  .register-modal__company {
    width: 100%;
    margin-bottom: 40px;
    padding: 12px 16px;
  }
}

.register-modal__company .register-modal__checkbox {
  margin-bottom: 0;
  justify-content: flex-start;
}

.register-modal__company .register-modal__checkbox .checkbox {
  margin-left: 0;
  margin-right: 20px;
  flex-shrink: 0;
}

.register-modal__company .register-modal__checkbox-text {
  padding-top: 2px;
  color: #686868;
}

@media (max-width: 576px) {
  .register-modal__company .register-modal__checkbox-text {
    font-size: 14px;
  }
}

.register-modal__company .register-modal__checkbox-text span {
  font-size: 14px;
}

@media (max-width: 576px) {
  .register-modal__company .register-modal__checkbox-text span {
    font-size: 12px;
  }
}

.single {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .single {
    padding: 48px 0;
  }
}

.single {
  max-width: 850px;
  margin: 0 auto;
}

.single .title {
  margin-bottom: 64px;
}

@media (max-width: 576px) {
  .single .title {
    margin-bottom: 40px;
  }
}

.single-text h1,
.single-text h2,
.single-text h3,
.single-text h4,
.single-text h5,
.single-text h6 {
  margin: 32px 0 24px;
  font-weight: 600;
}

.single-text table {
  border: 1px solid #ccc;
  max-width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.single-text table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.thank-you {
  text-align: center;
  padding: 100px 0 200px;
}

@media (max-width: 576px) {
  .thank-you {
    padding: 80px 0 160px;
  }
}

.thank-you__icon {
  width: 110px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .thank-you__icon {
    width: 80px;
    margin-bottom: 40px;
  }
}

.thank-you__text {
  margin-bottom: 80px;
  font-weight: 300;
}
.thank-you__text h1 {
  text-align: center;
}

.wishlist {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .wishlist {
    padding: 80px 0;
  }
}

.wishlist__content,
.cart-inner__content {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.wishlist__empty,
.cart-inner__empty {
  text-align: center;
  margin: 40px auto;
}

.wishlist__back {
  margin: 40px 0 12px;
  display: inline-block;
  padding-left: 40px;
  background-image: url("../dsg/icons/chevron_back-01.svg");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 24px;
}

.wishlist__back:hover {
  text-decoration: none;
}

.cart-inner {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .cart-inner {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .cart-inner {
    padding: 40px 0;
  }
}

.wishlist-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 992px) {
  .wishlist-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .wishlist-item {
    padding-top: 0;
  }
}

.wishlist-item:last-of-type {
  border-bottom: none;
}

.wishlist-item__btns {
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .wishlist-item__btns {
    width: 100%;
    padding-left: 40px;
    margin-top: 12px;
  }
}

@media (max-width: 576px) {
  .wishlist-item__btns {
    padding-left: 0;
  }
}

.wishlist-item__remove {
  width: 64px;
  height: auto;
  cursor: pointer;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .wishlist-item__remove {
    width: 40px;
  }
}

@media (max-width: 576px) {
  .wishlist-item__remove {
    width: 100%;
    height: 60px;
    background-position: left;
  }
}

.wishlist-item__img {
  position: relative;
  width: 94px;
  height: 94px;
  margin-right: 48px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .wishlist-item__img {
    width: 80px;
    height: 80px;
    margin-right: 28px;
  }
}

.wishlist-item__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  transition: 0.5s ease;
}

.wishlist-item__info {
  display: flex;
}

.wishlist-item__name {
  margin-bottom: 8px;
  color: #121212;
  font-weight: 500;
}

.wishlist-item__price {
  color: #686868;
}

.btn.in-stock,
.btn.in-stock:hover {
  background-color: #b5ead8;
  border-color: #b5ead8;
  color: #fff;
  cursor: auto;
}

.btn.out-of-stock,
.btn.out-of-stock:hover {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #686868;
  cursor: auto;
}

@media (max-width: 992px) {
  .wishlist__link {
    text-align: center;
    margin-bottom: 40px;
  }
}

.faq {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .faq {
    padding: 80px 0;
  }
}

.faq-block {
  margin-top: 100px;
  display: flex;
}
.faq-block:first-of-type {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .faq-block {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .faq-block {
    display: block;
  }
}

.faq-block__left {
  font-weight: 600;
  font-size: 18px;
  width: 400px;
  text-align: right;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .faq-block__left {
    width: 280px;
  }
}

@media (max-width: 992px) {
  .faq-block__left {
    width: 200px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .faq-block__left {
    width: 100%;
    padding-right: 0;
    text-align: left;
    font-size: 22px;
  }
}

.faq-block__right {
  /*
    margin-top: 10px;
    padding-top: 20px;
    */
  width: calc(100% - 400px);
  position: relative;
}

@media (max-width: 1200px) {
  .faq-block__right {
    width: calc(100% - 280px);
  }
}

@media (max-width: 992px) {
  .faq-block__right {
    width: calc(100% - 200px);
  }
}

@media (max-width: 768px) {
  .faq-block__right {
    width: 100%;
    margin-top: 0;
  }
}

.faq-block__right:before {
  /*
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #e4e4e4;
  */
}

@media (max-width: 768px) {
  .faq-block__right:before {
    display: none;
  }
}

.faq-item {
  color: #686868;
  border-bottom: 1px solid #c9c9c9;
}

.faq-item__title {
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.faq-item__title:hover {
  background-color: #eee;
}

.faq-item__title:before {
  content: "+";
  position: relative;
  display: block;
  width: 16px;
}

.faq-item__text {
  padding: 20px;
  display: none;
}

.faq-item.open .faq-item__text {
  display: block;
}

.faq-item.open .faq-item__title:before {
  content: "-";
}

.contact {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .contact {
    padding: 80px 0;
  }
}

.contact-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .contact-form {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.contact-form__left {
  padding: 0 44px 60px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}

.contact-form__right,
.contact-form__left {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .contact-form__right,
  .contact-form__left {
    width: 100%;
    margin-top: 20px;
  }
  .contact-form__left {
    padding: 0;
  }
}

.contact-form__title {
  margin-bottom: 40px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .contact-form__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.contact-form__btn {
  text-align: right;
}

.contact-form-info__block {
  margin-top: 28px;
}

@media (max-width: 576px) {
  .contact-form-info__block {
    margin-top: 20px;
  }
}

.contact-form-info__item {
  display: flex;
  align-items: flex-start;
}

.contact-form-info__item-img {
  width: 20px;
  margin-right: 12px;
  padding-top: 2px;
  margin-left: 12px;
}

.contact-form__left .bigger {
  font-size: 17px;
}

.sc-store {
  *background-color: #efefef;
  background-color: white;
}

.store {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .store {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .store {
    padding: 40px 0;
  }
}

.store .title h1 {
  text-align: left;
  font-size: 32px;
}
@media (max-width: 768px) {
  .store .title h1 {
    font-size: 24px;
  }
}

.store .title {
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.tabs .tab {
  margin: 0 5px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  margin-bottom: 12px;
  font-weight: 300;
}

.sc-store .tabs-select {
  display: none;
}

@media (max-width: 576px) {
  .tabs .tab {
    margin: 0 8px;
    font-size: 14px;
  }

  .sc-store .tabs {
    display: none;
  }

  .sc-store .tabs-select {
    display: block;
  }
}

.tabs .tab:hover {
  border-color: black;
}

.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}

.breadcrumb {
  color: #178cc5;
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.breadcrumb:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb:first-of-type {
  padding-left: 0;
}

.breadcrumb:first-of-type:before {
  display: none;
}

.breadcrumb:last-of-type:hover {
  text-decoration: none;
}

.breadcrumb:before {
  content: "&gt;";
  position: absolute;
  display: block;
  width: 16px;
  left: 0;
  top: 0;
  text-align: center;
  color: #178cc5;
}

.breadcrumb:last-of-type {
  color: #aaa;
  /*pointer-events: none;*/
}

.store-items-holder {
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 768px) {
  .store-items-holder {
    display: block;
  }
}

.store-filters {
  width: 20%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fafafa;
  font-size: 15px;
  position: sticky;
  top: 180px;
}

@media (max-width: 768px) {
  .store-filters {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border: none;
    top: 0;
    position: relative;
  }
}

.store-items {
  display: flex;
  flex-wrap: wrap;
  /*width: 80%;*/
}
.store-items.incategory {
  width: 80%;
}

@media (max-width: 768px) {
  .store-items.incategory {
    width: 100%;
  }
}

.store-item {
  width: 20%;
  /* margin-right: 50px;
  margin-bottom: 48px; */
  overflow: hidden;
  border: 1px solid transparent;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  transition: 0.3s ease;
}

.store-item.swiper-slide {
  height: auto !important;
}

@media (max-width: 1200px) {
  .store-item {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .store-item {
    width: 50%;
  }
}

.store-item:hover {
  background-color: white;
  transform: translateY(-6px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
}

.store-item__img {
  position: relative;
  width: 100%;
  padding-top: 66%;
  /*background: rgb(207, 207, 207);
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(230, 230, 230, 1) 100%);*/
  background: white;
  overflow: hidden;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

.store-item__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*
    max-height: 80%;
    max-width: 80%;
    */
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: 0.5s ease;
}

.store-item__img:hover img {
  /* transform: scale(1.1); */
}

.store-item__wishlist,
.store-item__cart {
  position: absolute;
  left: 10px;
  bottom: -60px;
  height: 52px;
  width: 52px;
  background-color: #fff;
  background-image: url("../dsg/icons/like-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.3s;

  display: none;
}

.store-item__cart {
  left: auto;
  right: 10px;
  background-image: url("../dsg/icons/shopping-cart.svg");
  transition-delay: 0.075s;
}

.store-item:hover .store-item__wishlist,
.store-item:hover .store-item__cart {
  bottom: 10px;
}

.store-item__wishlist:hover,
.store-item__cart:hover {
  opacity: 1;
  transform: scale(1.1);
}

.store-item__bottom {
  position: relative;
  padding: 20px;
  cursor: pointer;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-item__title {
  font-weight: 300;
  font-size: 16px;
  color: #282828;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .store-item__title {
    font-size: 14px;
  }
}

.store-item__price {
  font-weight: 400;
  font-size: 18px;
  margin-top: auto;
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 576px) {
  .store-item__price {
    font-size: 14px;
  }
}

.store-item__price span {
  font-size: 12px;
  font-weight: 300;
  opacity: 0.66;
  line-height: 1;
}

.store-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #178cc5;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
}
@media (max-width: 576px) {
  .store-item__link {
    font-size: 12px;
    padding: 4px 12px;
  }
  .store-item__bottom {
    padding: 8px;
  }
}

.store-item__link:hover {
  background-color: #9a2e88;
}

.store-item__new,
.store-item__discount {
  background-color: #feb640;
  height: 28px;
  width: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: normal;
}

.store-item__discount {
  background-color: #e63437;
  left: auto;
  right: 10px;
}

.description-text {
  /*padding-top: 20px;*/
  font-size: 16px;
  /*color: #686868;*/
}

.sc-product-desc {
  padding: 100px 0;
  background-color: #fafafa;
}

@media (max-width: 576px) {
  .sc-product-desc {
    padding: 80px 0;
    text-align: left;
  }
}

.sc-product-similar {
  background-color: white;
  padding: 100px 0;
}

@media (max-width: 576px) {
  .sc-product-similar {
    padding: 80px 0;
  }
}

.sc-product-desc .store-items {
  margin-top: 80px;
}

.sc-product-single {
  background-color: white;
}

.product-single {
  background-color: white;
  padding: 0px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .product-single {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .product-single {
    padding: 20px 0 60px;
  }
}

.product-single__left {
  width: calc(54% - 24px);
  position: relative;
}

@media (max-width: 768px) {
  .product-single__left {
    width: 100%;
  }
}

.product-single__right {
  width: calc(42% - 24px);
  /*padding-right: 200px;*/
}

@media (max-width: 1400px) {
  .product-single__right {
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .product-single__right {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .product-single__right {
    padding-right: 0;
    width: calc(100% - 400px);
    padding-top: 12px;
  }
}

@media (max-width: 768px) {
  .product-single__right {
    width: 100%;
    padding-top: 24px;
  }
}

.product-single__img {
  position: relative;
  width: 100%;
  /*padding-top: 100%;*/
  background-color: #fff;
}

@media (max-width: 768px) {
  .product-single__img {
    max-width: 320px;
  }
}

.product-single__img img {
  /*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    */
  margin: auto;
  /*
    max-height: 80%;
    max-width: 80%;
    */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.product-single__discount {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #e63437;
  left: auto;
  right: 10px;
  font-weight: 300;
  z-index: 10;
}

@media (max-width: 768px) {
  .product-single__discount {
    height: 32px;
    font-size: 16px;
  }
}

.product-single .product-thumbnails {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  gap: 10px;
}

@media screen and (max-width: 992px) {
  .product-single .product-thumbnails {
    display: none;
  }
}

.product-single .product-thumbnails {
  width: 100%;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  display: flex;
}

.product-single .product-thumbnails-slide {
  cursor: pointer;
  width: calc(33% - 5px);
  padding-bottom: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-single .breadcrumbs {
  margin: 0 0 50px;
}

@media (max-width: 1200px) {
  .product-single .breadcrumbs {
    margin: 0 0 24px;
  }
}

.product-single__title {
  margin-bottom: 12px;
}

.product-single__title h1 {
  font-size: 28px;
}

.product-single__price {
  font-size: 28px;
  font-weight: 400;
}

.product-single__price .old-price {
  opacity: 0.75;
  font-weight: 300;
  font-size: 18px;
  display: block;
}

@media (max-width: 992px) {
  .product-single__price .old-price {
    font-size: 14px;
  }
}

.product-single__desc {
  color: #686868;
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
  padding-bottom: 44px;
}

.product-single__desc.compact {
  max-height: 200px;
  overflow: hidden;
}

.product-single__desc.compact.fullsize {
  max-height: none;
}

@media (max-width: 1200px) {
  .product-single__desc {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .product-single__desc {
    text-align: left;
    font-size: 14px;
  }
}

.product-single__desc.compact .product-single__desc-show {
  display: flex;
}

.product-single__desc-show {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  background-color: white;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 16px;
  justify-content: center;
  cursor: pointer;
}

.product-single__desc-show .close {
  display: none;
}
.product-single__desc.compact.fullsize .open {
  display: none;
}
.product-single__desc.compact.fullsize .close {
  display: block;
}

.product-single__desc p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-single__desc ul {
  padding-left: 15px;
}

.product-single__add {
  margin: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .product-single__add {
    margin-bottom: 28px;
  }
}

.product-single__add .amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 68px;
  height: 48px;
  position: relative;
}
.product-single__add .amount-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(90deg);
}

.product-single__add .amount-wrapper select {
  width: 68px;
  height: 48px;
  padding: 0;
  text-align: center;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .product-single__add .amount-wrapper {
    justify-content: center;
  }
}

.product-single__add .amount-wrapper .plus,
.product-single__add .amount-wrapper .minus {
  cursor: pointer;
  height: 100%;
  width: 44px;
  transition: 0.3s;
  background-image: url("../dsg/icons/plus-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 1px solid #ccc;
}

.product-single__add .amount-wrapper .minus {
  background-image: url("../dsg/icons/minus-01.svg");
}

.product-single__add .amount {
  border: none;
  outline: none;
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 16px;
}

.product-single__info {
  margin-bottom: 24px;
  padding: 24px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.product-single__info-item {
  margin-right: 24px;
  color: #999999;
}

.product-single__info-item span {
  color: #000;
}

.product-single__soc-med {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}

.product-single__soc-med__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
}

.product-single__soc-med__icons a {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  transition: 0.3s;
}

.product-single__soc-med__icons a:hover {
  transform: translateY(-6px);
}

.product-single__add-btns {
  width: 100%;
  margin-left: 20px;
}

.product-single__add-btns .btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@media (max-width: 992px) {
  .product-single__add-btns .btn {
    font-size: 14px;
  }
}

.product-single__add-btns .btn.rainbow {
  background: linear-gradient(to right, #a73394, #019ad0);
  border: none;
  color: white;
  transition: 0.3s ease;
  font-weight: 300;
  font-family: "Roboto";
  font-size: 14px;
}

.product-single__add-btns .btn.rainbow:hover {
  opacity: 0.6;
}
.product-single__add-btns .btn.add-to-cart,
.special-offer-final .btn.add-to-cart {
  background-color: #019ad0;
  border: none;
  color: white;
  transition: 0.3s ease;
  font-weight: 400;
  font-family: "Roboto";
  font-size: 16px;
}
.special-offer-final .btn.add-to-cart img,
.product-single__add-btns .btn.add-to-cart img {
  width: 18px;
  margin-right: 12px;
}
.special-offer-final .btn.add-to-cart:hover,
.product-single__add-btns .btn.add-to-cart:hover {
  background-color: #a73394;
}

.btn.add-to-wishlist {
  padding: 8px;
  border: none;
  background-color: #cccccc;
  height: 38px;
  margin-top: 4px;
}

.btn.add-to-wishlist img {
  width: 30px;
}

.btn.add-to-wishlist:hover {
  background-color: #aaa;
  color: #000;
}

.all-products {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #686868;
}

.full-cart {
  display: flex;
  border: none;
}

@media (max-width: 992px) {
  .full-cart {
    flex-direction: column;
  }
}

.cart-inner__left {
  width: calc(100% - 525px);
}

@media (max-width: 1200px) {
  .cart-inner__left {
    width: calc(100% - 340px);
  }
}

@media (max-width: 992px) {
  .cart-inner__left {
    width: 100%;
  }
}

.cart-inner__right {
  width: 525px;
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .cart-inner__right {
    width: 340px;
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .cart-inner__right {
    width: 340px;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .cart-inner__right {
    width: 100%;
  }
}

.cart-inner__summary {
  border: 1px solid #282828;
  padding: 46px 42px;
  width: 100%;
  transform: translateY(-40px);
}

@media (max-width: 1200px) {
  .cart-inner__summary {
    padding: 36px 28px;
  }
}

@media (max-width: 992px) {
  .cart-inner__summary {
    transform: translateY(0);
  }
}

.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-top: 1px solid #e4e4e4;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .summary-item {
    padding: 20px 0;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .summary-item {
    padding: 16px 0 10px;
    font-size: 13px;
    flex-direction: column;
  }

  .summary-item span {
    margin-bottom: 8px;
  }
}

.summary-title {
  margin-bottom: 28px;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .summary-title {
    margin-bottom: 28px;
    font-size: 18px;
  }
}

.summary-btn {
  margin-top: 14px;
}

.summary-btn .btn {
  width: 100%;
  text-align: center;
}

.cart-message {
  margin-top: 28px;
  background-color: #b5ead8;
  text-align: center;
  padding: 24px;
  font-weight: 300;
}

@media (max-width: 576px) {
  .cart-message {
    padding: 20px;
  }
}

.cart__item.secondary .cart__item-right {
  padding-left: 48px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .cart__item.secondary .cart__item-right {
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .cart__item.secondary .cart__item-right {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
  }
}

.cart__item.secondary {
  padding: 24px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: none;
}

@media (max-width: 576px) {
  .cart__item.secondary {
    flex-direction: column;
  }
}

.cart__item.secondary .cart__item-remove {
  position: relative;
  height: 24px;
  width: 24px;
  background-size: 18px;
  margin-top: 12px;
}

@media (max-width: 576px) {
  .cart__item.secondary .cart__item-remove {
    position: absolute;
    top: -108px;
    right: 0;
    margin-top: 0;
  }
}

.cart__item.secondary .cart__item-full {
  font-weight: 400;
}

@media (max-width: 576px) {
  .cart__item.secondary .cart__item-full {
    font-size: 18px;
  }
}

.cart__item.secondary .cart__item-info {
  margin-right: auto;
}

.cart__item.secondary .cart__item-count {
  margin-top: -4px;
  height: 28px;
  width: 80px;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .cart__item.secondary .cart__item-count {
    margin-right: 0;
    margin-top: 20px;
  }
}

.cart__item-info {
  width: 300px;
}

@media (max-width: 576px) {
  .cart__item-info {
    width: 100%;
  }
}

.cart__item.secondary .cart__item-num {
  font-weight: 400;
}

.cart__item.secondary .cart__item-inner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 140px;
}

@media (max-width: 576px) {
  .cart__item.secondary .cart__item-inner-right {
    margin-top: 20px;
    align-items: flex-start;
    width: 100%;
  }
}

.cart-inner__bottom {
  border-top: 1px solid #e4e4e4;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .cart-inner__bottom {
    display: block;
  }
}

.btn.update {
  border-color: #c9c9c9;
  color: #686868;
  padding: 12px 40px;
}

@media (max-width: 576px) {
  .btn.update {
    width: 100%;
    text-align: center;
  }
}

.btn.update:hover,
.btn.use-code:hover {
  background-color: #019ad0;
}

.promo-wrapper {
  width: 320px;
}

@media (max-width: 992px) {
  .promo-wrapper {
    width: 260px;
  }
}

@media (max-width: 576px) {
  .promo-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.promo-wrapper input {
  margin-bottom: 0;
  border-color: #e4e4e4;
}

.promo-wrapper input::placeholder {
  color: #cacaca;
}

.btn.use-code {
  border: none;
  background-color: #a73394;
  color: white;
  margin-top: 8px;
  padding: 14px 40px;
  width: 100%;
  text-align: center;
}

.dash {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .dash {
    padding: 80px 0;
  }
}

.dash__left {
  width: 320px;
  text-align: right;
}

@media (max-width: 1200px) {
  .dash__left {
    width: 280px;
  }
}

@media (max-width: 992px) {
  .dash__left {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .dash__left {
    width: 100%;
  }
}

.dash__right {
  width: calc(100% - 370px);
}

@media (max-width: 1200px) {
  .dash__right {
    width: calc(100% - 320px);
  }
}

@media (max-width: 992px) {
  .dash__right {
    width: calc(100% - 180px);
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .dash__right {
    width: 100%;
    margin-top: 40px;
  }
}

.dash__content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .dash__content {
    flex-wrap: wrap;
  }
}

.dash__list-item {
  border-top: 1px solid #c9c9c9;
  padding: 16px 16px 16px 0;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: left;
}

@media (max-width: 992px) {
  .dash__list-item {
    padding: 12px 16px 12px 0;
  }
}

.dash__list-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  transition: 0.3s;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.dash__list-item:hover:after {
  background-color: #f2f2f2;
}

.dash__list {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 36px;
}

.dash__newsletters {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  padding: 22px 200px 22px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1400px) {
  .dash__newsletters {
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .dash__newsletters {
    padding: 16px 0;
  }
}

@media (max-width: 992px) {
  .dash__list-item {
    padding: 12px 16px 12px 0;
  }
}

@media (max-width: 768px) {
  .dash__newsletters {
    flex-direction: column;
    align-items: flex-end;
    padding: 24px 0;
  }
}

.dash__newsletters-checkbox {
  display: flex;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  margin-right: 36px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .dash__newsletters-checkbox {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.dash__newsletters-checkbox .checkbox {
  height: 20px;
  width: 20px;
  position: relative;
  background-color: #fff;
  border: 1px solid #828282;
  margin-left: 8px;
  flex-shrink: 0;
}

.dash__newsletters-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.dash__newsletters-checkbox .checkbox input:checked ~ .checkmark {
  background-image: url("../dsg/icons/check-01.svg");
}

.dash__newsletters-checkbox .checkbox .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
}

.dash__content-item {
  display: none;
}

.dash__content-item.active {
  display: flex;
}

.dash__addresses,
.dash__account {
  flex-wrap: wrap;
}

.dash__address {
  width: 36%;
  padding-right: 20px;
  font-size: 15px;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .dash__address {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .dash__address {
    width: 100%;
    margin-bottom: 32px;
  }
}

.dash__address span {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 32px;
  display: block;
}

@media (max-width: 768px) {
  .dash__address span {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.dash__address ul {
  display: block;
  list-style: none;
}

.dash__address-edit {
  margin-top: 20px;
  color: black;
  display: inline-block;
}

.dash .empty {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  position: relative;
  display: none;
}

@media (max-width: 1200px) {
  .dash__newsletters {
    padding: 32px 0;
  }
}

@media (max-width: 768px) {
  .dash__newsletters {
    padding: 24px 0;
  }
}

.empty-link {
  position: absolute;
  right: 0;
  bottom: -36px;
  display: inline-block;
  padding-right: 20px;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 4px center;
  background-size: 16px;
  transition: 0.3s;
}

.empty-link:hover {
  background-position: right;
}

.dash__info-form {
  max-width: 680px;
  width: 100%;
}

.dash__info-form span {
  margin-top: 80px;
  margin-bottom: 28px;
  font-size: 20px;
  display: block;
}

@media (max-width: 768px) {
  .dash__info-form span {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.dash .wishlist-item {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}

@media (max-width: 576px) {
  .dash .wishlist-item {
    padding-top: 24px;
  }
}

.dash .wishlist-item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.dash .wishlist-item__remove {
  width: 40px;
}

.dash .wishlist-item__img {
  width: 70px;
  height: 70px;
  margin-right: 32px;
}

.dash .wishlist-item__name {
  font-size: 14px;
  margin-bottom: 4px;
}

.dash .wishlist-item__price {
  font-size: 14px;
}

.dash .wishlist-item__btns {
  margin-top: 12px;
}

.dash__wishlist {
  flex-direction: column;
}

.dash__orders-table {
  width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .dash__orders-table {
    width: 100%;
    min-width: 720px;
    font-size: 14px;
  }
}

.dash__orders-table__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.dash__orders-table__row:first-of-type .dash__orders-table__item {
  padding: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
}

.dash__orders-table__row:first-of-type .dash__orders-table__item:first-of-type {
  pointer-events: none;
  opacity: 0;
}

.dash__orders-table__row:first-of-type
  .dash__orders-table__item:nth-of-type(2) {
  padding-left: 28px;
}

.dash__orders-table__item {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}

.dash__orders-table__item:first-of-type {
  width: 28px;
  position: absolute;
  left: 0;
  top: 0;
  height: 66px;
}

.dash__orders-table__item:nth-of-type(2) {
  width: 18%;
  padding-left: 28px;
}

.dash__orders-table__item:nth-of-type(3) {
  width: 14%;
}

.dash__orders-table__item:nth-of-type(4) {
  width: 13%;
}

.dash__orders-table__item:nth-of-type(5) {
  width: 35%;
  font-size: 15px;
}

.dash__orders-table__item:nth-of-type(6) {
  width: 20%;
}

.dash__orders-table .btn {
  padding: 7px 0;
  text-align: center;
  width: 100%;
}

.dash__orders .pending,
.dash__orders .accepted {
  color: #fedac2;
}

.dash__orders .processing {
  color: #e3efcb;
}

.dash__orders .sent {
  color: #c6cde9;
}

.dash__orders .finished,
.dash__orders .done {
  color: #b4e9d7;
}

.dash__orders .rejected,
.dash__orders .cancelled {
  color: #ff1e43;
}

.open-table-dropdown {
  cursor: pointer;
  background-image: url("../dsg/icons/chevron_down-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border-bottom: none;
  transition: 0.3s;
}

.open-table-dropdown.active {
  transform: rotate(180deg);
}

.dash__orders-table__dropdown {
  width: 100%;
  padding: 20px 0 20px 28px;
  background-color: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  display: none;
}

.dash__orders-table__dropdown.active {
  display: flex;
}

.dropdown-left {
  width: 30%;
}

.dropdown-right {
  width: 70%;
}

.dropdown-left span {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.dropdown-left ul {
  display: block;
  list-style: none;
  font-size: 14px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 992px) {
  .dropdown-item {
    padding: 12px 0;
  }
}

.dropdown-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.dropdown-item:first-of-type {
  padding-top: 0;
}

.dropdown-item__img {
  margin-right: 20px;
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 48px;
  overflow: hidden;
}

.dropdown-item__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  transition: 0.5s ease;
}

.dropdown-item__name {
  width: 250px;
  font-weight: 500;
  font-size: 14px;
}

.dropdown-item__amount {
  width: 100px;
  font-size: 14px;
  margin-left: auto;
}

.dropdown-item__price {
  font-size: 14px;
}

.sc-cart-inner {
  background-color: white;
}
.sc-checkout {
  background-color: transparent;
  padding: 260px 0 52px;
}
@media (max-width: 992px) {
  .sc-checkout {
    padding: 120px 0 40px;
  }
}
@media (max-width: 576px) {
  .sc-checkout {
    padding: 60px 0 40px;
  }
}

.checkout-1 {
  max-width: 420px;
}

.checkout-2,
.checkout-3 {
  max-width: 680px;
}

.checkout__login-form {
  margin-top: 60px;
}

.checkout__login-form .btn {
  width: 100%;
  text-align: center;
}

.sc-checkout__btns {
  background-color: transparent;
}

.sc-checkout__btns .container {
  max-width: 740px;
}

.checkout__btns {
  padding: 52px 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .checkout__btns {
    padding: 12px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.checkout__btns .btn {
  margin: 8px 5px;
  border-color: #c9c9c9;
}
@media (max-width: 576px) {
  .checkout__btns .btn {
    width: 60%;
  }
}

.checkout-step {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.checkout-step.active {
  display: block;
}

.checkout-step .register-modal__checkbox {
  justify-content: flex-start;
}

.checkout-step .register-modal__checkbox .checkbox {
  margin-left: 0;
  margin-right: 14px;
}

.checkout-step textarea.input {
  margin-top: 40px;
  height: 40px;
  resize: none;
  margin-bottom: 0;
}

.checkout-step input:focus:required:invalid {
  background-color: white;
  border: 1px solid #ff1e43;
}

.input.error {
  border: 1px solid #ff1e43;
}

.checkout-step__error {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ff99a4;
  font-size: 15px;
}

.checkout-step__error img {
  width: 16px;
  margin-right: 12px;
}

.checkout-step__error span {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-step__info-item {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-top: 1px solid #e4e4e4;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .sucheckout-step__infomary-item {
    padding: 20px 0;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .checkout-step__info-item {
    padding: 16px 0 10px;
    font-size: 13px;
    flex-direction: column;
  }

  .checkout-step__info-item span {
    margin-bottom: 8px;
  }
}

.checkout-step__items {
  margin-bottom: 20px;
}

.checkout-step .dropdown-item {
  border: none;
  padding: 8px 0;
}

@media (max-width: 576px) {
  .checkout-step .dropdown-item {
    display: block;
  }
}

.checkout-step .dropdown-item__img {
  margin-right: 32px;
}

.checkout-step .dropdown-item__amount,
.checkout-step .dropdown-item__price {
  width: auto;
}

.checkout-step .dropdown-item__name,
.checkout-step .dropdown-item__amount,
.checkout-step .dropdown-item__price {
  font-size: 15px;
}

@media (max-width: 576px) {
  .checkout-step .dropdown-item__name,
  .checkout-step .dropdown-item__amount,
  .checkout-step .dropdown-item__price {
    display: block;
    margin-top: 4px;
  }
}

.checkout-step .dropdown-item__price {
  margin-left: auto;
}

.checkout-step__payment {
  width: 100%;
  border: 1px solid #282828;
  margin-top: 12px;
}

.checkout-step__payment-item {
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 24px 24px 8px;
}

.checkout-step__payment-item:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.checkout-step__radio {
  display: flex;
}

.checkout-step__radio .radio {
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #cacaca;
  margin-right: 28px;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .checkout-step__radio .radio {
    margin-right: 16px;
  }
}

.checkout-step__radio-text {
  font-size: 14px;
  color: #686868;
}

.checkout-step__radio-text span {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  color: #282828;
}

.checkout-step__radio .radio input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkout-step__radio .radio input:checked ~ .checkmark {
  background-color: #019ad0;
}

.checkout-step__radio .radio .checkmark {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  pointer-events: none;
  transition: 0.3s;
}

.card-input {
  width: 100%;
  max-width: 312px;
  outline: none;
  height: 34px;
  display: block;
  padding: 0 16px;
  font-size: 15px;
  color: #282828;
  font-weight: 600;
  margin-top: 2px;
}

.card-input.secondary {
  width: 100%;
  max-width: 140px;
  padding: 0 12px;
  font-size: 15px;
  margin-right: 20px;
}

.payment-card__input {
  font-size: 13px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .payment-card__input {
    width: 100%;
  }
}

.checkout-step__payment-card .cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-step__payment-card .cards img {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .checkout-step__payment-card .cards img {
    margin-right: 16px;
    margin-left: 0;
    margin-top: 16px;
  }
}

.checkout-step__payment-card {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .checkout-step__payment-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.checkout-step__payment-card-info {
  display: flex;
}

@media (max-width: 576px) {
  .checkout-step__payment-card-info {
    display: block;
  }
}

.checkout-step__payment-form .register-modal__checkbox {
  margin-top: 16px;
}

.checkout-step__payment-form
  .register-modal__checkbox
  .register-modal__checkbox-text {
  font-size: 14px;
}

.checkout-step__payment-details {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.payment-detail {
  width: 50%;
  padding-right: 20px;
  padding-top: 24px;
}
@media (max-width: 576px) {
  .payment-detail {
    width: 100%;
    padding-right: 0;
  }
}
.payment-detail.contact {
  width: 100%;
  padding-right: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #cacaca;
}

.payment-detail span {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.payment-detail ul {
  display: block;
  list-style: none;
  color: #686868;
  font-size: 15px;
}
.payment-detail ul li {
  display: flex;
}
.payment-detail ul li span {
  font-size: 15px;
  margin-right: 8px;
}
.payment-detail ul li a:hover {
  text-decoration: underline;
}

.finish-order {
  padding: 15px 20px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

.checkout-header {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .checkout-header {
    margin-bottom: 40px;
  }
}

.checkout-header__item {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #c9c9c9;
}
.checkout-header__item.active,
.checkout-header__item.done {
  color: #282828;
}

.checkout-header__item:before {
  content: "";
  position: absolute;
  top: 14px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #c9c9c9;
}
.checkout-header__item.active:before,
.checkout-header__item.done:before {
  background-color: #019ad0;
}

.checkout-header__item-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.checkout-header__item.active .checkout-header__item-icon {
  background-color: #019ad0;
  border-color: #019ad0;
  color: #fff;
}
.checkout-header__item.done .checkout-header__item-icon {
  background-color: #fff;
  border-color: #019ad0;
  color: transparent;
  background-image: url("../dsg/icons/check-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.checkout-header__item-text {
  font-size: 15px;
  text-align: center;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .checkout-header__item-text {
    font-size: 13Spx;
  }
}

.dash__orders-pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.pagination-left,
.pagination-right {
  height: 18px;
  width: 20px;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
}
.pagination-left {
  transform: rotate(180deg);
}

.pagination-item {
  margin: 0 5px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.pagination-item.active {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .safari_only {
    padding-bottom: 150px; //resize
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.cookies a {
  color: #fff;
  font-weight: 600;
}
.cookies-button {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px;
  background-color: black;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  color: #fff;
}
.cookies-button:hover {
  background-color: #363636;
}

@media only screen and (max-width: 650px) {
  .cookies {
    width: 100%;
  }
}

.sc-blog-list {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .sc-blog-list {
    padding: 80px 0;
  }
}

.sc-blog-list .container {
  /*max-width: 740px;*/
}

@media (max-width: 576px) {
  .sc-blog-list .container {
    max-width: calc(100% - 40px);
  }
}

.sc-blog-list .store-item__img img {
  width: 100%;
  height: 100%;
}
.sc-blog-list .store-item__img img {
  width: 100%;
  height: 100%;
}

.blog-list__double .blog-item {
  width: calc(50% - 24px);
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .blog-list__double .blog-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .blog-list__double .blog-item {
    width: calc(50% - 4px);
  }
}

.blog-list__main {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px;
}

.blog-item {
  display: block;
  padding-bottom: 28px;
}

.blog-item__img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  transition: 0.3s ease;
}

.blog-item:hover .blog-item__img img {
  transform: scale(1.1);
}

.blog-item:hover .blog-item__title h4,
.blog-item:hover .blog-item__title h2 {
  color: black;
}

.blog-item__desc {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.6;
}
@media (max-width: 576px) {
  .blog-item__desc {
    display: block;
  }
}

.blog-item__desc-separator {
  margin: 0 8px;
}

@media (max-width: 576px) {
  .blog-item__desc-separator {
    display: none;
  }
}

.blog-item__title h2,
.blog-item__title h4 {
  font-weight: 700;
  transition: 0.3s ease;
  text-align: left;
}

.blog-list__double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-list__double .blog-item .blog-item__desc,
.blog-list__single .blog-item .blog-item__desc {
  font-size: 10px;
  margin-top: 12px;
}

.blog-list__double .blog-item .blog-item__desc-separator,
.blog-list__single .blog-item .blog-item__desc-separator {
  margin: 0 4px;
}

.blog-list__single .blog-item {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  border-top: 1px solid #e5e5e5;
}

.blog-list__single .blog-item__img {
  width: 180px;
  height: 180px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .blog-list__single .blog-item__img {
    width: 120px;
    height: 120px;
  }
}

.blog-list__single .blog-item__content {
  width: calc(100% - 200px);
}

@media (max-width: 576px) {
  .blog-list__single .blog-item__content {
    width: calc(100% - 140px);
  }
}

#delivery_other {
  padding: 30px;
  border-radius: 6px;
  background-color: #fbfbfb;
}

.index-categories {
  padding: 40px 0px;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.index-categories .index-cat {
  width: 32%;
}

@media (max-width: 576px) {
  .index-categories {
    gap: 5px;
  }
  .index-categories .index-cat {
    width: 100%;
  }
}

.index-question-contact {
  padding: 15px;
  text-align: center;
  font-weight: 100;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  color: black;
}

.about-heaven {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-heaven.reverse {
  flex-direction: row-reverse;
}
.about-heaven-box.left {
  width: 40%;
}
.about-heaven-box.right {
  width: 60%;
}
.about-heaven.reverse .about-heaven-box.left {
  text-align: right;
}
.about-heaven-box h2 {
  text-align: left;
}
@media (max-width: 576px) {
  .about-heaven-box,
  .about-heaven-box.left,
  .about-heaven-box.right {
    width: 100%;
    text-align: center;
  }
  .about-heaven.reverse .about-heaven-box.left {
    text-align: center;
  }
  .about-heaven.reverse {
    flex-direction: row;
  }
  .about-heaven-box h2 {
    text-align: center;
  }
}

.enovice {
  display: flex;
  flex-wrap: wrap;
}
.enovice-left {
  width: 50%;
  text-align: left;
}
.enovice-right {
  width: 50%;
}
@media (max-width: 576px) {
  .enovice-left {
    width: 100%;
  }
  .enovice-left h3 {
    margin-bottom: 10px;
  }
  .enovice-right {
    width: 100%;
  }
}

.services {
  background: linear-gradient(to right, #a73394, #019ad0);
  padding: 40px;
  border-radius: 6px;
}
.services-holder {
  display: flex;
  flex-wrap: wrap;
}
.services-left {
  width: 70%;
  padding-top: 10px;
}
.services-right {
  width: 30%;
}
@media (max-width: 576px) {
  .services-left {
    width: 100%;
  }
  .services-right {
    margin-top: 20px;
    width: 100%;
  }
}

.item-icons {
  /*
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  */
}

.item-icons .item-icon {
  clear: both;
  line-height: 40px;
}
.item-icons .item-icon img {
  height: 40px;
  float: left;
  margin-right: 10px;
}

hr {
  clear: both;
  border: none;
  padding: 10px;
}

.blog-list__single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-list__single__left {
  width: 48%;
}
.blog-list__single__right {
  width: 48%;
}
.blog-list__single__left.salon-item {
  width: 28%;
}
.blog-list__single__right.salon-item {
  width: 68%;
}

@media (max-width: 576px) {
  .blog-list__single__left {
    width: 100%;
  }
  .blog-list__single__right {
    margin-top: 20px;
    width: 100%;
  }
}

.store-item__title.blog-item-title {
  height: 51px;
  overflow: auto;
  white-space: normal;
}

@media (max-width: 576px) {
  iframe {
    width: 100%;
  }
}

.header-bottom {
  color: #fff;
  font-size: 18px;
  height: 54px;
  text-align: left;
  line-height: normal;
  /*background-color: #3279b9;*/
  /*background-color: #a73394;*/
  /*background: linear-gradient(to right, #a73394, #019ad0);*/
}
@media (max-width: 768px) {
  .header-bottom {
    background-color: #3279b9;
    font-size: 13px;
    min-height: calc(calc(var(--vh, 1vh) * 100) - 52px);
    position: fixed;
    top: 52px;
    width: 100%;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  .header-bottom .container {
    max-width: 100%;
    width: 100%;
  }
  .open-main-menu .header-bottom {
    opacity: 1;
    pointer-events: auto;
  }
  .open-dropdown-menu .header-bottom {
    overflow: hidden;
  }
}

.header-bottom__item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-bottom__item {
    padding: 17px;
    border-bottom: 1px solid #588abe;
  }
}

.header-bottom__item.has-dropdown {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E")
    no-repeat left center / 16px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header-bottom__item.has-dropdown {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E")
      no-repeat left 16px center / 16px;
    padding-left: 48px;
  }
}

.header-bottom__item.has-dropdown.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
    no-repeat left center / 18px;
}
@media (max-width: 768px) {
  .header-bottom__item.has-dropdown.active {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
      no-repeat left 16px center / 18px;
  }
}

.header-bottom a {
  text-decoration: none;
}

.header-bottom__item &gt; a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.header-bottom__items {
  display: flex;
  height: 100%;
  gap: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .header-bottom__items {
    height: auto;
    flex-direction: column;
    gap: 0;
  }
}

.header__dropdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  width: calc(100% + 40px);
  cursor: auto;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header__dropdown {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .header__dropdown {
    width: 100%;
    left: 0;
    top: 50px;
  }
}

.header__dropdown-title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px 12px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header__dropdown-title {
    pointer-events: auto;
    padding: 20px 20px 12px 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")
      no-repeat left 13px top 18px / 20px;
  }
}
@media (max-width: 768px) {
  .header__dropdown-title {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")
      no-repeat left 13px top 10px / 20px;
  }
}

.header__dropdown-level1,
.header__dropdown-level2,
.header__dropdown-level3,
.header__dropdown-level4 {
  cursor: auto;
  background-color: #fff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 75vh;
  flex-direction: column;
  display: none;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .header__dropdown-level1,
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    transform: translateX(100%);
    display: flex;
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    box-shadow: none;
    transition: 0.5s ease;
  }
}
@media (max-width: 768px) {
  .header__dropdown-level1,
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    height: calc(calc(var(--vh, 1vh) * 100) - 102px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 102px);
  }
}

.header__dropdown-level1.active,
.header__dropdown-level2.active,
.header__dropdown-level3.active,
.header__dropdown-level4.active {
  display: flex;
}
@media (max-width: 992px) {
  .header__dropdown-level1.active,
  .header__dropdown-level2.active,
  .header__dropdown-level3.active,
  .header__dropdown-level4.active {
    transform: translateX(0%);
  }
}

.header__dropdown-items {
  overflow: auto;
  flex: 0 1 auto;
  padding: 0 20px 8px;
}
@media (max-width: 992px) {
  .header__dropdown-items {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .header__dropdown-items {
    padding: 0 0 28px;
  }
}

.header__dropdown-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #333;
  padding: 4px 0;
  min-height: 48px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .header__dropdown-item {
    border-bottom: 1px solid rgb(228, 228, 228);
  }
}

.header__dropdown-item:hover,
.header__dropdown-item.active {
  color: #019ad0;
}

.header__dropdown-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header__dropdown-item__title {
  font-size: 15px;
}

.header__dropdown-item.has-submenu {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat right center / 20px;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .header__dropdown-item {
    padding: 6px 12px;
  }
  .header__dropdown-item.has-submenu {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
      no-repeat right 12px center / 20px;
    padding-right: 28px;
  }
}

.header__dropdown-level2,
.header__dropdown-level3,
.header__dropdown-level4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
@media (max-width: 992px) {
  .header__dropdown-level2,
  .header__dropdown-level3,
  .header__dropdown-level4 {
    position: fixed;
  }
}

.header__dropdown-show-all {
  padding: 12px 20px;
}

.header__dropdown-show-all a {
  transition: 0.3s;
  color: #019ad0;
  font-size: 14px;
  font-weight: 400;
  padding-right: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat right center / 16px;
}

.header__dropdown-show-all a:hover {
  text-decoration: underline;
}

.header__dropdown-item.on-sale {
  color: #dc3d3d;
  font-weight: 500;
}

.header__dropdown-item.new {
  color: #019ad0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .header__dropdown-level1 &gt; .header__dropdown-title {
    background: none;
    padding-left: 20px;
    pointer-events: none;
  }
}

.show-more-items {
  color: #178cc5;
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  padding-right: 20px;
  background-size: 16px;
}

.show-more-items:hover {
  text-decoration: underline;
}

.category-title {
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
}

.category-header {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-right: 80px;
}
@media (max-width: 576px) {
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
  }
}

.enovice-wrapper {
  background-color: black;
  /*background: linear-gradient(to right, #a73394, #019ad0);*/
  background-image: url(../dsg/header_bg.jpg);
  background-size: cover;
  color: white;
  padding: 68px 0;
}

@media (max-width: 768px) {
  .enovice-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .enovice {
    gap: 20px;
  }
}

.enovice h3 {
  font-size: 28px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .enovice h3 {
    font-size: 20px;
  }
}

.sc-instagram-gallery {
  /*background-color: #fafafa;*/
  padding: 60px 0;
}

.sc-instagram-gallery .category-title {
  font-weight: 400;
}

.instagram-gallery__hash {
  flex-shrink: 0;
  background: linear-gradient(to right, #a73394, #019ad0);
  padding: 12px 20px;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
}

@media (max-width: 576px) {
  .instagram-gallery__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.instagram-gallery__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

@media (max-width: 576px) {
  .instagram-gallery__subtitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .instagram-gallery__hash {
    font-size: 15px;
    padding: 10px 16px;
  }
}

.sc-hero-slider {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .sc-hero-slider .container {
    max-width: 100%;
    width: 100%;
  }
}

.incategory .store-item {
  width: 25%;
}

@media (max-width: 992px) {
  .incategory .store-item {
    width: 50%;
  }
}

.store-filters {
  max-height: calc(100vh - 180px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .store-filters {
    max-height: none;
  }
}

.store-filters a {
  transition: 0.3s ease;
  font-size: 13px;
  margin-bottom: 4px;
}

.store-filters a:hover {
  color: #019ad0;
}

.store-filters__title {
  font-size: 15px;
  font-weight: 400;
  border-top: 1px solid #fafafa;
  padding: 12px 28px 12px 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.store-filters__group:first-of-type .store-filters__title {
  border-top: none;
}

.store-filters__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23019ad0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
    no-repeat center / 20px;
  transform: scaleY(1);
  transition: 0.3s ease;
}

.store-filters__title.active:after {
  transform: scaleY(-1);
}

.store-filters__items {
  padding: 12px 0;
  display: none;
}
.store-filters__items.open {
  display: block;
}
@media (max-width: 992px) {
  .store-filters__items.open {
    display: none;
  }
}

.store-filters__repeater-items {
  display: flex;
  flex-direction: column;
}

.brands-category-title {
  font-size: 24px;
  color: #178cc5;
  padding: 10px 0;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .brands-category-title {
    font-size: 20px;
  }
}

.grid-container.artist-list {
  margin-bottom: 28px;
  gap: 4px 12px;
  font-size: 14px;
  grid-template-rows: initial;
  grid-template-areas: initial;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 576px) {
  .grid-container.artist-list {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-container a {
  transition: 0.3s ease;
}

.grid-container a:hover {
  color: #178cc5;
}

.header-bottom__old-menu-items ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .header-bottom__old-menu-items ul {
    height: auto;
    flex-direction: column;
    align-items: initial;
    gap: 0;
  }
}

.header-bottom__old-menu-items ul a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .header-bottom__old-menu-items ul a {
    padding: 17px;
    border-bottom: 1px solid #588abe;
    display: flex;
  }
}

.header-bottom__item &gt; a {
  font-weight: 400;
}

.cart-inner .title h1 {
  text-align: left;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cart-inner .title h1 {
    font-size: 24px;
  }
}

.cart-inner .title {
  margin-bottom: 20px;
}

.mobile-hamburger {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    background: #3279b9
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E")
      no-repeat center center / 24px;
  }
  .open-main-menu .mobile-hamburger {
    background: #3279b9
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")
      no-repeat center center / 24px;
  }
}

@media (max-width: 768px) {
  .header-main .container {
    max-width: 100%;
    width: 100%;
    padding-right: 16px;
  }
}

.product-single__in-stock {
  color: #73d973;
  font-size: 14px;
  font-weight: 400;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2373d973' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E")
    no-repeat left center / 18px;
  padding: 4px;
  padding-left: 24px;
  margin-bottom: 20px;
}

.product-single__out-of-stock {
  color: #f14143;
  font-size: 14px;
  font-weight: 400;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f14143' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x-circle'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E")
    no-repeat left center / 18px;
  padding: 4px;
  padding-left: 24px;
  margin-bottom: 20px;
}

.product-single__last-stock {
  font-size: 14px;
  font-weight: 400;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f14143' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E")
    no-repeat left center / 18px;
  padding: 4px;
  padding-left: 24px;
}

.product-single__recommend {
  margin: 20px 0;
}

.product-single__recommend-title {
  font-weight: 400;
  font-size: 14px;
}

.product-single__recommend-box,
.product-single__other-box {
  /*border: 0.5px solid #3279b9;*/
  /*border: 0.5px solid #cecece;*/
  /*background-color: #eaf0f7;*/
  background-color: #fafafa;
  padding: 20px 36px 20px 70px;
  margin-top: 8px;
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: relative;
  transition: 0.3s ease;
}

.product-single__recommend-box:hover,
.product-single__other-box:hover {
  background-color: #fff;
}

/*
.product-single__recommend-box:after,
.product-single__other-box:after {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233279b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat center center / 24px;
}
*/

.product-single__recommend-box strong,
.product-single__other-box strong {
  font-weight: 400;
}

.product-single__recommend__link,
.product-single__other-box__link {
  color: #3279b9;
  text-decoration: underline;
  margin-top: 8px;
}

.product-single__recommend__link:hover,
.product-single__other-box__link:hover {
  text-decoration: none;
}

.product-single__recommend__icon,
.product-single__other-box__icon {
  position: absolute;
  left: 18px;
  /*top: 18px;*/
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 30px;
}

.product-single__recommend-text-title,
.product-single__other-box__text-title {
  font-weight: 400;
  margin-bottom: 8px;
}

.product-single__badges {
  margin-top: 24px;
}

.product-single__badge {
  margin-top: -1px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 20px;
  font-size: 14px;
}

.product-single__badge-title {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 4px;
}

.product-single__badge-text a {
  color: #3279b9;
  text-decoration: underline;
  font-weight: 400;
}

.product-single__other-text {
  font-size: 12px;
  margin: 12px 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-gap: 8px;
  align-items: center;
  line-height: 1;
}

.product-single__other-text a {
  color: #3279b9;
  text-decoration: underline;
  font-weight: 400;
}

.product-single__other-box {
}

.product-single__other {
  margin: 20px 0 40px;
}

.product-single__other-box {
  margin-top: -1px;
  background-color: #fff;
  /*border: 1px solid #ececec;*/
}

.product-single__other-box:hover {
  background-color: #fafafa;
}

.store-items__sort-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
  z-index: 11;
}

@media (max-width: 768px) {
  .store-items__sort-wrapper {
    margin: 16px 0;
  }
}

.store-items__sort {
  position: relative;
}

.store-items__sort-btn {
  width: 240px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #cecece;
  padding: 4px 28px 4px 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
.store-items__sort-btn:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%233279b9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-sliders'%3E%3Cline x1='4' y1='21' x2='4' y2='14'/%3E%3Cline x1='4' y1='10' x2='4' y2='3'/%3E%3Cline x1='12' y1='21' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12' y2='3'/%3E%3Cline x1='20' y1='21' x2='20' y2='16'/%3E%3Cline x1='20' y1='12' x2='20' y2='3'/%3E%3Cline x1='1' y1='14' x2='7' y2='14'/%3E%3Cline x1='9' y1='8' x2='15' y2='8'/%3E%3Cline x1='17' y1='16' x2='23' y2='16'/%3E%3C/svg%3E")
    no-repeat center center / 20px;
}
.store-items__sort-btn:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233279b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat center center / 20px;
  transform: rotate(90deg);
}

.store-items__sort-dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #cecece;
  transition: 0.3s ease;
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
  padding: 6px 0;
}

.store-items__sort-item {
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.store-items__sort-item:hover {
  background-color: #fafafa;
}

.store-items__sort.active .store-items__sort-dropdown {
  opacity: 1;
  pointer-events: auto;
}

.store-items__sort.active .store-items__sort-btn:after {
  transform: rotate(270deg);
}

.range-slider {
  position: relative;
  width: 100%;
}

.range-slider__top {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  grid-gap: 12px;
  position: relative;
  align-items: center;
}
.range-slider__top span {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}

.range-slider__top .input {
  border: 1px solid #cecece;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.range-slider-container input {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  outline: none;
  background: linear-gradient(#cecece, #cecece) no-repeat center;
  background-size: 100% 6px;
  pointer-events: none;
}
.range-slider-container input:active,
.range-slider-container input:focus {
  outline: none;
}
.range-slider-container input::-webkit-slider-thumb {
  height: 20px;
  width: 8px;
  background-color: #178cc5;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  z-index: 2;
}
.range-slider-container input::-moz-range-thumb {
  height: 20px;
  width: 8px;
  background-color: #178cc5;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  z-index: 2;
}
.range-slider-container input {
  position: absolute;
}
.range-slider-container input:nth-child(2) {
  background: none;
}

.range-slider-container {
  width: 100%;
  position: relative;
  height: 20px;
  margin: 20px 0;
}

.range-slider-container .indicator {
  position: absolute;
  top: 0;
  height: 6px;
  width: 100%;
  margin: auto;
  background: linear-gradient(to right, #a73394, #019ad0);
  z-index: 1;
  bottom: 0;
}

.store-filters__price-btn {
  width: 100%;
  text-align: center;
  border: none;
}

.store-filters__checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 6px;
}

.store-filters__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.store-filters__checkbox-checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cecece;
  transition: 0.3s ease;
}

.store-filters__checkbox input:checked ~ .store-filters__checkbox-checkmark {
  background-color: #019ad0;
  border-color: #019ad0;
}

.store-filters__checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.store-filters__checkbox
  input:checked
  ~ .store-filters__checkbox-checkmark:after {
  display: block;
}

.store-filters__checkbox-checkmark:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.dont-miss-slider__wrap,
.more-choice-slider__wrap,
.brands__wrap {
  padding: 60px 0 40px;
}

@media (max-width: 992px) {
  .dont-miss-slider__wrap,
  .more-choice-slider__wrap,
  .brands__wrap {
    padding: 40px 0 20px;
  }
}

.dont-miss-slider,
.more-choice-slider,
.brands-slider {
  margin-top: 30px;
  padding: 10px 0;
}

.new-slider-arrows,
.reviews-slider__arrows {
  position: relative;
  width: 100%;
  height: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: -12px;
}
@media (max-width: 576px) {
  .new-slider-arrows,
  .reviews-slider__arrows {
    gap: 4px;
  }
}

.new-slider-arrow {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  transform: none;
  display: block;
  position: relative;
  height: 32px;
  width: 32px;
  color: transparent;
  background-color: transparent;
  border: none;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  .new-slider-arrow {
    height: 24px;
    width: 24px;
  }
}
.new-slider-arrow.swiper-button-prev {
  transform: rotate(180deg);
}

.dont-miss-slider__slide,
.more-choice-slider__slide,
.the-best__tab,
.brands-slider__slide {
  transition: 0.3s ease;
  display: flex;
  width: 100%;
}
.brands-slider__slide {
  padding: 12px 40px;
}
@media (max-width: 576px) {
  .brands-slider__slide {
    padding: 12px 20px;
  }
}

.dont-miss-slider__slide img,
.the-best__tab img,
.more-choice-slider__slide img,
.brands-slider__slide img {
  width: 100%;
}

.dont-miss-slider__slide:hover,
.the-best__tab:hover,
.more-choice-slider__slide:hover {
  transform: translateY(-6px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
}

.best-deals__wrap,
.extra-banners__wrap {
  padding: 80px 0;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .best-deals__wrap,
  .extra-banners__wrap {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .best-deals__wrap,
  .extra-banners__wrap {
    padding: 40px 0;
  }
}

.best-deals {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .best-deals {
    grid-gap: 12px;
  }
}
@media (max-width: 576px) {
  .best-deals {
    grid-template-columns: repeat(4, 1fr);
  }
}

.best-deals__item {
  width: 100%;
  display: flex;
  grid-column: span 2;
}

.best-deals__item:nth-of-type(4),
.best-deals__item:nth-of-type(5) {
  grid-column: span 3;
}
@media (max-width: 576px) {
  .best-deals__item:nth-of-type(4),
  .best-deals__item:nth-of-type(5) {
    grid-column: span 2;
  }
  .best-deals__item:nth-of-type(3),
  .best-deals__item:nth-of-type(6) {
    grid-column: span 4;
  }
}

.best-deals__item img {
  width: 100%;
}

.extra-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .extra-banners {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.extra-banner {
  display: flex;
  width: 100%;
  background-color: #3279b9;
  color: #fff;
  position: relative;
  min-height: 280px;
}
@media (max-width: 992px) {
  .extra-banner.main {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .extra-banner {
    min-height: 200px;
  }
  .extra-banner.main {
    min-height: 300px;
  }
}

.extra-banner.reverse {
  justify-content: flex-end;
}

.extra-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.extra-banner__content {
  position: relative;
  z-index: 1;
  padding: 40px;
  width: 50%;
  background-color: #178cc5;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .extra-banner__content {
    padding: 20px;
    font-size: 11px;
  }
}
.extra-banner.main .extra-banner__content {
  width: 100%;
  background-color: transparent;
  display: block;
}
.extra-banner.main .extra-banner__img {
  width: 100%;
}
.extra-banner.reverse .extra-banner__img {
  right: auto;
  left: 0;
}

.extra-banners__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .extra-banners__right {
    grid-gap: 12px;
  }
}

.extra-banner .btn {
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .extra-banner .btn {
    margin-top: 12px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

.extra-banner .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #178cc5;
}

.extra-banner__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .extra-banner__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.header-info-icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: relative;
  background-image: url("../dsg/icons/info.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .header-info-icon {
    height: 24px;
    width: 24px;
  }
}

.info-modal__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}
@media (max-width: 576px) {
  .info-modal__content {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.info-modal__item {
  margin-bottom: 24px;
  color: #282828;
}

.info-modal__item a {
  color: #178cc5;
  text-decoration: underline;
  transition: 0.3s ease;
}

.info-modal__item &gt; * {
  display: flex;
}

.info-modal__item span {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0;
}

.info-modal__item img {
  margin-bottom: 12px;
  width: 32px;
}

.info-modal__right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}
.info-modal__right a:hover {
  color: #178cc5;
}

.product-single__popup {
  position: sticky;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #fafafa;
  z-index: 1;
  background-color: #fff;
  transition: 0.3s ease;
}
.product-single__popup.visible {
  bottom: 0;
}
@media (max-width: 576px) {
  .product-single__popup {
    height: 46px;
    bottom: -46px;
  }
  .product-single__popup .container {
    max-width: calc(100% - 8px);
  }
}

.product-single__popup-inner {
  display: grid;
  grid-template-columns: 80px 1fr auto 80px;
  grid-gap: 8px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 576px) {
  .product-single__popup-inner {
    grid-template-columns: 60px 1fr 60px;
    grid-gap: 12px;
  }
}

.product-single-popup__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
@media (max-width: 576px) {
  .product-single-popup__img {
    padding: 8px;
  }
}

.product-single-popup__img img {
  width: 100%;
  max-height: 36px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .product-single-popup__img img {
    max-height: 28px;
  }
}

.product-single-popup__btn {
  background: linear-gradient(to right, #a73394, #019ad0);
  width: 100%;
  cursor: pointer;
  height: 60px;
  position: relative;
  margin-top: -1px;
  transition: 0.3s ease;
}
.product-single-popup__btn:hover {
  opacity: 0.6;
}
.product-single-popup__btn:before {
  width: 100%;
  height: 100%;
  background-image: url("../dsg/icons/shopping-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  content: "";
}
@media (max-width: 576px) {
  .product-single-popup__btn {
    height: 40px;
  }
}

.product-single-popup__text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 576px) {
  .product-single-popup__text {
    display: none;
  }
}

.product-single-popup__price {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .product-single-popup__price {
    text-align: right;
  }
}

.more-choice-slider__slide,
.the-best__tab {
  padding: 5px 12px;
  border: 1px solid #ececec;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.more-choice-slider .swiper-slide {
  height: auto;
}

.store-items .more-choice-slider__wrap {
  width: 100%;
}

.store-items .more-choice-slider__wrap .container {
  width: 100%;
  max-width: 100%;
}

.store-items .more-choice-slider__slide {
  padding: 4px 2px;
  gap: 8px;
  font-size: 14px;
}

.store-items .more-choice-slider__slide img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.product-single__countdown {
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 1400px) {
  .product-single__countdown {
    grid-template-columns: 1fr;
  }
}

.product-single__countdown.is-finished {
  display: none;
}

.product-single__countdown-right {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 4px;
  align-items: center;
}

.product-single__countdown-right div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 1400px) {
  .product-single__countdown-right div {
    width: 100%;
  }
}

.product-single__countdown-right div span {
  font-weight: 800;
  font-size: 28px;
  background: -webkit-linear-gradient(30deg, #a73394, #019ad0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-single__brand {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.product-single__brand img {
  width: 100px;
  flex-shrink: 0;
}

.product-single__brand-delivery {
  font-weight: 300;
  font-size: 12px;
  margin-left: auto;
  padding: 4px 12px;
  background-color: #eee;
  line-height: normal;
  border-radius: 16px;
}

.product-single__in-stock span,
.product-single__out-of-stock span {
  font-size: 12px;
  color: grey;
  font-weight: 300;
}

.product-single__rating {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 32px;
}

.product-single__rating-stars {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 20px);
  gap: 2px;
}

.product-single__price-saving {
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
}

.product-single__price-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.product-single__price-tooltip {
  position: relative;
}

.product-single__price-tooltip .open-tooltip {
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.product-single__price-tooltip-popup {
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 240px;
  background-color: white;
  font-size: 12px;
  z-index: 1;
  cursor: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  transform: translateY(20px);
  padding: 16px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.product-single__price-tooltip.is-active .product-single__price-tooltip-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.product-single__price-tooltip-popup .close-tooltip {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 20px;
  width: 20px;
  background-image: url("../dsg/icons/iks-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
}

.product-single__left-content {
  position: sticky;
  top: 200px;
}

.product-single__user {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.product-single__user-img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.product-single__user-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-single__user-text {
  font-size: 14px;
  line-height: 1.2;
}

.product-single__user-text a {
  text-decoration: underline;
  color: #019ad0;
}

.product-single__bonus {
  background-color: #eee;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.product-single__bonus-img {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single__bonus-img img {
  height: 90%;
  width: 90%;
  object-fit: contain;
}

.product-single__bonus-text {
  font-size: 12px;
  line-height: 1.2;
}

.product-single__add-immediately {
  width: 100%;
  margin-top: -16px;
  margin-bottom: 28px;
}

.add-to-cart-immediately {
  width: 100%;
  border: none;
  color: #fff;
  background: linear-gradient(to right, #a73394, #019ad0);
  min-height: 48px;
  font-weight: 400;
  font-size: 16px;
}

.product-single__accordions {
  margin-bottom: 20px;
}

.product-single__accordion {
  border: 1px solid #eee;
  margin-bottom: 8px;
}

.product-single__accordion-title {
  position: relative;
  padding: 16px 28px 16px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}
.product-single__accordion-title:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-image: url("../dsg/icons/chevron_down-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}

.product-single__accordion.active .product-single__accordion-title,
.product-single__accordion-title:hover {
  color: #019ad0;
}

.product-single__accordion-text {
  padding: 0 28px 16px 16px;
  font-size: 14px;
  display: none;
}

.product-single__accordion.active .product-single__accordion-title:after {
  transform: scaleY(-1);
}

.product-single__lower-price {
  display: flex;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 16px;
  font-size: 13px;
  background-color: #d2e6fe;
  line-height: 1;
  transition: 0.3s ease;
  position: relative;
}

.product-single__lower-price:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-image: url("../dsg/icons/chevron_forward-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}

.product-single__lower-price:hover {
  background-color: #fff;
}

.product-single__lower-price:hover:after {
  right: 4px;
}

.sc-product-special {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.special-offer {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 20% 10% 20% 10% 30%;
}

@media (max-width: 992px) {
  .special-offer {
    grid-template-columns: 25% 10% 25% 10% 30%;
  }
}
@media (max-width: 768px) {
  .special-offer {
    grid-template-columns: 40% 20% 40%;
  }
}

.special-offer .store-item__bottom {
  cursor: auto;
  gap: 0;
}

.special-offer .store-item {
  width: 100%;
}

.special-offer-plus {
  height: 100%;
  position: relative;
}

.special-offer-plus:before {
  content: "";
  height: 28px;
  width: 4px;
  background-color: #282828;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.special-offer-plus:after {
  content: "";
  height: 4px;
  width: 28px;
  background-color: #282828;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .special-offer-plus:before {
    height: 14px;
    width: 2px;
  }

  .special-offer-plus:after {
    height: 2px;
    width: 14px;
  }
}

.special-offer-equals {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .special-offer-equals {
    grid-column: 1 / 4;
    height: 64px;
  }
}

.special-offer-equals:before {
  content: "";
  height: 4px;
  width: 28px;
  background-color: #282828;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.special-offer-equals:after {
  content: "";
  height: 4px;
  width: 28px;
  background-color: #282828;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .special-offer-equals:before {
    height: 2px;
    width: 14px;
    bottom: -6px;
  }

  .special-offer-equals:after {
    height: 2px;
    width: 14px;
    top: -6px;
  }
}

.special-offer-final {
  display: block;
}
@media (max-width: 768px) {
  .special-offer-final {
    grid-column: 1 / 4;
  }
}

.special-offer-final .add-to-cart {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
}

.special-offer-final__price-final {
  font-size: 24px;
  font-weight: 400;
}

.special-offer-final__price-final__savings {
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
}

.special-offer-final__price-slashed {
  opacity: 0.75;
  font-weight: 300;
  font-size: 16px;
  display: block;
}

.special-offer-final__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  grid-gap: 28px;
  padding: 40px 0 0;
}

@media (max-width: 992px) {
  .hero-icons {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 28px;
    padding: 28px 0 0;
  }
}

.hero-icon {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-gap: 12px;
  font-size: 14px;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-icon {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 8px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .hero-icon {
    grid-template-columns: 1fr;
    grid-gap: 2px;
  }
}

.hero-icon img {
  width: 100%;
}
@media (max-width: 576px) {
  .hero-icon img {
    width: 20px;
  }
}

.hero-icon strong {
  font-weight: 500;
}

.extra-banner.without-content {
  /* height: 0;
  padding-bottom: 50%;
  min-height: 0 !important; */
}

.extra-banner.without-content .extra-banner__img {
  width: 100%;
}

.extra-banner.main.without-content {
  /* height: 0;
  padding-bottom: 100%; */
}

.product-single__img-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.product-single__img-gallery {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 80px;
  flex-shrink: 0;
  overflow: auto;
}
@media (max-width: 768px) {
  .product-single__img-gallery {
    width: 60px;
  }
}

.product-single__img-gallery a {
  display: flex;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #ccc;
  position: relative;
}

.product-single__img-gallery a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 80%;
  width: 80%;
  object-fit: contain;
}

.double-slider .store-item {
  width: 100%;
}

.double-slider {
  padding: 60px 0 0;
}

.double-slider__left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.double-slider__right {
  width: 100%;
}

.double-slider__tab {
  padding: 12px 16px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  transition: 0.3s ease;
  cursor: pointer;
}

.double-slider__tab.active {
  background-color: #fff;
  border-bottom: 4px solid #019ad0;
  color: #232323;
}

.double-slider__item {
  display: none;
}

.double-slider__item.active {
  display: block;
}

.double-slider__arrows {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .double-slider__arrows {
    gap: 4px;
  }
}

.featured {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
}

@media (max-width: 992px) {
  .featured {
    padding: 40px 0;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.featured-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 992px) {
  .featured-left {
    order: 2;
  }
}

.featured-left .store-item {
  width: 100%;
}

.featured-right {
  color: #fff;
  background-image: url(../dsg/header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  padding: 60px 20px;
}
@media (max-width: 992px) {
  .featured-right {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.featured-right .product-single__countdown-right {
  justify-content: center;
}

.featured-right .product-single__countdown {
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
@media (max-width: 992px) {
  .featured-right {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 576px) {
  .featured-right {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.featured-right .product-single__countdown-right div span {
  background: transparent;
  -webkit-text-fill-color: white;
}

.featured-right .category-title {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
  font-weight: 500;
}

.featured-right .store-item {
  max-width: 80%;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  color: #222222;
  margin-top: 80px;
}

.featured-right .store-item__img {
  border-radius: 12px;
}

.featured-right .store-item__bottom {
  padding: 0;
  padding-top: 40px;
}

.featured-right .store-item__price {
  font-size: 36px;
}

.featured-right .store-item__price span {
  font-size: 16px;
}

.featured-right .store-item__shipping {
  font-size: 20px;
}
@media (max-width: 992px) {
  .featured-right .store-item {
    max-width: 100%;
  }
  .featured-right .store-item__bottom {
    padding-top: 20px;
  }
  .featured-right .store-item__price {
    font-size: 30px;
  }
  .featured-right .store-item__shipping {
    font-size: 18px;
  }

  .featured-right .store-item__price span {
    font-size: 14px;
  }
}

.featured-right .store-item__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 992px) {
  .featured-right .store-item__title {
    font-size: 20px;
  }
}

.store-item__shipping {
  font-size: 13px;
}

.the-best {
  padding: 60px 0;
}

.the-best__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 992px) {
  .the-best__top {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}

.the-best__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .the-best__right {
    justify-content: space-between;
    align-items: flex-end;
  }
}

.the-best__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 992px) {
  .the-best__btns {
    flex-wrap: wrap;
  }
}

.the-best__tab {
  width: 120px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .the-best__tab {
    width: 88px;
    height: 32px;
  }
}

.the-best__tab img {
  opacity: 0.4;
  filter: grayscale(1);
  transition: 0.3s ease;
}

.the-best__tab:hover img,
.the-best__tab.active img {
  opacity: 1;
  filter: none;
}

.the-best__sliders {
  background-color: #eee;
}
@media (max-width: 768px) {
  .the-best__sliders {
    padding: 20px;
  }
}

.the-best-item {
  display: none;
}

@media (max-width: 768px) {
  .the-best-item {
    flex-direction: column-reverse;
  }
}

.the-best-item.active {
  display: flex;
}

.the-best-item__left {
  width: 33%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .the-best-item__left {
    width: 40%;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .the-best-item__left {
    width: 100%;
    padding: 0;
  }
}

.the-best-item__left .btn {
  margin-top: auto;
  padding: 12px 20px;
}

.the-best-item__logo {
  margin-bottom: 12px;
}

.the-best-item__logo img {
  height: 20px;
}

.the-best-item .category-title {
  margin-bottom: 20px;
}

.the-best-item__text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .the-best-item__text {
    margin-bottom: 20px;
  }
}

.the-best-item__right {
  width: 67%;
  padding: 20px 0 40px;
}
@media (max-width: 1200px) {
  .the-best-item__right {
    width: 60%;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .the-best-item__right {
    width: 100%;
  }
}

.the-best-item__right .swiper {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .the-best-item__right .swiper {
    padding-right: 0;
  }
}

.the-best-item .store-item {
  width: 100%;
  background-color: #fff;
}

.the-best-item .swiper-slide {
  width: 30%;
}
@media (max-width: 1200px) {
  .the-best-item .swiper-slide {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .the-best-item .swiper-slide {
    width: 60%;
  }
}

.the-best-slider__arrows {
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .the-best-slider__arrows {
    gap: 4px;
  }
}

.sc-grid {
  padding: 60px 0;
  background-color: #eee;
}

.grid__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 0;
}
@media (max-width: 768px) {
  .grid__content {
    margin-top: 20px;
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}

.grid__item {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .grid__item {
    padding-bottom: 0%;
    grid-row: auto !important;
    grid-column: auto !important;
  }
}

.grid__item.row-2 {
  grid-row: span 2;
}

.grid__item.col-2 {
  grid-column: span 2;
}

.grid__item.col-3 {
  grid-column: span 3;
}

.grid__item.col-4 {
  grid-column: span 4;
}

.grid__item.col-5 {
  grid-column: span 5;
}

.grid__item.col-6 {
  grid-column: span 6;
}

.grid__item.col-7 {
  grid-column: span 7;
}

.grid__item.col-8 {
  grid-column: span 8;
}

.grid__item.col-9 {
  grid-column: span 9;
}

.grid__item.col-10 {
  grid-column: span 10;
}

.grid__item.col-11 {
  grid-column: span 11;
}

.grid__item.col-12 {
  grid-column: span 12;
}

.grid__item img {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
}
@media (max-width: 1200px) {
  .grid__item img {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
@media (max-width: 768px) {
  .grid__item img {
    position: relative;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
  }
}

.reviews {
  padding: 60px 0;
  overflow: hidden;
}

.reviews-item {
  background-color: #eee;
  padding: 40px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .reviews-item {
    padding: 28px 20px;
    border-radius: 8px;
  }
}

.reviews-item:hover {
  transform: translateY(-8px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
}

.reviews .swiper {
  overflow: visible;
}

.reviews .swiper-slide {
  height: auto;
}

.reviews .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 0.4;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .reviews .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
    transition: 0.3s ease;
  }
  .reviews .swiper-slide-next + .swiper-slide {
    opacity: 0.4;
    transition: 0.3s ease;
  }
}

.reviews-item__image {
  margin-bottom: 24px;
  width: 100%;
  padding-bottom: 66%;
  position: relative;
}

.reviews-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.reviews-item__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .reviews-item__rating {
    gap: 8px;
    font-size: 10px;
  }
}

.reviews-item__rating img {
  width: 18px;
}
@media (max-width: 992px) {
  .reviews-item__rating img {
    width: 16px;
  }
}

.reviews-item__text {
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  padding: 0 28px;
  font-weight: 400;
  position: relative;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .reviews-item__text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 28px;
  }
}

.reviews-item__text:before,
.reviews-item__text:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M1080 4235 c-552 -104 -943 -597 -916 -1155 13 -273 117 -516 307 -714 140 -147 302 -246 486 -299 46 -13 85 -26 88 -29 9 -9 -49 -140 -111 -252 -81 -145 -169 -273 -298 -436 -98 -122 -117 -152 -128 -198 -23 -103 26 -204 121 -254 76 -40 131 -38 275 12 733 253 1231 784 1415 1511 61 242 75 358 76 624 0 185 -3 244 -17 302 -106 432 -408 757 -810 869 -78 22 -119 26 -253 30 -111 2 -183 -1 -235 -11z'/%3E%3Cpath d='M3611 4229 c-367 -77 -675 -333 -811 -673 -64 -160 -74 -213 -74 -421 -1 -178 1 -196 27 -289 107 -384 412 -691 780 -786 59 -15 71 -21 69 -37 -2 -10 -32 -77 -68 -149 -80 -162 -213 -365 -340 -520 -110 -134 -133 -178 -134 -252 0 -65 17 -108 65 -160 81 -91 173 -93 390 -12 910 339 1438 1120 1439 2130 0 208 -8 264 -59 416 -131 390 -463 684 -858 759 -113 21 -308 19 -426 -6z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  transform: rotate(180deg);
  top: -20px;
  left: 0;
}

.reviews-item__text:after {
  transform: rotate(0deg);
  top: auto;
  left: auto;
  bottom: -20px;
  right: 0;
}

.reviews-slider {
  margin-top: 40px;
}

.ambassador {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ambassador {
    padding: 40px 0;
  }
}

.ambassador-intro {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 576px) {
  .ambassador-intro {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.ambassador-intro__text {
  margin-top: 20px;
  max-width: 66%;
}
@media (max-width: 992px) {
  .ambassador-intro__text {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .ambassador-intro__text {
    max-width: 95%;
  }
}

.ambassador-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px;
}
@media (max-width: 992px) {
  .ambassador-content {
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .ambassador-content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.ambassador-img img {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .ambassador-img img {
    border-radius: 6px;
    max-height: 300px;
  }
}

.ambassador-desc__title h2 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #178cc5;
}

.ambassador-desc__socials {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 4px 8px;
  flex-wrap: wrap;
}

.ambassador-social {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  padding: 9px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: black;
  background-image: url(../dsg/header_bg.jpg);
  background-size: cover;
  background-position: top right;
  transition: 0.3s ease;
}

.ambassador-social:hover {
  transform: translateY(-4px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
}

.ambassador__feed {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
@media (max-width: 992px) {
  .ambassador__feed {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}

.ambassador__feed-item {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: 0.3s ease;
}

.ambassador__feed-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.5s ease;
  object-fit: cover;
}

.ambassador__feed-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px;
}

.ambassador__feed-item:hover img {
  transform: scale(1.1);
}
</pre></body></html>