.product_title {
  font-family: "Kelvingrove", serif;
  font-size: 48px;
}
.product_title_family {
  color: #6c6c6c;
  font-weight: 700;
}
.product_header_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_container {
  position: relative;
}
.product_main_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  float: left;
  object-fit: contain;
}
.product_content_brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product_content_brand_img {
  border-radius: 12px;
  padding: 12px;
  background: #000;
}
.product_content_brand_name {
  font-size: 20px;
  font-weight: 700;
}
.product_content_brand_desc {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 600;
  color: #9fa1b3;
}
.product_vars {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  padding-bottom: 20px;
}
.product_var {
  display: flex;
  position: relative;
  gap: 6px;
  align-items: center;
  padding: 0 24px 0 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: border 0.3s;
}
.play-button {
    background-color: #29261e17;
    border: none;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 32px;
    padding: 0 12px;
gap: 6px
}
.play-button svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
}
.product_var.in_stock:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.product_var.in_stock.current {
  border: 2px solid #000;
}
.product_var:hover .product_var_price_discount::before {
  background: #a296ff;
}
.product_var.current .product_var_price_discount::before {
  background: #000;
}
.product_var_imgbox {
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  position: relative;
}
.product_var_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  float: left;
  object-fit: cover;
  transition: transform 0.3s;
}
.product_var_title_volume {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.product_present_content_title {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.product_present_content_subtitle {
  margin-top: 12px;
  line-height: 130%;
  color: #6c6c6c;
}
.product_present_content_title_img {
  height: 22px;
  margin-bottom: -10px;
}
.product_present_img {
  width: 100%;
  height: 104px;
  object-position: left bottom;
  object-fit: cover;
  top: 0;
  z-index: -1;
  left: 0;
  position: absolute;
}
.product_tags_xl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 16px 0;
  padding-bottom: 16px;
}
.product_tags_md_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.product_tags_md {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 8px;
  align-items: center;
}
.product_tag_md {
  display: flex;
  position: relative;
  align-items: center;
  color: #6c6c6c;
  font-weight: 600;
  gap: 8px;
  border-radius: 20px;
  padding: 0 16px 0 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.product_tag_md:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.product_tag_md_imgbox {
  border-radius: 50%;
  object-fit: cover;
}
.notes {
  padding: 16px 0;
  width: 100%;
  border-top: 1px solid #e7e6e2;
}
.notes_title {
  font-family: "Spectral SC", serif;
  color: #6c6c6c;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.out_of_stock .product_var_img {
  opacity: 0.4;
}
.product_var_price {
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.out_of_stock .product_var_price {
  font-size: 14px;
  color: #00000078;
}
.out_of_stock .product_var_title_volume {
  color: #00000078;
}
.product_var_price_current {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.product_var_title_type {
  font-size: 13px;
  margin-top: 8px;
  line-height: 120%;
}
.product_var_price_discount {
  font-size: 11px;
  background: #e7e5e1;
  color: #919191;
  padding: 1px 5px 2px;
  position: absolute;
  top: -9px;
  font-weight: 700;
  right: 12px;
  transition: all 0.2s;
}
.current .product_var_price_discount {
  background: #000 !important;
  color: #fff;
}
.product_var:hover .product_var_price_discount {
  color: #696969;
}
.product_var_title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product_var_tag_title {
  font-weight: 700;
  font-size: 17px;
}
.product_var_tag_title_absolute {
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  top: -12px;
  font-weight: 700;
  transform-style: preserve-3d;
  left: 16px;
}
.product_var_tag_title_absolute::before {
  content: "";
  position: absolute;
  background: #ffffff;
  transform: translateZ(-1px);
  border-radius: 6px;
  top: -2px;
  right: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 4px);
}
.product_pricebox {
  background-color: #fff;
  border-radius: 20px;
  min-height: 66px;
  padding: 20px;
  position: relative;
  width: 100%;
  box-shadow: 0 20px 12px -16px rgba(0, 30, 85, 0.1),
    0 8px 24px 18px rgba(0, 30, 85, 0.05);
}
.product_price {
  font-size: 24px;
  font-weight: 700;
  margin-right: 4px;
}
.product_price.discount {
  background: #ddff75;
  border-radius: 8px;
  padding: 8px 12px;
  color: #000;
}
.product_price_oldbox {
  color: #00000078;
  display: flex;
  gap: 4px;
  margin-left: 8px;
  font-weight: 600;
}
.product_price_old,
.product_var_price_old {
  font-size: 14px;
  position: relative;
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00000078;
}
.product_price_old:after,
.product_var_price_old:after {
  background-color: rgb(0 26 52 / 25%);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(350deg);
  width: 100%;
  z-index: 0;
}
.product_podeli_box {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding: 8px 8px 8px 0;
  gap: 12px;
  position: relative;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.product_price_podeli_today {
  background: #b7aeff;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.product_price_podeli_ar_title {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  gap: 4px;
}
.product_price_podeli_img {
  width: 78px;
  height: 20px;
}
.ar_accordion {
  color: rgba(204, 214, 228, 0.6);
  flex-shrink: 0;
  margin-left: auto;
  transition: color 0.2s, transform 0.2s;
}

.accordion.is-open .ar_accordion,
.accordion:hover .ar_accordion {
  color: #000;
}
.accordion.is-open .ar_accordion {
  transform: rotate(90deg);
}

.product_podeli_box:hover,
.product_podeli_box.is-open {
  background-color: #e4e7ed;
}

.product_podeli_content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.product_price_podeli_title {
  font-weight: 700;
  font-size: 17px;
  margin: 24px 0 6px;
}
.product_price_podeli_table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product_price_podeli_month {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_price_podeli_month:first-child .product_price_podeli_item_line {
  background: #000;
}
.product_price_podeli_item_line {
  width: 100%;
  height: 6px;
  margin: 12px 0;
  background: #e4e7ed;
  border-radius: 6px;
}
.product_buy {
  padding: 16px 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: background 0.3s;
  overflow: hidden;
}
.product_buy.tocart span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.3s;
}
.product_buy.tocart:hover span {
  position: relative;
  z-index: 2;
}
.product_buy.tocart {
  background: #000;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.product_buy.tocart:hover::after,
.product_buy.tocart:focus::after {
  transform: translateX(0);
}
.product_buy.tocart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(61, 61, 61);
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  z-index: 0;
  transition: 0.4s;
}
.product_content_chars {
  list-style-type: none;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 32px;
}
.product_content_chars li {
  display: flex;
  gap: 8px;
  margin: 8px 0;
}
.product_content_chars_title {
  color: #9fa1b3;
}
.product_content_chars_description {
  font-weight: 600;
}
.product_ad {
  display: grid;
}
.product_ad.start {
  align-items: flex-start;
}
.product_ad.center {
  align-items: center;
}
.product_ad.end {
  align-items: flex-end;
}
.product_ad_imgbox {
  display: flex;
  gap: 40px;
}
.product_ad_imgbox.start {
  align-items: flex-start;
}
.product_ad_imgbox.end {
  align-items: flex-end;
}
.product_ad_img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  mix-blend-mode: darken;
}
.product_ad_img.round {
  border-radius: 50%;
}
.product_ad_img.xl {
  width: calc(62% - 36px);
}
.product_ad_img.sm {
  width: calc(38% - 36px);
}

.product_present .ml {
  margin-left: 108px;
}
.creed_prod-relative-box {
    background: #e7e5e1;
}
@media (min-width: 1281px) {
  .product_collection {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}
@media (max-width: 1280px) {
  .product_collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1025px) {
  .creed_prod-relative-box {
    padding: 80px 0;
}
  .product_buy.tocart {
    position: relative;
    margin-bottom: 16px;
}
  .section--product {
    background: #e7e5e1;
}
  .product_main_img_box {
    width: calc(50% - 32px);
  }
  .product_present_content_subtitle {
    font-size: 14px;
  }
  .product_present {
    padding: 18px 15% 18px 32px;
    height: 104px !important;
  }
  .product_content_brand_img {
    width: 72px;
    height: 72px;
  }
  .product_header.mobile {
    display: none;
  }
  .product_container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    position: relative;
  }
  .product_content {
    width: calc(50% + 32px);
    min-width: 0;
  }
  .product_title_desc {
    font-size: 18px;
    margin: 24px 0;
  }
  .product_ad {
    grid-gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product_content_bg {
    position: absolute;
    height: 100%;
    right: 0;
    width: calc(50% - 8px);
  }

  .product_tag_md_imgbox {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1380px) {
  .product_var_imgbox {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1024.9px) {
  .creed_prod-relative-box {
    padding: 40px 0;
}
  .product_tag_md {
    font-size: 12px;
}
  .section--product {
    background: linear-gradient(180deg, #e7e5e1 70%, #ffffff);
}
  .product_present_content_subtitle {
    font-size: 12px;
  }
  .product_present {
    padding: 12px;
  }
  .product_content_bg {
    display: none;
  }
  .product_var.in_stock.current {
    border: none;
    box-shadow: 0 0 0 2px black;
  }
  .product_var.in_stock:hover {
    border: none;
    border-bottom: 1px solid #ebeff7b8;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.308);
  }
  .product_title_desc {
    font-size: 14px;
    margin: 12px 0;
  }
  .product_buy.tocart {
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 0;
  }
  .product_ad {
    grid-gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  .product_content_brand_img {
    width: 36px;
    height: 36px;
  }
  .product_tag_md_imgbox {
    width: 26px;
    height: 26px;
  }
  .product_header.desktop {
    display: none;
  }
  .product_vars {
    gap: 4px;
  }
  .product_var {
    width: 100%;
    border-radius: 0;
    padding: 0 4px 4px 0;
    border: none;
    border-bottom: 1px solid #ebeff7b8;
  }
  .product_var_title {
    display: block;
  }
  .product_var_price_discount {
    position: relative;
    top: 0px;
    right: unset;
  }
  .current .product_var_price_discount {
    margin-left: 4px;
  }
  .product_var_price_current {
    font-size: 15px;
  }
  .product_var_title {
    font-size: 13px;
  }
}