.woocommerce-product-gallery__wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.woocommerce-product-gallery__image {
  width: calc(50% - 8px);
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.single-product-wrapper {
  padding-top: 223px;
}
.single-product-wrapper h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -3%;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.4;
}
.product-colors-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.product-colr-wrapper span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #161619;
}
.product-colors-attributes a {
  width: 60px;
  border-radius: 50%;
  height: 60px;
}
.single-product-wrapper .product-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.product-separator {
  width: 3px;
  height: 72px;
  background: #ed6447;
}
.product-header .price > span {
  color: #ed6447;
  text-align: right;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.product-header .price {
  display: flex;
  align-items: center;
}
.custom-premium-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock-status {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
.fake-radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fake-radio-label {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  color: #161619;
  transition: 0.3s;
  border: 1px solid #ebebeb;
}
.quantity-custom-wrapper {
  border: 1px solid #ebebeb;
  width: 115px;
}
.quantity-custom-wrapper input[type="number"] {
  -moz-appearance: textfield;
  width: 100%;
}

.quantity-custom-wrapper input[type="number"]::-webkit-inner-spin-button,
.quantity-custom-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fake-radio-label.active {
  border-color: #161619;
}
.quantity-custom-wrapper input {
  border: unset;
  border-radius: unset;
  text-align: center;
}
.quantity-custom-wrapper .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.summary .single_add_to_cart_button {
  padding: 15px 30px;
  background: black;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border: 1px solid #000;
}
.quantity-custom-wrapper button {
  background: transparent;
  cursor: pointer;
  padding: 10px;
  border: unset;
  border-radius: 0;
}
.summary .variations {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.hidden-select {
  display: none;
}
.fake-radio-label input {
  display: none;
}
.custom-cart-note {
  font-weight: 500;
  color: #516971;
  line-height: 22px;
}
.custom-short-description {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #161619;
}
.custom-premium-info {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-bottom: 1px solid #ebebeb;
}
.stock-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.stock-status.in-stock {
  color: #0d8756;
}
.stock-status.in-stock::before {
  background: #0d8756;
}
.summary-upper-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.summary .price,
.summary .price span {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  color: #ed6447;
}
.product-tags {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
  margin-right: 8px;
}
.product-tags span {
  display: block;
  padding: 5px 9px;
  color: white;
  border-radius: 40px;
  background: #64b7a6;
  font-weight: bold;
  position: relative;
  font-size: 12px;
}
.product-tags::after,
.product-categories::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
}
.product-categories {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.product-collections {
  font-size: 14px;
  letter-spacing: 2px;
  column-rule: #161619;
  text-transform: uppercase;
  font-weight: 600;
}
.product-categories span {
  text-transform: uppercase;
  color: #d06349;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.custom-premium-info p {
  font-size: 14px;
  line-height: 21px;
}
.breadcrumb {
  margin-bottom: 0;
}
.custom-add-to-cart-wrap button,
.woocommerce-variation button {
  padding: 0 10px;
  cursor: pointer;
}
.custom-add-to-cart-wrap button,
.custom-add-to-cart-wrap input,
.woocommerce-variation input,
.woocommerce-variation button {
  background: transparent;
  border-radius: unset;
  color: white;
  outline: unset;
  border: unset;
}
.custom-add-to-cart-wrap form > .flex,
.woocommerce-variation-add-to-cart > div {
  /* background: black;
  border-radius: 999px;
  height: 26px;
  border: 1px solid #ccc; */
}
.custom-add-to-cart-wrap input,
.woocommerce-variation input {
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.custom-add-to-cart-wrap .quantity-minus,
.woocommerce-variation .quantity-minus {
  position: relative;
}
.custom-add-to-cart-wrap .quantity-minus::after,
.woocommerce-variation .quantity-minus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  background: #cccccc;
  width: 1px;
}
.custom-add-to-cart-wrap .quantity-plus,
.woocommerce-variation .quantity-plus {
  position: relative;
}
.custom-add-to-cart-wrap .quantity-plus::after,
.woocommerce-variation .quantity-plus::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  background: #cccccc;
  width: 1px;
}
.custom-add-to-cart-wrap form .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  transition: 0.3s;
}
.custom-add-to-cart-wrap form .single_add_to_cart_button img {
  transition: 0.3s;
}
.custom-add-to-cart-wrap form .single_add_to_cart_button:hover {
  background: #ff464c;
  color: white;
  transition: 0.3s;
}
.custom-add-to-cart-wrap form .single_add_to_cart_button:hover img {
  filter: brightness(500);
  transition: 0.3s;
}
.custom-add-to-cart-wrap > .flex {
  gap: 10px;
}
.custom-add-to-cart-wrap .add-to-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
}
.custom-add-to-cart-wrap .add-to-wishlist svg {
  width: 18px;
  height: 18px;
  fill: #000;
}
.custom-add-to-cart-wrap .add-to-wishlist svg path {
  transition: 0.3s;
}
.accordion-item button {
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  text-align: left;
  padding: 15px 0;
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: unset;
}
.accordion-item {
  border-bottom: 1px solid #cecece;
}
.yikes-custom-woo-tab-title {
  display: none !important;
}
.accordion-content {
  /* padding-top: 10px; */
  padding-bottom: 10px;
}
.accordion-content p,
.accordion-content {
  font-size: 14px;
  line-height: 24px;
}

.woocommerce-accordion .accordion-title {
  position: relative;
  padding-right: 25px;
  text-transform: uppercase;
}

.woocommerce-accordion .accordion-title::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform 0.3s;
}

.woocommerce-accordion .accordion-title.active::after {
  content: "−";
}
.summary-upper > .woocommerce-product-details__short-description {
  display: none;
}
#p199 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #96160f;
  margin: 0 7px;
}
#p121 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("/wp-content/uploads/2025/09/339.png");
  margin: 0 7px;
}
#p137 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("/wp-content/uploads/2025/09/123.png");
  margin: 0 7px;
}
#p521 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("/wp-content/uploads/2025/09/032.png");
  margin: 0 7px;
}
#p007 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("/wp-content/uploads/2025/09/118.png");
  margin: 0 7px;
}
#p021 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #721716;
  margin: 0 7px;
}
#p056 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #98181f;
  margin: 0 7px;
}
#p429,
#p399,
#p327 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #98181f;
  margin: 0 7px;
}
#p265 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #a51513;
  margin: 0 7px;
}
#p008 {
  display: inline-block;
  width: 37px;
  height: 37px;
  /* background: #c84c6e; */
  background: url("/wp-content/uploads/2025/09/008.jpg");
  margin: 0 7px;
}
#p362 {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #9a1327;
  margin: 0 7px;
}
.product-colors {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-top: auto;
}
.product-colr-wrapper > span {
  font-size: 12px;
  font-weight: bold;
}
.product-colr-wrapper {
  padding-top: 20px;
  width: 100%;
}
.product-colors-featured {
  gap: 20px;
}
.product-colors-featured > a {
  width: calc(25% - 15px);
  aspect-ratio: 1/1;
}
.product-colr-wrapper .summary-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.single-product-wrapper .summary {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-product-wrapper {
  padding-bottom: 40px;
}
.hidden-select {
  /* display: none; */
}
.single-product-wrapper .variations th {
  /* display: none; */
}
.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.reset_variations {
  display: none !important;
}
.woocommerce-variation .woocommerce-variation-price {
  display: none;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 10px;
}
button {
  cursor: pointer;
}
.quantity-custom-wrapper {
  display: flex;
  align-items: center;
}
table {
  margin: 0;
}
.product-options {
  display: flex;
  align-items: center;
  gap: 18px;
}
.product-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.variations select {
  height: 24px;
  border-radius: 30px;
  background: white;
  outline: unset;
  border: unset;
}
.home-full-width-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-full-width-img img {
  max-height: 800px;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 1336px) {
  .product-colors {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-product-gallery {
    max-width: calc(110% + 15px);
    width: calc(110% + 15px);
    margin-left: calc(-5% - 15px);
  }
  .woocommerce-product-gallery .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .summary-upper {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-product-gallery {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-header .price > span {
    font-size: 16px;
  }
  .product-separator {
    height: 32px;
  }
  .single-product-wrapper h1 {
    font-size: 22px;
  }
  .custom-add-to-cart-wrap {
    flex-direction: column;
  }
  .custom-premium-info {
    text-align: center;
    margin: 0 auto;
  }
  .variations_form {
    /* justify-content: space-between; */
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cecece;
  }
  .custom-premium-info p:first-of-type {
    margin-bottom: 15px;
  }
  .custom-add-to-cart-wrap input,
  .woocommerce-variation input {
    height: 24px;
    vertical-align: middle;
    align-content: center;
  }
  .custom-premium-info {
    margin-bottom: 30px;
  }
  .variations select {
    display: flex;
    text-align: left;
    margin: 0 auto;
    justify-content: center;
  }
  .single-product-wrapper .product-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .woocommerce-product-gallery .slick-list {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .product-separator {
    width: 60px;
    height: 2px;
  }
}
.col-lg-6 .onsale {
  display: none !important;
}
.single-academy-tabs {
  padding-top: 40px;
}
.subtitle-product {
  display: inline-block;
  border-bottom: solid 1px #ce6349;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.single-academy-tabs h1 {
  text-align: left;
}
.single-academy-tabs-wrapper {
  display: flex;
  background: #f8f8f8;
  margin-bottom: 40px;
}
.single-academy-tabs-wrapper > * {
  width: 50%;
}
.single-academy__tab-output {
  display: none;
}
.single-academy-tabs-list {
  padding: 30px;
}
.single-academy__tab-toggle {
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  color: #000;
  position: relative;
  display: inline-block;
}
.single-academy__tab-toggle::after {
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 16px;
  height: 16px;
  background-image: url("../icons/down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-academy-tabs-list__item.active > a::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.single-academy__tab-output,
.single-academy__tab-output p {
  font-size: 14px;
}
.single-academy__tab-output {
  padding: 10px;
}
.single-academy__tab-output ul {
  padding-left: 20px;
}
.single-academy__tab-output li {
  list-style: disc;
  margin-bottom: 10px;
}
.academy-tabs__side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product__labels {
  display: flex;
}
.single-product__values {
  display: flex;
}
.single-product__attributes {
  display: flex;
}
.single-product__attribute,
.single-product__price,
.single-product__quantity,
.single-product__add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-product__cart {
  display: flex;
}
.single-product__label {
  display: block;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  background: black;
  color: white;
}
.single-product__value {
  padding: 8px 10px;
  font-size: 14px;
}
.single-product-attr-wrapper {
  border-bottom: 1px solid #000;
}
.single-product-variations-table thead {
  background: black;
  color: white;
}
.single-product-variations-table thead th {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product-variations-table {
  border-spacing: unset;
}
.single-product-variations-table tbody td {
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  border-bottom: 1px solid #000;
}
.single-product__quantity-input {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.single-product-variations-table .woocommerce-Price-amount {
  color: #000;
  font-weight: 400;
}

#page .single-product-variations-table button {
  background: black;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #000;
  color: white;
  border-radius: unset;
  cursor: pointer;
  box-shadow: unset;
  margin: 0 auto;
  display: flex;
}
.black-sm-bold .home-hero-sm__item:first-of-type::after {
  background: black;
}
.black-sm-bold a {
  font-weight: bold;
}
.text-center .home-hero-sm {
  justify-content: center;
}
.text-center .home-hero-sm {
  justify-content: center;
}
.home-hero-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-hero-sm a {
  font-size: 13px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 16.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.black-sm-bold a {
  font-weight: bold;
}
.home-hero-sm__item:first-of-type {
  padding-right: 23px;
  position: relative;
}
.black-sm-bold .home-hero-sm__item:first-of-type::after {
  background: black;
}
.home-hero-sm__item:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: black;
}

/* Desktop - normalna tabela */
@media (min-width: 768px) {
  .single-product-variations-table td::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .single-product-variations-table thead {
    display: none;
  }
  .single-product-variations-table tbody td {
    text-align: right;
  }

  .single-product-variations-table,
  .single-product-variations-table tbody,
  .single-product-variations-table tr,
  .single-product-variations-table td {
    display: block;
    width: 100%;
  }

  .single-product-variations-table tr {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
  }

  #page .single-product-variations-table button {
    margin-right: 0;
  }

  .single-product-variations-table td {
    position: relative;
    padding-left: 45%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }

  .single-product-variations-table td::before {
    content: attr(data-label);
    position: absolute;
    text-transform: uppercase;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .single-academy-tabs-wrapper > * {
    width: 100%;
  }
  .single-academy-tabs-wrapper {
    flex-wrap: wrap;
  }
  .single-academy-tabs-list {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .home-hero-sm a {
    font-size: 10px;
  }
}
/* select#pa_farbe {
  display: none !important;
} */
ins {
  background: transparent;
}

del {
  text-decoration: unset;
  padding-right: 5px;
}
del span {
  position: relative;
}
del span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: black;
}
/* marko single product */
.product-colr-wrapper .product-colors a > div {
  border-radius: 50%;
  margin: 0 35px 0 0 !important;
  width: 60px !important;
  min-width: 60px !important;
  height: 60px !important;
}
.product-colr-wrapper .product-colors {
  padding-top: 15px;
}

.product-colors .slick-prev:before,
.product-colors .slick-next:before {
  background-image: url(../icons/single-chevron-right.svg);
  background-size: contain;
  background-position: center;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.product-colors .slick-prev:before {
  background-image: url(../icons/single-chevron-left.svg);
}
.product-colors .slick-prev {
  left: auto;
  top: -28px;
  right: 30px;
}

.product-colors .slick-next {
  right: 11px;
  top: -28px;
}

.product-colors-attributes a.color-square {
  margin-right: 35px;
}

.product-colors-featured .color-square {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-transform: uppercase;
  max-width: 144px;
  margin-right: 35px;
}
@media (max-width: 1280px) {
  .product-colors-attributes a.color-square {
    margin-right: 25px;
  }
}
@media (max-width: 1100px) {
  .product-colors-attributes a.color-square {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .product-colors-attributes a.color-square {
    margin-right: 60px;
  }

  .product-colors-featured .color-square {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product-colr-wrapper .product-colors a > div {
    margin: 0 15px 0 0 !important;
  }
  .product-colors-attributes a.color-square {
    margin-right: 35px;
  }
  .product-colors-featured .color-square {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .product-colors-attributes a.color-square {
    margin-right: 20px;
  }
}
@media (max-width: 487px) {
  .product-colors-attributes a.color-square {
    margin-right: 30px;
  }
  .product-colors-featured .color-square {
    margin-right: 10px;
  }
}
.featured-image.home-full-width-img {
  display: none;
}
.first-four {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.first-four > div {
  width: calc(50% - 4px);
}
#page .home-collection-card-list {
  gap: 8px;
}
.collections-wrapper {
  display: flex;
  gap: 8px;
}
.collections-wrapper > div {
  width: calc(50% - 4px);
}
.home-collection-card-list.last-one .home-collection-card {
  width: 100%;
}
.home-collection-card-list.last-one .home-collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page .home-collection-card__content {
  position: unset;
  /* bottom: 45px; */
  /* left: 50%; */
  transform: unset;
  color: #fff;
}
#page .home-collection-card__content::after {
  content: unset;
}
.home-collection-card-content {
  position: absolute !important;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.home-collection-card-content span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.home-collection-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-collection-card {
  position: relative;
}
.home-collection-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.home-collection-card__content h3 {
  font-size: 27px;
  font-weight: 400;
}
.last-one h3 {
  text-align: center;
  font-size: clamp(28px, 2.08333333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.home-discover-more-collections {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}
#p536{
       background: #7f3e4e;
}
#p537{
       background: #562745;
}