body:not(.home) #main-content {
    padding: 40px 200px;
    background-color: #F4F6FA;
}

.single-product-page .summary .single-breadcrumbs-wrapper {
    font-size: 17px;
    color: #67717E;
}
.single-product-page .summary .single-breadcrumbs-wrapper .wd-products-nav {
    display: none;
}
.single-product-page .summary .wd-breadcrumbs > :is(span, a):last-child {
    display: none;
}

.single-product-page .summary .product_title.entry-title {
    font-size: 42px;
    color: #44414A;
    font-weight: bold;
}

.single-product-page .summary .price .amount {
    font-size: 32px;
}
.single-product-page .summary .price del .amount {
    font-size: 24px;
}

.single-product-page .summary .woocommerce-product-details__short-description {
    font-size: 18px;
}

.single-product-page .product-image-summary-inner table.variations th label {
    color: #67717E;
    font-size: 21px;
}
.single-product-page .product-image-summary-inner table.variations .wd-swatch {
    color: #67717E;
    border: 1px solid #C8CDD3;
    padding: 10px 20px;
    border-radius: 8px;
}
.single-product-page .product-image-summary-inner table.variations .wd-swatch:hover {
    background-color: var(--gamida-main-color);
    color: white;
    border-color: var(--gamida-main-color);
}
.single-product-page .product-image-summary-inner table.variations .wd-swatch::after {
    border: unset;
}
.single-product-page .product-image-summary-inner table.variations .wd-swatch.wd-active {
    background-color: var(--gamida-main-color);
    color: white;
    border-color: var(--gamida-main-color);
}

.single-product-page .summary div.quantity input[type="button"] {
    min-width: 38px;
    height: 100%;
    font-size: 30px;
    border-width: 1px;
}
.single-product-page .summary div.quantity input[type="number"] {
    width: 46px;
    height: 100%;
    font-size: 22px;
    border-width: 1px;
}

.single_add_to_cart_button {
    font-size: 21px !important;
    flex-direction: row-reverse;
    background-color: var(--gamida-main-color) !important;
    padding: 14px 2em !important;
}
.single_add_to_cart_button.disabled,
.single_add_to_cart_button:hover {
    background-color: #FF7045 !important;
}
.single_add_to_cart_button::after {
    position: unset !important;
    height: unset !important;
    width: unset !important;
    border: unset !important;
    content: url('https://gmida.webology.co.il/safety/wp-content/uploads/sites/2/2025/10/shopping-cart.png') !important;
    opacity: 1 !important;
    margin-left: 5px;
    margin-top: 5px;
}

.single-product-page .summary .add-to-price-quote-single {
    flex: unset;
    column-gap: 10px;
    padding: 16px 2em;
    background-color: #5587DA;
    color: white;
    font-size: 21px;
    border-radius: 44px;
}
.single-product-page .summary .add-to-price-quote-single:hover {
    background-color: #67717E;
    color: white;
}

.woocommerce-product-gallery figure.woocommerce-product-gallery__image {
    border-radius: 22px;
}
.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img {
    border-radius: 8px;
}
.wd-btn-arrow .wd-arrow-inner {
    background-color: white;
    border-radius: 8px;
}
.wd-btn-arrow.wd-disabled .wd-arrow-inner {
    color: #E6EBF1;
}
@media (min-width: 769px) {
    .single-product-page .product-image-summary-inner.wd-grid-g {
        gap: 90px;
    }
    .single-product-page .woocommerce-product-gallery .wd-gallery-images {
        max-width: calc(100% - 170px);
    }
    .single-product-page .woocommerce-product-gallery .wd-gallery-thumb {
        min-width: 170px;
    }
}


.single-product-page .sku_wrapper {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-product-page .sku_wrapper .meta-label {
    font-weight: bold;
}

#tab-description .product-content-container {
    display: flex;
    column-gap: 80px
}
#tab-description p {
    margin-bottom: 10px;
}
#tab-description p a {
    padding: 16px 35px;
    border: 1px solid var(--gamida-main-color);
    color: var(--gamida-main-color);
    font-weight: bold;
    font-size: 21px;
    border-radius: 44px;
    position: relative;
    top: 20px;
}
#tab-description p a:hover {
    background-color: var(--gamida-main-color);
    color: white;
}

.single-product-page .product-tabs-inner ul.wd-nav-tabs {
    column-gap: 100px;
}
.single-product-page .product-tabs-inner ul.wd-nav-tabs li a {
    font-size: 24px;
}
.single-product-page .product-tabs-inner ul.wd-nav-tabs li.active a {
    color: var(--gamida-main-color);
    font-weight: bold;
}

/* Products grid */
.related-and-upsells .wd-el-title {
    font-size: 36px;
    font-weight: bold;
    color: #67717E;
    border-bottom: 1px solid #EBEFF4;
    padding-bottom: 5px;
}
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn {
    width: 100%;
}
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn a {
    width: 100%;
    background-color: var(--gamida-main-color) !important;
    padding: 5px 0;
    color: white;
    border-radius: 22px;
}
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn a span {
    font-size: 21px !important;
}
.wd-products .product-wrapper .webology_archive_buttons_container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: 1px solid #F0EDF4;
    padding: 20px 15px;
    display: none;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #C8CDD374;
}
.wd-hover-with-fade.hover-ready:hover .webology_archive_buttons_container {
    display: flex;
}
.wd-hover-with-fade.hover-ready:hover .webology_archive_buttons_container .archive_buttons_separator {
    height: 2px;
    width: 30px;
    background-color: #E6EBF1;
}
.wd-products .product-wrapper .webology_archive_buttons_container .wd-action-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}


/* Laptop */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .single_add_to_cart_button {
        width: 100%;
    }
    .single-product-page .summary .add-to-price-quote-single {
        width: 100%;
    }
}


/* Mobile */
@media screen and (max-width: 768px) {
    body:not(.home) #main-content {
        padding: 10px;
    }
    .products .wd-product .product-wrapper {
        height: 100%;
        padding: 5px;
    }

    .single_add_to_cart_button {
        width: 100%;
    }
    .single-product-page .summary .add-to-price-quote-single {
        width: 100%;
    }

    #tab-description .product-content-container {
        column-gap: 20px
    }
    #tab-description .product-content-box {
        flex: 1 1 50%;
    }
    #tab-description p a {
        font-size: 16px;
        padding: 8px 1em;
    }
}