/*
 * WooCommerce ficha de producto Pictografica.
 * Diseño premium para la plantilla custom de producto.
 */

body.single-product {
  --picto-product-ink: #080808;
  --picto-product-ink-soft: #151515;
  --picto-product-muted: #68686d;
  --picto-product-soft: #f7f7f7;
  --picto-product-soft-2: #f2f2f2;
  --picto-product-card: #ffffff;
  --picto-product-line: rgba(0, 0, 0, .08);
  --picto-product-line-strong: rgba(0, 0, 0, .14);
  --picto-product-pink: #E91E63;
  --picto-product-pink-soft: rgba(233, 30, 99, .08);
  --picto-product-shadow: 0 34px 90px rgba(0, 0, 0, .10);
  --picto-product-shadow-soft: 0 18px 48px rgba(0, 0, 0, .065);
  --picto-product-radius-xl: 42px;
  --picto-product-radius-lg: 30px;
  --picto-product-radius-md: 20px;
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .045), transparent 20%),
    linear-gradient(180deg, #fff 0%, #f7f7f7 48%, #fff 100%);
  color: var(--picto-product-ink);
  font-family: "Inter Tight", "DM Sans", Arial, Helvetica, sans-serif;
}

@keyframes pictoProductRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.single-product .elementor-location-header {
  display: none !important;
}

body.single-product #picto-header {
  display: flex !important;
}

body.single-product .picto-single-product-page,
body.single-product .picto-single-product-page * {
  box-sizing: border-box;
}

body.single-product .picto-single-product-page {
  width: 100%;
  min-width: 0;
  padding: clamp(56px, 5.8vw, 108px) 0 clamp(90px, 7.8vw, 140px);
  color: var(--picto-product-ink);
}

body.single-product .picto-single-product-page a {
  color: inherit;
}

body.single-product .picto-single-product::before,
body.single-product .picto-single-product::after,
body.single-product .picto-product-after .products::before,
body.single-product .picto-product-after .products::after {
  content: none;
}

body.single-product .picto-single-product-container {
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding: 0;
}

body.single-product .picto-single-product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 500px);
  gap: clamp(34px, 4.2vw, 62px);
  align-items: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.single-product .picto-product-gallery-col,
body.single-product .picto-product-summary-col,
body.single-product .picto-product-after {
  animation: pictoProductRise .52s ease both;
}

body.single-product .picto-product-summary-col {
  animation-delay: .08s;
}

body.single-product .picto-product-after {
  animation-delay: .14s;
}

body.single-product .picto-product-gallery-col,
body.single-product .picto-product-summary-col,
body.single-product .picto-product-after {
  width: 100%;
  min-width: 0;
  max-width: none;
}

body.single-product .picto-product-summary-col {
  position: sticky;
  top: 110px;
}

body.single-product .picto-product-after {
  grid-column: 1 / -1;
  margin-top: clamp(58px, 6vw, 92px);
}

body.single-product .picto-product-gallery-col .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--picto-product-muted);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

body.single-product .picto-product-gallery-col .woocommerce-breadcrumb a {
  color: var(--picto-product-ink);
  text-decoration: none;
  transition: color .18s ease;
}

body.single-product .picto-product-gallery-col .woocommerce-breadcrumb a:hover {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-gallery-col .onsale {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid var(--picto-product-ink);
  border-radius: 999px;
  background: var(--picto-product-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.single-product .picto-product-gallery-col .woocommerce-notices-wrapper,
body.single-product .picto-product-gallery-col .woocommerce-message,
body.single-product .picto-product-gallery-col .woocommerce-info,
body.single-product .picto-product-gallery-col .woocommerce-error {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid var(--picto-product-line);
  border-radius: var(--picto-product-radius-md);
  background: #fff;
  color: var(--picto-product-ink);
  box-shadow: var(--picto-product-shadow-soft);
}

body.single-product .picto-product-gallery-shell {
  position: relative;
  width: 100%;
  min-width: 0;
}

body.single-product .picto-product-gallery-shell::before {
  content: "";
  position: absolute;
  inset: -28px -28px auto auto;
  z-index: 0;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 30, 99, .14), rgba(233, 30, 99, 0) 68%);
  pointer-events: none;
}

body.single-product .picto-product-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  visibility: visible;
}

body.single-product .picto-product-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: clamp(360px, 40vw, 560px);
  padding: clamp(18px, 2.7vw, 34px);
  border: 1px solid rgba(0, 0, 0, .13);
  border-color: rgba(0, 0, 0, .13);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .075), transparent 32%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1), transparent 45%),
    linear-gradient(180deg, #fff, #fafafa);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .105),
    0 10px 26px rgba(0, 0, 0, .045),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  text-decoration: none;
  isolation: isolate;
  opacity: 1;
  visibility: visible;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.single-product .picto-product-gallery-main::after {
  content: "";
  position: absolute;
  inset: auto 10% 0;
  z-index: -1;
  height: 24%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, .16), transparent 68%);
  filter: blur(22px);
  opacity: .32;
}

body.single-product .picto-product-gallery-main:hover {
  border-color: rgba(233, 30, 99, .20);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .12),
    0 14px 32px rgba(0, 0, 0, .055),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateY(-2px);
}

body.single-product .picto-product-gallery-main__image {
  display: block;
  width: min(100%, 560px);
  height: auto;
  max-height: clamp(330px, 34vw, 500px);
  margin: 0 auto;
  border: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  transition: opacity .18s ease, transform .22s ease;
}

body.single-product .picto-product-gallery-main__image.is-changing {
  opacity: .18;
  transform: scale(.985);
}

body.single-product .picto-product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

body.single-product .picto-product-gallery-thumb {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 86px;
  padding: 8px;
  border: 1px solid var(--picto-product-line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, #fff, #f8f8f8);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .045);
  cursor: pointer;
  appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

body.single-product .picto-product-gallery-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68px;
  aspect-ratio: 1 / 1;
  border: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

body.single-product .picto-product-gallery-thumb:hover {
  border-color: rgba(233, 30, 99, .26);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .075);
  transform: translateY(-2px);
}

body.single-product .picto-product-gallery-thumb.is-active {
  border-color: var(--picto-product-pink);
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .075), transparent 42%),
    #fff;
  box-shadow:
    0 0 0 3px rgba(233, 30, 99, .10),
    0 16px 38px rgba(0, 0, 0, .08);
}

body.single-product .picto-product-gallery-thumb.is-active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--picto-product-pink);
}

body.single-product .picto-product-gallery-thumb:focus-visible {
  border-color: var(--picto-product-pink);
  outline: 0;
  box-shadow:
    0 0 0 4px rgba(233, 30, 99, .12),
    0 16px 34px rgba(0, 0, 0, .08);
}

body.single-product .picto-product-gallery-col .woocommerce-product-gallery__trigger {
  top: 22px;
  right: 22px;
  border: 1px solid var(--picto-product-line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

body.single-product .picto-product-summary-card {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(26px, 2.5vw, 38px);
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 32px;
  background: #fff;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, .105),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  isolation: isolate;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.single-product .picto-product-summary-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--picto-product-ink), var(--picto-product-pink));
}

body.single-product .picto-product-summary-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 31px;
  background:
    radial-gradient(circle at 82% 8%, rgba(233, 30, 99, .12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body.single-product .picto-product-summary-card:hover {
  border-color: rgba(0, 0, 0, .18);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, .12),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translateY(-2px);
}

body.single-product .picto-product-summary-card .product_title,
body.single-product .product_title {
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--picto-product-ink);
  font-family: "Kenyan Coffee", "Kenyan Coffee BD", Impact, sans-serif;
  font-size: clamp(50px, 4.1vw, 76px);
  font-style: italic;
  font-weight: 700;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

body.single-product .picto-product-summary-card .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--picto-product-muted);
  font-size: 13px;
  line-height: 1.4;
}

body.single-product .picto-product-summary-card .star-rating,
body.single-product .picto-product-summary-card .star-rating span,
body.single-product .picto-product-after .star-rating,
body.single-product .picto-product-after .star-rating span {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-summary-card .woocommerce-review-link {
  color: var(--picto-product-muted);
  text-decoration: none;
}

body.single-product .picto-product-summary-card .woocommerce-review-link:hover {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-summary-card .price,
body.single-product .picto-product-summary-card p.price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 20px;
  padding: 9px 0 0;
  border-top: 1px solid var(--picto-product-line);
  color: var(--picto-product-pink);
  font-size: clamp(25px, 1.9vw, 32px);
  font-weight: 900;
  line-height: 1.1;
}

body.single-product .picto-product-summary-card .price del {
  color: #8a8a90;
  font-size: .68em;
  font-weight: 600;
  opacity: 1;
}

body.single-product .picto-product-summary-card .price ins {
  color: var(--picto-product-pink);
  text-decoration: none;
}

body.single-product .picto-product-summary-card .woocommerce-product-details__short-description {
  margin: 0 0 20px;
  padding: 16px 18px 16px 20px;
  border: 1px solid rgba(0, 0, 0, .10);
  border-left: 4px solid var(--picto-product-ink);
  border-radius: 22px;
  background: #fff;
  color: #333338;
  font-size: 14px;
  line-height: 1.58;
}

body.single-product .picto-product-summary-card .woocommerce-product-details__short-description p {
  margin: 0 0 12px;
}

body.single-product .picto-product-summary-card .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

body.single-product .picto-product-service-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 0 0 20px;
}

body.single-product .picto-product-service-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .045), transparent 50%),
    var(--picto-product-soft);
  color: #45454b;
  font-size: 12.25px;
  line-height: 1.38;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .picto-product-service-note:hover {
  border-color: rgba(233, 30, 99, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .055);
  transform: translateY(-1px);
}

body.single-product .picto-product-service-note__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 999px;
  background: #fff;
  color: var(--picto-product-pink);
}

body.single-product .picto-product-service-note__icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

body.single-product .picto-product-service-note__content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.single-product .picto-product-service-note__label {
  color: var(--picto-product-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.single-product .picto-product-summary-card form.cart,
body.single-product .picto-product-summary-card form.variations_form {
  width: 100%;
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .055), transparent 38%),
    #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .05);
}

body.single-product .picto-product-summary-card table.variations {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

body.single-product .picto-product-summary-card table.variations tbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

body.single-product .picto-product-summary-card table.variations tr,
body.single-product .picto-product-summary-card table.variations th,
body.single-product .picto-product-summary-card table.variations td {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  padding: 0;
  border: 0;
  background: transparent;
  float: none !important;
}

body.single-product .picto-product-summary-card table.variations td.value {
  width: 100% !important;
  max-width: none !important;
}

body.single-product .picto-product-summary-card table.variations tr:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

body.single-product .picto-product-summary-card table.variations label,
body.single-product .picto-product-summary-card .wc-pao-addon label,
body.single-product .picto-product-summary-card .ywapo_label,
body.single-product .picto-product-summary-card .yith-wapo-block label,
body.single-product .picto-product-summary-card .tm-extra-product-options label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  margin: 0 0 7px;
  color: var(--picto-product-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

body.single-product .picto-product-summary-card table.variations select,
body.single-product .picto-product-summary-card .wc-pao-addon select,
body.single-product .picto-product-summary-card .yith-wapo-block select,
body.single-product .picto-product-summary-card .tm-extra-product-options select {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 52px;
  padding: 0 42px 0 18px;
  border: 1px solid var(--picto-product-line-strong);
  border-radius: 17px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #222 50%),
    linear-gradient(135deg, #222 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  color: var(--picto-product-ink);
  font-family: "Inter Tight", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .028);
  appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.single-product .picto-product-summary-card table.variations select:hover,
body.single-product .picto-product-summary-card .wc-pao-addon select:hover,
body.single-product .picto-product-summary-card .yith-wapo-block select:hover,
body.single-product .picto-product-summary-card .tm-extra-product-options select:hover {
  border-color: rgba(0, 0, 0, .26);
}

body.single-product .picto-product-summary-card table.variations .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

body.single-product .picto-product-summary-card table.variations .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 18px;
  border: 1px solid var(--picto-product-line-strong);
  border-radius: 17px;
  background:
    linear-gradient(180deg, #fff, #fbfbfb);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .028);
}

body.single-product .picto-product-summary-card table.variations .select2-container .select2-selection__rendered {
  width: 100%;
  padding: 0;
  color: var(--picto-product-ink);
  font-family: "Inter Tight", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

body.single-product .picto-product-summary-card table.variations .select2-container .select2-selection__arrow {
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

body.single-product .picto-product-summary-card table.variations .select2-container .select2-selection__arrow b {
  border-color: var(--picto-product-ink) transparent transparent transparent;
}

body.single-product .picto-product-summary-card table.variations .select2-container--open .select2-selection--single,
body.single-product .picto-product-summary-card table.variations .select2-container--focus .select2-selection--single {
  border-color: rgba(233, 30, 99, .55);
  box-shadow: 0 0 0 4px rgba(233, 30, 99, .09);
}

body.single-product .picto-product-summary-card table.variations select:focus,
body.single-product .picto-product-summary-card .wc-pao-addon select:focus,
body.single-product .picto-product-summary-card .yith-wapo-block select:focus,
body.single-product .picto-product-summary-card .tm-extra-product-options select:focus,
body.single-product .picto-product-summary-card input:focus,
body.single-product .picto-product-summary-card textarea:focus {
  border-color: rgba(233, 30, 99, .55);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(233, 30, 99, .09);
}

body.single-product .picto-product-summary-card .reset_variations {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--picto-product-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease;
}

body.single-product .picto-product-summary-card .reset_variations:hover {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-summary-card .single_variation_wrap {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--picto-product-line);
}

body.single-product .picto-product-summary-card .woocommerce-variation {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

body.single-product .picto-product-summary-card .woocommerce-variation-price .price {
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
  font-size: clamp(22px, 1.8vw, 28px);
}

body.single-product .picto-product-summary-card .woocommerce-variation-description,
body.single-product .picto-product-summary-card .woocommerce-variation-availability {
  color: var(--picto-product-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.single-product .picto-product-summary-card .woocommerce-variation-availability p {
  margin: 0;
}

body.single-product .picto-product-summary-card .stock {
  color: var(--picto-product-ink);
  font-weight: 800;
}

body.single-product .picto-product-summary-card .wc-pao-addon,
body.single-product .picto-product-summary-card .product-addon-totals,
body.single-product .picto-product-summary-card .ywapo_options_container,
body.single-product .picto-product-summary-card .yith-wapo-block,
body.single-product .picto-product-summary-card .tm-extra-product-options {
  width: 100%;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--picto-product-line);
  border-radius: var(--picto-product-radius-md);
  background: var(--picto-product-soft);
  color: #222226;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown {
  display: grid !important;
  gap: 8px !important;
  margin: 12px 0 14px !important;
  padding: 16px !important;
  border: 1px solid rgba(0, 0, 0, .10) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(233, 30, 99, .055), transparent 45%),
    #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .045) !important;
  color: var(--picto-product-muted) !important;
  font-size: 13px !important;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown > div {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown > div[style*="height"] {
  height: 1px !important;
  margin: 2px 0 !important;
  background: rgba(0, 0, 0, .08) !important;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown span {
  color: var(--picto-product-muted);
}

body.single-product .picto-product-summary-card .picto-igic-breakdown strong {
  color: var(--picto-product-ink);
  font-weight: 850;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown > div:last-child {
  padding-top: 2px !important;
}

body.single-product .picto-product-summary-card .picto-igic-breakdown > div:last-child span,
body.single-product .picto-product-summary-card .picto-igic-breakdown > div:last-child strong {
  color: var(--picto-product-pink);
  font-size: 1.16em;
  font-weight: 950;
}

body.single-product .picto-product-summary-card .woocommerce-variation-add-to-cart,
body.single-product .picto-product-summary-card form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

body.single-product .picto-product-summary-card .quantity {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}

body.single-product .picto-product-summary-card .quantity .qty {
  width: 86px;
  min-height: 56px;
  border: 1px solid var(--picto-product-line-strong);
  border-radius: 18px;
  background: #fff;
  color: var(--picto-product-ink);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .035);
}

body.single-product .picto-product-summary-card .single_add_to_cart_button,
body.single-product .picto-product-summary-card button.button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 260px;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid var(--picto-product-ink);
  border-radius: 999px;
  background: var(--picto-product-ink);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .picto-product-summary-card .single_add_to_cart_button:hover,
body.single-product .picto-product-summary-card button.button.single_add_to_cart_button:hover {
  border-color: var(--picto-product-pink);
  background: var(--picto-product-pink);
  color: #fff;
  box-shadow: 0 18px 34px rgba(233, 30, 99, .22);
  transform: translateY(-2px);
}

body.single-product .picto-product-summary-card .single_add_to_cart_button.disabled,
body.single-product .picto-product-summary-card .single_add_to_cart_button:disabled,
body.single-product .picto-product-summary-card button.button.single_add_to_cart_button.disabled,
body.single-product .picto-product-summary-card button.button.single_add_to_cart_button:disabled {
  border-color: rgba(0, 0, 0, .18);
  background: #d7d7d7;
  color: #777;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

body.single-product .picto-product-summary-card .product_meta,
body.single-product .picto-product-summary-card .product_meta.picto-product-meta {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--picto-product-line);
  color: var(--picto-product-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

body.single-product .picto-product-summary-card .product_meta span {
  min-width: 0;
}

body.single-product .picto-product-summary-card .product_meta a {
  color: var(--picto-product-ink);
  font-weight: 750;
  text-decoration: none;
  transition: color .18s ease;
}

body.single-product .picto-product-summary-card .product_meta a:hover {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-summary-card .product_meta .sku {
  color: var(--picto-product-ink);
  font-weight: 750;
}

body.single-product .picto-product-summary-card .product-share,
body.single-product .picto-product-summary-card .share,
body.single-product .picto-product-summary-card .woocommerce-share,
body.single-product .picto-product-summary-card .summary-social-icons {
  margin-top: 20px;
  color: var(--picto-product-muted);
  font-size: 13px;
}

body.single-product .picto-product-after .woocommerce-tabs,
body.single-product .picto-product-after .related.products,
body.single-product .picto-product-after .upsells.products {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: var(--picto-product-radius-xl);
  background: #fff;
  box-shadow: var(--picto-product-shadow-soft);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.single-product .picto-product-after .woocommerce-tabs::before,
body.single-product .picto-product-after .related.products::before,
body.single-product .picto-product-after .upsells.products::before {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin: 0 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--picto-product-ink), var(--picto-product-pink));
}

body.single-product .picto-product-after .woocommerce-tabs:hover,
body.single-product .picto-product-after .related.products:hover,
body.single-product .picto-product-after .upsells.products:hover {
  border-color: rgba(0, 0, 0, .16);
  box-shadow: 0 26px 68px rgba(0, 0, 0, .085);
}

body.single-product .picto-product-after .woocommerce-tabs {
  margin: 0 auto;
  padding: clamp(30px, 3.4vw, 48px);
}

body.single-product .picto-product-after .picto-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 999px;
  background: var(--picto-product-soft);
  width: fit-content;
  max-width: 100%;
}

body.single-product .picto-product-after .picto-product-tab-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--picto-product-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body.single-product .picto-product-after .picto-product-tab-trigger:hover,
body.single-product .picto-product-after .picto-product-tab-trigger.is-active {
  border-color: var(--picto-product-ink);
  background: var(--picto-product-ink);
  color: #fff;
}

body.single-product .picto-product-after .picto-product-accordion-trigger {
  display: none;
}

body.single-product .picto-product-after .woocommerce-Tabs-panel {
  max-width: 980px;
  color: #35353a;
  font-size: 16px;
  line-height: 1.78;
}

body.single-product .picto-product-after .picto-product-panel {
  padding: 28px 0 0;
  border-top: 1px solid var(--picto-product-line);
  animation: pictoProductRise .28s ease both;
}

body.single-product .picto-product-after .picto-product-panel[hidden] {
  display: none;
}

body.single-product .picto-product-after .picto-product-panel p {
  max-width: 78ch;
  margin: 0 0 18px;
}

body.single-product .picto-product-after .picto-product-panel p:last-child {
  margin-bottom: 0;
}

body.single-product .picto-product-after .picto-product-panel ul,
body.single-product .picto-product-after .picto-product-panel ol {
  display: grid;
  gap: 8px;
  max-width: 78ch;
  margin: 18px 0 22px;
  padding-left: 22px;
}

body.single-product .picto-product-after .picto-product-panel li::marker {
  color: var(--picto-product-pink);
}

body.single-product .picto-product-after .picto-product-panel img {
  max-width: 100%;
  height: auto;
  margin: 22px 0;
  border-radius: var(--picto-product-radius-md);
}

body.single-product .picto-product-after .picto-product-panel h3,
body.single-product .picto-product-after .picto-product-panel h4 {
  max-width: 78ch;
  margin: 30px 0 14px;
  color: var(--picto-product-ink);
  font-weight: 900;
  line-height: 1.18;
}

body.single-product .picto-product-after .picto-product-panel table.shop_attributes {
  width: min(900px, 100%);
  margin: 0;
  border: 1px solid var(--picto-product-line);
  border-radius: 22px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

body.single-product .picto-product-after .picto-product-panel table.shop_attributes th,
body.single-product .picto-product-after .picto-product-panel table.shop_attributes td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--picto-product-line);
  background: #fff;
  color: #222226;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

body.single-product .picto-product-after .picto-product-panel table.shop_attributes th {
  width: 34%;
  background: var(--picto-product-soft);
  color: var(--picto-product-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.single-product .picto-product-after .picto-product-panel table.shop_attributes tr:last-child th,
body.single-product .picto-product-after .picto-product-panel table.shop_attributes tr:last-child td {
  border-bottom: 0;
}

body.single-product .picto-product-after .woocommerce-Tabs-panel h2,
body.single-product .picto-product-after .related.products > h2,
body.single-product .picto-product-after .upsells.products > h2 {
  margin: 0 0 22px;
  color: var(--picto-product-ink);
  font-family: "Kenyan Coffee", "Kenyan Coffee BD", Impact, sans-serif;
  font-size: clamp(42px, 3.7vw, 64px);
  font-weight: 700;
  font-style: italic;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.single-product .picto-product-after #reviews,
body.single-product .picto-product-after .comment-respond,
body.single-product .picto-product-after .commentlist {
  max-width: 900px;
}

body.single-product .picto-product-after .commentlist {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

body.single-product .picto-product-after .commentlist li {
  padding: 18px;
  border: 1px solid var(--picto-product-line);
  border-radius: var(--picto-product-radius-md);
  background: var(--picto-product-soft);
}

body.single-product .picto-product-after .comment-text {
  margin: 0;
  color: #35353a;
}

body.single-product .picto-product-after .comment-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

body.single-product .picto-product-after .comment-form label {
  color: var(--picto-product-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.single-product .picto-product-after .comment-form input,
body.single-product .picto-product-after .comment-form textarea {
  width: 100%;
  border: 1px solid var(--picto-product-line-strong);
  border-radius: 16px;
  background: #fff;
  color: var(--picto-product-ink);
  font: inherit;
}

body.single-product .picto-product-after .comment-form input {
  min-height: 48px;
  padding: 0 14px;
}

body.single-product .picto-product-after .comment-form textarea {
  min-height: 140px;
  padding: 14px;
}

body.single-product .picto-product-after .comment-form input:focus,
body.single-product .picto-product-after .comment-form textarea:focus {
  border-color: rgba(233, 30, 99, .55);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(233, 30, 99, .09);
}

body.single-product .picto-product-after .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--picto-product-ink);
  border-radius: 999px;
  background: var(--picto-product-ink);
  color: #fff;
  font-weight: 900;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.single-product .picto-product-after .form-submit .submit:hover {
  border-color: var(--picto-product-pink);
  background: var(--picto-product-pink);
  transform: translateY(-1px);
}

body.single-product .picto-product-after .related.products,
body.single-product .picto-product-after .upsells.products {
  width: min(1220px, 100%);
  margin: clamp(70px, 6vw, 96px) auto 0;
  padding: clamp(32px, 3.8vw, 52px);
}

body.single-product .picto-product-after .related.products > h2,
body.single-product .picto-product-after .upsells.products > h2 {
  margin-bottom: clamp(26px, 3vw, 38px);
  text-align: center;
}

body.single-product .picto-product-after .picto-product-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card,
body.single-product .picto-product-after .related.products ul.products li.picto-related-product-card,
body.single-product .picto-product-after .upsells.products ul.products li.picto-related-product-card {
  display: flex;
  float: none;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .052);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card:hover {
  border-color: rgba(233, 30, 99, .22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .085);
  transform: translateY(-2px);
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  background: var(--picto-product-soft);
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card .woocommerce-loop-product__title {
  margin: 0 2px 12px;
  padding: 0;
  color: var(--picto-product-ink);
  font-family: "Inter Tight", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card .price {
  display: block;
  margin: auto 2px 14px;
  color: var(--picto-product-pink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid var(--picto-product-ink);
  border-radius: 999px;
  background: var(--picto-product-ink);
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card .button:hover {
  border-color: var(--picto-product-pink);
  background: var(--picto-product-pink);
  color: #fff;
  transform: translateY(-1px);
}

body.single-product .joinchat {
  right: 18px;
  bottom: 18px;
}

@media (max-width: 1280px) {
  body.single-product .picto-single-product {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 470px);
    gap: 36px;
  }
}

@media (max-width: 1180px) {
  body.single-product .picto-single-product-container {
    width: min(900px, calc(100% - 40px));
  }

  body.single-product .picto-single-product {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body.single-product .picto-product-summary-col {
    position: static;
  }

  body.single-product .picto-product-gallery-main {
    min-height: clamp(340px, 54vw, 540px);
  }

  body.single-product .picto-product-after .picto-product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.single-product .picto-single-product-page {
    padding: 34px 0 78px;
  }

  body.single-product .picto-single-product-container {
    width: calc(100% - 24px);
  }

  body.single-product .picto-single-product {
    gap: 28px;
  }

  body.single-product .picto-product-gallery-col .woocommerce-breadcrumb {
    font-size: 12px;
  }

  body.single-product .picto-product-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.single-product .picto-product-gallery-main {
    min-height: 280px;
    padding: 16px;
    border-radius: 28px;
  }

  body.single-product .picto-product-gallery-main__image {
    max-height: 270px;
  }

  body.single-product .picto-product-gallery-thumb {
    min-height: 78px;
    padding: 8px;
    border-radius: 16px;
  }

  body.single-product .picto-product-gallery-thumb img {
    max-height: 60px;
  }

  body.single-product .picto-product-summary-card {
    padding: 22px 18px;
    border-radius: 28px;
  }

  body.single-product .picto-product-summary-card::before {
    margin-bottom: 22px;
  }

  body.single-product .picto-product-summary-card .product_title,
  body.single-product .product_title {
    font-size: clamp(46px, 14vw, 66px);
    line-height: .96;
  }

  body.single-product .picto-product-summary-card .price,
  body.single-product .picto-product-summary-card p.price {
    font-size: clamp(26px, 8vw, 34px);
  }

  body.single-product .picto-product-summary-card .woocommerce-product-details__short-description {
    padding: 18px;
    font-size: 14.5px;
  }

  body.single-product .picto-product-service-notes {
    grid-template-columns: 1fr;
  }

  body.single-product .picto-product-summary-card form.cart,
  body.single-product .picto-product-summary-card form.variations_form {
    padding: 16px;
    border-radius: 24px;
  }

  body.single-product .picto-product-summary-card table.variations {
    margin-bottom: 14px;
  }

  body.single-product .picto-product-summary-card table.variations tbody {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.single-product .picto-product-summary-card table.variations tr:last-child:nth-child(odd) {
    grid-column: auto;
  }

  body.single-product .picto-product-summary-card table.variations select {
    min-height: 52px;
  }

  body.single-product .picto-product-summary-card .woocommerce-variation-add-to-cart,
  body.single-product .picto-product-summary-card form.cart:not(.variations_form) {
    align-items: stretch;
  }

  body.single-product .picto-product-summary-card .quantity,
  body.single-product .picto-product-summary-card .quantity .qty,
  body.single-product .picto-product-summary-card .single_add_to_cart_button,
  body.single-product .picto-product-summary-card button.button.single_add_to_cart_button {
    width: 100%;
  }

  body.single-product .picto-product-after {
    margin-top: 54px;
  }

  body.single-product .picto-product-after .woocommerce-tabs,
  body.single-product .picto-product-after .related.products,
  body.single-product .picto-product-after .upsells.products {
    border-radius: 28px;
  }

  body.single-product .picto-product-after .woocommerce-tabs {
    padding: 24px 18px;
  }

  body.single-product .picto-product-after .picto-product-tabs__nav {
    display: none;
  }

  body.single-product .picto-product-after .picto-product-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    margin: 10px 0 0;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 16px;
    background: #fff;
    color: var(--picto-product-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
  }

  body.single-product .picto-product-after .picto-product-accordion-trigger::after {
    content: "+";
    color: var(--picto-product-pink);
    font-size: 18px;
    line-height: 1;
  }

  body.single-product .picto-product-after .picto-product-accordion-trigger.is-active {
    border-color: var(--picto-product-ink);
    background: var(--picto-product-ink);
    color: #fff;
  }

  body.single-product .picto-product-after .picto-product-accordion-trigger.is-active::after {
    content: "-";
    color: #fff;
  }

  body.single-product .picto-product-after .picto-product-panel {
    padding: 20px 0 4px;
  }

  body.single-product .picto-product-after .picto-product-panel table.shop_attributes,
  body.single-product .picto-product-after .picto-product-panel table.shop_attributes tbody,
  body.single-product .picto-product-after .picto-product-panel table.shop_attributes tr,
  body.single-product .picto-product-after .picto-product-panel table.shop_attributes th,
  body.single-product .picto-product-after .picto-product-panel table.shop_attributes td {
    display: block;
    width: 100%;
  }

  body.single-product .picto-product-after .picto-product-panel table.shop_attributes th {
    border-bottom: 0;
  }

  body.single-product .picto-product-after .related.products,
  body.single-product .picto-product-after .upsells.products {
    padding: 24px 14px;
  }

  body.single-product .picto-product-after .picto-product-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card {
    padding: 14px;
  }

  body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card img {
    max-height: 240px;
  }

  body.single-product .picto-product-after .woocommerce-Tabs-panel h2,
  body.single-product .picto-product-after .related.products > h2,
  body.single-product .picto-product-after .upsells.products > h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  body.single-product .cky-consent-container,
  body.single-product .cky-consent-container.cky-box-bottom-left {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }

  body.single-product .cky-consent-container .cky-consent-bar {
    max-height: 54vh;
    padding: 18px;
    border-radius: 18px;
    overflow-y: auto;
  }

  body.single-product .cky-consent-container .cky-notice-des,
  body.single-product .cky-consent-container .cky-notice-des p {
    font-size: 13px;
    line-height: 1.45;
  }

  body.single-product .cky-consent-container .cky-notice-btn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.single-product .cky-consent-container .cky-btn {
    width: 100%;
    min-height: 42px;
    margin: 0;
  }

  body.single-product .joinchat {
    right: 12px;
    bottom: 12px;
  }
}

body.single-product .picto-product-after .picto-product-card-grid li.picto-related-product-card::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 0 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--picto-product-ink), var(--picto-product-pink));
  opacity: .72;
}

@media (prefers-reduced-motion: reduce) {
  body.single-product .picto-single-product-page *,
  body.single-product .picto-single-product-page *::before,
  body.single-product .picto-single-product-page *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
