/*--- Product Detail ---*/
.product-title-container .product-title {
    font-size: 35px;
    color: #077711;
}
.product_meta > span {
    font-size: 16px;
    color: #04000E;
    border-top: 0;
}
.product_meta .posted_in {
    display: none;
}
.price-wrapper {
    font-size: 24px;
}
.price-wrapper span.amount {
    color: #BFD10B;
}
.add-to-cart-container .value select {
    height: 72px;
    text-align: center;
}
.variations_button .quantity {
    width: 100%;
}
.variations_button .quantity .ux-quantity__button {
    background-color: #fff;
    font-size: 22px;
}
.variations_button .quantity .input-text.qty {
    width: 100%;
    max-width: 100%;
    height: 72px;
    border-right: 0;
    border-left: 0;
}
.single_add_to_cart_button {
    background-color: #077711 !important;
    height: 72px;
    width: 100%;
}
.additional_information_tab, .reviews_tab {
    display: none !important;
}

.product-row .col {
    padding-bottom: 0;
}
table.variations .label {
    display:none;
}
.add-to-cart-container .value select {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #707070;
    font-size: 16px;
    font-weight: 600;
    color: #707070;
    background-position: right 1em top 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
}
.variations_button .quantity {
    box-shadow: none;
    border: 1px solid #707070;
    color: #707070;
}
.variations_button .quantity .input-text.qty {
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    color: #04000E;
}
.variations_button .quantity .ux-quantity__button {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #04000E;
}
.message-box {
    background: linear-gradient(90deg, #087811 0%, #BED10B 100%);
}
.message-box h2 {
    margin: 0;
}
.message-box .row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.product-small.box {
    border-radius: 5px; /* 5px 5px 5px 5px */
    background: #ffffff; /* Color */
    opacity: 1; /* 100% */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.product-small .box-text {
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.product-small .title-wrapper .name a {
    color: #077711 !important;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.product-small .box-text .category {
    color: #04000E;
    font-size: 14px;
}
.product-small .add-to-cart-button a {
	width: 100%;
    margin-top: 10px;
    background: #4FB327 !important;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.product-small .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-carousel .section-title-main {
    background-color: #fff;
    border: 1px solid #BFD10B;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    display: block;
	font-family: 'Montserrat';
}
.product-carousel .section-title b {
    background-color: #BFD10B;
    height: 1px;
    opacity: 0.5;
}
.product-carousel .price-wrapper span.amount {
    color: #04000E;
    font-size: 14px;
}

.product-small .box-image img {
    height: 230px;
    object-fit: cover;
}
.custom-product-page {
    background: #F2F2F2;
}
.custom-product-page .bg-white {
	background:#fff;
	padding:0 70px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
}
.product-fea-sec {
	padding-bottom: 0!important;
}
.message-column {
    padding: 0;
}
.custom-product-page .single_add_to_cart_button {
    position: relative;
    padding-left: 44px;
}
.custom-product-page .single_add_to_cart_button::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("https://shackell-supplies.whitelightit.com/wp-content/uploads/2025/12/Wheelbarrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.color-divider {
    height: 2px;
    background-color: rgb(191, 209, 11);
    margin: 40px 0;
}
.product-description {
    color: #04000E;
    font-size: 16px;
    line-height: 1.6;
}
.product-description p {
    display: inline;
}
.section-header {
    color: #077711;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feature-item {
    display: flex;
    gap: 12px;
}
.checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.checkmark svg {
    width: 100%;
    height: 100%;
}
.feature-content .key-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.feature-content .key-content {
    color: #04000E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.specification-card {
    background: #077711;
    border-radius: 8px;
    padding: 35px;
    color: white;
    height: fit-content;
    width: 40%;
    flex-grow: 1;
}
.specification-card .card-title {
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 400;
}
.spec-list {
    list-style: none;
}
.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.spec-label {
    font-weight: 700;
    opacity: 0.95;
    width: 60%;
    font-size: 16px;
}
.spec-value {
    opacity: 0.85;
    width: 40%;
    font-weight: 500;
    font-size: 16px;
}

/* Accordion Styles */
.accordion-container {
    overflow: hidden;
    width: 60%;
    flex-grow: 1;
}
.accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-header {
    background-color: #f2f2f2;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.4s ease;
    user-select: none;
    border-radius: 5px;
}
.accordion-header:hover {
    background-color: #d8d8d8;
}
.accordion-header.active {
    background-color: #f2f2f2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-title {
    font-size: 16px;
    font-weight: 600;
    color: #04000E;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
    border-top: 0;
}
.accordion-icon {
    font-size: 24px;
    color: #666;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 300;
    line-height: 1;
}
.accordion-header.active .accordion-icon {
    transform: rotate(0deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: white;
    background: #f2f2f2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.accordion-content.active {
    max-height: 600px;
}
.accordion-body {
    padding: 25px;
    color: #04000E;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
.accordion-content.active .accordion-body {
    opacity: 1;
    transform: translateY(0);
}
.spec-accord {
    display: flex;
    gap: 60px;
}
.w-40 {
    width: 40%;
}

@media (max-width: 992px) {
    .spec-accord {
        flex-direction: column;
    }
    .specification-card,.accordion-container {
        width: 100%;
    }
}
@media (max-width: 968px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}


.yith-wcwl-add-button a span {
    display: none;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, 
.yith-wcwl-add-to-wishlist .add_to_wishlist img {
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px #00000029;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
    font-size: 0 !important;
}
.yith-wcwl-wishlistaddedbrowse a {
    display: none;;
}

.prod_ques img {
    margin-bottom: 0 !important;
    margin-right: 3%;
}

.woocommerce-variation-price {
    border-top: 0;
    font-size: 18px;
}
.woocommerce-variation-price .woocommerce-Price-amount.amount,
.price-left .price, 
.price-left .woocommerce-Price-amount.amount {
    color: #eba92d;
}
.price-left .vat-label {
    font-size: 18px;
    font-weight: bold;
}
.custom-price-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.price-left {
    display: flex;
    align-items: center;
    gap: 6px;
}
.price-left .price {
    font-size: 24px;
    font-weight: 600;
}
.vat-label {
    font-size: 14px;
    white-space: nowrap;
}
.price-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* Toggle */
.vat-switch {
    position: relative;
    width: 42px;
    height: 22px;
}
.vat-switch input {
    display: none;
}
.vat-switch .slider {
    position: absolute;
    inset: 0;
    background: #EBA92D;
    border-radius: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.vat-switch .slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.vat-switch input:checked + .slider {
    background: #7ac143;
}
.vat-switch input:checked + .slider:before {
    transform: translateX(20px);
}
