/* Coldness - EShop product detail premium layout */
.com-eshop.view-product #sp-main-body {
  background: radial-gradient(circle at 70% 0%, rgba(23, 166, 220, .18), transparent 34%), #02070c;
  padding: 70px 0 0;
}

.com-eshop.view-product .coldness-product-detail {
  color: #fff;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 120px;
}

h1.page-title.eshop-title::before {
    width: 0px;
}

.com-eshop.view-product .coldness-product-price-wrap {
    border-top: 0px !important;
}

.com-eshop.view-product .coldness-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 70px;
}

.com-eshop.view-product .coldness-product-media .image,
.com-eshop.view-product .coldness-product-media #main-image-area {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  background: #07111c;
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
}

.com-eshop.view-product .coldness-product-media img {
  width: 100%;
  display: block;
}

.com-eshop.view-product .coldness-product-kicker {
  color: #18aeea;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}

.com-eshop.view-product .coldness-product-title {
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 24px;
}

.com-eshop.view-product .coldness-product-short-desc {
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 520px;
}

.com-eshop.view-product .coldness-product-price-wrap {
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 26px;
  margin-top: 28px;
}

.com-eshop.view-product .product-price h2 {
  margin: 0;
  color: #fff;
  line-height: 1.1;
}

.com-eshop.view-product .product-price h2 strong {
  font-size: 0;
}

.com-eshop.view-product .product-price .price {
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}

.com-eshop.view-product .coldness-product-options {
  margin-top: 26px;
}

.com-eshop.view-product .coldness-product-cart {
  margin-top: 30px;
}

.com-eshop.view-product .box-quantity label {
  display: none;
}

.com-eshop.view-product .box-quantity,
.com-eshop.view-product .input-group-append,
.com-eshop.view-product .input-group-prepend {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.com-eshop.view-product .eshop-quantity-button,
.com-eshop.view-product .eshop-quantity-value {
  height: 56px;
  min-width: 56px;
  border-radius: 8px !important;
  border: 0 !important;
  text-align: center;
}

.com-eshop.view-product .eshop-quantity-button {
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.com-eshop.view-product .eshop-quantity-value {
  background: #fff !important;
  color: #0b1118 !important;
}

.com-eshop.view-product #add-to-cart {
  height: 56px;
  padding: 0 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0799d6, #32b7e9);
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(6, 162, 221, .28);
}

.com-eshop.view-product #add-to-cart:hover {
  background: linear-gradient(135deg, #32b7e9, #0799d6);
}

.com-eshop.view-product .coldness-product-meta {
  display: none;
}

.com-eshop.view-product .coldness-product-content {
  background: #fff;
  color: #101820;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 70px max(20px, calc((100vw - 1180px) / 2));
}

.com-eshop.view-product .coldness-product-content joomla-tab,
.com-eshop.view-product .coldness-product-content .joomla-tab {
  display: block;
  border: 0;
}

.com-eshop.view-product .coldness-product-content joomla-tab nav,
.com-eshop.view-product .coldness-product-content .joomla-tab-nav {
  display: none !important;
}

.com-eshop.view-product .coldness-product-content joomla-tab-element,
.com-eshop.view-product .coldness-product-content .tab-pane {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}

.com-eshop.view-product .coldness-product-content #reviews,
.com-eshop.view-product .coldness-product-content joomla-tab-element#reviews {
  display: none !important;
}

.com-eshop.view-product .coldness-product-content p,
.com-eshop.view-product .coldness-product-content li {
  font-size: 17px;
  line-height: 1.75;
}

.com-eshop.view-product .coldness-product-content strong {
  color: #007fbc;
}

@media (max-width: 991px) {
  .com-eshop.view-product .coldness-product-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 767px) {
  .com-eshop.view-product #sp-main-body {
    padding-top: 35px;
  }

  .com-eshop.view-product .coldness-product-cart #add-to-cart {
    width: 100%;
    margin-top: 12px;
  }

  .com-eshop.view-product .coldness-product-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

/* EShop Coldness - rifiniture prodotto */

.com-eshop.view-product .coldness-product-cart {
  margin-top: 22px;
}

.com-eshop.view-product .eshop-quantity-button,
.com-eshop.view-product .eshop-quantity-value {
  height: 46px !important;
  min-width: 46px !important;
  font-size: 15px !important;
}

.product-info joomla-tab
 {
    padding-top: 15px;
    margin-top: 25px;
}

.com-eshop.view-product #add-to-cart {
  height: 46px !important;
  padding: 0 32px !important;
  font-size: 16px !important;
  border-radius: 7px !important;
}

.com-eshop.view-product .coldness-product-hero {
  margin-bottom: 0 !important;
}

.com-eshop.view-product .coldness-product-content {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.com-eshop.view-product .coldness-product-content joomla-tab nav,
.com-eshop.view-product .coldness-product-content .joomla-tab-nav,
.com-eshop.view-product joomla-tab button,
.com-eshop.view-product joomla-tab joomla-tab-button,
.com-eshop.view-product #reviews,
.com-eshop.view-product joomla-tab-element#reviews {
  display: none !important;
}

.com-eshop.view-product joomla-tab-element#description {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}

.com-eshop.view-product .coldness-description-box {
  background: #f5f9fc;
  border: 1px solid #dbe8f0;
  border-radius: 22px;
  padding: 38px;
}

.com-eshop.view-product .coldness-description-box h2 {
  color: #07111c;
  font-size: 34px;
  margin-bottom: 18px;
}

.com-eshop.view-product .coldness-description-box p {
  font-size: 18px;
  line-height: 1.7;
}

.com-eshop.view-product .coldness-description-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.com-eshop.view-product .coldness-desc-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #dceaf2;
}

.com-eshop.view-product .coldness-desc-card h3 {
  color: #0098d4;
  font-size: 22px;
  margin-bottom: 15px;
}

@media(max-width: 767px){
  .com-eshop.view-product .coldness-description-grid {
    grid-template-columns: 1fr;
  }
}

/* Riduzione blocco aggiungi al carrello -35% */

.com-eshop.view-product .coldness-product-cart {
  margin-top: 18px !important;
}

.com-eshop.view-product .eshop-quantity-button,
.com-eshop.view-product .eshop-quantity-value {
  height: 40px !important;
  min-width: 40px !important;
  width: 40px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
}

.com-eshop.view-product #add-to-cart {
  height: 40px !important;
  padding: 0 24px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
  line-height: 40px !important;
}

.com-eshop.view-product .box-quantity,
.com-eshop.view-product .input-group-append,
.com-eshop.view-product .input-group-prepend {
  gap: 5px !important;
}

.coldness-note {
  margin-top: 28px;
  font-weight: 700;
  color: #007fbc;
}
