body.woocommerce,
body.woocommerce-page {
  color: var(--pt-ink);
  background: var(--pt-bone);
  font-family: var(--pt-sans);
  font-size: 14px;
}

.pt-commerce.vl-wc-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--pt-ink);
  background: var(--pt-bone);
}

.pt-commerce .vl-wc-content {
  width: min(calc(100% - 64px), 1480px);
  margin: 0 auto;
  padding: 80px 0 128px;
  color: var(--pt-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.pt-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(720px, calc(100svh - 108px));
  margin: 0 16px;
  overflow: hidden;
  color: var(--pt-bone);
  background: var(--pt-ink);
  border-radius: 0 0 34px 34px;
}

.pt-shop-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(48px, 7vw, 118px) clamp(32px, 5vw, 88px);
}

.pt-shop-hero h1,
.pt-shop-hero p,
.pt-shop-hero figure {
  margin: 0;
}

.pt-shop-hero h1 {
  max-width: 720px;
  margin: 18px 0 36px;
  color: var(--pt-bone) !important;
  font: 400 clamp(82px, 8vw, 150px)/0.87 var(--pt-serif);
  letter-spacing: -0.056em;
}

.pt-shop-hero__copy > p:last-child {
  max-width: 470px;
  color: rgba(252, 255, 251, 0.8);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.38;
  letter-spacing: -0.018em;
}

.pt-shop-hero__media {
  min-height: 620px;
  overflow: hidden;
}

.pt-shop-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.02);
}

.pt-shop-manifesto {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 56px;
  width: min(calc(100% - 64px), 1480px);
  margin: 0 auto;
  padding: 132px 0 16px;
}

.pt-shop-manifesto h2,
.pt-shop-manifesto p {
  margin: 0;
}

.pt-shop-manifesto h2 {
  max-width: 980px;
  font: 400 clamp(58px, 6.2vw, 108px)/0.92 var(--pt-serif);
  letter-spacing: -0.052em;
}

.pt-truffle-types {
  width: min(calc(100% - 64px), 1480px);
  margin: 0 auto;
  padding: 132px 0 12px;
}

.pt-truffle-types__heading {
  margin-bottom: 48px;
}

.pt-truffle-types__heading h2 {
  margin: 0;
}

.pt-truffle-types__heading h2 {
  font: 400 clamp(48px, 5vw, 82px)/0.94 var(--pt-serif);
  letter-spacing: -0.05em;
}

.pt-truffle-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pt-truffle-type {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--pt-bone);
  background: var(--pt-mist);
  border-radius: var(--pt-radius);
}

.pt-truffle-type > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--pt-ease);
}

.pt-truffle-type:hover > img,
.pt-truffle-type:focus-visible > img {
  transform: scale(1.035);
}

.pt-truffle-type__fade {
  position: absolute;
  inset: 20% 0 0;
  backdrop-filter: blur(32px) saturate(1.2);
  -webkit-backdrop-filter: blur(32px) saturate(1.2);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04) 52%, transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
}

.pt-truffle-type__copy {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.pt-truffle-type__copy strong {
  max-width: 360px;
  font: 400 clamp(32px, 3vw, 50px)/0.94 var(--pt-serif);
  letter-spacing: -0.04em;
}

.pt-truffle-type__copy small {
  color: rgba(252, 255, 251, 0.68);
  font-size: 12px;
}

.pt-truffle-type__copy em {
  color: rgba(252, 255, 251, 0.78);
  font: 400 14px/1.2 var(--pt-serif);
}

.pt-commerce--archive .pt-commerce__catalog {
  padding-top: 72px;
}

.pt-commerce--archive .woocommerce-products-header,
.pt-commerce--archive .woocommerce-result-count,
.pt-commerce--archive .woocommerce-ordering {
  display: none;
}

body.post-type-archive-product.woocommerce .pt-commerce__catalog ul.products,
body.tax-product_cat.woocommerce .pt-commerce__catalog ul.products,
.pt-product .related ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 18px;
  width: min(100%, 1280px);
  margin: 0 auto !important;
  padding: 0;
}

body.post-type-archive-product.woocommerce .pt-commerce__catalog ul.products::before,
body.post-type-archive-product.woocommerce .pt-commerce__catalog ul.products::after,
body.tax-product_cat.woocommerce .pt-commerce__catalog ul.products::before,
body.tax-product_cat.woocommerce .pt-commerce__catalog ul.products::after,
.pt-product .related ul.products::before,
.pt-product .related ul.products::after {
  display: none;
}

body.woocommerce ul.products li.product.pt-product-card,
body.woocommerce-page ul.products li.product.pt-product-card {
  position: relative;
  display: block;
  width: 100% !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  color: var(--pt-bone);
  background: #111210;
  border: 0;
  border-radius: var(--pt-radius);
  box-shadow: 0 18px 50px rgba(15, 15, 14, 0.12);
}

.pt-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
  background: var(--pt-mist);
}

.pt-product-card__media::before,
.pt-product-card__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
}

.pt-product-card__media::before {
  z-index: 1;
  height: 80%;
  backdrop-filter: blur(38px) saturate(1.35);
  -webkit-backdrop-filter: blur(38px) saturate(1.35);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.82) 68%, #000 82%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.82) 68%, #000 82%);
}

.pt-product-card__media::after {
  z-index: 2;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.08) 52%, transparent 100%);
}

body.woocommerce ul.products li.product.pt-product-card .pt-product-card__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  transition: transform 600ms var(--pt-ease);
}

.pt-product-card:hover .pt-product-card__media img,
.pt-product-card:focus-within .pt-product-card__media img {
  transform: scale(1.035);
}

.pt-product-card__sale {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  padding: 9px 13px;
  color: var(--pt-bone);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(252, 255, 251, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 11px;
  letter-spacing: 0.03em;
}

.pt-product-card__body {
  position: absolute;
  right: 26px;
  bottom: 94px;
  left: 26px;
  z-index: 3;
  min-width: 0;
}

.pt-product-card__body h2,
.pt-product-card__price,
.pt-product-card__note {
  margin: 0;
}

body.woocommerce ul.products li.product.pt-product-card .woocommerce-loop-product__title {
  padding: 0;
  color: var(--pt-bone);
  font: 400 clamp(30px, 2.15vw, 40px)/0.94 var(--pt-serif);
  letter-spacing: -0.04em;
  text-align: left;
}

.pt-product-card__price,
body.woocommerce ul.products li.product.pt-product-card .price {
  display: block;
  margin: 14px 0 10px;
  color: var(--pt-bone);
  font-size: 16px;
  font-weight: 600;
}

.pt-product-card__price del {
  color: rgba(252, 255, 251, 0.52);
  font-weight: 400;
}

.pt-product-card__price ins {
  text-decoration: none;
}

.pt-product-card__note {
  color: rgba(252, 255, 251, 0.58);
  font-size: 12px;
}

.pt-product-card__action {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 3;
}

body.woocommerce ul.products li.product.pt-product-card .pt-product-card__action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 14px 21px;
  color: #171816;
  background: rgba(252, 255, 251, 0.9);
  border: 1px solid rgba(252, 255, 251, 0.45);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 500 13px/1 var(--pt-sans);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--pt-ease);
}

body.woocommerce ul.products li.product.pt-product-card .pt-product-card__action .button:hover,
body.woocommerce ul.products li.product.pt-product-card .pt-product-card__action .button:focus-visible {
  color: var(--pt-ink);
  background: var(--pt-sage);
  border-color: var(--pt-sage);
  transform: translateY(-2px);
}

.pt-shop-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 32px), 1600px);
  margin: 0 auto 16px;
  padding: 92px 4vw 100px;
  color: var(--pt-bone);
  background: var(--pt-ink);
  border-radius: var(--pt-radius-large);
}

.pt-shop-service > div {
  min-height: 220px;
  padding: 0 40px;
  border-right: 1px solid rgba(250, 250, 246, 0.26);
}

.pt-shop-service > div:first-child {
  padding-left: 0;
}

.pt-shop-service > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.pt-shop-service span {
  display: block;
  margin-bottom: 72px;
  color: rgba(250, 250, 246, 0.55);
  font-size: 12px;
}

.pt-shop-service strong {
  display: block;
  margin-bottom: 14px;
  font: 400 34px/1 var(--pt-serif);
}

.pt-shop-service p {
  max-width: 300px;
  margin: 0;
  color: rgba(250, 250, 246, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

/* Single product */
.pt-commerce--product .vl-wc-content {
  width: 100%;
  padding: 0;
}

.pt-product {
  display: block !important;
  overflow: hidden;
  color: var(--pt-ink);
  background: var(--pt-bone);
}

.pt-product__primary {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(430px, 0.88fr);
  align-items: start;
}

.pt-product__media {
  position: relative;
  min-width: 0;
  padding: 8px;
  background: var(--pt-bone);
}

.pt-product__sale {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  padding: 10px 14px;
  color: var(--pt-bone);
  background: var(--pt-ink);
  border-radius: 999px;
  font-size: 11px;
}

.pt-product-gallery {
  width: 100%;
}

.pt-product-gallery__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.pt-product-gallery__item {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--pt-mist);
}

.pt-product-gallery__item a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.pt-product-gallery__item img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 500ms var(--pt-ease);
}

.pt-product-gallery__item a:hover img {
  transform: scale(1.035);
}

.pt-product-gallery__thumbs {
  display: none;
}

@media (min-width: 781px) {
  .pt-product-gallery__track {
    gap: 8px;
  }

  .pt-product-gallery__item {
    background: transparent;
    border-radius: var(--pt-radius);
  }

  .pt-product-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: normal;
  }
}

.pt-product__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 72px;
  min-height: calc(100svh - 72px);
  padding: clamp(38px, 4vw, 70px) clamp(30px, 3.4vw, 58px);
  background: var(--pt-bone);
}

.pt-product__summary h1,
.pt-product__summary p,
.pt-product__summary dl {
  margin: 0;
}

.pt-product__title-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--pt-line);
}

.pt-product__summary h1 {
  max-width: 470px;
  font: 400 clamp(46px, 3.7vw, 68px)/0.92 var(--pt-serif);
  letter-spacing: -0.045em;
}

.pt-product__price {
  color: var(--pt-ink);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.pt-product__price del {
  color: rgba(39, 36, 34, 0.42);
  font-weight: 400;
}

.pt-product__price ins {
  text-decoration: none;
}

.pt-product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: rgba(39, 36, 34, 0.58);
  font-size: 12px;
}

.pt-product__meta strong {
  color: var(--pt-ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pt-product__intro {
  max-width: 500px;
  margin-top: 22px !important;
  color: var(--pt-muted);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.pt-product__buy {
  margin: 28px 0 26px;
}

.pt-product__option-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 12px;
}

.pt-product__option-heading strong {
  font-weight: 600;
}

.pt-product__option-heading span {
  color: rgba(39, 36, 34, 0.54);
}

.pt-product__weight-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 12px;
}

.pt-product__weight-picker button {
  min-width: 0;
  padding: 12px 8px;
  color: var(--pt-ink);
  text-align: center;
  background: transparent;
  border: 1px solid rgba(39, 36, 34, 0.2);
  border-radius: 999px;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pt-product__weight-picker button strong,
.pt-product__weight-picker button span {
  display: block;
}

.pt-product__weight-picker button strong {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
}

.pt-product__weight-picker button span {
  color: rgba(39, 36, 34, 0.55);
  font-size: 10px;
}

.pt-product__weight-picker button:hover,
.pt-product__weight-picker button:focus-visible {
  border-color: var(--pt-ink);
  outline: 0;
}

.pt-product__weight-picker button.is-active {
  color: var(--pt-bone);
  background: var(--pt-ink);
  border-color: var(--pt-ink);
}

.pt-product__weight-picker button.is-active span {
  color: rgba(250, 250, 246, 0.7);
}

.pt-product__season-status {
  margin: 0 0 16px;
  color: var(--pt-ink);
  font: 500 14px/1 var(--pt-sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pt-product__weights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pt-product__weights span {
  padding: 11px 16px;
  color: rgba(39, 36, 34, 0.72);
  border: 1px solid rgba(39, 36, 34, 0.22);
  border-radius: 999px;
  font-size: 13px;
}

.pt-product__buy form.cart {
  display: block;
  margin: 0;
}

.pt-product__buy form.cart::before,
.pt-product__buy form.cart::after {
  display: none;
}

.pt-product__buy form.cart .variations {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.pt-product__buy .single_variation_wrap {
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(39, 36, 34, 0.1);
  border-radius: 24px;
}

.pt-product__buy .woocommerce-variation {
  min-height: 24px;
  margin-bottom: 10px;
}

.pt-product__buy .woocommerce-variation:empty {
  display: none;
}

.pt-product__buy .woocommerce-variation-price .price {
  font-size: 15px;
  font-weight: 600;
}

.pt-product__buy .woocommerce-variation-availability .stock {
  margin: 4px 0 0;
  color: rgba(39, 36, 34, 0.58);
  font-size: 10px;
}

.pt-product__buy .variations_button {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px;
}

.pt-product__buy .quantity,
.pt-product__buy .quantity input {
  float: none;
  width: 64px;
  height: 52px;
  margin: 0;
}

.pt-product__buy .quantity input {
  color: var(--pt-ink);
  background: transparent;
  border: 1px solid rgba(39, 36, 34, 0.34);
  border-radius: 999px;
}

.pt-product__buy .single_add_to_cart_button {
  float: none;
  width: 100%;
  min-height: 52px;
  margin: 0;
  color: var(--pt-bone) !important;
  background: var(--pt-ink) !important;
  border: 1px solid var(--pt-ink) !important;
  border-radius: 999px !important;
  font: 500 14px/1 var(--pt-sans);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--pt-ease);
}

.pt-product__buy .single_add_to_cart_button:hover,
.pt-product__buy .single_add_to_cart_button:focus-visible {
  color: var(--pt-ink) !important;
  background: var(--pt-sage) !important;
  border-color: var(--pt-sage) !important;
  transform: translateY(-2px);
}

.pt-product__facts {
  border-top: 1px solid var(--pt-line);
}

.pt-product__facts > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--pt-line);
  font-size: 13px;
}

.pt-product__facts dt {
  color: rgba(39, 36, 34, 0.54);
}

.pt-product__facts dd {
  margin: 0;
}

.pt-product__statement {
  min-height: 720px;
  padding: 150px 7vw;
  color: var(--pt-ink);
  background: var(--pt-lime);
}

.pt-product__statement h2,
.pt-product__statement p {
  margin: 0;
}

.pt-product__statement h2 {
  max-width: 1320px;
  margin-top: 28px;
  font: 400 clamp(62px, 7.1vw, 132px)/0.92 var(--pt-serif);
  letter-spacing: -0.052em;
}

.pt-product__guide,
.pt-product__origin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 120px);
  padding: 16px;
  background: var(--pt-bone);
}

.pt-product__guide figure,
.pt-product__origin figure {
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--pt-radius);
}

.pt-product__guide figure img,
.pt-product__origin figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt-product__guide > div,
.pt-product__origin > div {
  align-self: center;
  padding: 80px 5vw;
}

.pt-product__guide h2,
.pt-product__origin h2,
.pt-product__origin p {
  margin: 0;
}

.pt-product__guide h2,
.pt-product__origin h2 {
  margin: 18px 0 46px;
  font: 400 clamp(54px, 5vw, 92px)/0.92 var(--pt-serif);
  letter-spacing: -0.05em;
}

.pt-product__guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pt-line);
}

.pt-product__guide li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--pt-line);
}

.pt-product__guide li > span {
  padding-top: 3px;
  color: rgba(39, 36, 34, 0.48);
  font-size: 11px;
}

.pt-product__guide li strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 500;
}

.pt-product__guide li p,
.pt-product__origin > div > p:last-child {
  max-width: 480px;
  margin: 0;
  color: rgba(39, 36, 34, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.pt-product__origin {
  grid-template-columns: 0.9fr 1.1fr;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-product__origin figure {
  order: 2;
}

body.woocommerce .pt-product .related {
  padding: 120px 32px 150px;
  background: var(--pt-mist);
}

body.woocommerce .pt-product .related > h2 {
  max-width: 1480px;
  margin: 0 auto 60px;
  font: 400 clamp(52px, 5vw, 88px)/0.94 var(--pt-serif);
  letter-spacing: -0.06em;
}

body.woocommerce .pt-product .related ul.products {
  width: min(100%, 1280px);
  margin: 0 auto !important;
}

@media (max-width: 1100px) {
  .pt-shop-hero {
    grid-template-columns: 1fr 1fr;
  }

  .pt-shop-hero h1 {
    font-size: clamp(70px, 10vw, 112px);
  }

  .pt-product-card__media {
    aspect-ratio: 4 / 5;
  }

  body.post-type-archive-product.woocommerce .pt-commerce__catalog ul.products,
  body.tax-product_cat.woocommerce .pt-commerce__catalog ul.products,
  .pt-product .related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-truffle-types__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pt-truffle-type__copy strong {
    font-size: 34px;
  }

  .pt-product__primary {
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  }

  .pt-product__summary {
    padding: 44px 32px;
  }

  .pt-product__summary h1 {
    font-size: clamp(42px, 5vw, 58px);
  }
}

@media (max-width: 780px) {
  .pt-commerce .vl-wc-content,
  .pt-shop-manifesto,
  .pt-truffle-types {
    width: calc(100% - 32px);
  }

  .pt-shop-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin: 0 10px;
    border-radius: 0 0 24px 24px;
  }

  .pt-shop-hero__copy {
    min-height: 480px;
    padding: 70px 22px 44px;
  }

  .pt-shop-hero h1 {
    margin: 14px 0 24px;
    font-size: clamp(70px, 21vw, 104px);
  }

  .pt-shop-hero__media {
    min-height: 440px;
  }

  .pt-shop-manifesto {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 90px;
  }

  .pt-truffle-types {
    padding-top: 90px;
  }

  .pt-truffle-types__heading {
    margin-bottom: 34px;
  }

  .pt-truffle-types__grid {
    display: flex;
    width: calc(100vw - 16px);
    gap: 14px;
    margin-left: 0;
    padding: 0 32px 8px 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px 32px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pt-truffle-types__grid::-webkit-scrollbar {
    display: none;
  }

  .pt-truffle-type {
    flex: 0 0 calc(100vw - 64px);
    aspect-ratio: 4 / 4.7;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .pt-shop-manifesto h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .pt-commerce--archive .pt-commerce__catalog {
    padding-top: 56px;
  }

  body.post-type-archive-product.woocommerce .pt-commerce__catalog ul.products,
  body.tax-product_cat.woocommerce .pt-commerce__catalog ul.products,
  .pt-product .related ul.products {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .pt-product-card__media {
    aspect-ratio: 4 / 5;
  }

  body.woocommerce ul.products li.product.pt-product-card .woocommerce-loop-product__title {
    font-size: 34px;
  }

  .pt-shop-service {
    grid-template-columns: 1fr;
    margin: 0 10px 10px;
    padding: 66px 24px;
    border-radius: 24px;
  }

  .pt-shop-service > div,
  .pt-shop-service > div:first-child,
  .pt-shop-service > div:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(250, 250, 246, 0.26);
  }

  .pt-shop-service > div:last-child {
    border-bottom: 0;
  }

  .pt-shop-service span {
    margin-bottom: 34px;
  }

  .pt-product__primary,
  .pt-product__guide,
  .pt-product__origin {
    grid-template-columns: 1fr;
  }

  .pt-product__media {
    padding: 10px 10px 0;
  }

  .pt-product-gallery__track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pt-product-gallery__track::-webkit-scrollbar {
    display: none;
  }

  .pt-product-gallery__item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .pt-product-gallery__item a:hover img {
    transform: none;
  }

  .pt-product-gallery__thumbs {
    display: flex;
    gap: 7px;
    padding: 9px 0 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pt-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .pt-product-gallery__thumbs button {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    padding: 4px;
    overflow: hidden;
    background: var(--pt-mist);
    border: 1px solid transparent;
    border-radius: 8px;
  }

  .pt-product-gallery__thumbs button[aria-pressed="true"] {
    border-color: var(--pt-ink);
  }

  .pt-product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .pt-product__summary {
    position: static;
    min-height: 0;
    padding: 42px 20px 70px;
  }

  .pt-product__summary h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .pt-product__title-row {
    gap: 16px;
  }

  .pt-product__price {
    padding-top: 5px;
    font-size: 13px;
  }

  .pt-product__statement {
    min-height: 560px;
    padding: 108px 22px;
  }

  .pt-product__statement h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .pt-product__guide,
  .pt-product__origin {
    gap: 0;
    padding: 10px;
  }

  .pt-product__guide figure,
  .pt-product__origin figure {
    min-height: 520px;
    border-radius: 20px;
  }

  .pt-product__guide > div,
  .pt-product__origin > div {
    padding: 74px 12px 92px;
  }

  .pt-product__guide h2,
  .pt-product__origin h2 {
    font-size: 58px;
  }

  .pt-product__origin {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .pt-product__origin figure {
    order: 0;
  }

  body.woocommerce .pt-product .related {
    padding: 90px 16px 110px;
  }
}

@media (max-width: 480px) {
  .pt-product-card__body {
    right: 20px;
    bottom: 88px;
    left: 20px;
  }

  .pt-product-card__action {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .pt-product__title-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pt-product__price {
    padding: 0;
    text-align: left;
  }

  .pt-product__meta {
    align-items: flex-start;
  }

  .pt-product__weight-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .pt-product-card__media img,
  .pt-product-gallery__item img {
    transition: none !important;
  }
}
