/** Shopify CDN: Minification failed

Line 1196:9 Expected identifier but found whitespace
Line 1196:17 Unexpected ";"

**/
/* reset import removed; scoped reset below */
.pdp-hero, .pdp-hero * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.pdp-hero {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Qanelas-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/5c0fb9dbda6822000bf77bb7/Qanelas-Light.otf")
    format("opentype");
}

@font-face {
  font-family: "Qanelas-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5c5951d3e21217000c4e8ab0/Qanelas-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Qanelas-SemiBold";
  src: url("https://anima-uploads.s3.amazonaws.com/5b057e48715fc8000b792d94/Radomir Tinkov - Qanelas-SemiBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Qanelas-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5b057e48715fc8000b792d94/Radomir Tinkov - Qanelas-Bold.otf")
    format("opentype");
}


.pdp-hero .box {
  position: relative;
  width: 100%;
  min-height: 1240px;
  margin: 0 auto;
  display: block;
}

/* Outer wrapper - full width with black background */
.pdp-hero .box .PDP-hero-wrapper {
  width: 100%;
  background-color: #000000;
}

/* Container - max 1920px with background image */
.pdp-hero .box .PDP-hero-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Inner hero - max 1440px content area */
.pdp-hero .box .PDP-hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  gap: 48px;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  height: 1240px;
}

/* Wrapper div for gallery and features overview */
.pdp-hero .box .PDP-hero > div:first-child {
  max-width: 100%;
  display: block;
  position: relative;
  max-width: 620px;
}

.pdp-hero .box .rectangle {
  position: absolute;
  top: 164px;
  left: 80px;
  width: 620px;
  min-height: 617px;
  background-color: #00000099;
  border-radius: 15px;
  border: none;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  box-sizing: border-box;
}

.pdp-hero .box .rectangle::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 15px;
  background: linear-gradient(
    1deg,
    rgba(243, 108, 62, 0.2) 0%,
    rgba(243, 108, 62, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .rectangle .features-overview {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
  border-radius: 15px;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  box-sizing: border-box;
}

.pdp-hero .box .div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 272px;
  background-color: #00000066;
  border-radius: 15px;
  border: none;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  box-sizing: border-box;
}

.pdp-hero .box .div::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 15px;
  background: linear-gradient(
    1deg,
    rgba(243, 108, 62, 0.2) 0%,
    rgba(243, 108, 62, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .frame {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.pdp-hero .box .cool-core-up-to {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0;
  color: #FFF;
  font-family: "Qanelas-Light", Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style: disc;
  padding-left: 20px;
}

.pdp-hero .box .rectangle .img {
  position: relative;
  width: 100%;
  max-width: 296px;
  height: 64px;
  margin: 20px auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pdp-hero .box .rectangle .DV-website {
  position: relative;
  width: 100%;
  max-width: 358px;
  height: auto;
  margin: 20px auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pdp-hero .box .PDP-atc-box {
  max-width: 612px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 612px;
  max-width: 100%;
  align-items: flex-start;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  position: absolute;
  top: 164px;
  left: 748px;
  background-color: #00000099;
  border-radius: 15px;
  border: none;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  box-sizing: border-box;
}

.pdp-hero .box .PDP-atc-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 15px;
  background: linear-gradient(
    1deg,
    rgba(243, 108, 62, 0.2) 0%,
    rgba(243, 108, 62, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .DAVINCI-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .DAVINCI {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
}

.pdp-hero .box .span {
  color: #f36c3e;
}

.pdp-hero .box .text-wrapper-2 {
  color: #ffffff;
  font-size: 20px;
}

.pdp-hero .box .frame-3 {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 20px;
  position: relative;
  flex-wrap: nowrap;
  flex: 1 1 auto;
}

.pdp-hero .box .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .text-wrapper-3 {
  margin-top: -1.00px;
  font-size: 24px;
  position: relative;
  width: fit-content;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.pdp-hero .box .text-wrapper-4 {
  font-size: 20px;
  text-decoration: line-through;
  position: relative;
  width: fit-content;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.pdp-hero .box .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
}

.pdp-hero .box .frame-6 {
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.pdp-hero .box .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .or-payments-of {
  position: relative;
  width: 453px;
  margin-top: -1.00px;
  font-family: "Qanelas-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.pdp-hero .box .sezzle-logo {
  width: 72px;
  height: 18px;
}

/* Hide Sezzle's default logo images */
.pdp-hero .sezzle-shopify-info-button img,
.pdp-hero .sezzle-shopify-info-button svg,
.pdp-hero .sezzle-shopify-info-button .sezzle-logo,
.pdp-hero [class*="sezzle"][class*="logo"],
.pdp-hero .sezzle-shopify-info-button [class*="logo"] {
  display: none !important;
}

/* Custom Sezzle logo wrapper styling */
.pdp-hero .pdp-hero-sezzle-logo-wrapper {
  display: none;
  vertical-align: middle;
}

.pdp-hero .sezzle-shopify-info-button ~ .pdp-hero-sezzle-logo-wrapper,
.pdp-hero .sezzle-shopify-info-button + .pdp-hero-sezzle-logo-wrapper {
  display: inline-block;
  margin-left: 8px;
}

.pdp-hero .pdp-hero-sezzle-logo-custom {
  width: 72px;
  height: 18px;
  display: block;
}

.pdp-hero .box .vector {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-bottom: -0.50px;
  object-fit: cover;
}

.pdp-hero .box .frame-variant-options-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
  /* align-items: center; */
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.pdp-hero .box .frame-color-variant-options {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .ellipse {
  position: relative;
  width: 40px;
  height: 40px;
  /* background-color: #bfcad2; */
  border-radius: 20px;
  border: 4px solid;
  border-color: #f36c3e;
  aspect-ratio: 1;
}

.pdp-hero .box .ellipse-2 {
  position: relative;
  width: 40px;
  height: 40px;
  /* background-color: #22a4d5; */
  border-radius: 20px;
  aspect-ratio: 1;
}

.pdp-hero .box .ellipse-3 {
  position: relative;
  width: 40px;
  height: 40px;
  /* background-color: #232323; */
  border-radius: 20px;
  border: 1px solid;
  /* border-color: #000000; */
  aspect-ratio: 1;
}

.pdp-hero .box .ellipse-4 {
  position: relative;
  width: 40px;
  height: 40px;
  /* background-color: #b872db; */
  border-radius: 20px;
  aspect-ratio: 1;
}

.pdp-hero .box .frame-shipping-trust {
  display: flex;
  width: 100%;
  max-width: 310px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.pdp-hero .box .frame-shipping-trust-icon-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .div-2 {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pdp-hero .box .div-2 img {
  display: block;
  width: 24px;
  height: 24px;
}

/* Removed vector-2 through vector-9 styles - replaced with box.svg and truck.svg icons */

.pdp-hero .box .frame-12 {
  display: flex;
  flex-wrap: nowrap;
  /* height: 60px; */
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.pdp-hero .box .frame-quantity-input-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  min-width: fit-content;
}

.pdp-hero .box .group {
  position: relative;
  width: 40px;
  height: 40px;
}

.pdp-hero .box .plus {
  top: 8px;
  left: 8px;
  position: relative;
  width: 24px;
  height: 24px;
}

.pdp-hero .box .vector-10 {
  position: absolute;
  width: 58.33%;
  height: 0;
  top: 45.83%;
  left: 16.67%;
}

.pdp-hero .box .plus-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}

.pdp-hero .box .vector-11 {
  position: absolute;
  width: 0;
  height: 58.33%;
  top: 16.67%;
  left: 45.83%;
}

/* Quantity button styling with circular orange border */
.pdp-hero .box .pdp-hero-qty-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.pdp-hero .box .pdp-hero-qty-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(1deg, rgba(243, 108, 62, 0.2) 0%, rgba(243, 108, 62, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.pdp-hero .box .pdp-hero-qty-button img {
  width: 24px;
  height: 24px;
  display: block;
}

.pdp-hero .box .pdp-hero-qty-button:hover:not(:disabled) {
  background-color: rgba(243, 108, 62, 0.1);
  opacity: 1;
}

.pdp-hero .box .pdp-hero-qty-button:active:not(:disabled) {
  background-color: rgba(243, 108, 62, 0.2);
  opacity: 1;
}

.pdp-hero .box .pdp-hero-qty-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: rgba(243, 108, 62, 0.5);
}


.pdp-hero .box .BUTTON {
  all: unset;
  box-sizing: border-box;
  background-color: #f36c3e;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  flex: 1 1 auto;
  min-width: 195px;
  border-radius: 500px;
  border: none;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
}

.pdp-hero .box .BUTTON::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 500px;
  background: linear-gradient(1deg, rgba(243, 108, 62, 0.2) 0%, rgba(243, 108, 62, 1) 100%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .BUTTON:hover{
  background-color: transparent;
}

.pdp-hero .box .SHOP-THE-COLLECTION {
  position: relative;
  width: fit-content;
  font-family: "Qanelas-SemiBold", Helvetica;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.pdp-hero .box .pdp-hero-add-to-cart:hover{
  cursor: pointer;
}

.pdp-hero .PDP-hero-container:not(.PDP-hero-container--knockout) .SHOP-THE-COLLECTION {
  color: #ffffff;
}

.pdp-hero .PDP-hero-container--knockout .SHOP-THE-COLLECTION {
  color: #000;
}

.pdp-hero .PDP-hero-container--knockout .pdp-hero-add-to-cart:hover, .pdp-hero .PDP-hero-container--knockout .pdp-hero-add-to-cart:hover .SHOP-THE-COLLECTION {
  color: #fff;
  cursor: pointer;
}

.pdp-hero .box .vector-12 {
  position: relative;
  width: 540px;
  height: 1px;
  margin-right: -8.00px;
  object-fit: cover;
}

.pdp-hero .box .frame-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.pdp-hero .box .frame-14 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  /* flex: 0 0 auto; */
}

.pdp-hero .box .product-davinci {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.pdp-hero .box .text-wrapper-7 {
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
}

.pdp-hero .box .text-wrapper-8 {
  font-family: "Qanelas-Bold", Helvetica;
  font-weight: 700;
}

.pdp-hero .box .frame-15 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .rectangle-2 {
  position: relative;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

/* Product thumbnails in frame-15 */
.pdp-hero .box .pdp-hero-product-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  padding: 4px;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.pdp-hero .box .pdp-hero-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.pdp-hero .box .pdp-hero-product-thumb--active {
  border-color: var(--pdp-border);
  box-shadow: 0 0 0 2px rgba(243, 108, 62, 0.3);
  cursor: default;
  pointer-events: none;
}

.pdp-hero .box .pdp-hero-product-thumb:not(.pdp-hero-product-thumb--active):hover {
  border-color: rgba(243, 108, 62, 0.6);
  box-shadow: 0 0 0 1px rgba(243, 108, 62, 0.2);
}

.pdp-hero .box .pdp-hero-product-thumb:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.pdp-hero .box .frame-description-trust-accordion-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .frame-description-trust-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  /* backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%); */
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .p {
  position: relative;
  width: 100%;
  margin-top: -2.00px;
  margin-right: -11.00px;
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.pdp-hero .box .frame-pdp-trust-signals {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  flex: 0 0 auto;
}

.pdp-hero .box .pdp-hero-trust-signal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

/* .pdp-hero .box .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
} */

.pdp-hero .box .group-2 {
  position: relative;
  width: 44px;
  height: 44px;
}

.pdp-hero .box .group-3 {
  position: absolute;
  width: 54.55%;
  height: 29.75%;
  top: 34.09%;
  left: 22.73%;
}

.pdp-hero .box .vector-13 {
  position: absolute;
  width: 77.27%;
  height: 66.67%;
  top: 16.67%;
  left: 9.09%;
}

.pdp-hero .box .vector-14 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pdp-hero .box .ellipse-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}

.pdp-hero .box .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Qanelas-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.pdp-hero .box .vector-15 {
  position: absolute;
  top: 10px;
  left: calc(50.00% - 12px);
  width: 24px;
  height: 25px;
  aspect-ratio: 0.97;
}

.pdp-hero .box .clock-wrapper {
  position: relative;
  width: 44px;
  height: 44px;
  background-image: url(//davincivaporizer.com/cdn/shop/t/58/assets/pdp-hero-ellipse-16-2.svg?v=15358168190536979821768238174);
  background-size: 100% 100%;
}

.pdp-hero .box .clock {
  position: relative;
  top: 12px;
  left: 12px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  aspect-ratio: 1;
}

.pdp-hero .box .vector-16 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.pdp-hero .box .vector-17 {
  position: absolute;
  width: 24.08%;
  height: 52.21%;
  top: 29.04%;
  left: 46.88%;
  transform: rotate(-180deg);
}

.pdp-hero .box .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  /* background-color: #00000066; */
  border-radius: 10px;
  border: none;
  /* backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%); */
}

.pdp-hero .box .div-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(
    1deg,
    rgba(243, 108, 62, 0.2) 0%,
    rgba(243, 108, 62, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .frame-20 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pdp-hero .box .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Qanelas-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.pdp-hero .box .information {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
/* Inject original CSS code here */

.pdp-hero .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pdp-hero .box .cool-core-up-to {
  position: relative;
  width: 606px;
  height: auto;
  margin-right: -26.00px;
  color: #FFF;
  font-family: "Qanelas-Light", Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style: disc;
  padding-left: 20px;
}

.pdp-hero .box .cool-core-up-to li {
  margin: 0;
  color: #FFF;
  font-family: "Qanelas-Light", Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.pdp-hero .box .frame-color-variant-options {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  border: none;
  padding: 0;
  margin: 0;
}

.pdp-hero .box .frame-color-variant-options input[type="radio"]:checked + label {
  border: 4px solid #f36c3e;
}

.pdp-hero .box .frame-color-variant-options label {
  cursor: pointer;
  transition: border 0.2s ease;
}

.pdp-hero .box .frame-color-variant-options label:hover {
  opacity: 0.8;
}

.pdp-hero .box .ellipse,
.pdp-hero .box .ellipse-2,
.pdp-hero .box .ellipse-3,
.pdp-hero .box .ellipse-4 {
  cursor: pointer;
  display: block;
}

.pdp-hero .box .ellipse {
  border: 4px solid transparent;
}

.pdp-hero .box .text-wrapper-6 {
  position: relative;
  width: 40px;
  min-width: 40px;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  background: transparent;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
}

.pdp-hero .box .text-wrapper-6::-webkit-outer-spin-button,
.pdp-hero .box .text-wrapper-6::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Legacy styles for backward compatibility - overridden by pdp-hero-qty-button */
.pdp-hero .box .group:not(.pdp-hero-qty-button),
.pdp-hero .box .plus-wrapper:not(.pdp-hero-qty-button) {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.pdp-hero .box .group:not(.pdp-hero-qty-button):hover,
.pdp-hero .box .plus-wrapper:not(.pdp-hero-qty-button):hover {
  opacity: 0.8;
}

.pdp-hero .box .group:not(.pdp-hero-qty-button):active,
.pdp-hero .box .plus-wrapper:not(.pdp-hero-qty-button):active {
  opacity: 0.6;
}

.pdp-hero .box .BUTTON,
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pdp-hero .box .BUTTON:hover,
  opacity: 0.9;
}

.pdp-hero .box .BUTTON:active,
  opacity: 0.8;
}

.pdp-hero .box .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  /* background-color: #00000066; */
  border-radius: 10px;
  border: none;
  /* backdrop-filter: blur(5px) brightness(100%); */
  /* -webkit-backdrop-filter: blur(5px) brightness(100%); */
}

.pdp-hero .box .div-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(
    1deg,
    rgba(243, 108, 62, 0.2) 0%,
    rgba(243, 108, 62, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.pdp-hero .box .frame-20 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  cursor: pointer;
  list-style: none;
}

.pdp-hero .box .frame-20::-webkit-details-marker {
  display: none;
}

.pdp-hero .box details[open] .div-2 {
  transform: rotate(180deg);
}

.pdp-hero .box .div-2 {
  transition: transform 0.3s ease;
}

.pdp-hero .box .frame-shipping-trust-icon-label[download] {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pdp-hero .box .frame-shipping-trust-icon-label[download]:hover {
  opacity: 0.8;
}

.pdp-hero .box .text-wrapper-3,
.pdp-hero .box .text-wrapper-4 {
  display: inline-block;
}

/* Sezzle structure overrides - preserve original visual styling while keeping DOM structure for Sezzle */
.pdp-hero .box .product__info-container {
  /* Keep structure for Sezzle but don't add visual styling */
  display: block;
  width: 100%;
}

/* Make price wrapper match original frame-4 styling */
.pdp-hero .box .frame-3 .price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  /* Remove default price styling */
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.pdp-hero .box .frame-3 .price__container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.pdp-hero .box .frame-3 .price__regular,
.pdp-hero .box .frame-3 .price__sale {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

/* Hide price__regular when on sale, hide price__sale when not on sale */
.pdp-hero .box .frame-3 .price--on-sale .price__regular {
  display: none !important;
}

.pdp-hero .box .frame-3 .price:not(.price--on-sale) .price__sale {
  display: none !important;
}

/* Ensure text-wrapper elements maintain original styling even inside Sezzle structure */
.pdp-hero .box .frame-3 .price .text-wrapper-3,
.pdp-hero .box .frame-3 .price__container .text-wrapper-3,
.pdp-hero .box .frame-3 .price__regular .text-wrapper-3,
.pdp-hero .box .frame-3 .price__sale .text-wrapper-3 {
  margin-top: -1.00px;
  font-size: 24px;
  position: relative;
  width: fit-content;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}

.pdp-hero .box .frame-3 .price .text-wrapper-4,
.pdp-hero .box .frame-3 .price__container .text-wrapper-4,
.pdp-hero .box .frame-3 .price__sale .text-wrapper-4 {
  font-size: 20px;
  text-decoration: line-through;
  position: relative;
  width: fit-content;
  font-family: "Qanelas-Light", Helvetica;
  font-weight: 300;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}

/* Hide visually-hidden elements */
.pdp-hero .box .frame-3 .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pdp-hero .box .DAVINCI {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0px;
}

.pdp-hero .box .vector,
.pdp-hero .box .vector-12 {
  border: none;
  background: transparent;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile layout - stack vertically with image gallery on top */
@media (max-width: 1280px) {
  .pdp-hero .box {
    min-height: auto;
  }

  .pdp-hero .box .PDP-hero {
    height: auto;
    min-height: 1240px;
  }

  /* Image gallery column - stack on top */
  .pdp-hero .box .rectangle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    margin-bottom: 20px;
  }

  .pdp-hero .box .rectangle .DV-website {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
  }

  .pdp-hero .box .rectangle .img {
    position: relative;
    width: 100%;
    max-width: 296px;
    margin: 20px auto;
    display: block;
  }

  /* Product details column - stack below */
  .pdp-hero .box .PDP-atc-box {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    order: 2;
  }

  /* Make wrapper div display contents so its children can be reordered */
  .pdp-hero .box .PDP-hero > div:first-child {
    display: contents;
  }

  /* Gallery - first on mobile */
  .pdp-hero .box .PDP-hero .gallery.rectangle {
    max-width: 768px;
    margin: auto;
    order: 1;
  }

  /* Features overview - last on mobile (after add to cart) */
  .pdp-hero .box .PDP-hero .features-overview.rectangle {
    order: 3;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    max-width: 768px;
    margin: auto;
  }

  .pdp-hero .box .cool-core-up-to {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: auto;
  }

  .pdp-hero .box .div {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }
}

/* Tablet adjustments */
@media (max-width: 1200px) and (min-width: 1025px) {
  .pdp-hero .box .rectangle {
    width: calc(48% - 20px);
  }

  .pdp-hero .box .PDP-atc-box {
    width: calc(48% - 20px);
  }

  .pdp-hero .box .features-overview {
    width: calc(48% - 20px);
  }
}

/* ------------------------------------------------------------
   Responsive rebuild (non-destructive overrides)

   The original CSS was exported from a design tool and relies
   heavily on fixed dimensions and absolute positioning.
   These overrides move the layout to a flexible grid, improve
   tap targets, and add an accessible, swipeable gallery.
------------------------------------------------------------ */

.pdp-hero {
  --pdp-max: 1440px;
  --pdp-gutter: 8px;
  --pdp-gap: clamp(12px, 1vw, 24px);
  --pdp-radius: 15px;
  --pdp-border: rgba(243, 108, 62, 0.9);
  --pdp-border-soft: rgba(243, 108, 62, 0.2);
  --pdp-panel: rgba(0, 0, 0, 0.6);
}

.pdp-hero .box {
  min-height: 0;
}

.pdp-hero .box .PDP-hero {
  width: min(100%, var(--pdp-max));
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(24px, 8vw, 164px) var(--pdp-gutter);
  padding-left: 8px;
  padding-right: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--pdp-gap);
  align-items: start;
}

.pdp-hero .box .rectangle,
.pdp-hero .box .PDP-atc-box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  background-color: var(--pdp-panel);
}

.pdp-hero .box .rectangle {
  padding: clamp(16px, 3vw, 24px);
}

.pdp-hero .box .PDP-atc-box {
  padding: clamp(20px, 3.5vw, 40px);
}

.pdp-hero .box .rectangle::before,
.pdp-hero .box .PDP-atc-box::before,
.pdp-hero .box .div::before {
  background: linear-gradient(1deg, var(--pdp-border-soft) 0%, var(--pdp-border) 100%);
}

/* Gallery */
.pdp-hero .box .gallery {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  grid-template-rows: auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.pdp-hero .box .gallery-main {
  grid-column: 2;
  margin: 0;
  border-radius: var(--pdp-radius);
  padding: clamp(8px, 2vw, 16px);
}

.pdp-hero .box .gallery-main .DV-website {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pdp-hero .box .gallery-nav {
  grid-row: 1;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.pdp-hero .box .gallery-nav:hover{
  background: #f36c3e;
}

.pdp-hero .box .gallery-nav span {
  font-size: 22px;
  line-height: 1;
}

.pdp-hero .box .gallery-nav.prev {
  grid-column: 1;
}
.pdp-hero .box .gallery-nav.next {
  grid-column: 3;
}

.pdp-hero .box .gallery-thumbs-wrapper {
  grid-column: 2;
  grid-row: 2;
  margin: auto;
  max-width: min(620px, 100%);
  width: 100%;
  overflow: hidden;
}

.pdp-hero .box .gallery-thumbs {
  display: flex;
  gap: 10px;
  padding: 2px;
  width: 100%;
  max-width: 100%;
}

.pdp-hero .box .gallery-thumbs.splide {
  width: 100%;
  max-width: 100%;
}

.pdp-hero .box .gallery-thumbs .splide__track {
  width: 100%;
  max-width: 100%;
}

.pdp-hero .box .thumb {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  padding: 4px;
  cursor: pointer;
}

.pdp-hero .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.pdp-hero .box .thumb.is-active {
  border-color: var(--pdp-border);
  box-shadow: 0 0 0 2px rgba(243, 108, 62, 0.3);
}

.pdp-hero .box .thumb:focus-visible,
.pdp-hero .box .gallery-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Improve button tap targets and layout */
.pdp-hero .box .frame-12 {
  width: 100%;
}

.pdp-hero .box .frame-quantity-input-container {
  min-height: 48px;
}

.pdp-hero .box .group,
.pdp-hero .box .plus-wrapper {
  width: 44px;
  height: 44px;
}

.pdp-hero .box #quantity {
  width: 64px;
  height: 44px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.pdp-hero .box .BUTTON {
  width: 100%;
}

@media (max-width: 640px){
  .pdp-hero .box .BUTTON {
    width: unset;
  }
}

/* Color swatches: show checked + keyboard focus */
.pdp-hero .box .frame-color-variant-options {
  gap: 14px;
}

.pdp-hero .box .frame-color-variant-options label {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.pdp-hero .box .frame-color-variant-options input:checked + label {
  border-color: var(--pdp-border);
  box-shadow: 0 0 0 3px rgba(243, 108, 62, 0.25);
}

.pdp-hero .box .frame-color-variant-options input:focus-visible + label {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Features card background layer shouldn't steal pointer events */
.pdp-hero .box .rectangle .features-overview .div {
  pointer-events: none;
}

/* Details: larger hit area and better affordance */
.pdp-hero .box details.div-wrapper {
  width: 100%;
  gap: 0;
}

.pdp-hero .box details.div-wrapper[open] {
  gap: 20px;
}

.pdp-hero .box details.div-wrapper > summary.frame-20 {
  cursor: pointer;
  list-style: none;
}

.pdp-hero .box details.div-wrapper > summary::-webkit-details-marker {
  display: none;
}

.pdp-hero .box details.div-wrapper[open] summary .div-2 {
  transform: rotate(45deg);
}

.pdp-hero .box .div-2 {
  transition: transform 180ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-hero .box .div-2 img {
  display: block;
  width: 24px;
  height: 24px;
}

/* Box content styling */
.pdp-hero .box .pdp-hero-box-content {
  padding-top: 0;
}

.pdp-hero .PDP-hero-container:not(.PDP-hero-container--knockout) .pdp-hero-box-content {
  color: #ffffff;
}

.pdp-hero .PDP-hero-container.PDP-hero-container--knockout .pdp-hero-box-content {
  color: #000000;
}

.pdp-hero .box .pdp-hero-box-content h1, 
.pdp-hero .box .pdp-hero-box-content h2,
.pdp-hero .box .pdp-hero-box-content h3,
.pdp-hero .box .pdp-hero-box-content h4,
.pdp-hero .box .pdp-hero-box-content h5,
.pdp-hero .box .pdp-hero-box-content h6 {
  color: #f36c3ee6;
}

.pdp-hero .box .pdp-hero-box-content p {
  margin: 0 0 12px 0;
}

.pdp-hero .box .pdp-hero-box-content p:last-child {
  margin-bottom: 0;
}

/* Mobile: stack + tighten spacing */
@media (max-width: 1280px) {
  .pdp-hero .box .PDP-hero {
    grid-template-columns: 1fr;
    padding: 24px 16px 48px;
  }

  /* Ensure wrapper div uses display: contents for reordering */
  .pdp-hero .box .PDP-hero > div:first-child {
    display: contents;
  }

  /* Add to cart box - second on mobile */
  .pdp-hero .box .PDP-hero .PDP-atc-box {
    order: 2;
    max-width: 768px;
    margin: auto;
  }

  .pdp-hero .box .gallery {
    grid-template-columns: 36px 1fr 36px;
  }

  .pdp-hero .box .gallery-nav {
    width: 36px;
    height: 36px;
  }

  .pdp-hero .box .gallery-main .DV-website {
    max-width: 320px;
  }

  .pdp-hero .box .img {
    max-width: 240px;
    margin: 14px auto 0;
  }

  /* Responsive: Keep price and reviews on one line, adjust gap */
  .pdp-hero .box .frame-3 {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .pdp-hero .box .frame-5 {
    font-size: 12px;
  }

  .pdp-hero .box .text-wrapper-5 {
    font-size: 12px;
  }
}


@media (max-width: 768px){
  .pdp-hero .box .frame-3 {
    flex-wrap: wrap;
  }

  .pdp-hero .box .cool-core-up-to{
    padding: 0px;
  }

  .pdp-hero .box .cool-core-up-to ul {
    padding: 20px;
  }
}



.pdp-hero .button.klaviyo-bis-trigger {
    box-sizing: border-box !important;
    background-color: #0000004c !important;
    height: 60px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    position: relative !important;
    flex: 1 1 auto !important;
    min-width: 140px !important;
    width: 100% !important;
    border-radius: 500px !important;
    border: none !important;
    margin: 0 !important;
    backdrop-filter: blur(5px) brightness(100%) !important;
    -webkit-backdrop-filter: blur(5px) brightness(100%) !important;
    cursor: pointer !important;
    font-family: inherit;
    text-decoration: none !important;
    overflow: visible !important;
}

.pdp-hero .button.klaviyo-bis-trigger::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  padding: 2px !important;
  border-radius: 500px !important;
  background: linear-gradient(1deg, rgba(243, 108, 62, 0.2) 0%, rgba(243, 108, 62, 1) 100%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  z-index: 1 !important;
  pointer-events: none !important;
  display: block !important;
}

.pdp-hero .button.klaviyo-bis-trigger:hover{
  background-color: #f36c3e !important;
}