.single-product {
  --orosila-bg: #fffdfa;
  --orosila-card: #f6f4ee;
  --orosila-card-strong: #f1eee6;
  --orosila-border: rgba(27, 43, 35, 0.1);
  --orosila-text: #1f4d3a;
  --orosila-muted: #666d67;
  --orosila-accent: #e2bb1f;
  --orosila-accent-dark: #c79f12;
  --orosila-cta: #1f9250;
  --orosila-shadow: 0 22px 48px rgba(33, 41, 28, 0.08);
  --orosila-radius: 28px;
}

.single-product .site-content,
.single-product .main-page {
  background: linear-gradient(180deg, #fffefb 0%, var(--orosila-bg) 100%);
}

.single-product .delivery-shipping-info,
.single-product .add-to-cart-bottom-wrapper,
.single-product span.onsale {
  display: none !important;
}

.single-product .details-product .goal-wc-tabs:not(.orosila-tabs-relocated) {
  opacity: 0;
  pointer-events: none;
}

.single-product .container-inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 26px;
}

.single-product .details-product.layout-orosila {
  color: var(--orosila-text);
}

.single-product .details-product .top-content > .top-row,
.single-product .details-product .top-row.product-v-wrapper,
.single-product .orosila-product-shell .top-row.orosila-product-shell__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(420px, 0.8fr);
  gap: 34px;
  align-items: start;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.single-product .details-product .top-content > .top-row::before,
.single-product .details-product .top-content > .top-row::after,
.single-product .details-product .top-row.product-v-wrapper::before,
.single-product .details-product .top-row.product-v-wrapper::after {
  display: none;
}

.single-product .details-product .top-content > .top-row > .col-md-7,
.single-product .details-product .top-row.product-v-wrapper > .col-md-7,
.single-product .details-product .top-content > .top-row > .col-md-5,
.single-product .details-product .top-row.product-v-wrapper > .col-md-5,
.single-product .orosila-product-shell__left,
.single-product .orosila-product-shell__right {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.single-product .details-product .top-content > .top-row > .col-md-7,
.single-product .details-product .top-row.product-v-wrapper > .col-md-7 {
  grid-column: 1;
}

.single-product .details-product .top-content > .top-row > .col-md-5,
.single-product .details-product .top-row.product-v-wrapper > .col-md-5 {
  grid-column: 2;
}

.single-product .image-mains {
  margin-bottom: 18px;
}

.single-product .image-mains .rtwpvg-images {
  display: none !important;
}

.single-product .orosila-gallery {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
}

.single-product .orosila-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  justify-content: flex-start;
  width: 84px;
}

.single-product .orosila-gallery__thumb {
  border: 1px solid var(--orosila-border);
  border-radius: 16px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 10px 24px rgba(53, 45, 16, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.single-product .orosila-gallery__thumb.is-active {
  border-color: #4f80ff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(53, 45, 16, 0.08);
}

.single-product .orosila-gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.single-product .orosila-gallery__stage-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
}

.single-product .orosila-gallery__stage {
  min-height: 700px;
  border: 1px solid rgba(31, 77, 58, 0.05);
  border-radius: var(--orosila-radius);
  background: linear-gradient(180deg, #fbfaf6 0%, #f2efe7 100%);
  box-shadow: var(--orosila-shadow);
  overflow: hidden;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .orosila-gallery__slide {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.single-product .orosila-gallery__slide.is-active {
  display: flex;
}

.single-product .orosila-gallery__slide img {
  display: block;
  width: 100%;
  max-width: 560px;
  max-height: 620px;
  margin: 0 auto;
  object-fit: contain;
}

.single-product .orosila-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(31, 77, 58, 0.15);
  background: rgba(255, 255, 255, 0.97);
  color: var(--orosila-text);
  box-shadow: 0 14px 24px rgba(31, 77, 58, 0.08);
}

.single-product .orosila-gallery__nav.is-prev {
  left: 22px;
}

.single-product .orosila-gallery__nav.is-next {
  right: 22px;
}

.single-product .right-info .information {
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdfa 0%, var(--orosila-card) 100%);
  border: 1px solid rgba(61, 73, 48, 0.08);
  box-shadow: var(--orosila-shadow);
  padding: 28px 30px 26px;
  position: sticky;
  top: 24px;
}

.single-product .right-info .summary.entry-summary > * + * {
  margin-top: 14px;
}

.single-product .breadcrumb-navigation-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4px;
}

.single-product .breadcrumb-navigation-wrapper .product_title {
  margin: 0;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--orosila-text);
}

.single-product .product-navs .nav-links {
  display: none;
}

.single-product .product-navs,
.single-product .post-navigation.navigation {
  display: none !important;
}

.single-product .product-navs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--orosila-border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--orosila-text);
}

.single-product .orosila-sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--orosila-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.single-product .price-rating-wrapper {
  margin-top: 8px;
  padding-bottom: 10px;
}

.single-product .price-rating-wrapper .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  color: var(--orosila-accent-dark);
}

.single-product .price del {
  color: #9a9d94;
}

.single-product .price ins {
  text-decoration: none;
  color: var(--orosila-accent-dark);
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 800;
}

.single-product .woocommerce-product-details__short-description {
  color: var(--orosila-muted);
  line-height: 1.75;
  font-size: 15px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--orosila-border);
  border-bottom: 1px solid var(--orosila-border);
}

.single-product .variations_form {
  margin-top: 10px;
  padding: 20px 20px 22px;
  background: linear-gradient(180deg, #f8f7f4 0%, #f3f1eb 100%);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 14px 30px rgba(53, 45, 16, 0.06);
}

.single-product .variations_form .variations .label {
  padding-bottom: 10px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.single-product .variable-items-wrapper.button-variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .variations_form.cart .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item,
.single-product .variations_form.cart .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
  min-width: 92px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid var(--orosila-border) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%) !important;
  box-shadow: 0 8px 18px rgba(53, 45, 16, 0.05) !important;
  color: #202420 !important;
  font-weight: 600 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.single-product .variations_form.cart .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.selected,
.single-product .variations_form.cart .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item:hover {
  border-color: #7fa0ff;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  box-shadow: 0 12px 22px rgba(79, 128, 255, 0.14);
  transform: translateY(-1px);
}

.single-product .reset_variations {
  margin-top: 10px !important;
  color: #d44432 !important;
}

.single-product .single_variation_wrap {
  margin-top: 20px;
}

.single-product .variations_button {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}

.single-product .quantity {
  display: inline-flex;
  align-items: stretch;
  min-height: 54px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--orosila-border);
  background: #fff;
  box-shadow: 0 8px 18px rgba(53, 45, 16, 0.05);
}

.single-product .quantity .qty {
  width: 100%;
  border: 0;
  text-align: center;
  background: transparent;
}

.single-product .single_add_to_cart_button.button.alt {
  min-height: 56px;
  min-width: 230px;
  border-radius: 999px;
  border: 0;
  background: var(--orosila-cta);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 17px;
  padding-inline: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 16px 28px rgba(31, 146, 80, 0.22);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.single-product .single_add_to_cart_button.button.alt.loading,
.single-product .single_add_to_cart_button.button.alt.added,
.single-product .single_add_to_cart_button.button.alt.disabled,
.single-product .single_add_to_cart_button.button.alt:disabled {
  min-width: 230px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  background: var(--orosila-cta) !important;
}

.single-product .single_add_to_cart_button.button.alt:hover,
.single-product .single_add_to_cart_button.button.alt:focus,
.single-product .single_add_to_cart_button.button.alt:active,
.single-product .single_add_to_cart_button.button.alt.loading:hover,
.single-product .single_add_to_cart_button.button.alt.added:hover {
  background: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
}

.single-product .single_add_to_cart_button.button.alt::after,
.single-product .single_add_to_cart_button.button.alt.loading::after,
.single-product .single_add_to_cart_button.button.alt.added::after {
  display: none !important;
}

.single-product #wc-stripe-express-checkout-element,
.single-product .payment_request {
  margin-top: 14px !important;
}

.single-product .wishlist-share-wrapper,
.single-product .product_meta,
.single-product .goal-social-share {
  padding-top: 16px;
  border-top: 1px solid var(--orosila-border);
}

.single-product .goal-social-share .title,
.single-product .product_meta .sub_title {
  color: var(--orosila-text);
  font-weight: 700;
}

.single-product .goal-social-share a,
.single-product .product_meta a,
.single-product .woosw-btn {
  color: var(--orosila-text);
}

.single-product .right-info .information > .goal-social-share + .goal-wc-tabs,
.single-product .right-info .information > .goal-social-share + .woocommerce-tabs {
  display: none !important;
}

.single-product .right-info .summary .reset_variations {
  display: inline-block;
  margin-top: 8px !important;
  font-size: 14px;
}

.single-product .right-info .summary .single_variation .price {
  margin: 4px 0 12px;
}

.single-product .right-info .summary .single_variation .price .amount,
.single-product .right-info .summary .single_variation .price ins {
  font-size: 18px;
}

.single-product .orosila-product-shell__tabs-left {
  margin-top: 30px;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated,
.single-product .orosila-inline-tabs {
  border-top: 1px solid var(--orosila-border);
  background: transparent;
  margin-top: 30px;
  clear: both;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tab-item,
.single-product .orosila-inline-tabs__item {
  border-bottom: 1px solid var(--orosila-border);
  display: block;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tab-item a.tab-header-title,
.single-product .orosila-inline-tabs__summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 8px 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--orosila-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none;
  position: relative;
  width: 100%;
}

.single-product .orosila-inline-tabs__summary::-webkit-details-marker {
  display: none;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tab-item a.tab-header-title::after,
.single-product .orosila-inline-tabs__summary::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
  color: var(--orosila-text);
  position: absolute;
  right: 0;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tab-item.is-open a.tab-header-title::after,
.single-product .orosila-inline-tabs__item[open] .orosila-inline-tabs__summary::after {
  content: "-";
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tabs-content-wrapper,
.single-product .orosila-inline-tabs__content {
  padding: 0 0 24px;
  color: #454b45;
  line-height: 1.8;
  max-width: 86%;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
  z-index: auto !important;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .tabs-content-wrapper h2:first-child,
.single-product .orosila-inline-tabs__content h2:first-child {
  display: none;
}

.single-product .goal-wc-tabs.orosila-tabs-relocated .overlay-tabs,
.single-product .goal-wc-tabs.orosila-tabs-relocated .close-tab {
  display: none !important;
}

.single-product .related.products,
.single-product .up-sells.upsells.products {
  margin-top: 40px;
}

.single-product .orosila-recommendations-wrap {
  margin-top: 42px;
  width: 100%;
  clear: both;
}

.single-product .orosila-recommendations {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-product .orosila-recommendations__title {
  margin: 0 0 18px;
  color: var(--orosila-text);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.single-product .orosila-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.single-product .orosila-recommendations__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(61, 73, 48, 0.08);
  box-shadow: 0 10px 22px rgba(53, 45, 16, 0.05);
}

.single-product .orosila-recommendations__media {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefb 0%, #f8f5ee 100%);
}

.single-product .orosila-recommendations__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-product .orosila-recommendations__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.single-product .orosila-recommendations__name {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.single-product .orosila-recommendations__name a {
  color: var(--orosila-text);
}

.single-product .orosila-recommendations__price {
  color: var(--orosila-accent-dark);
  font-weight: 700;
  min-height: 20px;
  font-size: 15px;
}

.single-product .orosila-recommendations__price del {
  color: #9a9d94;
}

.single-product .orosila-recommendations__price ins {
  text-decoration: none;
}

.single-product .orosila-recommendations__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 16px;
}

.single-product .up-sells.upsells.products {
  padding-top: 8px;
}

.single-product .related.products > h2,
.single-product .up-sells.upsells.products > h2 {
  margin-bottom: 18px;
  color: var(--orosila-text);
  font-size: 30px;
  letter-spacing: -0.03em;
}

.single-product .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.single-product .products .product {
  margin: 0;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(61, 73, 48, 0.08);
  background: #fff;
  box-shadow: 0 16px 30px rgba(53, 45, 16, 0.05);
}

.single-product .products .product .button,
.single-product .products .product .added_to_cart {
  border-radius: 999px;
}

.single-product .products .product img {
  border-radius: 16px;
}

@media (max-width: 1199px) {
  .single-product .details-product .top-content > .top-row,
  .single-product .details-product .top-row.product-v-wrapper,
  .single-product .orosila-product-shell .top-row.orosila-product-shell__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .details-product .top-content > .top-row > .col-md-7,
  .single-product .details-product .top-row.product-v-wrapper > .col-md-7,
  .single-product .details-product .top-content > .top-row > .col-md-5,
  .single-product .details-product .top-row.product-v-wrapper > .col-md-5 {
    grid-column: 1;
  }

  .single-product .right-info .information {
    position: static;
  }

  .single-product .orosila-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .single-product .container-inner {
    width: min(100%, calc(100% - 24px));
  }

  .single-product .orosila-gallery {
    grid-template-columns: 1fr;
  }

  .single-product .orosila-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 2;
    width: 100%;
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }

  .single-product .orosila-gallery__thumb {
    min-width: 0;
  }

  .single-product .orosila-gallery__stage {
    min-height: 420px;
    padding: 22px;
  }

  .single-product .orosila-gallery__slide img {
    max-height: 340px;
  }

  .single-product .breadcrumb-navigation-wrapper {
    flex-direction: column;
  }

  .single-product .breadcrumb-navigation-wrapper .product_title {
    font-size: 34px;
  }

  .single-product .variations_button {
    grid-template-columns: 1fr;
  }

  .single-product .single_add_to_cart_button.button.alt {
    width: 100%;
  }

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

  .single-product .orosila-recommendations-wrap {
    margin-top: 28px;
  }

  .single-product .orosila-recommendations {
    padding: 0;
    border-radius: 0;
  }

  .single-product .orosila-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .single-product .orosila-recommendations__card {
    padding: 10px;
  }

  .single-product .orosila-recommendations__title {
    font-size: 24px;
  }

  .single-product .orosila-inline-tabs__summary {
    font-size: 17px;
    padding-right: 8px;
  }

  .single-product .orosila-inline-tabs__content {
    max-width: 100%;
  }
}
