/* Configuration Accordions Styles */
.variants {
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}
.info .buy {
    margin: 50px 0 10px 0 !important;
}
.imageInfoContainer {
    margin-bottom:0 !important;
}
.FullPage.hero {
    background: #e7e2de;
    display: flex;
    justify-content: center;
}
.productcard .FullPage {
    margin-bottom: 8vw;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
.headerTextContainer {
    display: flex;
    justify-content: space-between;
}
.nameVariantContainer h1 > span[itemprop="name"] {
    width: 100%;
}
.namePriceContainer {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0 0;
}
.buy .GetOffer, .buy .amountWrapper {
    display: none !important;
}
div#BUYSECTION {
    width: 100% !important;
}
.buyWrapper {
    width: 100%;
}
.ribbon {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.ribbon span {
    background: #f3a71a;
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    line-height: 60px;
    text-align: center;
}
.buyWrapper #BUYSECTION input[type="submit"],
.buy #BUYSECTION input[type="submit"] {
    width: 100%;
    color: #fff;
    background-color: #00b26b;
}
.buyWrapper #BUYSECTION input[type="submit"]:hover,
.buy #BUYSECTION input[type="submit"]:hover {
    color: #fff;
    background-color: #73df88;
}
.nameDeliveryTimeContainer h1 > span[itemprop="name"] {
  width: 100%;
  margin: 0px;
}
.nameDeliveryTimeContainer {
    display: flex;
    justify-content: space-between;
}
span.before-price {
    text-align: right;
}
span.VAT {
    font-size: small;
    text-align: right;
    font-weight: normal;
}

.CurrencyWrapper {
    display: flex;
    justify-content: flex-end;
}
.productcard .imageInfoContainer .info{
    width: calc(40% - 2px);
    display: inline-block;
    max-height: none;
    max-width: 40%;
    vertical-align: top;
    position: sticky;
    top: 120px;
    float:none;
}
.Flex {
    margin-bottom: 150px;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productcard .imageInfoContainer .images {
    width: calc(56% - 2px);
    max-width: 56%;
    position: sticky;
    top: 20px;
    height: 100%;
    max-height: calc(100vh - 40px);
    margin-right: 4%;
    vertical-align: top;
    display: inline-block;
    float:none;
}
.SinkImages,
.CustomerImages{
  display:flex;
  gap:5%;
  justify-content: center;
  margin:50px 0px;
}

.SinkImages img{
  flex: 20%;
}
.FlexHalfWidth, .ImgHalfWidth {
    flex: 0 0 48%;
}

.ImgHalfWidth img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    border-radius: 5px;
}
.productcard .imageInfoContainer .images .imageselector,.productcard .imageInfoContainer .images .imagecanvas {
  margin-bottom: 0px;
}
.nameDeliveryTimeContainer .deliveryTime {
    border: solid 1px #a69b8f;
    background-color: #f7f4f2;
    text-align: center;
    padding: 1%;
    box-shadow: -2px 4px 10px #2e2e2e29;
    border-radius: 24px;
    height: fit-content;
    display: flex;
    min-width: max-content;
}
.nameDeliveryTimeContainer .deliveryTime .usp_tekst {
    line-height: 20px;
}
.heroUsp {
    text-align: center;
    padding: 5%;
}

p.heroTopText {
    text-transform: uppercase;
    color: #b0abab;
}

p.heroMainText {
    font-size: 30px;
    font-weight: 900;
    line-height: 0px;
}
/* Validation Error Styles */
.validation-errors {
    background: #ffebee;
    border: 1px solid #f44336;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    color: #c62828;
}

.validation-errors h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #d32f2f;
}

.validation-errors ul {
    margin: 0;
    padding-left: 20px;
}

.validation-errors li {
    margin-bottom: 4px;
    font-size: 14px;
}

.config-item {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.config-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.config-header {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e3dd;
    border: none;
    font-size: 16px;
    color: #333;
    transition: background-color 0.2s ease;
    gap: 8px;
}

.config-header:hover {
    background: #ebebeb;
}

.config-header strong {
    font-weight: 600;
    margin-right: 5px;
    /* flex-shrink: 0; */
}
.config-header > span {
    display: flex;
}
.selected-value {
    flex: 1;
    text-align: left;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 100px;
    display: block;
    position: relative;
    z-index: 1;
}

.arrow {
    flex-shrink: 0;
    font-size: 36px;
    color: #999;
    transition: transform 0.2s ease;
    font-weight: bold;
}

.arrow.expanded {
    transform: rotate(90deg);
}

.config-options {
    display: none;
    padding: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
}
.config-options.config-description {
    padding: 20px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.description-container .config-header:focus{
    outline: none !important;
    outline-offset: 0px;
    box-shadow: none !important;
}

.description-container .config-header:active {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Config items in description container with borders */
.description-container .config-item {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

.description-container .config-item .config-header {
    background: transparent;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
}

.option-item {
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    color: #333;
    display: flex;
    align-items: center;
}

.option-item .option-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 12px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.option-item:last-child {
    border-bottom: none;
}

.option-item:hover {
    background: #f8f9fa;
}

.option-item.selected {
    background: #e3f2fd;
    color: #1976d2;
    font-weight: 500;
}

.option-item.selected::after {
    content: '✓';
    margin-left: auto;
    color: #1976d2;
    font-weight: bold;
}

/* Radio Button Section Styles */
.radio-section {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.radio-question {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.radio-options {
    display: flex;
    gap: 20px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
}

.radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease;
}

.radio-label:hover .radio-custom {
    border-color: #1976d2;
}
button#BUYSECTION {
    margin-left: 0;
}
.radio-label input[type="radio"]:checked + .radio-custom {
    background-color: #1976d2;
    border-color: #1976d2;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Responsive Design */
@media (max-width: 768px) {
    .FlexHalfWidth, .ImgHalfWidth {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .headerTextContainer {
        flex-direction: column;
    }
    .productcard .imageInfoContainer .images,
    .productcard .imageInfoContainer .info{
        width: 100%;
        max-width: 100%;
    }
    .productcard .imageInfoContainer .images {
        position: relative;
    }
    .config-header {
        padding: 10px 16px;
        font-size: 15px;
    }
    
    .option-item {
        padding: 10px 16px;
        font-size: 15px;
    }
    
    .radio-section {
        padding: 16px;
    }
    
    .radio-options {
        flex-direction: column;
        gap: 12px;
    }
}

/* Animation for smooth expand/collapse */
.config-options.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 300px;
    }
}

/* Focus states for accessibility */
.config-header:focus,
.option-item:focus,
.radio-label:focus {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

/* Selected state highlighting */
.config-item.has-selection .config-header {
    background: #e8f5e8;
}

.config-item.has-selection .config-header .selected-value {
    color: #2e7d32;
    font-weight: 500;
}

/* Related Products Sections */
.related-products-section {
    margin-top: 40px;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.related-products-section h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.related-products-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.related-product-item {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

.related-product-item:hover {
    border-color: #1976d2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.related-product-item.selected {
    background: #e3f2fd;
    border-color: #1976d2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.related-product-item.selected .related-product-name,
.related-product-item.selected .related-product-price {
    color: #1976d2;
    font-weight: 500;
}

.related-product-item.selected::after {
    content: '✓';
    position: absolute;
    top: calc(50% - 16px);
    right: 12px;
    color: #1976d2;
    font-weight: bold;
    font-size: 16px;
}

.related-product-image {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 6px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.related-product-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-right: 20px;
}

.related-product-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.related-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    white-space: nowrap;
    order: 3;
}

/* Variant Dropdown Styles */
.variant-dropdown {
    order: 2;
    flex-shrink: 0;
    max-width: 50%;
}

.variant-select {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.variant-select:hover {
    border-color: #1976d2;
    background: #fff;
}

.variant-select:focus {
    border-color: #1976d2;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
}

.variant-select option {
    padding: 8px;
    color: #333;
    background: #fff;
}

.se-flere-btn {
    background: #e6e3dd;
    border: 1px solid #ddd;
    color: #666;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.se-flere-btn:hover {
    border-color: #1976d2;
    color: #1976d2;
}

/* Responsive design for related products */
@media (max-width: 768px) {
    .related-products-section {
        margin-top: 30px;
        padding: 16px;
    }
    
    .related-products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .related-product-item {
        padding: 10px;
        flex-direction: column;
        justify-content: center;
    }
    
    .related-product-image {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .related-product-name {
        font-size: 13px;
    }
    
    .related-product-price {
        font-size: 13px;
    }
    
    .variant-select {
        font-size: 12px;
        padding: 6px 10px;
        min-width: 120px;
        width: 100%;
    }
    
    .related-product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-right: 0;
    }
    
    .variant-dropdown {
        order: 2;
        align-self: stretch;
        max-width: 100%;
    }
    
    .related-product-price {
        order: 3;
        align-self: center;
    }
}

@media (max-width: 600px) and (min-width: 481px) {
    .related-product-info {
        flex-wrap: wrap;
        margin-right:0;
    }
    
    .related-product-name {
        flex: 1 1 100%;
        margin-bottom: 4px;
    }
    
    .variant-dropdown {
        flex: 1 1 auto;
        min-width: 130px;
    }
    
    .related-product-price {
        flex: 0 0 auto;
        margin-left: auto;
    }
}

/* Customer Case Masonry Styles */
.CustomerCaseMasonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 10px;
    gap: 20px;
    padding: 20px;
}

.masonry-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    height: fit-content;
}

.masonry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.masonry-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.masonry-item-content {
    padding: 15px;
}

.masonry-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.masonry-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.masonry-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.masonry-item:hover .masonry-item-overlay {
    opacity: 1;
}

.masonry-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: #f5f5f5;
    border-radius: 8px;
}

.masonry-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: masonry-spin 1s linear infinite;
}

@keyframes masonry-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive design for masonry */
@media (max-width: 768px) {
    .CustomerCaseMasonry {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .CustomerCaseMasonry {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 10px;
    }
}

/* Image Viewer Modal Styles */
.image-viewer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.image-viewer-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-viewer-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#imageViewerImg {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    touch-action: pan-y pinch-zoom; /* Allow pinch zoom and vertical pan */
    user-select: none;
    -webkit-user-select: none;
    transition: opacity 0.2s ease;
}

.image-viewer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    color: white;
    font-size: 16px;
}

.image-viewer-title {
    font-weight: 600;
}

.image-viewer-counter {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.image-viewer-close {
    position: absolute;
    top: -50px;
    right: -10px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    z-index: 10001;
}

.image-viewer-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.image-viewer-prev,
.image-viewer-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    z-index: 10001;
}

.image-viewer-prev:hover,
.image-viewer-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.image-viewer-prev {
    left: -80px;
}

.image-viewer-next {
    right: -80px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive design for image viewer */
@media (max-width: 768px) {
    .image-viewer-content {
        max-width: 95vw;
        max-height: 95vh;
    }
    
    #imageViewerImg {
        max-height: 70vh;
    }
    
    .image-viewer-close {
        top: -40px;
        right: 0;
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
    
    .image-viewer-prev,
    .image-viewer-next {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }
    
    .image-viewer-prev {
        left: -60px;
    }
    
    .image-viewer-next {
        right: -60px;
    }
    
    .image-viewer-info {
        padding: 10px 0;
        font-size: 14px;
    }
}

/* Modern Image Gallery Styles */
.modern-gallery {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 100%;
}

.main-image-container {
    position: relative;
    flex: 1;
    /* max-height: 500px; */
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    cursor: zoom-in;
    touch-action: pan-y pinch-zoom; /* Allow vertical scrolling and pinch zoom */
    user-select: none; /* Prevent text selection on touch */
    -webkit-user-select: none;
    -webkit-touch-callout: none; /* Disable iOS callout */
}

.main-gallery-image {
    width: 100%;
    height: auto;
    /* max-height: 500px; */
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease, opacity 0.2s ease;
    touch-action: pan-y pinch-zoom; /* Allow vertical scrolling and pinch zoom */
    user-select: none;
    -webkit-user-select: none;
}

.main-image-container:hover .main-gallery-image {
    transform: scale(1.05);
}

.image-zoom-indicator {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.main-image-container:hover .image-zoom-indicator {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 120px;
    flex-shrink: 0;
}

.thumbnail-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.thumbnail-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.3s ease;
    touch-action: pan-x; /* Allow horizontal scrolling but handle vertical swipes */
    user-select: none;
    -webkit-user-select: none;
}

.thumbnail-item {
    flex: 0 0 92px;
    height: 92px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, opacity 0.3s ease;
    background: #f5f5f5;
}

.thumbnail-item:hover {
    border-color: #ddd;
}

.thumbnail-item.active {
    border-color: #333;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbnail-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.thumbnail-prev,
.thumbnail-next {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
    font-size: 14px;
}

.thumbnail-prev:hover,
.thumbnail-next:hover {
    border-color: #333;
    background: #f9f9f9;
}

.thumbnail-prev:disabled,
.thumbnail-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: #eee;
}

.thumbnail-prev:disabled:hover,
.thumbnail-next:disabled:hover {
    border-color: #eee;
    background: white;
}

/* Dots indicator for mobile */
.dots-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
/* Hide dots when there's only one image */
.modern-gallery .dots-indicator:only-child {
    display: none;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #fff;
}

/* Responsive design for modern gallery */
@media (max-width: 768px) {
    .modern-gallery {
        flex-direction: column;
        gap: 12px;
    }
    
    .main-image-container {
        max-height: 400px;
        border-radius: 8px;
        width: 100%;
    }
    
    .main-gallery-image {
        max-height: 400px;
    }
    
    .main-image-container:hover .main-gallery-image {
        transform: none; /* Disable hover zoom on mobile to prevent interference */
    }
    
    .thumbnail-container {
        display: none;
    }
    
    
}

@media (max-width: 480px) {
    .main-image-container {
        max-height: 350px;
        min-height: 350px;
    }
    
    .main-gallery-image {
        max-height: 350px;
    }
    
    .thumbnail-item {
        flex: 0 0 60px;
        height: 60px;
    }
    
    .thumbnail-prev,
    .thumbnail-next {
        width: 28px;
        height: 28px;
    }
    
    .thumbnail-prev svg,
    .thumbnail-next svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 1210px) {
    .FullPage.hero {
        flex-wrap:wrap;
    }
    .heroUsp {
        padding: 7%;
    }
}

/* Mobile Summary Styles */
.mobile-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    z-index: 24;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: block;
}

.mobile-summary.visible {
    transform: translateY(0);
}

.mobile-summary-content {
    display: flex;
    align-items: stretch;
    padding: 0;
    gap: 0;
    max-width: 100%;
    height: 80px;
}

.mobile-summary-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 0;
}

.mobile-summary-info {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

.mobile-summary-details {
    flex: 0 1 auto;
    min-height: 0;
    margin-bottom: 8px;
}

.mobile-summary-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.ul_usp{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.trustpilot-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.ul_usp .li_usp{
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}

.ul_usp .li_usp a{
  display: flex;
  align-items: center;
}

.ul_usp .li_usp:last-child{
  margin-right:0px;
}

.mobile-summary-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.mobile-summary-price {
    font-size: 16px;
    font-weight: 700;
    /* color: #00b26b; */
    margin: 0;
}

.mobile-summary-selections {
    font-size: 13px;
    color: #666;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}

.mobile-buy-btn {
    background: #00b26b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    margin: 0;
}

.mobile-buy-btn:hover {
    background: #73df88;
}

.mobile-buy-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.hideDesktop {
        display: none;
}
/* Add bottom padding to body to prevent content from being hidden behind summary */
body.mobile-summary-active {
    padding-bottom: 80px;
}
@media (max-width: 1024px) {
    .mobile-summary-actions {
        margin-right: 70px;
    }
}
@media (max-width: 1440px) {
    .hideMobile {
        display: none;
    }
    .hideDesktop {
        display: block;
    }
}
@media (max-width: 768px) {
    /* .hideMobile {
        display: none;
    }
    .hideDesktop {
        display: block;
    } */
    .mobile-summary-actions {
        margin-right: 70px;
        gap: 5px;
    }
    .mobile-summary-details{
        margin-right:5px;
    }
}
/* Responsive adjustments for mobile */
@media (max-width: 480px) {
    
    .mobile-summary-details {
        display: none;
    }
    .mobile-summary-content {
        height: 70px;
        margin-left: 25px;
    }
    
    .mobile-summary-image {
        width: 70px;
        height: 70px;
    }
    
    .mobile-summary-info {
        padding: 10px 12px;
        justify-content: flex-end;
    }
    
    .mobile-summary-title {
        font-size: 14px;
    }
    
    .mobile-summary-price {
        font-size: 14px;
    }
    
    .mobile-summary-selections {
        display: none;
    }
    
    .mobile-summary-actions {
        gap: 8px;
    }
    
    .mobile-buy-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Medium desktop adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .variant-select {
        max-width: 100%;
    }
    
    .related-product-info {
        gap: 8px;
    }
    
    .related-product-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 12px;
    }
    
    .related-product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }
    
    .related-product-image {
        align-self: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
    
    .variant-dropdown {
        order: 2;
        align-self: stretch;
        max-width: 100%;
    }
    
    .related-product-price {
        order: 3;
        align-self: center;
    }
}

/* Large desktop adjustments */
@media (min-width: 1025px) and (max-width: 1440px) {
    .variant-select {
        max-width: 100%;
    }
    
    .related-product-info {
        gap: 8px;
    }
    
    .related-product-item {
        flex-direction: column;
        align-items: center;
        padding: 16px 12px;
    }
    
    .related-product-info {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    
    .related-product-image {
        align-self: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
    
    .variant-dropdown {
        order: 2;
        justify-content: center;
        display: flex;
        width: 100%;
        max-width: 100%;
    }
    
    .related-product-price {
        order: 3;
        align-self: center;
    }
}

/* Desktop enhancements */
@media (min-width: 769px) {
    .mobile-summary-content {
        max-width: 1200px;
        margin: 0 auto;
        height: 90px;
    }
    
    .mobile-summary-image {
        width: 90px;
        height: 90px;
    }
    
    .mobile-summary-info {
        padding: 16px 20px;
    }
    
    .mobile-summary-title {
        font-size: 17px;
    }
    
    .mobile-summary-price {
        font-size: 18px;
    }
    
    .mobile-summary-selections {
        font-size: 14px;
    }
    
    .mobile-summary-actions {
        gap: 16px;
    }
    
    .mobile-buy-btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

/* Dimensions Display Styles */
.dimensions-display {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dimensions-display h4 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.dimension-section {
    margin-bottom: 16px;
}

.dimension-section:last-child {
    margin-bottom: 0;
}

.dimension-section h5 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
}

.dimensions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

.dimension-item {
    background: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dimension-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.dimension-value {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.no-dimensions,
.no-product {
    text-align: center;
    padding: 16px;
    color: #666;
    font-style: italic;
}

/* Responsive design for dimensions */
@media (max-width: 768px) {
    .dimensions-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    
    .dimension-item {
        padding: 8px 10px;
    }
    
    .dimension-label,
    .dimension-value {
        font-size: 13px;
    }
}

/* Often Bought With Carousel Styles */
.oftenBoughtWith {
    margin: 40px 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.often-bought-carousel {
    background: #fafafa;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

.carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e0e0e0;
}

.carousel-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.5px;
}

.carousel-nav {
    display: none;
}

.carousel-prev,
.carousel-next {
    width: 40px;
    height: 40px;
    border: 2px solid #d0d0d0;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-prev:hover:not(:disabled),
.carousel-next:hover:not(:disabled) {
    border-color: #007bff;
    background: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.carousel-prev:disabled,
.carousel-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.carousel-container {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 8px;
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 transparent;
}

.carousel-container::-webkit-scrollbar {
    height: 6px;
}

.carousel-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.carousel-container::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.carousel-container::-webkit-scrollbar-thumb:hover {
    background: #007bff;
}

.carousel-track {
    display: flex;
    gap: 16px;
    padding: 4px 4px 10px 4px;
    scroll-snap-type: x mandatory;
}

.often-bought-item {
    flex: 0 0 200px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
    scroll-snap-align: start;
}

.often-bought-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-color: #d0d0d0;
}

.product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.product-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(0, 123, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.often-bought-item:hover .product-image::after {
    opacity: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.often-bought-item:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 16px;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
    margin-top: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .often-bought-carousel {
        padding: 16px;
        margin: 24px 0;
    }
    
    .carousel-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    
    .carousel-header h3 {
        font-size: 20px;
    }
    
    .carousel-nav {
        align-self: flex-end;
    }
    
    .carousel-prev,
    .carousel-next {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .often-bought-item {
        flex: 0 0 160px;
    }
    
    .product-image {
        height: 120px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-name {
        font-size: 13px;
        min-height: 32px;
    }
    
    .product-price {
        font-size: 14px;
    }
    
    .carousel-track {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .often-bought-item {
        flex: 0 0 140px;
    }
    
    .product-image {
        height: 100px;
    }
    
    .product-info {
        padding: 10px;
    }
    
    .product-name {
        font-size: 12px;
        min-height: 30px;
    }
    
    .product-price {
        font-size: 13px;
    }
}