/* Product responsive overrides. Versioned file name forces a fresh CDN asset. */
body.template-product .ivana-product-shell .ivana-breadcrumbs,
body.template-product .ivana-product-shell .breadcrumbs {
  display: none !important;
}

body.template-product .ivana-product-gallery .slider-slide,
body.template-product .ivana-product-gallery .js-product-slide-link,
body.template-product .ivana-product-thumbs .product-thumb,
body.template-product .ivana-product-thumbs .product-thumb-container {
  background: #f7f5f3 !important;
}

body.template-product .ivana-product-gallery .product-slider-image,
body.template-product .ivana-product-gallery .js-product-slide-img,
body.template-product .ivana-product-gallery .slider-slide img,
body.template-product .ivana-product-gallery .js-product-slide-link img,
body.template-product .ivana-product-thumbs .product-thumb img,
body.template-product .ivana-product-thumbs .js-product-thumb img {
  background: #f7f5f3 !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.template-product .ivana-product-gallery .product-slider-image,
body.template-product .ivana-product-gallery .js-product-slide-img {
  left: 0 !important;
  right: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

body.template-product .ivana-product-shell .text-accent,
body.template-product .ivana-product-shell .ivana-product-discount-note,
body.template-product .ivana-product-shell .ivana-product-payments-box,
body.template-product .ivana-product-shell .ivana-product-payments-box .product-installments,
body.template-product .ivana-product-shell .ivana-product-payments-box .js-installments-container,
body.template-product .ivana-product-shell .ivana-product-payments-box .js-max-installments,
body.template-product .ivana-product-shell .ivana-product-detail-transfer-caption,
body.template-product .ivana-product-shell .ivana-product-detail-transfer-badge,
body.template-product .ivana-product-shell .free-shipping-message,
body.template-product .ivana-product-shell .free-shipping-message * {
  color: #706b67 !important;
}

body.template-product .ivana-product-shell .js-price-display,
body.template-product .ivana-product-shell [data-component="price.value"],
body.template-product .ivana-product-shell .ivana-product-detail-transfer-price,
body.template-product .ivana-product-shell .ivana-product-payments-box strong,
body.template-product .ivana-product-shell .ivana-product-payments-box .js-installment-price,
body.template-product .ivana-product-shell .ivana-product-payments-box .product-installment-value,
body.template-product .ivana-product-shell .free-shipping-message .text-accent {
  color: #171514 !important;
}

body.template-product .ivana-product-shell .ivana-product-price-badge,
body.template-product .ivana-product-shell .ivana-product-price-badge *,
body.template-product .ivana-product-shell .ivana-product-price-row .text-accent {
  background: #151412 !important;
  color: #ffffff !important;
}

body.template-product .ivana-product-shell .ivana-product-price-badge[data-discount="0"],
body.template-product .ivana-product-shell .ivana-product-price-badge.ivana-hidden-zero-discount,
body.template-product .ivana-product-shell .product-discount-badge.ivana-hidden-zero-discount,
body.template-product .ivana-product-shell .product-price-badge.ivana-hidden-zero-discount {
  display: none !important;
}

.section-home.section-categories-home.ivana-home-categories .ivana-home-category-circle,
.section-home.section-categories-home.ivana-home-categories .home-category-image-border {
  height: 130px !important;
  width: 130px !important;
}

.section-home.section-categories-home.ivana-home-categories .js-home-category {
  max-width: 150px !important;
  min-width: 150px !important;
  width: 150px !important;
}

.section-home.section-categories-home.ivana-home-categories {
  padding-bottom: 0 !important;
}

.section-home.section-featured-home.section-featured-products-home {
  padding-top: 0 !important;
}

.ivana-card .ivana-card-transfer-container,
div.js-product-item-private.product-item.ivana-card .ivana-card-transfer-container,
.js-item-product.ivana-card .ivana-card-transfer-container {
  align-items: center !important;
  column-gap: 10px !important;
  display: grid !important;
  grid-template-areas:
    "icon caption caption"
    "icon price badge" !important;
  grid-template-columns: 28px minmax(0, max-content) auto !important;
  grid-template-rows: auto auto !important;
  row-gap: 6px !important;
}

.ivana-card .ivana-card-transfer-icon {
  grid-area: icon !important;
}

.ivana-card .ivana-card-transfer-copy {
  display: contents !important;
}

.ivana-card .ivana-card-transfer-caption {
  grid-area: caption !important;
  min-width: 0 !important;
}

.ivana-card .ivana-card-transfer-price,
div.js-product-item-private.product-item.ivana-card .ivana-card-transfer-price,
.js-item-product.ivana-card .ivana-card-transfer-price {
  grid-area: price !important;
  line-height: 1.05 !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.ivana-card .ivana-card-transfer-badge,
div.js-product-item-private.product-item.ivana-card .ivana-card-transfer-badge,
.js-item-product.ivana-card .ivana-card-transfer-badge {
  align-self: center !important;
  display: inline-flex !important;
  grid-area: badge !important;
  justify-self: start !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

body.template-product .ivana-product-payments-box .js-product-discount-container {
  grid-template-columns: 34px minmax(0, 1fr) !important;
}

body.template-product .ivana-product-detail-transfer-row {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

body.template-product .ivana-product-detail-transfer-badge {
  align-items: center !important;
  align-self: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  transform: translateY(1px) !important;
  white-space: nowrap !important;
}

body.template-product .ivana-product-description-card {
  background: #fbfaf9 !important;
  border: 1px solid #ebe6e2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-top: 40px !important;
  padding: clamp(22px, 3vw, 32px) !important;
}

body.template-product .ivana-product-description-intro {
  margin-bottom: 22px !important;
}

body.template-product .ivana-product-description-intro .ivana-kicker {
  display: none !important;
}

body.template-product .ivana-product-description-title {
  color: #171514 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25 !important;
  margin: 0 0 14px !important;
  text-align: left !important;
  text-transform: none !important;
}

body.template-product .ivana-product-description-summary,
body.template-product .ivana-product-description-copy,
body.template-product .ivana-product-description-copy p,
body.template-product .ivana-product-description-copy li,
body.template-product .ivana-product-description-aside p {
  color: #4f4a46 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.template-product .ivana-product-description-layout {
  align-items: start !important;
  display: grid !important;
  gap: clamp(24px, 4vw, 54px) !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr) !important;
}

body.template-product .ivana-product-description-copy p {
  margin: 0 0 14px !important;
}

body.template-product .ivana-product-description-copy p:empty {
  display: none !important;
}

body.template-product .ivana-product-description-copy strong,
body.template-product .ivana-product-description-section-label {
  color: #211f1d !important;
  font-weight: 600 !important;
}

body.template-product .ivana-product-description-section-label {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  line-height: 1.45 !important;
  margin: 22px 0 10px !important;
  text-transform: uppercase !important;
}

body.template-product .ivana-product-description-copy ul,
body.template-product .ivana-product-description-generated-list {
  margin: 0 0 18px !important;
  padding-left: 18px !important;
}

body.template-product .ivana-product-description-copy li,
body.template-product .ivana-product-description-generated-list li {
  margin: 0 0 8px !important;
}

body.template-product .ivana-product-description-aside {
  display: grid !important;
  gap: 14px !important;
}

body.template-product .ivana-product-detail-note {
  background: #ffffff !important;
  border: 1px solid #ebe6e2 !important;
  border-radius: 8px !important;
  padding: 18px !important;
}

body.template-product .ivana-product-detail-note-title {
  color: #171514 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  body.template-product .ivana-product-shell,
  body.template-product .ivana-product-related,
  body.template-product #complementary-products {
    overflow-x: clip !important;
  }

  body.template-product .ivana-product-shell .container,
  body.template-product .ivana-product-related .container,
  body.template-product #complementary-products .container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
  }

  body.template-product .ivana-product-shell .product-columns,
  body.template-product .ivana-product-shell .product-images,
  body.template-product .ivana-product-shell .product-info {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.template-product .ivana-product-title,
  body.template-product .ivana-product-shell .js-product-name {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body.template-product .ivana-product-shell .ivana-product-price-row {
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
  }

  body.template-product .ivana-product-shell .ivana-product-price-badge {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body.template-product .ivana-product-payments-box {
    margin-top: 18px !important;
    max-width: 100% !important;
  }

  body.template-product .ivana-product-payments-box .js-product-discount-container {
    align-items: center !important;
    column-gap: 12px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    min-width: 0 !important;
    padding: 18px 16px !important;
  }

  body.template-product .ivana-product-detail-transfer-copy {
    min-width: 0 !important;
  }

  body.template-product .ivana-product-detail-transfer-caption {
    line-height: 1.22 !important;
    white-space: normal !important;
  }

  body.template-product .ivana-product-detail-transfer-price {
    font-size: clamp(24px, 7.2vw, 29px) !important;
    letter-spacing: 0.08em !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  body.template-product .ivana-product-detail-transfer-badge {
    align-self: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 0 !important;
    font-size: 11px !important;
    text-align: right !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
  }

  body.template-product .ivana-product-detail-transfer-row {
    gap: 8px !important;
  }

  body.template-product .ivana-product-shell .free-shipping-message {
    align-items: start !important;
    background: transparent !important;
    border-top: 1px solid #ebe6e2 !important;
    color: #706b67 !important;
    display: grid !important;
    gap: 8px 10px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    margin: 18px 0 20px !important;
    overflow: visible !important;
    padding: 12px 0 0 !important;
  }

  body.template-product .ivana-product-shell .free-shipping-message .float-left {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    width: 22px !important;
  }

  body.template-product .ivana-product-shell .free-shipping-message span,
  body.template-product .ivana-product-shell .free-shipping-message .js-shipping-minimum-label,
  body.template-product .ivana-product-shell .free-shipping-message .js-shipping-minimum-label span,
  body.template-product .ivana-product-shell .free-shipping-message .js-free-shipping-discount-not-combinable {
    background: transparent !important;
    border: 0 !important;
    display: inline !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  body.template-product .ivana-product-shell .free-shipping-message .text-accent {
    color: #211f1d !important;
    font-weight: 600 !important;
  }

  body.template-product .ivana-product-shell .free-shipping-message .js-free-shipping-discount-not-combinable {
    color: #8a827c !important;
    font-size: 12px !important;
    grid-column: 2 !important;
    opacity: 1 !important;
  }

  body.template-product .ivana-product-fulfillment {
    border-top: 1px solid #ebe6e2 !important;
    display: block !important;
    margin-top: 20px !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-top: 18px !important;
  }

  body.template-product .ivana-product-fulfillment,
  body.template-product .ivana-product-fulfillment * {
    box-sizing: border-box !important;
  }

  body.template-product .ivana-product-fulfillment .product-shipping-calculator,
  body.template-product .ivana-product-fulfillment .list,
  body.template-product .ivana-product-fulfillment .js-shipping-calculator,
  body.template-product .ivana-product-fulfillment .shipping-calculator-head,
  body.template-product .ivana-product-fulfillment .shipping-calculator-head > div,
  body.template-product .ivana-product-fulfillment .js-shipping-calculator-with-zipcode,
  body.template-product .ivana-product-fulfillment .js-shipping-calculator-form {
    height: auto !important;
    inset: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  body.template-product .ivana-product-fulfillment .product-shipping-calculator {
    background: transparent !important;
    border: 0 !important;
    display: block !important;
    padding: 0 !important;
  }

  body.template-product .ivana-product-fulfillment .product-shipping-calculator > div {
    background: #fbfaf9 !important;
    border: 1px solid #ebe6e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  body.template-product .ivana-product-fulfillment .shipping-calculator-head {
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 14px !important;
    padding: 0 !important;
  }

  body.template-product .ivana-product-fulfillment .js-shipping-calculator-with-zipcode,
  body.template-product .ivana-product-fulfillment .js-shipping-calculator-form {
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  body.template-product .ivana-product-fulfillment .js-shipping-calculator-with-zipcode .d-grid {
    align-items: center !important;
    border-bottom: 1px solid #ebe6e2 !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: space-between !important;
    padding: 0 0 12px !important;
  }

  body.template-product .ivana-product-fulfillment .js-shipping-calculator-current-zip:empty {
    display: none !important;
  }

  body.template-product .ivana-product-fulfillment .form-label {
    color: #3a3531 !important;
    font-size: 13px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  body.template-product .ivana-product-fulfillment .input-append {
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 0 !important;
  }

  body.template-product .ivana-product-fulfillment .form-control {
    border: 1px solid #d8d0ca !important;
    border-radius: 4px !important;
    height: 44px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
  }

  body.template-product .ivana-product-fulfillment .btn-inline,
  body.template-product .ivana-product-fulfillment .btn-link {
    border-radius: 4px !important;
    height: 44px !important;
    white-space: nowrap !important;
  }

  body.template-product .ivana-product-fulfillment .js-shipping-zipcode-help {
    color: #706b67 !important;
    height: auto !important;
    justify-self: start !important;
    padding: 0 !important;
    text-decoration: underline !important;
  }

  body.template-product .ivana-product-fulfillment .js-ship-calculator-error {
    display: none !important;
  }

  body.template-product .ivana-product-shell .ivana-product-purchase-form .grid.grid-auto-1 {
    margin-bottom: 30px !important;
  }

  .section-home.section-categories-home.ivana-home-categories .ivana-home-category-circle,
  .section-home.section-categories-home.ivana-home-categories .home-category-image-border {
    height: 112px !important;
    width: 112px !important;
  }

  .section-home.section-categories-home.ivana-home-categories .js-home-category {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 140px !important;
  }

  body.template-product .btn-whatsapp {
    bottom: 86px !important;
    right: 18px !important;
  }

  body.template-product #complementary-products .products-section-slider-container {
    overflow: hidden !important;
  }

  body.template-product #complementary-products .products-section-slider-wrapper {
    align-items: stretch !important;
  }

  body.template-product #complementary-products .swiper-slide,
  body.template-product #complementary-products .js-item-slide {
    max-width: min(300px, calc(100vw - 64px)) !important;
    min-width: min(300px, calc(100vw - 64px)) !important;
    width: min(300px, calc(100vw - 64px)) !important;
  }

  body.template-product #complementary-products .ivana-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-content-stack {
    gap: 12px !important;
    padding: 18px 20px 20px !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-title {
    font-size: 0.9rem !important;
    line-height: 1.28 !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-price-row {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-price-main.js-price-display {
    font-size: 1.45rem !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-transfer-container {
    grid-template-columns: 28px minmax(0, max-content) auto !important;
    min-height: 70px !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-transfer-copy {
    min-width: 0 !important;
  }

  body.template-product #complementary-products .ivana-card .ivana-card-transfer-caption {
    white-space: normal !important;
  }

  body.template-product .ivana-product-description-card {
    margin-top: 28px !important;
    padding: 20px 18px !important;
  }

  body.template-product .ivana-product-description-layout {
    gap: 22px !important;
    grid-template-columns: 1fr !important;
  }

  body.template-product .ivana-product-description-title {
    font-size: 20px !important;
  }
}
