/** Shopify CDN: Minification failed

Line 1594:46 Expected "]" to go with "["
Line 1594:65 Unexpected "]"
Line 1601:46 Expected "]" to go with "["
Line 1601:65 Unexpected "]"

**/
/*
	Use case: @include bg-master("XXXXX", center, center, contain, transparent);
*/
:root {
  --pdp-width-first-half: 50%;
  --pdp-column-gap: 1rem;
  --pdp-width-second-half: calc(100% - var(--pdp-width-first-half));
  --pdp-carousel-thumbnail-width: 100%;
  --pdp-carousel-thumbnail-gap: 8px;
  --pdp-section-padding-x: 1rem;
}
@media (min-width: 1024px) {
  :root {
    --pdp-carousel-thumbnail-width: 86px;
    --pdp-section-padding-x: 4.5rem;
  }
}

.large-wonky-first-half {
  position: relative;
}
@media (min-width: 1024px) {
  .large-wonky-first-half {
    width: var(--pdp-width-first-half);
    flex: 0 0 auto;
  }
}

@media (min-width: 1024px) {
  .large-wonky-second-half {
    width: var(--pdp-width-second-half);
    flex: 0 0 auto;
  }
}

.header-background-spacer {
  width: 100%;
  position: absolute;
  top: 0;
  height: 120px;
}
@media (min-width: 1024px) {
  .header-background-spacer {
    display: none;
  }
}

.product-template-section .section-wrapper {
  padding-left: 0;
  /* product-detail-wrap */
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap:not(.pdp-hero--2025) {
    margin-top: -2rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap {
  align-items: flex-start;
  /* content */
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel {
  width: var(--pdp-carousel-thumbnail-width);
  flex-shrink: 0;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel .item {
  position: relative;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel .image-wrap img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel:not(.pdp-nav-product-carousel--2025) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel:not(.slick-initialized) {
    max-height: 100vh;
    display: flex;
    overflow: hidden;
  }
  .product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel:not(.slick-initialized) .item {
    flex: 1 0 50%;
  }
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .pdp-nav-product-carousel .slick-track {
    margin: 0;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel:not(.slick-initialized) {
  max-height: 100vh;
  overflow: hidden;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel:not(.slick-initialized) .item:not(:first-child) {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .pdp-carousel:not(.slick-initialized) .item {
    max-height: 1000px;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .item {
  position: relative;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .item .image-wrap.badge {
  position: absolute;
  max-width: 120px;
  right: 1.5rem;
  top: 1.5rem;
  width: auto;
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .item .image-wrap.badge {
    max-width: 80px;
    top: 3.5rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .item .image-wrap img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  left: 0;
  background: transparent;
  text-align: center;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .slick-dots li {
  background-image: none;
  display: flex;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .slick-dots li.slick-active button {
  background: black;
  border-color: black;
}
.product-template-section .section-wrapper .product-detail-wrap .pdp-carousel .slick-dots li button {
  position: static;
  background-image: none;
  background: transparent;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 1;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.product-template-section .section-wrapper .product-detail-wrap .product-images {
  position: relative;
}
@media (min-width: 1024px) {
  .product-template-section .section-wrapper .product-detail-wrap .product-images {
    display: flex;
    gap: var(--pdp-column-gap);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content {
  position: -webkit-sticky;
  position: sticky;
  /* overview */
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .product-meta {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs {
  margin: 0 0 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs {
    width: 100%;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs a {
  color: var(--grey);
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs a::after {
  content: "/";
  margin: 0 0.375rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs a.active {
  color: #000;
}
.product-template-section .section-wrapper .product-detail-wrap .content .product-meta .breadcrumbs a.active::after {
  content: "";
}
.product-template-section .section-wrapper .product-detail-wrap .content .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .header {
    flex-wrap: wrap;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .header .title {
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge {
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge {
    width: 100%;
    margin: 10px 0;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge .spr-badge-starrating {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge .spr-badge-starrating .spr-icon {
  margin-right: 0.25rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .reviews .spr-badge .spr-badge-caption {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .promotion-cutoff {
  padding: 0.5rem;
  display: flex;
  background: rgba(190, 147, 83, 0.2);
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-template-section .section-wrapper .product-detail-wrap .content .promotion-cutoff i {
  margin-right: 0.25rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .promotion-cutoff .timeleft {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .usp-list {
  list-style: disc outside none;
  list-style: initial;
  margin-bottom: 1rem;
  padding-left: 1.3rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .usp-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .variant-title-wrapper {
  margin-bottom: 0.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .variant-title-wrapper .variant-title {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle .sale-price {
  color: var(--grey);
  text-decoration: line-through;
  font-weight: 400;
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle .non-sale-price, .product-template-section .section-wrapper .product-detail-wrap .content .subtitle .on-sale {
  color: #C63C3A;
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle .hasDiscount {
  color: var(--grey);
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle .cap {
  text-decoration: line-through;
}
.product-template-section .section-wrapper .product-detail-wrap .content .subtitle .single-variant-title {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-family: var(--font-body);
}
.product-template-section .section-wrapper .product-detail-wrap .content .discount-note {
  color: var(--grey);
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  line-height: 1.125rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview {
  /* ecommerce-options */
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview {
    display: flex;
    flex-direction: column;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.25rem 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.25rem 0;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc p .read-more {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ol, .product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ul {
  padding: 15px 0 15px 20px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ol li, .product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ul li {
  padding-bottom: 10px;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ol li, .product-template-section .section-wrapper .product-detail-wrap .content .overview .p-desc ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .tech-sheet {
  font-size: 1rem;
  line-height: 1.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options {
  display: flex;
  flex-direction: column;
  /* form-controls */
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .limit-quantity-error {
  display: none;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .label {
  margin-bottom: 0.5rem;
}
@media (max-width: 639px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options {
    order: -1;
  }
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .options {
    width: 100%;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .variant-option {
  display: none;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls #gsAppContainer {
  display: none;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .btn-flex {
  flex-basis: 85%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .btn-flex.login-access {
  flex-basis: 100%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .btn-flex button {
  width: 100%;
  background: black;
  color: white;
  border-color: black;
  font-size: 1.125rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .btn-flex button:hover {
  background: white;
  color: black;
  border-color: black;
  transition: all 300ms;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .single-option-selector {
  padding: 12px;
  padding-right: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .single-option-selector option {
  color: black;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .qty-selection {
  flex-basis: 15%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .qty-selection .group select {
  padding: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .express-msg {
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .additional-checkout-buttons,
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .express-wrapper {
  width: 100%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content {
  max-width: 450px;
  margin: auto;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content ul {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center !important;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content ul li {
  flex-basis: 48.5% !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  margin-right: 0 !important;
  margin-left: 0px !important;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content ul li div {
  border-radius: 0 !important;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content ul li * {
  border-radius: 0 !important;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .dynamic-checkout__content ul li form button {
  border-radius: 0 !important;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .customer {
  margin-top: 1rem;
  width: 100%;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form {
  margin-top: 1rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields {
  margin-top: 16px;
  display: none;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields.active {
  display: block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-input:checked .recipient-fields {
  display: block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper {
  display: flex;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--grey);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  transition: background-color 0.4s;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 0px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: width 0.3s, height 0.2s ease 0.3s;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox-input:checked + .recipient-checkbox::after {
  width: 8px;
  height: 14px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox-input:checked + .recipient-checkbox::before {
  background: #09121F;
  border-color: #09121F;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-checkbox-wrapper .recipient-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field {
  margin-bottom: 16px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input {
  width: 100%;
  padding: 12px 24px 12px 12px;
  resize: none;
  border-radius: 0;
  line-height: normal;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input::-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input::placeholder {
  color: rgba(0,0,0,0.6);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input:disabled {
  background: rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .field__input.text-area {
  padding-top: 12px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .ecommerce-options .form-controls .recipient-form .recipient-fields__field .field .form__message {
  margin-top: 16px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper {
  display: flex;
  padding: 24px;
  background: rgba(190, 147, 83, 0.2);
  gap: 16px;
  margin-top: 0.625rem;
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper {
    margin-bottom: 2.5rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-image-wrapper {
  flex-shrink: 1;
  width: 100%;
  max-width: 116px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-image-wrapper .build-case-image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 70%;
  flex-shrink: 1;
  flex-grow: 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-content .sub-title {
  font-size: 18px;
  margin-bottom: 1rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-content a {
  font-size: 18px;
  padding: 1rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
  background: black;
  color: white;
  border: 1px solid black;
  transition: all 300ms;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .build-case-wrapper .build-case-content a:hover {
  background: white;
  color: black;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper {
  display: flex;
  padding: 24px;
  gap: 16px;
  margin-top: 0.625rem;
}
@media (max-width: 1023px) {
  .product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper {
    margin-bottom: 2.5rem;
  }
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-image-wrapper {
  flex-shrink: 1;
  width: 100%;
  max-width: 116px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-image-wrapper .upsell-image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 70%;
  flex-shrink: 1;
  flex-grow: 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-content .sub-title {
  font-size: 18px;
  margin-bottom: 1rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-content a {
  font-size: 18px;
  padding: 1rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-transform: uppercase;
  background: black;
  color: white;
  border: 1px solid black;
  transition: all 300ms;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .upsell-wrapper .upsell-content a:hover {
  background: white;
  color: black;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions {
  margin-top: 2.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item {
  margin-bottom: 1.5rem;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0rem 2.5rem 0rem 0;
  font-weight: 500;
  font-size: 18px;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger:hover {
  cursor: pointer;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger.tasting-notes::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(icon-tasting-notes.svg) no-repeat;
  display: inline-block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger.food-pairings::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(icon-food-pairings.svg) no-repeat;
  display: inline-block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger.serving-inspiration::before {
  content: "";
  width: 32px;
  height: 52px;
  background: url(icon-serving-inspiration.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .trigger.expand::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .output:not(.pdp-2025__description) {
  display: none;
  margin: 0.5rem 0 1.5rem 0;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .output:not(.pdp-2025__description).no-accordion {
  display: block;
}
.product-template-section .section-wrapper .product-detail-wrap .content .overview .product-accordions .item .output:not(.pdp-2025__description) p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.product-template-section .related-variant-product-dropdown {
  margin-bottom: 0.5rem;
  color: var(--black);
}

/* product-template-section */
.product-tag-library {
  background: #000;
  padding: 2.5rem 0;
}
@media (max-width: 1023px) {
  .product-tag-library {
    padding: 1.875rem 0;
  }
}
.product-tag-library .blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .product-tag-library .blocks {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-tag-library .blocks .block {
  text-align: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .product-tag-library .blocks .block {
    width: 33.3%;
    padding: 0.625rem 0;
  }
}
@media (max-width: 639px) {
  .product-tag-library .blocks .block {
    width: 50%;
  }
}
.product-tag-library .blocks .block .icon-wrap {
  margin: 0 auto;
}
.product-tag-library .blocks .block .icon-wrap img {
  min-height: 3.4375rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 3.4375rem;
}
.product-tag-library .blocks .block .tag-title {
  color: #fff;
  margin: 0.625rem 0;
  text-transform: uppercase;
}
.product-tag-library .blocks .block .value {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

/* product-tag-library */
.pdp-blocks-section .header .title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--font-body);
}

/* collection-block-wrapper */
.pdp-col-block {
  padding: 0 1.25rem;
  display: inline-grid;
  width: 33.3%;
}
@media (max-width: 1023px) {
  .pdp-col-block {
    padding: 0 0.5625rem 3.125rem;
  }
  .pdp-col-block:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 639px) {
  .pdp-col-block {
    padding: 0 1.25rem 3.125rem;
    width: 100%;
  }
}
.pdp-col-block .image-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.625rem;
  overflow: hidden;
}
@media (max-width: 639px) {
  .pdp-col-block .image-wrap {
    width: calc(100% + 2.5rem);
    padding-top: calc(100% + 2.5rem);
    left: -1.25rem;
  }
}
.pdp-col-block .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-col-block .title {
  text-transform: uppercase;
  margin: 0 0 0.75rem 0;
}
@media (max-width: 639px) {
  .pdp-col-block .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.pdp-col-block .desc {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.pdp-col-block .btn-flex {
  width: 100%;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 639px) {
  .pdp-col-block .btn-flex .btn {
    width: 100%;
  }
}

.spr-container {
  border: none !important;
  padding: 0 4.5rem 4.6875rem !important;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .spr-container {
    padding: 0 1rem 5.625rem !important;
  }
}
.spr-container .spr-header {
  display: flex;
  justify-content: space-between;
}
.spr-container .spr-header::before, .spr-container .spr-header::after {
  content: unset;
}
@media (max-width: 639px) {
  .spr-container .spr-header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
[dir="ltr"] .spr-container .spr-header .spr-header-title {
  text-align: left;
}
[dir="rtl"] .spr-container .spr-header .spr-header-title {
  text-align: right;
}
.spr-container .spr-header .spr-header-title {
  font-size: 4rem;
  margin: 0;
  font-family: "Juana Alt";
  text-transform: uppercase;
  max-width: 400px;
}
@media (max-width: 639px) {
  [dir="ltr"] .spr-container .spr-header .spr-header-title {
    text-align: left;
  }
  [dir="rtl"] .spr-container .spr-header .spr-header-title {
    text-align: right;
  }
  .spr-container .spr-header .spr-header-title {
    font-size: 3.5rem;
  }
}
.spr-container .spr-header .spr-summary {
  display: flex;
  margin: 1.25rem 0 0 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .spr-container .spr-header .spr-summary {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0.5rem;
  }
}
.spr-container .spr-header .spr-summary .spr-starrating {
  margin-right: 4px;
}
.spr-container .spr-header .spr-summary .spr-starrating .spr-icon {
  margin: 0 2px;
}
.spr-container .spr-header .spr-summary .spr-summary-actions {
  float: none;
  margin-left: 20px;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .spr-container .spr-header .spr-summary .spr-summary-actions {
    margin: 0.625rem 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview {
  padding: 1rem 1.5rem;
  background: black;
  color: white;
  font-family: "Gotham";
  font-size: 18px;
  transition: all 300ms;
  border: 1px solid black;
}
.spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview:hover {
  background: white;
  color: black;
  border-color: black;
}
@media (max-width: 639px) {
  .spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview {
    display: block;
  }
  .spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview::before, .spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview::after {
    content: unset;
  }
}
.spr-container .spr-reviews .spr-review:first-child {
  margin-top: 2.9375rem;
}
.spr-container .spr-reviews .spr-review .spr-review-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.spr-container .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
  text-transform: uppercase;
  letter-spacing: 0rem;
  width: 100%;
  order: -1;
}
.spr-container .spr-reviews .spr-review .spr-review-header span {
  width: 100%;
}
.spr-container .spr-reviews .spr-review .spr-review-header span.spr-review-header-starratings {
  margin: 0.625rem 0 0.75rem;
}
@media (min-width: 1024px) {
  .spr-container .spr-reviews .spr-review .spr-review-header span.spr-review-header-byline {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
}
.spr-container .spr-reviews .spr-review .spr-review-content-body {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 75%;
}
@media (max-width: 639px) {
  .spr-container .spr-reviews .spr-review .spr-review-content-body {
    max-width: 100%;
  }
}
.spr-container .spr-button-primary {
  background: transparent;
}
.spr-container .spr-form {
  max-width: 800px;
  margin: 24px auto;
}
.spr-container .spr-form-title {
  text-transform: uppercase;
  letter-spacing: 0px;
}

.sticky-cta-bar {
  display: none;
  background: white;
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 0.5rem 2.5rem;
  align-items: center;
  position: fixed;
  justify-content: space-between;
  z-index: 3;
  bottom: -200px;
  left: 0;
  width: 100%;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .sticky-cta-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
  }
}
.sticky-cta-bar .end {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .sticky-cta-bar .end {
    width: 100%;
  }
}
.sticky-cta-bar .end .btn-flex {
  flex-basis: 85%;
}
.sticky-cta-bar .end .btn-flex button {
  width: 100%;
  background: black;
  color: white;
  border-color: black;
  font-size: 1.125rem;
}
.sticky-cta-bar .end .btn-flex button:hover {
  background: white;
  color: black;
  border-color: black;
  transition: all 300ms;
}
.sticky-cta-bar .end .btn-flex .login-access {
  width: 100%;
}
.sticky-cta-bar .end .single-option-selector {
  padding: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.sticky-cta-bar .end .single-option-selector option {
  color: black;
}
.sticky-cta-bar .end .qty-selection {
  flex-basis: 15%;
}
.sticky-cta-bar .end .qty-selection .group select {
  padding: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.pdp-description .metafield-rich_text_field a, .pdp-description .output a {
  text-decoration: underline;
}
.pdp-description .metafield-rich_text_field ul, .pdp-description .output ul {
  list-style-type: disc;
  padding-left: 1em;
}
.pdp-description .metafield-rich_text_field ol, .pdp-description .output ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.pdp-description .metafield-rich_text_field p:not(:last-child),
.pdp-description .metafield-rich_text_field li, .pdp-description .output p:not(:last-child),
.pdp-description .output li {
  margin-bottom: 0.5em;
}
.pdp-description .description-content {
  padding: 4.5rem;
}
@media (max-width: 1023px) {
  .pdp-description .description-content {
    padding: 2.5rem 1rem;
    order: 2;
  }
}
.pdp-description .description-content .metafield-rich_text_field strong, .pdp-description .description-content .output strong {
  font-weight: 500;
}
.pdp-description .description-content .metafield-rich_text_field a, .pdp-description .description-content .output a {
  text-decoration: underline;
}
.pdp-description .description-content .metafield-rich_text_field a strong, .pdp-description .description-content .output a strong {
  font-weight: normal;
}
.pdp-description .description-content .item {
  border-bottom: 1px solid var(--grey);
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.pdp-description .description-content .item .trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0rem 2.5rem 0rem 0;
  font-weight: 500;
  font-size: 20px;
}
.pdp-description .description-content .item .trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("icon-chev-right.svg") no-repeat center center/0.5rem;
  transition: 0.3s all;
}
.pdp-description .description-content .item .trigger:hover {
  cursor: pointer;
}
.pdp-description .description-content .item .trigger.expand::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.pdp-description .description-content .item .output {
  display: none;
  margin: 0.5rem 0 0 0;
}
.pdp-description .description-content .item .output p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pdp-description .description-content .item .data-sheet {
  font-weight: 500;
  font-size: 20px;
}
.pdp-description .carousel-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
}
@media (max-width: 1023px) {
  .pdp-description .carousel-wrapper {
    order: 1;
    position: relative;
    top: auto;
  }
}
.pdp-description .carousel-wrapper .description-carousel .image-wrap .img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-description .carousel-wrapper .carousel-controls {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .pdp-description .carousel-wrapper .carousel-controls {
    padding: 0 1rem;
  }
}
.pdp-description .carousel-wrapper .carousel-controls .slide-index {
  display: flex;
  color: white;
}
.pdp-description .carousel-wrapper .carousel-controls .slide-index .total-index {
  color: rgba(255, 255, 255, 0.4);
}
.pdp-description .carousel-wrapper .carousel-controls .buttons .description-arrow-next, .pdp-description .carousel-wrapper .carousel-controls .buttons .description-arrow-prev {
  height: 1.5rem;
  width: 1.5rem;
}
.pdp-description .pdp-carousel-video {
  position: relative;
}
.pdp-description .pdp-carousel-video video {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-description .pdp-carousel-video .play-button, .pdp-description .pdp-carousel-video .pause-button {
  position: absolute;
  z-index: 10;
  padding: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pdp-description .pdp-carousel-video .play-button img, .pdp-description .pdp-carousel-video .pause-button img {
  width: 3rem;
  height: 3rem;
}
.pdp-description .pdp-carousel-video .pause-button {
  visibility: hidden;
}
.pdp-description .pdp-carousel-video.playing .play-button {
  visibility: hidden;
}
.pdp-description .pdp-carousel-video.playing .pause-button {
  visibility: visible;
  opacity: 0;
  transition: 0.3s;
}
.pdp-description .pdp-carousel-video.playing:hover .pause-button {
  opacity: 1;
}

.pdp-info-grid--2025 {
  padding-left: var(--pdp-section-padding-x);
  padding-right: var(--pdp-section-padding-x);
  --gap: 2.5rem;
  gap: var(--gap);
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .pdp-info-grid--2025 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin-bottom: 80px;
    align-items: flex-start;
  }
}
.pdp-info-grid--2025 .pdp-info-grid--2025__description-content {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding: 0;
}
.pdp-info-grid--2025 .pdp-info-grid--2025__description-content > .item {
  border-bottom: 0;
}
.pdp-info-grid--2025 .pdp-info-grid--2025__col {
  width: 100%;
}
@media (min-width: 1024px) {
  .pdp-info-grid--2025 .pdp-info-grid--2025__col {
    width: calc(50% - var(--gap) / 2);
  }
}

.product-template-section .product-card__corner-label {
  z-index: 20;
}

.pdp-template--2025 {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .pdp-template--2025 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin-bottom: 80px;
  }
}

.pdp-hero--2025 {
  display: flex;
  --gap: 1.5rem;
  gap: var(--gap);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .pdp-hero--2025 {
    --gap: 2.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.pdp-hero--2025 .ecommerce-options {
  margin-top: 0.5rem;
}

@media (max-width: 1023px) {
  .pdp-hero--2025__column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .pdp-hero--2025__column {
    width: calc(50% - var(--gap) / 2);
  }
}

@media (max-width: 1023px) {
  .pdp--2025__header.pdp-2025__header--desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pdp--2025__header.pdp-2025__header--mobile {
    display: none;
  }
}
.pdp--2025__header .pdp-2025__title {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1rem;
}
.pdp--2025__header .pdp-2025__product-name {
  display: inline-block;
  font-family: "Juana Alt", serif;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .pdp--2025__header .pdp-2025__product-name {
    font-size: 44px;
  }
}
.pdp--2025__header .pdp-2025__product-supplementary-title {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}
.pdp--2025__header .jdgm-prev-badge__text {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.pdp--2025__header .pdp-2025__tagline {
  margin-bottom: 1rem;
}

.pdp-main-carousel-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .pdp-main-carousel-wrapper {
    width: calc(100% - var(--pdp-column-gap) - var(--pdp-carousel-thumbnail-width));
  }
}

@media (max-width: 1023px) {
  .pdp-nav-product-carousel-slide {
    padding-right: var(--pdp-carousel-thumbnail-gap, 8px);
  }
}
@media (min-width: 1024px) {
  .pdp-nav-product-carousel-slide {
    padding-bottom: var(--pdp-carousel-thumbnail-gap, 8px);
  }
}

.pdp-nav-product-carousel-image {
  background: var(--product-card-bg-color, transparent);
}

.pdp-nav-video-thumb {
  position: relative;
}

.pdp-nav-video-thumb__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0.9;
  pointer-events: none;
}

.pdp-2025__carousel-video {
  position: relative;
}

.pdp-2025__carousel-video-element {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.pdp-2025__video-play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}

.pdp-2025__video-play-indicator-icon {
  font-size: 5rem;
  color: white;
  opacity: 0.9;
}

.pdp-2025__carousel-video.playing .pdp-2025__video-play-indicator {
  opacity: 0;
}

.breadcrumbs--2025 {
  width: 100%;
  padding-bottom: 1.5rem;
  --breadcrumbs-font-size: 12px;
}
.breadcrumbs--2025 ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: var(--breadcrumbs-font-size);
  line-height: 1.5;
}
.breadcrumbs--2025 .breadcrumbs__item {
  text-transform: uppercase;
  font-size: 0;
  line-height: inherit;
}
.breadcrumbs--2025 .breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  transform: translateY(-8%);
  width: 16px;
  height: 16px;
  background: url(arrow-right-s-line.svg) no-repeat center center/100%;
}
.breadcrumbs--2025 .breadcrumbs__item a {
  font-size: var(--breadcrumbs-font-size);
  display: inline-flex;
  line-height: inherit;
}
.breadcrumbs--2025 .breadcrumbs__item:last-child {
  font-weight: 500;
}
.breadcrumbs--2025 .breadcrumbs__item:last-child .breadcrumbs__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pdp-2025__usp-list {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pdp-2025__low-stock-message {
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .pdp-2025__xl-flex-row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.pdp-2025__wishlist-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 18px;
  line-height: 1.5;
}

.pdp-2025__selling-plan-groups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.pdp-2025__selling-plan-group,
.product-detail-wrap .shopify_subscriptions_app_block_label {
  --widget-border: 1px solid rgba(0, 0, 0, 0.4);
  border: var(--widget-border);
  padding: 1rem;
}
.pdp-2025__selling-plan-group.shopify_subscriptions_app_block_label:first-child,
.product-detail-wrap .shopify_subscriptions_app_block_label.shopify_subscriptions_app_block_label:first-child {
  margin-bottom: 1rem;
}
.pdp-2025__selling-plan-group.shopify_subscriptions_app_block_label,
.product-detail-wrap .shopify_subscriptions_app_block_label.shopify_subscriptions_app_block_label {
  border-bottom: var(--widget-border) !important;
}

.shopify_subscriptions_app_block_label > label,
.shopify_subscriptions_purchase_option_wrapper > label,
.shopify_subscriptions_in_widget_price {
  font-size: 18px;
  line-height: 1.5;
}

.shopify_subscriptions_app_block_label[\:has\(input\:checked\)] {
  background-color: rgba(190, 147, 83, 0.1);
  --widget-border: 1px solid rgba(190, 147, 83, 0.4);
}

.shopify_subscriptions_app_block_label:has(input:checked) {
  background-color: rgba(190, 147, 83, 0.1);
  --widget-border: 1px solid rgba(190, 147, 83, 0.4);
}
.shopify_subscriptions_app_block_label[\:has\(input\:checked\)] > label,
.shopify_subscriptions_app_block_label[\:has\(input\:checked\)] .shopify_subscriptions_purchase_option_wrapper > label,
.shopify_subscriptions_app_block_label[\:has\(input\:checked\)] .shopify_subscriptions_in_widget_price {
  font-weight: 500;
}
.shopify_subscriptions_app_block_label:has(input:checked) > label,
.shopify_subscriptions_app_block_label:has(input:checked) .shopify_subscriptions_purchase_option_wrapper > label,
.shopify_subscriptions_app_block_label:has(input:checked) .shopify_subscriptions_in_widget_price {
  font-weight: 500;
}

.shopify_subscriptions_app_block_label[\:has\(.allocation_price\)] .shopify_subscriptions_purchase_option_wrapper label {
  padding-left: 18px;
}

.shopify_subscriptions_app_block_label:has(.allocation_price) .shopify_subscriptions_purchase_option_wrapper label {
  padding-left: 18px;
}
.shopify_subscriptions_app_block_label[\:has\(.allocation_price\)] .shopify_subscriptions_app_block_label_children {
  padding-left: 0;
}
.shopify_subscriptions_app_block_label:has(.allocation_price) .shopify_subscriptions_app_block_label_children {
  padding-left: 0;
}

.shopify_subscriptions_app_block_label_children {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.5;
}
.shopify_subscriptions_app_block_label_children > li > label[\:has\(input\:checked\)] {
  font-weight: 500;
}
.shopify_subscriptions_app_block_label_children > li > label:has(input:checked) {
  font-weight: 500;
}

.pdp-2025__selling-plan-group__usps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1rem;
}

.pdp-2025__selling-plan-group__usp-item {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.5;
}
.pdp-2025__selling-plan-group__usp-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(icon-check.svg) no-repeat center center/70%;
  width: 20px;
  height: 20px;
  left: 0;
  vertical-align: middle;
}

.pdp-2025__selling-plan-group__header-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}

.pdp-2025__selling-plan__dropdown-label {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  display: block;
}

.pdp-2025__description {
  margin-top: 0.5rem;
}
.pdp-2025__description a {
  text-decoration: underline;
}
.pdp-2025__description ul {
  list-style-type: disc;
  padding-left: 1em;
}
.pdp-2025__description ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.pdp-2025__description p:not(:last-child),
.pdp-2025__description li {
  margin-bottom: 0.5em;
}

.pdp-2025__price-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .pdp-2025__price-wrapper {
    margin-bottom: 1.5rem;
  }
}
.pdp-2025__price-wrapper .sale-price {
  color: var(--grey);
  text-decoration: line-through;
  font-weight: 400;
}
.pdp-2025__price-wrapper .non-sale-price, .pdp-2025__price-wrapper .on-sale {
  color: #C63C3A;
  font-weight: 500;
  line-height: inherit;
}

.pdp-2025__selling-plan__dropdown {
  padding: 0.75rem;
  line-height: 1.5;
}

.pdp-2025__selling-plan-group__input {
  display: none;
}

.pdp-2025__selling-plan-group__input:checked + .pdp-2025__selling-plan-group {
  background-color: rgba(190, 147, 83, 0.1);
  --widget-border: 1px solid rgba(190, 147, 83, 0.4);
}
.pdp-2025__selling-plan-group__input:checked + .pdp-2025__selling-plan-group .pdp-2025__selling-plan-group__header-row,
.pdp-2025__selling-plan-group__input:checked + .pdp-2025__selling-plan-group .pdp-2025__selling-plan__dropdown {
  font-weight: 500;
}
.pdp-2025__selling-plan-group__input:checked + .pdp-2025__selling-plan-group .pdp-2025__selling-plan-group__radio-button {
  border-color: #000;
}
.pdp-2025__selling-plan-group__input:checked + .pdp-2025__selling-plan-group .pdp-2025__selling-plan-group__radio-button::after {
  opacity: 1;
}

.pdp-2025__selling-plan-group__label {
  position: relative;
  cursor: pointer;
  display: block;
}

.pdp-2025__selling-plan-group__radio-button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
.pdp-2025__selling-plan-group__radio-button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
}

.pdp-2025__selling-plan-group__header-row-price {
  margin-left: auto;
}

.product-control-flex {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .product-control-flex {
    width: 100%;
  }
}
.product-control-flex .qty-selection > .group {
  display: contents;
}
.product-control-flex .qty-selection > .group .j-quantity-update {
  height: 100%;
}

.pdp-2025__stock-wishlist-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-quantity-selector--2025 {
  display: flex;
  width: 7.5rem;
  border: 1px solid var(--grey);
  flex-grow: 1;
}

.product-quantity-selector--2025__number-input {
  min-width: 40px;
  width: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 14px;
  border: none;
  text-align: center;
  flex-grow: 1;
}

.product-quantity-selector--2025__control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  font-size: 24px;
}

.pdp-2025__delivery-info-summary-icon {
  font-size: 1.25rem;
}

.pdp-2025__delivery-info-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pdp-2025__delivery-info-summary-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Gotham", sans-serif;
}
.pdp-2025__delivery-info-summary-text p {
  font-size: inherit;
  line-height: inherit;
}
.pdp-2025__delivery-info-summary-text strong {
  font-weight: 500;
}
.pdp-2025__delivery-info-summary-text p:last-child {
  margin-bottom: 0;
}

.pdp-2025-info-column {
  background-color: rgba(190, 147, 83, 0.1);
  padding: 24px;
}

.pdp-info-grid--2025__col--with-bundle-items .pdp-2025-info-column__entry:not(.active) {
  display: none;
}

.pdp-2025-info-column__title {
  font-family: "Juana Alt", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 640px) {
  .pdp-2025-info-column__title {
    font-size: 28px;
  }
}

.pdp-2025-info-column__hr {
  border-bottom: none;
  border-top: 1px solid var(--gold);
  opacity: 0.2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pdp-2025-taste-profile-list {
  display: flex;
  text-align: center;
  border: 1px solid rgba(190, 147, 83, 0.1);
}

.pdp-2025-taste-profile-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 33.3%;
  line-height: 1.5;
  padding: 8px;
  background-color: rgba(190, 147, 83, 0.1);
}
.pdp-2025-taste-profile-list-item.active {
  background-color: rgba(190, 147, 83, 0.6);
  font-weight: 500;
}

.pdp-2025-info-column__spacer {
  height: 1.5rem;
}

.pdp-2025-taste-profile-indicator {
  margin-top: 1rem;
  padding-top: 0.75rem;
  position: relative;
}

.pdp-2025-taste-profile-indicator-arrow {
  position: absolute;
  left: calc((var(--active-index) + 0.5) / var(--total-items) * 100%);
  top: 0;
  transform: translateX(-50%);
  width: 9.5px;
  height: 12px;
}
@media (min-width: 640px) {
  .pdp-2025-taste-profile-indicator-arrow {
    width: 16px;
  }
}

.pdp-2025-taste-profile-indicator-arrow-shape {
  fill: var(--gold);
}

.pdp-2025-taste-profile-indicator-line {
  height: 8px;
  background-color: var(--gold);
}

.pdp-2025-tasting-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.pdp-2025-tasting-notes__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 0.25rem;
  line-height: 1.5;
}
.pdp-2025-tasting-notes__item img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.pdp-2025-characteristics-list {
  list-style: none;
}

.pdp-2025-characteristics-list__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(190, 147, 83, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pdp-2025-characteristics-list__item:first-child {
  padding-top: 0;
}
.pdp-2025-characteristics-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .pdp-2025-characteristics-list__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pdp-2025-characteristics-list__item-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pdp-2025-characteristics-list__item-label img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.pdp-2025-characteristics-list__item-value {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .pdp-2025-characteristics-list__item-value {
    width: 50%;
    text-align: right;
  }
}

.pdp-2025-info-column__download-data-sheet {
  display: flex;
  gap: 0.25rem;
}

.pdp-2025-info-column__download-data-sheet__text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pdp-2025-info-column__download-data-sheet-icon {
  font-size: 1.5rem;
}

.pdp-2025__pinned-review {
  background-color: rgba(190, 147, 83, 0.05);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.pdp-2025__pinned-review-stars {
  color: var(--gold);
  font-size: 1.25rem;
}

.pdp-2025__pinned-review-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0rem;
}
@media (min-width: 640px) {
  .pdp-2025__pinned-review-title {
    font-size: 24px;
  }
}

.pdp-2025__pinned-review-content {
  font-style: italic;
}

.pdp-2025__pinned-review-author {
  font-style: italic;
}

.pdp-2025-awards {
  width: 100%;
  background-color: rgba(190, 147, 83, 0.1);
}

.pdp-2025-awards__container {
  text-align: center;
  padding: 0rem 1.5rem;
}
@media (min-width: 1024px) {
  .pdp-2025-awards__container {
    padding: 0rem 4.5rem;
  }
}

.pdp-2025-pdp-awards__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .pdp-2025-pdp-awards__list {
    gap: 32px;
  }
}

.pdp-2025-pdp-awards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: calc(50% - 0.5rem);
}
@media (min-width: 640px) {
  .pdp-2025-pdp-awards__item {
    width: 220px;
  }
}

.pdp-2025-pdp-awards__item-title {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .pdp-2025-pdp-awards__item-title {
    font-size: 18px;
  }
}
.pdp-2025-pdp-awards__item-title p:last-child {
  margin-bottom: 0;
}

.pdp-2025-pdp-awards__item-image-wrapper {
  display: contents;
}
.pdp-2025-pdp-awards__item-image-wrapper img {
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 7.5rem;
  height: 7.5rem;
}

.pdp-2025-arch-spotlights__container {
  display: flex;
  --gap: 2.5rem;
  gap: var(--gap);
  flex-direction: column;
  padding-left: var(--pdp-section-padding-x);
  padding-right: var(--pdp-section-padding-x);
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .pdp-2025-arch-spotlights__container {
    flex-direction: row;
    align-items: center;
    --gap: 5rem;
  }
}

.pdp-2025-arch-spotlights__content-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  list-style: none;
}

.pdp-2025-arch-spotlights__content-item {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  font-size: 18px;
  line-height: 1.5;
}

.pdp-2025-arch-spotlights__content-item.active {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .pdp-2025-arch-spotlights__content-column {
    width: calc(50% - var(--gap) / 2);
    padding-bottom: 140px;
  }
}

.pdp-2025-arch-spotlights__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 640px) {
  .pdp-2025-arch-spotlights__title {
    font-size: 36px;
  }
}

.pdp-2025-arch-spotlights__description {
  font-size: 18px;
  line-height: 1.5;
}
.pdp-2025-arch-spotlights__description p:last-child {
  margin-bottom: 0;
}

.pdp-2025-arch-spotlights__button {
  border-radius: 0;
  border: 2px solid var(--gold);
  color: var(--black);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  transition: 0.3s ease;
  text-align: center;
  outline: none;
  background: var(--black);
  color: #fff;
  border-color: var(--black);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
}
.pdp-2025-arch-spotlights__button:hover {
  background: none;
  color: var(--black);
  border-color: var(--black);
}

.pdp-2025-arch-spotlights__image-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  list-style: none;
  justify-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pdp-2025-arch-spotlights__image-column {
    width: calc(50% - var(--gap) / 2);
    order: 1;
  }
}
.pdp-2025-arch-spotlights__image-column .pdp-2025-arch-spotlights__image-wrapper.active img {
  opacity: 1;
  pointer-events: auto;
}
.pdp-2025-arch-spotlights__image-column .pdp-2025-arch-spotlights__image-wrapper {
  display: contents;
}
.pdp-2025-arch-spotlights__image-column .pdp-2025-arch-spotlights__image-wrapper img {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  aspect-ratio: 636/792;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='396' height='492' viewBox='0 0 396 492'%3E%3Cpath d='M396 492H0V282.638C4.02187 87.5442 133.934 12.9236 198.387 0C344.102 32.8775 396 201.22 396 282.638V492Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='396' height='492' viewBox='0 0 396 492'%3E%3Cpath d='M396 492H0V282.638C4.02187 87.5442 133.934 12.9236 198.387 0C344.102 32.8775 396 201.22 396 282.638V492Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media (min-width: 1024px) {
  .pdp-2025-arch-spotlights__image-column .pdp-2025-arch-spotlights__image-wrapper img {
    max-height: 70vh;
    width: auto;
  }
}

.pdp-2025-arch-spotlights__nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.pdp-2025-arch-spotlights__nav-item {
  font-size: 18px;
  line-height: 1.5;
  transition: 0.15s opacity;
}
.pdp-2025-arch-spotlights__nav-item.active {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pdp-2025-arch-spotlights__nav-item:not(.active) {
  opacity: 0.5;
}
.pdp-2025-arch-spotlights__nav-item:hover {
  opacity: 1;
}

.pdp-2025-arch-spotlights__arch-line {
  display: none;
}
@media (min-width: 1024px) {
  .pdp-2025-arch-spotlights__arch-line {
    height: 0;
    display: flex;
    align-items: flex-end;
    transform: translateY(calc(-100% - 50px));
  }
}

.pdp-2025-arch-spotlights__arch-line_line-extension {
  flex: 1;
}

h2.jdgm-rev-widg__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 640px) {
  h2.jdgm-rev-widg__title {
    font-size: 44px;
  }
}

.pdp-2025-info-column__dropdown-label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.pdp-2025-info-column__dropdown {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 12px;
  border: 1px solid var(--black);
  color: var(--black);
  margin-bottom: 1.5rem;
}

.pdp-2025__description {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}

.pdp-2025__description-content {
  overflow: hidden;
}

.pdp-2025__description-trigger.expand + .pdp-2025__description {
  grid-template-rows: 1fr;
}

@media (max-width: 1023px) {
  .pdp-nav-product-carousel--2025 {
    order: 1;
  }
}

.sticky-form-controls {
  display: block;
  position: fixed;
  background-color: #fff;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1000;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .sticky-form-controls {
    display: none;
  }
}
.sticky-form-controls.active {
  bottom: 0;
}
.sticky-form-controls .product-control-flex {
  margin-top: 0;
}
.sticky-form-controls .btn-flex {
  flex-basis: 85%;
}
.sticky-form-controls .btn-flex button {
  width: 100%;
  background: black;
  color: white;
  border-color: black;
  font-size: 1.125rem;
}
.sticky-form-controls .btn-flex button:hover {
  background: white;
  color: black;
  border-color: black;
  transition: all 300ms;
}
