.woocommerce-variation-price .price .woocommerce-Price-amount.amount {
    display: none;
}

.reset_variations {
    display: none;
}
.product .summary table.variations tr:last-child .value {
    padding-bottom:0rem;
}
.woocommerce-variation-price .price.one-time-price .woocommerce-Price-amount.amount {
    display: initial;
}
.summary .clear + .woocommerce-product-details__short-description > details:first-child,
.woocommerce-product-details__short-description + .woocommerce-product-rating {
    margin-top:0.5rem;
    display: none;
}

.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}
  
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected {
    background: #fff;
    border-color: #2D4938;
    color: #000;
}
.commercekit-pdp-sticky-inner .variations tbody tr th{
    display: none;
}
.commercekit-pdp-sticky-inner {
	overflow-y: unset;
}
.reset_variations{
    display: none;
}
.stock.in-stock{
    display: none;
}
ul.wcsatt-options-product,
.wcsatt-options-product-dropdown {
  margin:0 0 0.5em 0;
}
.wcsatt-sub-discount{
    margin-right: auto;
    margin-left: 0.2rem;
}
/* Show product name only on screens 993px and wider, and only when sticky tabs are stuck */
@media (min-width: 993px) {
    /* CommerceKit sticky ATC product name ellipsis */
    #cgkit-tab-commercekit-sticky-atc-title {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        min-width: 0;
        overflow: hidden;
    }

    /* Hide product name by default */
    .commercekit-sticky-atc-product-name {
        display: none;
    }

    /* Show product name only when parent has commercekit-atc-stuck class */
    .commercekit-atc-sticky-tabs.commercekit-atc-stuck .commercekit-sticky-atc-product-name {
        display: block; 
        flex: 1 1 0;
        min-width: 0;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    #cgkit-tab-commercekit-sticky-atc-title .sticky-atc_button {
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
    }
    #cgkit-tab-commercekit-sticky-atc-title {
        flex-shrink: 1;
        margin: 6px 0px 10px auto;
    }
    .commercekit-atc-tab-links li{
        flex-shrink: 1;
    }
    .commercekit-atc-sticky-tabs.cgkit-atc-product-simple.commercekit-atc-stuck{
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    }
}
.commercekit-atc-tab-links li {
    margin: 6px 0px 10px 0;
    display: inline-flex;
    flex-shrink: 0;
}
.commercekit-atc-tab-links li a::after {
    top: calc(100% + 5px);
  }
.content-area .summary .onsale {
	display: none;
}

.review-incentiviser-widget-area {
	margin-bottom: 2rem;
}

.review-incentiviser-widget-area .widget .widget-title {
	font-size: 1.5em;
	font-weight: inherit;
	text-transform: none;
}
@media (max-width: 992px){
    #cgkit-mobile-commercekit-sticky-atc {
        z-index: 999999999 !important;
    }
}

/* Sticky product gallery (desktop). Flex two-column row so the row height is the
   taller column (the summary) and the gallery releases there — not at a taller
   wrapper — which also avoids the Firefox float + sticky + flow-root quirk that
   inflated the wrapper. Sticky needs overflow:visible (overflow:hidden disables
   it) and align-self:flex-start (so the flex item isn't stretched to full height
   and has room to travel). The main image is locked to its square so the
   CommerceKit Swiper can't mis-size it. No JS. */
@media (min-width: 993px) {
    .product-details-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        overflow: visible;
    }
    .product-details-wrapper > #cgkit-pdp-gallery-outside {
        display: none;
    }
    .product-details-wrapper > #commercegurus-pdp-gallery-wrapper {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
    #commercegurus-pdp-gallery .cg-main-swiper {
        aspect-ratio: 1 / 1;
        height: auto !important;
    }
    #commercegurus-pdp-gallery .cg-main-swiper .swiper-wrapper,
    #commercegurus-pdp-gallery .cg-main-swiper .swiper-slide {
        height: 100% !important;
    }
    #commercegurus-pdp-gallery .cg-main-swiper .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}
