
.dl-product-banner-layout.is-loading {
  visibility: hidden;
  opacity: 0;
}
.dl-product-banner-layout.is-loaded {
  visibility: visible !important;
  opacity: 1 !important;
}
.dl-product-banner-layout {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    align-items: center !important;
    min-height: 700px;
    transition: opacity .5s ease;
}

.dl-static-info {
    width: 35% !important;
}

.dl-static-info .dl-subtitle {
    margin: 5px 0;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.55px;
    text-transform: capitalize !important;
}

.dl-static-info h1 {
    margin: 10px 0;
    font-size: 2.5em;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.dl-static-info p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.dl-image-slider {
    width: 30% !important;
    height: 100vh !important;
    flex-shrink: 0;
}

.dl-image-slider .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 35%;
}

.dl-image-slider .swiper-slide img {
    max-width: 100%;
    max-height: 65% !important;
    object-fit: contain;
}

.dl-filters {
    flex: 1;
    min-width: 270px;
}

.dl-flavour-buttons {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.dl-filter-button:focus{
     border: none;
    outline: none !important;
}

.dl-filter-button.flavour {
    display: block;
    width: auto;
    margin: 5px 0;
    border: none;
    border-bottom: 2px solid #ffffff00;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px !important;
    font-weight: 500;
    text-align: left;
    background: none;
    border-radius: 0;
    background: transparent !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    padding: 9px 8px;
    font-weight: 400 !important;
}
.dl-filter-button.flavour:hover {
    border-color: #ffffff;
    color: #ffffff !important;
    background: none !important;
    border: none;
    border-bottom: 2px solid #ffffff00 !important;
}
.dl-filter-button.flavour:focus{
    border: none;
    border-bottom: 2px solid #ffffff00 !important;
    outline: none !important;
}
.dl-filter-button.flavour.active {
     background: none;
     border-bottom: 2px solid #ffffff !important;
    border-color: #ffffff;
    color: #ffffff;
}
.dl-filter-button.flavour.active:hover{
    border-bottom: 2px solid #ffffff !important;
} 


.dl-filter-button.size {
    display: block;
    width: auto;
    padding: 12px 20px;
    margin: 5px 0;
    background: #FFFFFF33;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    text-align: center !important;
    border: none;
}

.dl-filter-button.size.active {
    background: #ffffff;
    color: var(--e-global-color-primary);
}
.dl-filter-button.size:hover {
    border: none !important;
    ouline:none !important;
}

.dl-size-group {
    margin-top: 25px;
    gap: 15px;
}

.dl-size-group .dl-filter-button {
    padding: 8px 15px;
    font-size: 16px;
    margin: 3px 0;
    min-width: 80px;
    text-align: center;
    font-weight: 400;
}

.dl-cta-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.dl-btn-sample {
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    display: inline-block;
}

.dl-shop-dropdown:hover .dl-btn-sample {
    background: var(--e-global-color-primary);
    color: #ffffff;
    text-decoration: none;
}

.dl-shop-dropdown {
    position: relative;
}

.dl-shop-toggle {
    padding: 10px 20px;
    background: #003D91;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 11;
    position: relative;
    margin: 1px !important;
}

.dl-shop-toggle:hover {
    background: var(--e-global-color-primary) !important;
    color: #ffffff;
    /* border: none; */
    outline: none;
}
.dl-shop-dropdown:hover .dl-shop-toggle{
    background: var(--e-global-color-primary) !important;
    color: #ffffff;
    /* border: none; */
    outline: none;
}

.dl-shop-toggle .fas {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.dl-shop-dropdown:hover .dl-shop-toggle .fas {
    transform: rotate(180deg);
}

.dl-shop-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    padding: 39px 10px 10px;
    z-index: 99;
    width: 100%;
    margin-top: -39.5px;
    z-index: 1;
    border-radius: 20px;
    display: block;
    transition: all 0.55s ease;
}

.dl-shop-dropdown:hover .dl-shop-menu {
    opacity: 1;
    visibility: visible;
}

.dl-shop-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    transition: background 0.2s ease;
    margin-top: -30px;
    transition: all 0.5s ease;
    justify-content: center;
}

.dl-shop-dropdown:hover .dl-shop-link {
    margin-top: 0px;
}

.dl-shop-link img {
    height: 25px;
    margin-right: 8px;
    width: auto;
}
.dl-product-banner-layout button:focus{
    border: none;
    outline: none !important;
}
.dl-right-wrapper{
    width: 35% !important;
    display: flex;
    justify-content: flex-end;
}
.dl-static-info p{
    max-width: 600px;
}

.dl-flavour-buttons{
    flex-wrap: wrap;
    row-gap: 5px;
}

/* Responsive Design */
@media screen and (max-width: 1366px) {
    .dl-image-slider .swiper-slide {
        align-items: center;
        padding-bottom: 0%;
        padding-top: 10%;
    }
    .dl-image-slider .swiper-slide img {
        /* max-height: 45% !important; */
        max-height: 400px !important;
    }
}
@media screen and (max-width: 1024px) {
    .dl-product-banner-layout{
        flex-direction: column;
        min-height: calc(100vh - 180px);
    }
    .dl-image-slider {
        height: 800px !important;
        max-height: 800px !important;
        order: 3;
        width: 100% !important;
        flex:1;
        margin-top: 50px;
    	pointer-events: none !important;
    }
    .dl-image-slider .swiper-slide {
        align-items: flex-end !important;
        padding-bottom: 18% !important;
    }
    .dl-image-slider .swiper-slide img {
        max-height: 75% !important;
    }
    .dl-static-info{
        order: 1;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .dl-right-wrapper{
        order: 2;
        width: 100% !important;
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .dl-product-banner-layout{
        flex-direction: column;
        min-height: auto;
        height: auto !important;
    }
    .dl-image-slider {
        height: 600px !important;
        max-height: 600px !important;
        min-height: 300px;
    }
    .dl-image-slider .swiper-wrapper {
        height: 100% !important;
    }
    .dl-image-slider .swiper-slide {
        /* height: 100% !important; */
        max-height: 100% !important;
    }
    .dl-image-slider .swiper-slide {
        padding-bottom: 26% !important;
    }
    .dl-image-slider .swiper-slide img {
        max-height: 90% !important;
        height: auto;
        width: auto;
        max-width: 100%;
    }
   .dl-right-wrapper-inner{
    width: 100%;
   }
   .dl-cta-wrapper{
    flex-wrap: nowrap;
    flex-direction: row;
   }
   .dl-btn-sample, .dl-shop-dropdown{
    width: auto;
   }
}

@media (max-width: 480px) {
    .dl-image-slider {
        height: 500px !important;
        max-height: 500px !important;
        min-height: 300px;
    }
}

