body.single-product {
  background: transparent;
}

body.single-product::before {
  background: linear-gradient(
    180deg,
    rgb(9 9 9) 0%,
    rgba(255, 255, 255, 0.96) 60%,
    rgba(232, 232, 235, 0.94) 100%
  );
}

body.single-product .wp-site-blocks,
body.single-product .site,
body.single-product .site-main,
body.single-product .entry-content,
body.single-product main,
body.single-product article {
  background: transparent !important;
}

.dp-product {
  max-width: 1440px;
  margin: 0 auto;
  padding: 124px 48px 96px;
  color: #fff;
}

.dp-product-breadcrumb {
  position: relative;
  z-index: 4;
  margin: 18px 0 34px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.58);
}

.dp-product-breadcrumb a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.dp-product-breadcrumb a:hover {
  color: #fff;
}

.dp-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .78fr);
  gap: 64px;
  align-items: stretch;
}

.dp-product-gallery {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.dp-product-main-image {
  flex: 1;
  min-height: 520px;
  overflow: hidden;
  border: 0;
  outline: 0;
  border-radius: 34px;
  background: #f4f4f4;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

.dp-product-main-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  border: 0;
  outline: 0;
  transition: opacity .18s ease, transform .22s ease;
}

.dp-product-main-image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,.38);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dp-product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.dp-product-thumb {
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 18px;
  background: #f4f4f4;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.dp-product-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0,0,0,.22);
}

.dp-product-thumb.is-active {
  box-shadow: 0 0 0 3px rgba(255,255,255,.65), 0 20px 44px rgba(0,0,0,.22);
}

.dp-product-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.dp-product-buy {
  position: sticky;
  top: 124px;
  min-height: 100%;
  align-self: stretch;
  display: flex;
  border-radius: 34px;
  color: #111;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.48));
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(26px) saturate(170%);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  box-shadow: 0 32px 90px rgba(0,0,0,.18);
}

.dp-product-buy__inner {
  width: 100%;
  min-height: 100%;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.dp-product-title {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(27px, 2.05vw, 38px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.dp-product-sku {
  margin: 0 0 14px;
  color: rgba(0,0,0,.48);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dp-product-short-description {
  margin: 0 0 16px;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.dp-product-short-description p {
  margin: 0;
}

.dp-product-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
  color: rgba(0,0,0,.72);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.dp-product-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: #111;
  color: #fff;
}

.dp-product-trust__icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.dp-product-price {
  margin: 0 0 30px;
  color: #111;
  font-size: 25px;
  line-height: 1;
  font-weight: 850;
}

.dp-product-price p,
.dp-product-price .price {
  margin: 0;
}

.dp-product-cart form.cart,
.dp-product-cart form.variations_form {
  width: 100%;
  margin: 0;
}

.dp-product-cart table.variations {
  width: 100%;
  margin: 0 0 22px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.dp-product-cart table.variations tbody,
.dp-product-cart table.variations tr,
.dp-product-cart table.variations th,
.dp-product-cart table.variations td {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
}

.dp-product-cart table.variations tr {
  margin: 0 0 16px;
}

.dp-product-cart table.variations label {
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
}

.dp-product-cart table.variations select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 17px;
  border: 0;
  border-radius: 999px;
  background: #0b0b0b;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 18px,
    calc(100% - 15px) 18px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.dp-product-cart table.variations select.dp-select-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.dp-product-cart table.variations select:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}

.dp-product-cart .reset_variations {
  display: inline-flex !important;
  margin-top: 10px;
  color: rgba(0,0,0,.52);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.dp-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dp-variation-button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #0b0b0b;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
  transition: transform .14s ease, background .14s ease, color .14s ease, box-shadow .14s ease;
}

.dp-variation-button:hover {
  transform: translateY(-1px);
}

.dp-variation-button.is-active {
  background: #fff;
  color: #111;
  box-shadow: inset 0 0 0 2px #111, 0 12px 24px rgba(0,0,0,.08);
}

.dp-variation-color {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: var(--dp-color, #111);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,.10);
}

.dp-variation-color.is-active {
  box-shadow: 0 0 0 3px #111, 0 12px 24px rgba(0,0,0,.10);
}

.dp-product-cart .single_variation_wrap {
  width: 100%;
}

.dp-product-cart .woocommerce-variation {
  margin: 0 0 16px;
  color: rgba(0,0,0,.78);
  font-size: 14px;
  line-height: 1.45;
}

.dp-product-cart .woocommerce-variation-price,
.dp-product-cart .woocommerce-variation-description {
  display: none !important;
}

.dp-product-cart .woocommerce-variation {
  margin: 0;
}

.dp-product-cart .woocommerce-variation-add-to-cart,
.dp-product-cart form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.dp-product-cart .quantity {
  margin: 0;
}

.dp-product-cart .quantity input.qty {
  width: 78px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.78);
  color: #111;
  text-align: center;
  font-size: 21px;
  font-weight: 850;
}

.dp-product-cart input[type="number"]::-webkit-outer-spin-button,
.dp-product-cart input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dp-product-cart input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.dp-product-cart .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0;
  padding: 0 18px !important;
  border: 1px solid #111111 !important;
  border-radius: 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.dp-product-cart .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  background: #1b1b1d !important;
  color: #ffffff !important;
}

.dp-product-cart .single_add_to_cart_button:active {
  transform: scale(.985);
}

.dp-product-cart .single_add_to_cart_button.disabled,
.dp-product-cart .single_add_to_cart_button:disabled,
.dp-product-cart .single_add_to_cart_button.wc-variation-selection-needed {
  background: rgba(17,17,17,.38) !important;
  border-color: transparent !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}

.dp-product-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.dp-product-payments span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: rgba(0,0,0,.58);
  font-size: 11px;
  font-weight: 800;
}

.dp-product-content {
  margin-top: 96px;
  padding: 58px 64px 64px;
  border-radius: 38px;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 90px rgba(0,0,0,.16);
}

.dp-product-content-head {
  width: 100%;
  margin-bottom: 34px;
}

.dp-product-content-head span {
  display: block;
  margin-bottom: 12px;
  color: rgba(0,0,0,.45);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dp-product-content-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.dp-product-description {
  width: 100%;
  max-width: none;
  color: rgba(0,0,0,.84);
  font-size: 18px;
  line-height: 1.72;
}

.dp-product-description > *:first-child {
  margin-top: 0;
}

.dp-product-description p {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
}

.dp-product-description h2,
.dp-product-description h3,
.dp-product-description h4 {
  margin: 38px 0 18px;
  color: #111;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.dp-product-description img,
.dp-product-description video,
.dp-product-description iframe {
  max-width: 100%;
  border-radius: 28px;
  margin: 34px 0;
  display: block;
}

.dp-product-description figure {
  margin: 42px 0;
}

.dp-product-description .wp-block-columns {
  gap: 28px;
  align-items: center;
}

.dp-product-description .wp-block-image img,
.dp-product-description .wp-block-video video,
.dp-product-description .wp-block-embed iframe {
  width: 100%;
}

@media (max-width: 1024px) {
  .dp-product {
    padding-inline: 28px;
  }

  .dp-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
    gap: 36px;
  }

  .dp-product-buy__inner {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .dp-product {
    padding: 96px 18px 58px;
  }

  .dp-product-breadcrumb {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .dp-product-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dp-product-main-image,
  .dp-product-main-image img {
    min-height: 320px;
  }

  .dp-product-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .dp-product-buy {
    position: relative;
    top: auto;
    min-height: auto;
    border-radius: 28px;
  }

  .dp-product-buy__inner {
    padding: 24px;
  }

  .dp-product-title {
    font-size: 30px;
  }

  .dp-product-short-description {
    font-size: 13px;
  }

  .dp-product-trust {
    padding: 11px 12px;
  }

  .dp-product-cart .woocommerce-variation-add-to-cart,
  .dp-product-cart form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  .dp-product-cart .quantity input.qty {
    width: 100%;
  }

  .dp-product-cart table.variations select {
    height: 50px;
  }

  .dp-product-content {
    margin-top: 32px;
    padding: 32px 24px;
    border-radius: 28px;
  }

  .dp-product-content-head {
    margin-bottom: 26px;
  }

  .dp-product-content-head h2 {
    font-size: 26px;
  }

  .dp-product-description {
    font-size: 16px;
    line-height: 1.65;
  }
}
