/* Custom Single Product Page Styles */

.custom-product-page {
    background: #fff;
}

/* Hero Section */

.product-hero .container {
    max-width: 1080px;
    margin: 0 auto;

}

.product-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
    min-height: 300px;
    margin-top: 10px;
}

.product-hero-left {
    display: flex;
    justify-content: center;
}

.product-thumbnail {
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-thumbnail:hover {
    transform: scale(1.02);
}

.main-product-image {
    width: 100%;
    height: auto;
    display: block;
}

.product-hero-right {
    padding: 20px 0;
}

.product-title {
    font-weight: 600;
    font-size: 40px;
    color: #505050 !important;
    letter-spacing: -1px;
    line-height: 1em;
    padding-bottom: 10px;
}

h3.measurements-title {
    text-align: center;
    padding: 40px 0;
    line-height: 1em;
    font-weight: 600;
}

.product-short-description {
    margin-top: 30px;
	margin-bottom: 30px;
}

.product-short-description p {
    font-size: 14px;
    line-height: 1.6;

    margin: 0;
}

.product-price-test .bb-api-price-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.product-price-test .bb-api-price--legacy {
    color: #505050;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.4px;
    text-decoration: underline;
    text-decoration-color: #c3cc21;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.product-price-test .bb-api-price__hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #505050;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: help;
    user-select: none;
}

.product-price-test .bb-api-price__tooltip {
    position: absolute;
    left: calc(100% - 18px);
    top: calc(100% + 10px);
    min-width: 345px;
    max-width: 420px;    font-weight: 600;
    background-color: #f9f9f9;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 3px;
    border-color: #c1cd21;
    border-style: solid;
    padding-top: 11px !important;
    padding-right: 15px !important;
    padding-bottom: 11px !important;
    padding-left: 15px !important;


    visibility: hidden;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 20;
    pointer-events: none;
}

.product-price-test .bb-api-price-wrap:hover .bb-api-price__tooltip,
.product-price-test .bb-api-price__hint:focus + .bb-api-price__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.product-actions {
    margin-bottom: 20px;
}

#enquireBtn {
    font-size: 22px;
}

.product-testimonial {
    width: 100vw;
    /* pełna szerokość */
    margin-left: calc(-50vw + 50%);
    /* wyrównanie do środka */
    background: #505050;
    margin-top: 20px;
}

.product-testimonial .testimonial-inner {
    max-width: 1200px;
    /* treść ograniczona */
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .product-price-test .bb-api-price--legacy {
        font-size: 40px;
    }

    .product-price-test .bb-api-price__hint {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

    .product-price-test .bb-api-price__tooltip {
        min-width: 220px;
        max-width: min(92vw, 340px);
    }

    .product-testimonial .testimonial-inner {
        padding: 5px 10px;
    }

}

.product-testimonial .testimonial-text {
    font-size: 28px;
    color: white;
    margin: 0;
    font-weight: 500;
}


/* Product Description Section */
.product-description {
    padding: 20px 0;
    background: #fff;
}

.product-description .container {

    margin: 0 auto;

}

.product-description h2 {
    text-align: center;
    color: #505050 !important;
    padding-bottom: 20px;
}

.product-content {
    font-size: 1rem;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}

.product-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Product Gallery Section */
.product-gallery {
    padding: 10px 0;

}

.product-gallery .container {
    margin: 0 auto;
}

/* Fancyapps Carousel Styles */
#productGalleryCarousel {
    --f-arrow-pos: 10px;
    --f-arrow-width: 38px;
    --f-arrow-height: 38px;
    --f-arrow-svg-width: 16px;
    --f-arrow-svg-height: 16px;
    --f-arrow-svg-stroke-width: 2.5;
    --f-arrow-color: #475569;
    --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: #fff;
    --f-arrow-hover-bg: #f9f9f9;
    --f-arrow-active-bg: #f0f0f0;

    max-width: 700px;
    margin: 0 auto;
}

.f-button:not([aria-disabled]) {

    background-color: #c4cd26;
    color: #fff;
}

.f-button:hover:not([aria-disabled]) {
    background-color: #c4cd26;
    color: #d6d5d5;
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: -50px;
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: -50px;
}

@media (max-width: 500px) {
    .is-horizontal.is-ltr .f-button.is-arrow.is-prev {
        left: -10px;
    }

    .is-horizontal.is-ltr .f-button.is-arrow.is-next {
        right: -10px;
    }
}

.f-thumbs {
    --f-thumbs-gap: 20px;
    --f-thumb-width: 200px;
    --f-thumb-selected-shadow: none;
    --f-thumb-border-radius: 0;
    --f-thumb-opacity: 0.4;
    --f-thumb-height: auto;
    --f-thumb-selected-opacity: 1;
}

#productGalleryCarousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 22px;
}

#productGalleryCarousel .f-carousel__slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#productGalleryCarousel .f-carousel__slide .f-caption {
    display: none !important;
}

#productGalleryCarousel .f-carousel__slide:hover img {
    transform: scale(1.02);
}

/* Classic Thumbs Styles */
#productGalleryCarousel .f-carousel__thumbs {
    margin-top: 20px;
}

#productGalleryCarousel .f-carousel__thumb {
    min-width: 200px !important;
    width: 200px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    margin: 0 10px;
}

#productGalleryCarousel .f-carousel__thumb:hover,
#productGalleryCarousel .f-carousel__thumb.is-nav-selected {
    border-color: #c4cd26;
    transform: scale(1.05);
}

#productGalleryCarousel .f-carousel__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumb-item:hover img {
    transform: scale(1.01);
}

/* Product Features Section */

.product-features .container {
    margin: 0 auto;
}


.feature-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 25px 0;

}

.feature-item:nth-child(even) {
    grid-template-columns: 1fr 1fr;
}



.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.feature-image img:hover {
    transform: scale(1.02);
}

.feature-content span.feature-title {
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
}

.feature-description {
    font-size: 14px;
    line-height: 1.7;

}

.feature-description ul {
    padding-left: 20px;
    margin: 20px 0;
}

.feature-description li {

    line-height: 1.6;
    margin-bottom: 5px;
}

/* Product Specifications Section */
.product-specifications {
    padding: 25px 0 30px;

}

.product-specifications .container {

    margin: 0 auto 25px;

}

.product-specifications h3 {
    text-align: center;
    margin-bottom: 25px;
    
}
.subsection-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.5;
}

.specs-grid {
    display: grid;
    gap: 21px;
    justify-items: center;
    margin: 0 auto;
}

/* 1 specyfikacja - max 1/3 szerokości, wyśrodkowana */
.specs-grid.specs-count-1 {
    grid-template-columns: 1fr;
    justify-items: center;
}

.specs-grid.specs-count-1 .spec-item {
    max-width: 33.333%;
    width: 100%;
}


/* 2 elementy – też max 1/3, wyśrodkowane z przestrzenią po bokach */
/* 2 elementy - po środku, każdy 1/3 szerokości */
.specs-grid.specs-count-2 {
    grid-template-columns: repeat(2, 33.333%);
    justify-content: center;
}

.specs-grid.specs-count-2 .spec-item {

    width: 100%;
}

/* 3 specyfikacje - 1/3 każda */
.specs-grid.specs-count-3 {
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
}

/* 4 specyfikacje - 2x2 */
.specs-grid.specs-count-4 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* 5 i więcej specyfikacji - domyślny układ 3 kolumny */
.specs-grid:not(.specs-count-1):not(.specs-count-2):not(.specs-count-3):not(.specs-count-4),
.specs-grid:not([class*="specs-count-"]) {
    grid-template-columns: repeat(3, 1fr);
}

.spec-item {
    background: #fff;
    border: 3px solid #c4cd26;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.spec-item:hover {
    transform: translateY(-2px);

}

.spec-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3e3834 !important;
    line-height: 1.2em;
    text-shadow: 0em 0em 0.3em #fff;
}

.spec-content {
    color: #505050;
    line-height: 1.6;
}

.spec-content p {
    margin-bottom: 8px;
    font-size: 14px;
}

.spec-content p:last-child {
    margin-bottom: 0;
}



/* Related Products Section */
.related-products {
    background: #505050;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0;
}

.related-products .container {
    max-width: 1079px;
    margin: 0 auto;
    padding: 0 ;
}

@media (max-width: 767px) 
    {
        .related-products {
            padding: 0px 15px;
        }
        .related-product-image img
        {
            width: auto!important;
            align-self: center;
        }
        .related-product-item {

    place-items: center;
        }

}
.related-product-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 12px;
    padding: 10px 0 20px;
    position: relative;
    overflow: hidden;
}

.related-product-item:last-child {
    margin-bottom: 0;
}

.related-product-image {
    position: relative;
}

.related-product-image a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.related-product-image:hover a {
    transform: scale(1.01);
}

.related-product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 380px;
    object-fit: contain;
    display: block;
}

.related-product-content {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.related-product-button {
    margin-top: auto;
    margin-top: 40px;
}

.related-product-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 26px;
}

.related-product-title a {

    text-decoration: none;
    transition: color 0.3s ease;
    color: #fff;
}

.related-product-title a:hover {
    /* opacity: 0.7; */
}

.related-product-description {
    font-size: 14px;
    line-height: 1.7em;
    color: #fff;
}

.related-product-description p {
    margin-bottom: 15px;
}

.related-product-description p:last-child {
    margin-bottom: 0;
}

/* Instructions Section */
.instructions-section {
    padding: 27px 0;

}

.instructions-section .container {

    margin: 0 auto;

}

.instructions-section h3 {
    text-align: center;
    margin-bottom: 34px;
}


.instructions-grid {
    display: grid;
    gap: 21px;
    margin: 0 auto;
}

/* 1 kafelek - max 50% szerokości, wyśrodkowany */
.instructions-grid.instructions-count-1 {
    grid-template-columns: 1fr;
    justify-items: center;
}

.instructions-grid.instructions-count-1 .instruction-item {
    max-width: 33%;
    width: 100%;
}

/* 2 kafelki - 50/50 */
.instructions-grid.instructions-count-2 {
    grid-template-columns: 33% 33%;
    /* dwie kolumny po 33% */
    justify-content: center;
    /* żeby były wyśrodkowane w kontenerze */
}

/* 3 kafelki - 1/3 każdy */
.instructions-grid.instructions-count-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 4 kafelki - 2x2 */
.instructions-grid.instructions-count-4 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* 5 i więcej kafelków - domyślny układ 3 kolumny */
.instructions-grid:not(.instructions-count-1):not(.instructions-count-2):not(.instructions-count-3):not(.instructions-count-4),
.instructions-grid:not([class*="instructions-count-"]) {
    grid-template-columns: repeat(3, 1fr);
}

.instruction-item {
    transition: transform 0.3s ease;
    height: 100%;
}

.instruction-item:hover {
    transform: translateY(-5px);
}

.instruction-link {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;

    transition: all 0.3s ease;
    height: 100%;
}



.instruction-background {
    position: relative;
    min-height: 135px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #c4cd26;
    border-radius: 12px;
}

.instruction-overlay {
    min-height: 132px;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    padding: 10px 10px;
}

.instruction-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
}

.instruction-icon {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.instruction-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

.instruction-link:hover .instruction-icon img {
    transform: scale(1.2);
}

.instruction-title {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    place-items: self-start;
    color: #fff;
}

.instruction-link:hover .instruction-title {
    color: #c4cd26;
}

.instructions-footer {

    margin-top: 40px;
}

.instructions-footer p {

    font-size: 16px;
    margin: 0;
}

.instructions-footer .instructions-link {

    text-decoration: underline;
    font-weight: 600;
    color: #505050;
    transition: color 0.3s ease;
    text-decoration-color: #c3cc21;
}

.instructions-footer .instructions-link:hover {
    color: #505050;
    text-decoration: none;
    opacity: 0.7;
}

/* Product Information Tables Section */
.product-info-tables {
    padding: 40px 0;
    background: #fff;
}

.product-info-tables .container {
    margin: 0 auto;

}

.tables-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.table-item {
    padding: 0;
    overflow: hidden;

}

.tables-grid .table-item:first-child {
    border: 3px solid #c3cc21;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.tables-grid .table-item:last-child {
    border: 3px solid #c3cc21;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Pierwsza tabelka - zaokrąglone górne rogi */
.table-item:first-child table {

    overflow: hidden;
}

/* Druga tabelka - zaokrąglone dolne rogi */
.table-item:last-child table {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.table-item table {
    width: 100%;
    border-collapse: collapse;
    margin: 6px 0;
}

.table-item table th,
.table-item table td {
    padding: 6px 15px;
    text-align: left;

}

.table-item table th {

    text-align: left;

}

.product-info-table {
    font-size: 14px;
}

.manufacturer-info-table {
    font-size: 13px;
}

.table-item table td {
    background: #fff;
    font-weight: 400;
    vertical-align: top;
}

.table-item table tr:last-child td {
    border-bottom: none;
}

.table-item table tr:nth-child(even) td {
    background: #f8f9fa;
}

.table-item:first-child table tr:hover td {
    background: #e8f5e8;
}

/* Responsive table handling */
@media (max-width: 768px) {
    .table-item {
        overflow-x: auto;
    }

    .table-item table {
        min-width: 100%;
        font-size: 0.85rem;
    }

    .table-item table th,
    .table-item table td {
        padding: 10px 8px;
        font-size: 0.8rem;
    }
}







.horizontal-line {
    position: relative;

}

.horizontal-line::after {
    content: "";
    position: absolute;

    width: 100%;
    height: 3px;
    background: #c4cd26;
    pointer-events: none;
    border-radius: 1px;

}

.contact-us-button-section {
    padding-bottom: 60px;
}

#contactUsBtn {
    justify-content: flex-end;
}

.related-product-title h3 a {
    color: #fff;
}
.related-product-title a:hover {
    color: #fff;
    text-decoration: underline #c3cc21;
}

/* Responsive Design */
@media (max-width: 768px) {

    .product-hero-content,
    .feature-item,
    .related-product-item {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 0;
    }

    .feature-item:nth-child(even) .feature-image,
    .feature-item:nth-child(even) .feature-content {
        order: unset;
    }

    .product-title {
        font-size: 2rem;
    }

    .feature-content h3 {
        font-size: 1.5rem;
    }

    .specs-grid,
    .specs-grid[class*="specs-count-"] {
        grid-template-columns: 1fr !important;
        gap: 20px;
        justify-items: stretch;
    }

    .specs-grid.specs-count-1 .spec-item {
        max-width: 100%;
    }

    .product-specifications h2 {
        font-size: 2rem;
    }

    .spec-item {
        padding: 25px 15px;
    }

    .related-product-item {

        margin-bottom: 40px;
    }

    .related-product-title {
        font-size: 1.5rem;
        padding: 12px 0px;
        margin-bottom: 20px;
        text-align: left;
    }

    .instructions-grid,
    .instructions-grid[class*="instructions-count-"] {
        grid-template-columns: 1fr !important;
        gap: 20px;
        justify-items: stretch;
    }

    .instructions-grid.instructions-count-1 .instruction-item {
        max-width: 100%;
    }

    .instructions-section h3 {
        font-size: 21px;
    }



    .instruction-title {
        font-size: 1.1rem;
    }




}

@media (max-width: 480px) {

    .product-hero,
    .product-description,
    .product-gallery,
    .product-features {
        padding: 10px 0;
    }

    .product-title {
        font-size: 1.8rem;
    }

    .enquire-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
    z-index: 10;
}


/* Upholstery Color Banner Styles */
.upholstery-color-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    margin: 20px 0;

}

.upholstery-text {
    font-size: 16px;
    color: #505050;
}

a.upholstery-link {


    font-size: 14px;
    text-decoration: underline #c3cc21;
    font-weight: 600;
}

.upholstery-link:hover {
    text-decoration: none;
}

/* Product Accessories Section */
.product-accessories {
    padding-top: 40px;
}

.product-accessories .container {
    max-width: 1080px;
    margin: 0 auto;
}

.accessories-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 30px 0 60px;
    gap: 30px;
    align-items: center;
}

.accessories-text-column {
    display: flex;
    flex-direction: column;
}

.product-accessories h3 {

font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
}

.accessories-description {
    color: #505050;

}

.accessories-description p {
    margin: 0;
}

.accessories-carousel-column {
    position: relative;
    min-width: 0;
    /* Fix for flexbox/grid overflow */
}

.accessories-carousel-wrapper {
    position: relative;
    padding: 0 30px;
}

.accessories-carousel {
    margin: 0 -10px;
    /* Hide before Slick initializes to prevent FOUC */
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show carousel after Slick initializes */
.accessories-carousel.slick-initialized {
    opacity: 1;
}

/* Fallback: horizontal layout before JS loads */
.accessories-carousel:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.accessories-carousel:not(.slick-initialized) .accessory-item {
    flex: 0 0 33.333%;
    min-width: 0;
}

.accessories-carousel .slick-list {
    overflow: hidden;
}

.accessories-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.accessories-carousel .slick-slide {
    height: auto;
}

.accessory-item {
    padding: 0 10px;
    outline: none;
}

.accessory-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
    text-align: center;
    text-decoration: underline #c3cc21;
}

.accessory-link:hover {
    transform: translateY(-5px);
}

.accessory-image {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 12px;
    border-radius: 8px;
    overflow: hidden;

    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 8px;
}

.accessory-title {
    text-align: center;
    padding: 0 5px 5px;
}

.accessory-title span {
    font-size: 14px;
    font-weight: 500;

    margin: 0;
    line-height: 1.4;
}

/* Slick Carousel Arrows for Accessories - matching Fancyapps style */
.accessories-carousel-wrapper .slick-prev,
.accessories-carousel-wrapper .slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    background-color: #c4cd26;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
}

.accessories-carousel-wrapper .slick-prev:hover,
.accessories-carousel-wrapper .slick-next:hover {
    background-color: #c4cd26;
    opacity: 0.85;
}

.accessories-carousel-wrapper .slick-prev {
    left: -20px;
}

.accessories-carousel-wrapper .slick-next {
    right: -20px;
}

.accessories-carousel-wrapper .slick-prev svg,
.accessories-carousel-wrapper .slick-next svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none;
}

/* Hide default Slick arrow pseudo-elements */
.accessories-carousel-wrapper .slick-prev::before,
.accessories-carousel-wrapper .slick-next::before {
    display: none !important;
    content: none !important;
}

.accessories-carousel-wrapper .slick-prev:focus,
.accessories-carousel-wrapper .slick-next:focus {
    outline: none;
}

/* Slick Dots for Accessories */
.accessories-carousel-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
    list-style: none;
    padding: 0;
}

.accessories-carousel-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.accessories-carousel-wrapper .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    transition: background 0.3s ease;
}

.accessories-carousel-wrapper .slick-dots li.slick-active button {
    background: #c4cd26;
}

/* Responsive Styles for Accessories */
@media (max-width: 1024px) {
    .accessories-content-wrapper {
        gap: 20px 0 40px;
    }

    .accessories-carousel-wrapper {
        padding: 0 35px;
    }

    .accessories-carousel-wrapper .slick-prev {
        left: 0;
    }

    .accessories-carousel-wrapper .slick-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .accessories-content-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-accessories h3 {
        font-size: 24px;
        text-align: left;
    }

    .accessories-description,
    .accessories-description p {
        text-align: left;
    }

    .accessories-carousel-wrapper {
        padding: 0 40px;
    }

    .accessories-carousel-wrapper .slick-prev {
        left: 0;
    }

    .accessories-carousel-wrapper .slick-next {
        right: 0;
    }

    .accessory-image {
        max-width: 150px;
    }

    .accessory-title span {
        font-size: 16px;
    }
}