/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

p.woocommerce-store-notice {
	font-size: 0.8rem !important;
}
.fusion-tb-header {
	z-index: 9999;
	position: relative;
}
.add-to-cart-btn {
	background: #eee;
	padding: 0.5rem;
}

.justify-content-flex-end {
	justify-content: flex-end;
}
.red-hover {
	--awb-active-color: #d62828 !important;
	--awb-icons-hover-color: #d62828 !important;
}
.logo-text {
	display: flex;
	flex-direction: column;
	font-family: "Lato", "Arial Black", sans-serif !important;
}
.logo-zh {
	font-size: 1.75rem;
	font-weight: 700;
	font-family: "Noto Serif TC", serif;
	line-height: 1.2em;
	margin-bottom: 6px;
	color: var(--awb-color4);
}
.logo-footer {
	color: #fff;
}
.logo-en {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1em;
	font-family: "Cormorant Garamond", "Arial Black", sans-serif !important;
}
.tagline-en {
	font-size: 0.9rem;
	font-weight: 500;
	font-family: "Cormorant Garamond", "Arial Black", sans-serif !important;
}
.logo-container > div {
	align-items: center;
	display: flex;
	gap: 1rem;
}
.feature-boxes .heading {
	margin-bottom: 0.5rem !important;
	text-align: left !important;
	word-wrap: break-word;
}

.feature-boxes .icon {
	margin-bottom: 1rem !important;
	text-align: left !important;
}

.feature-boxes .content-container {
	line-height: 1.25em !important;	
	text-align: left !important;;
}

.country-column {
	height: 180px;
}

.bottom-home-boxes .heading {
	margin-bottom: 0.5rem !important;
	text-align: left !important;
}

@media screen and (max-width: 640px) {
	.logo-with-mobile-features img {
		height: 70px !important;
		width: auto !important;
	}
	.country-column {
		height: auto;
	}
	.h-shrink-mobile {
		font-size: 40px !important;
	}
	.feature-boxes .content-box-column {
		margin-bottom: 10px !important;
	}
	.bottom-home-boxes .content-box-column {
		margin-bottom: 15px !important;
	}
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
	.bottom-home-boxes .content-box-column {
		width: 50% !important;
		margin-bottom: 15px !important;
	}	
}

@media screen and (max-width:1600px) {
  .responsive-bg-img {
 	 	  background-position: 400px center !important;
  }
}

/* Brands */
.swedish-brand-directory {
                margin: 10px 0;
                width: 100%;
            }
            
            .swedish-brand-directory .avada-row {
                display: flex;
                flex-wrap: wrap;
                margin: 0 -15px;
            }
            
            /* Column width classes */
            .avada-column-3-4 {
                flex: 0 0 100%;
                max-width: 100%;
                padding: 0 15px;
                box-sizing: border-box;
            }
            
            /* Brand List Styles */
            .brand-groups-container {
                padding-right: 10px;
            }
            
            .brand-group {
                margin-bottom: 10px;
                scroll-margin-top: 20px;
            }
            
            .brand-group:not(:last-child) {
                margin-bottom: 15px;
                padding-top: 5px;
            }
            
            .brand-group-heading {
                font-size: 1.4em;
                font-weight: bold;
                border-bottom: 2px solid currentColor;
                padding-bottom: 5px;
                margin-bottom: 5px;
                margin-top: 10px;
                display: inline-block;
            }
            
          
            .brand-group-list {
                display: grid;
                gap: 6px;
            }
            
          
            .brand-group-list.brand-columns-1 {
                grid-template-columns: 1fr;
            }
            
         
            .brand-group-list.brand-columns-2 {
                grid-template-columns: repeat(2, 1fr);
            }
            
         
            .brand-group-list.brand-columns-3 {
                grid-template-columns: repeat(3, 1fr);
            }
            
          
            .brand-group-list.brand-columns-4 {
                grid-template-columns: repeat(4, 1fr);
            }
            
            .brand-item {
                padding: 3px 0;
                line-height: 1.3;
            }
            
            .brand-name {
                text-decoration: none;
                transition: all 0.3s ease;
                display: inline-block;
            }
            
            .brand-name:hover {
                transform: translateX(3px);
            }
            
            .brand-count {
                font-size: 1em;
                margin-left: 4px;
            }
            
        
            @media (max-width: 992px) {
                .brand-group-list.brand-columns-3,
                .brand-group-list.brand-columns-4 {
                    grid-template-columns: repeat(2, 1fr);
                }
            }
            
            @media (max-width: 768px) {
                .brand-group-list {
                    grid-template-columns: 1fr !important;
                }
                
                .brand-group-heading {
                    font-size: 1.3em;
                }
            }

.search-input-sok {
    width: 40vw !important;
}

.lightbox-container img {
  width: 500px;
  height: 500px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Optional: Add background color for empty space */
.lightbox-container {
  background-color: transparent;
}

/* Responsive: Scale down on mobile */
@media (max-width: 600px) {
  .lightbox-container img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
  }
}