/** Shopify CDN: Minification failed

Line 34:0 Unexpected "}"

**/
/* =========================================================
   PETTO VOGUE — PRODUCT PAGE
   Version 3.1 FINAL
   Correct Dawn Layout + PV Styling
========================================================= */


/* =========================================================
   PAGE
========================================================= */

main[data-template="product"],
main[data-template="product"] product-info,
main[data-template="product"] .product {
  background: #f8f6f1;
  color: #292724;
}


/* =========================================================
   PRODUCT LAYOUT
   Dawn controls desktop columns
========================================================= */

main[data-template="product"] .product {
  padding-top: 28px;
}

}


/* =========================================================
   MEDIA
========================================================= */

main[data-template="product"] .product__media-wrapper,
main[data-template="product"] .product__media,
main[data-template="product"] .product__media-list {
  background: transparent;
}


/* =========================================================
   PRODUCT INFO
========================================================= */

main[data-template="product"] .product__info-container {
  color: #292724;
}

main[data-template="product"] .product__info-container > * + * {
  margin-top: 15px;
}


/* =========================================================
   VENDOR
========================================================= */

main[data-template="product"]
.product__text.caption-with-letter-spacing,

main[data-template="product"]
.product__text.inline-richtext.caption-with-letter-spacing {
  margin-top: 0;
  margin-bottom: 7px;

  font-family: var(--font-body-family);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: rgba(41, 39, 36, 0.48);
}


/* =========================================================
   TITLE
========================================================= */

main[data-template="product"] .product__title {
  margin-top: 0;
  margin-bottom: 0;
}

main[data-template="product"] .product__title h1 {
  margin: 0;

  font-family: var(--font-heading-family);
  font-size: clamp(31px, 2.35vw, 43px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.005em;

  color: #292724;
}


/* =========================================================
   PRICE
========================================================= */

main[data-template="product"] .product__info-container .price {
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.035em;

  color: #292724;
}

main[data-template="product"] .product__info-container .price-item {
  font-size: inherit;
  font-weight: inherit;
}


/* =========================================================
   TAX / SHIPPING
========================================================= */

main[data-template="product"] .product__tax,
main[data-template="product"] .product__tax a {
  font-family: var(--font-body-family);
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0.025em;

  color: rgba(41, 39, 36, 0.58);
}


/* =========================================================
   LABELS
========================================================= */

main[data-template="product"] .product-form__input .form__label,
main[data-template="product"] .quantity__label {
  margin-bottom: 9px;

  font-family: var(--font-body-family);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.025em;

  color: rgba(41, 39, 36, 0.68);
}


/* =========================================================
   SIZE PILLS
========================================================= */

main[data-template="product"]
.product-form__input input[type="radio"] + label {
  min-width: 44px;
  min-height: 39px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 6px;
  margin-bottom: 7px;

  padding: 8px 13px;

  border: 1px solid rgba(41, 39, 36, 0.42);
  border-radius: 999px;

  background: transparent;
  color: #292724;

  font-family: var(--font-body-family);
  font-size: 10px;
  font-weight: 400;
}

main[data-template="product"]
.product-form__input input[type="radio"]:checked + label {
  background: #292724;
  color: #f8f6f1;
  border-color: #292724;
}


/* =========================================================
   QUANTITY
========================================================= */

main[data-template="product"] .product-form__quantity {
  margin-top: 18px;
}

main[data-template="product"] .quantity {
  width: 142px;
  min-height: 46px;

  border-radius: 0;
  background: transparent;
}

main[data-template="product"] .quantity::before,
main[data-template="product"] .quantity::after {
  border-radius: 0 !important;
}

main[data-template="product"] .quantity__input {
  font-family: var(--font-body-family);
  font-size: 11px;
  color: #292724;
}

main[data-template="product"] .quantity__button {
  width: 44px;
}


/* =========================================================
   BUY BUTTON AREA
========================================================= */

main[data-template="product"] .product-form {
  margin-top: 25px;
}

main[data-template="product"] .product-form__buttons {
  max-width: 100%;
}


/* =========================================================
   ADD TO CART — PV PRIMARY BUTTON
========================================================= */

main[data-template="product"]
.product-form__submit.button {
  --color-button: 41, 39, 36 !important;
  --color-button-text: 248, 246, 241 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;

  position: relative !important;

  min-height: 50px;
  width: 100%;

  background: #292724 !important;
  background-color: #292724 !important;

  color: #f8f6f1 !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  font-family: var(--font-body-family);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

main[data-template="product"]
.product-form__submit.button::before,

main[data-template="product"]
.product-form__submit.button::after {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

main[data-template="product"]
.product-form__submit.button > span {
  position: relative !important;
  z-index: 2 !important;

  color: #f8f6f1 !important;
  opacity: 1 !important;
  visibility: visible !important;

  font-family: var(--font-body-family) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

main[data-template="product"]
.product-form__submit.button:hover {
  background: #181715 !important;
  background-color: #181715 !important;
  color: #f8f6f1 !important;
}


/* =========================================================
   SHOP PAY
========================================================= */

main[data-template="product"] .shopify-payment-button {
  margin-top: 9px;
}

main[data-template="product"]
.shopify-payment-button__button {
  min-height: 48px !important;
  border-radius: 0 !important;

  font-family: var(--font-body-family) !important;
}

main[data-template="product"]
.shopify-payment-button__more-options {
  margin-top: 10px !important;

  font-family: var(--font-body-family) !important;
  font-size: 9px !important;

  color: rgba(41, 39, 36, 0.62) !important;

  text-underline-offset: 3px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

main[data-template="product"] .product__description {
  max-width: 600px;

  margin-top: 38px;
  padding-top: 25px;

  border-top: 1px solid rgba(41, 39, 36, 0.12);

  font-family: var(--font-body-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.015em;

  color: rgba(41, 39, 36, 0.72);
}

main[data-template="product"] .product__description p {
  margin-top: 0;
  margin-bottom: 15px;
}

main[data-template="product"] .product__description strong {
  font-weight: 500;
  color: #292724;
}


/* =========================================================
   ACCORDIONS
========================================================= */

main[data-template="product"] .product__accordion {
  margin-top: 0;

  border-top: 1px solid rgba(41, 39, 36, 0.13);
}

main[data-template="product"] .product__accordion summary {
  padding-top: 18px;
  padding-bottom: 18px;
}

main[data-template="product"]
.product__accordion .accordion__title {
  font-family: var(--font-body-family);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;

  color: #292724;
}

main[data-template="product"]
.product__accordion .accordion__content {
  padding-bottom: 22px;

  font-family: var(--font-body-family);
  font-size: 11px;
  line-height: 1.8;

  color: rgba(41, 39, 36, 0.72);
}


/* =========================================================
   SHARE
========================================================= */

main[data-template="product"] .share-button {
  margin-top: 28px;
}

main[data-template="product"] .share-button__button {
  padding: 0;

  font-family: var(--font-body-family);
  font-size: 9px;
  letter-spacing: 0.05em;

  color: rgba(41, 39, 36, 0.5);
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {

  main[data-template="product"] .product {
    padding-top: 12px;
  }

  main[data-template="product"] .product__info-wrapper {
    margin-top: 26px;
  }

  main[data-template="product"] .product__info-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  main[data-template="product"] .product__title h1 {
    font-size: 29px;
    line-height: 1.18;
  }

  main[data-template="product"]
  .product-form__input input[type="radio"] + label {
    min-width: 40px;
    min-height: 37px;

    padding: 7px 11px;

    font-size: 9px;
  }

  main[data-template="product"] .product-form__submit.button {
    min-height: 48px;
  }

  main[data-template="product"] .product__description {
    margin-top: 32px;
    padding-top: 22px;

    font-size: 11px;
  }

}