:root {
    --Colors-bluelight: #f4faff;
    --Colors-text: #303030;
    --Colors-main: #005ca3;
    --Colors-bg: #fff;
}

.widget_door_types {
    margin-bottom: 50px;
}

.door-types-section {
    margin: 0 -4px 0 -4px;
    padding-top: 49px;
}

.door-types-section .slick-list {
    padding: 0 !important;
}

.door-types-section .slick-slide {
    margin: 0;
}

.door-types-section .slick-dots {
    display: block !important;
    bottom: -30px;
}
.door-types-section .slick-dots li {}
.door-types-section .slick-dots button {
    background-color: rgba(0, 92, 163, 0.1);
    border-radius: 50%;
    align-self: stretch;
    display: flex;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    margin: auto 0;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}
.door-types-section .slick-dots button:before {
    display: none;
}
.door-types-section .slick-dots .slick-active button {
    background-color: var(--Colors-main, #005ca3);
    fill: var(--Colors-main, #005ca3);
}

.section-header {
    text-align: center;
}

.title-wrapper {
    display: flex;
    align-items: center;
}

.section-description {
    color: var(--Colors-text, #303030);
    font: 400 20px Lato, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 20px 0 0 0;
}

.highlight-blue {
    color: var(--Colors-main, #005ca3);
}

.product-showcase {
    align-items: stretch;
    border-radius: 10px;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    background-color: var(--Colors-bluelight, #f4faff);
    padding: 25px;
}

.showcase-svg {
    position: absolute;
    left: 0;
    top: -25.5px;
    pointer-events: none;
}

@media (max-width: 991px) {
    .product-showcase {
        max-width: 100%;
    }
}

.content-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    justify-content: start;
    flex-direction: row;
}

@media (max-width: 991px) {
    .content-wrapper {
        max-width: 100%;
        flex-direction: column;
    }
}

.main-content {
    align-self: stretch;
    min-width: 240px;
    flex: 1;
}

@media (max-width: 991px) {
    .main-content {
        max-width: 100%;
    }
}

.product-info {
    width: 100%;
}

@media (max-width: 991px) {
    .product-info {
        max-width: 100%;
    }
}

.product-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

@media (max-width: 991px) {
    .product-details {
        max-width: 100%;
    }
}

.product-header {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: var(--Colors-text, #303030);
    justify-content: start;
}

.product-title {
    color: var(--Colors-text, #303030);
    text-transform: uppercase;
    font: 400 36px NAMU, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.feature-list {
    align-self: start;
    display: flex;
    margin: 24px 0 0 0;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font: 400 18px Lato, -apple-system, Roboto, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
}

.feature-item {
    align-self: stretch;
    display: flex;
    position: relative;
    align-items: start;
    gap: 12px;
    justify-content: start;
    margin-top: 5px;
}

.feature-item::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 23px;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="23" viewBox="0 0 22 23" xmlns="http://www.w3.org/2000/svg"><path d="M15.5547 0.919922H6.44531C2.88578 0.919922 0 3.8057 0 7.36523V16.4746C0 20.0341 2.88578 22.9199 6.44531 22.9199H15.5547C19.1142 22.9199 22 20.0341 22 16.4746V7.36523C22 3.8057 19.1142 0.919922 15.5547 0.919922ZM16.3573 9.53773L10.0736 15.8215C9.65422 16.2409 8.97402 16.2409 8.55422 15.8215L5.64223 12.9095C5.22285 12.4901 5.22285 11.8099 5.64223 11.3901C6.0616 10.9707 6.7418 10.9707 7.1616 11.3901L9.31391 13.5424L14.838 8.01836C15.2573 7.59898 15.9375 7.59898 16.3573 8.01836C16.7767 8.43773 16.7767 9.11793 16.3573 9.53773Z" fill="%23005CA3"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.feature-item:first-child {
    margin-top: 0;
}

.feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 22px;
    flex-shrink: 0;
}

.feature-description {
    color: var(--Colors-text, #303030);
}

.pricing-section {
    margin-top: 24px;
    width: 100%;
}

@media (max-width: 991px) {
    .pricing-section {
        max-width: 100%;
    }
}

.additional-info {
    color: var(--Colors-main, #005ca3);
    font: 400 16px Lato, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .additional-info {
        max-width: 100%;
    }
}

.price-container {
    margin-top: 24px;
    width: 100%;
    color: #005ca3;
    font: 400 20px NAMU, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .price-container {
        max-width: 100%;
    }
}

.price-text {
    margin: 0;
}

@media (max-width: 991px) {
    .price-text {
        max-width: 100%;
    }
}

.current-price {
    font-size: 30px;
    color: rgba(255, 65, 49, 1);
}

.old-price {
    color: rgba(0, 92, 163, 1);
}

.cta-button {
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    margin-top: 32px;
    width: 308px;
    max-width: 100%;
    gap: 10px;
    color: var(--Colors-bg, #fff);
    text-align: center;
    background-color: var(--Colors-main, #005ca3);
    padding: 20px;
    font: 800 20px/1.3 NAMU, -apple-system, Roboto, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #004a8a;
}

.product-image {
    display: flex;
    gap: 15px;
}

.product-image img {
    max-height: 400px;
}

.button-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 14px;
    justify-content: start;
    margin: auto 0;
}

.image-section {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

@media (max-width: 991px) {
    .image-section {
        max-width: 100%;
    }
}

.product-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .product-images {
        max-width: 100%;
    }
}

.product-image img {
    max-width: 400px;
    max-height: 290px;
    margin: 0 auto;
}

.nav-dot {
    background-color: rgba(0, 92, 163, 0.1);
    border-radius: 50%;
    align-self: stretch;
    display: flex;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    margin: auto 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nav-dot:hover {
    background-color: rgba(0, 92, 163, 0.3);
}

.nav-dot.active {
    background-color: var(--Colors-main, #005ca3);
    fill: var(--Colors-main, #005ca3);
}

.product-cards {
    display: block;
    position: relative;
    margin-top: 40px;
}

.product-cards .slick-arrow {
    top: auto;
    right: 30px;
    left: auto;
    bottom: 100%;
    margin-bottom: 40px;
    display: block !important;
}
.product-cards .slick-prev {
    margin-right: 50px;
}
.product-cards .slick-next {
}

.product-card {
    outline: none;
}

.product-card {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    display: flex;
    align-items: center;
    align-items: start;
}

.slick-slide {
    margin: 0 13px;
    outline: none;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #005ca3;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #005ca3;
}

@media (max-width: 991px) {
    .slick-prev, .slick-next {
        display: none !important;
    }

    .nav-dot {
        width: 16px;
        height: 16px;
    }
}

/* Gallery slider styles */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 92, 163, 0.5);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-nav:hover {
    background: rgba(0, 92, 163, 0.8);
}

.gallery-nav:before {
    font-size: 16px;
    line-height: 1;
}

/* Fix for image gallery without slider */
.product-images:not(.slick-slider) .product-image:not(.active) {
    display: none;
}

@media (max-width: 640px) {
    .door-types-section {
        margin: 0;
        padding-top: 48px;
    }

    .door-types-section .content-wrapper {
        gap: 0;
    }

    .section-header {
    }

    .title-wrapper {
    }

    .section-description {
    }

    .highlight-blue {
    }

    .product-showcase {
    padding: 12px;
    }

    .product-showcase .image-section {
    order: -1;
    }

    .showcase-svg {
    }

    .content-wrapper {
    }

    .main-content {
    }

    .product-info {
    }

    .product-details {
    }

    .product-header {
    }

    .product-title {
    }

    .feature-list {
    }

    .feature-item {
    }

    .feature-item::before {
    }

    .feature-item:first-child {
    }

    .feature-icon {
    }

    .feature-description {
    }

    .pricing-section {
    }

    .additional-info {
    }

    .price-container {
    }

    .price-text {
    }

    .current-price {
        white-space: nowrap;
    }

    .old-price {
    }

    .cta-button {
    font-size: 18px;
    }

    .cta-button:hover {
    }

    .product-image img {
        border-radius: 5px;
    }

    .button-content {
    }

    .image-section {
    }

    .product-images {
    }

    .nav-dot {
    }

    .nav-dot:hover {
    }

    .nav-dot.active {
    }

    .product-cards {
    }

    .product-card {
    }

    .product-card {
    }

    .slick-slider .slick-list {
    }

    .slick-slide {
    }

    .slick-next {
    }

    .slick-next:before {
    }

    .slick-dots {
    }

    .slick-dots li button:before {
    }

    .gallery-nav {
    }

    .gallery-prev {
    }

    .gallery-next {
    }

    .gallery-nav:hover {
    }

    .gallery-nav:before {
    }

    .product-images:not(.slick-slider) .product-image:not(.active) {
    }
}
