
@font-face {
    font-family: 'Montserrat';
    src: url('../Montserrat/Montserrat-VariableFont_wght.ttf'); format('truetype'); /* Specify the path to your .ttf font file */
    /* Add additional font properties if needed */
    font-display: swap; /* Specify font loxading behavior */
}


body {
    font-family: 'Montserrat', sans-serif;
}
nav{
    align-items: center;
    background: #fff;
    color: #000; 
    left: 0px;
    right: 0px;
    z-index: 100;
    text-align: center;
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    position: fixed;
    height: 120px;
	opacity: 0;
    top: 30px;
	transition: opacity 1s ease-in-out;
      transition: top 0.3s ease-in-out;
}
#banner{
    margin-top: 150px;
}
@media (min-height: 1100px) {
    #banner {
        margin-top: 180px;
    }
}
#shipping-banner {
  background-color: #172b4d; /* Dark gray - more neutral and professional */
  color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.banner-container {
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Center the text */
.banner-container p {
  margin: 0;
  text-align: center;
}

#close-banner {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  position: absolute; /* Position it absolutely */
  right: 20px; /* Position from right edge */
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
#close-banner:focus{
    outline: none;
}
#close-banner:hover {
  transform: translateY(-50%) scale(1.2);
}

/* Rest of the CSS remains the same */
.banner-closed {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.smoothload nav{
	opacity: 1;
}
.center{
	position: absolute;
}
.aulogo{
	height: 110px;
	width: auto;
} 
.menuicon{
	position: absolute;
	left: 10px;
	height: 30px;
	z-index: 2;
}
.closeicon{
	position: absolute;
	left: 10px;
	height: 30px;
	display: none;
	z-index: 2;
}
.closeicon:hover{
	cursor: pointer;
}
.navcart{
	height: 30px;
	position: absolute;
	right: 20px;
}
.navcart:hover{
	cursor: pointer;
}

/* Navbar container */
.navlist {
	z-index: 3;
	margin: auto;
	display: flex;
    position: relative;
}

/* Links inside the navbar */
#lnks{
	float: left;
	color: #000;
	text-align: center;
	padding: 10px 0 0 0;
    margin-left: 16px;
    margin-right: 16px;
	text-decoration: none;
	font-weight: 200;
    letter-spacing: 1px;
}

/* The dropdown container */
.dropdowns {
	float: left;
	z-index: 1;
}

/* Dropdown button */
.dropdowns .dropbtn {
	border: none;
	outline: none;
	padding: 14px 16px;
	background-color: transparent;
	margin: 0; 
}


.logomini{
    height: 38px;
    width: 38px;
    margin-left: auto;
    background-color: #fff;
}
.submenu .logomini{
	position: absolute;
	right: 20px;
	top: 2px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #B76E79;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B76E79;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after,
.dropdowns:hover .hover-underline-animation::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
	position: absolute;
    top: 34px;
    left:0;
	background-color: #fff;
	min-width: 500px;
	border: 0px solid transparent;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
    font-size: 14px;
    letter-spacing: 5px;
	font-weight: 300;
    padding-top: 2px;
}

.dropdown-content::after{
    content: "";
    min-width: 500px;
    height: 426px;
	border: 1px solid transparent;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    background-color: #000;
        position: absolute;
	bottom: 0px;
	left: 0px;
    z-index: -1;  /* to be below the parent element */
	 box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: flex;

    align-items: center; /* Vertically center */
    text-align: left;
    height: 48.5px;
}
.dropdown-content p{
    margin: 0;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(183, 110, 121, 0.2);
}

/* Show the dropdown menu on hover */
.dropdowns:hover .dropdown-content {
  display: block;
}


/*MENU*/
.menuicon:hover{
    cursor: pointer;
}
.menu {
    width: 100%;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    max-height: 0px;
    transform: translateY(0px);
    transition: 0.4s;
    overflow: hidden;
}
.menu symbol{
    
}
.menudiv p3 {
  display: inline-block;
  position: relative;
  transition: transform 0.25s ease-out;
}
.menudiv.active p3::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menudiv p3::after {
  content: '';
  position: absolute;
  color: #B76E79;
  width: 100%;
    transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #B76E79;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.overlay{
	position: fixed;
    visibility: hidden !important;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    opacity: 0 !important;
	background-color: rgba(45, 45, 45, 0.35);
    right: 0;
    transition: opacity .25s ease-in;
}
.overlay.visible{
	    transition: opacity .25s ease-in;
	opacity: 1 !important;
	visibility: visible !important;
}
.overlay-visible{
	    transition: opacity .25s ease-in;
	opacity: 1 !important;
	visibility: visible !important;
}
.menudiv{
    width: 100%;
    margin: auto;
    padding: 10px 30px 10px 40px;
    background-color: #fff;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.1s ease;
	font-weight:	400;
	box-shadow: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menudiv:hover{
     background-color: rgba(183, 110, 121, 0.2);
}
.menu a:hover{
		text-decoration: none;
}
.arrow-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 256 256"><g><g id="Layer_1"><path d="M192.5,128L77.8,10l-9,9.3,105.5,108.7-105.9,108.3,9.4,9.7,114.7-118Z"/></g></g></svg>');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;

    position: absolute;
    right: 20px;
}
.menudiv p3{
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
}
.arrow-icon{
    height: 20px;
    float: right;
	opacity: 0.75;
}
.arrow-icon.active {
    transform: rotate(90deg);
}
.submenu {
    background-color: #fff;
    transition: max-height 0.5s ease-in-out;
    max-height: 0px; /* Start with a maximum height of 0 */
    overflow: hidden; /* Hide content that overflows the submenu */
}
/* CSS to show the submenu when the parent menu item is active */
.submenu.active {
    max-height: 380px; /* Adjust the maximum height as needed */
}
.submenu a{
	position: relative;
}
.submenu .logomini{
    height: 34px;
    width: 34px;
    margin-right: 5px;
}
.submenu .menudiv{
    height: 38px;
    padding-left: 55px;
    font-size: 10px;
}
.submenu .menudiv p3{
    font-size: 14px;
}


/* NEW SEARCH */
.searchbutton{
    cursor: pointer;
    margin-top: auto;
    padding-bottom: 0px;
    height: 22px;
}
.search-container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #fff;
    border: 2px solid #b76e79;
    border-radius: 25px;
    padding: 5px 15px;
    width: 500px;
    max-width: 60vw;
}

.search-container.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.search-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    background: transparent;
    font-family: Montserrat, sans-serif;
}

.search-input::placeholder {
    color: #999;
    font-weight: 300;
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b76e79;
    transition: color 0.2s ease;
}

.search-submit:hover {
    color: #8b5661;
}

.close-search {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.2s ease;
    margin-left: 10px;
}

.close-search:hover {
    color: #666;
}

/* LOGIN */
.login-icon{
    cursor: pointer;
    margin-top: auto;
    padding-bottom: 0px;
    height: 25px;
    margin-right: 10px;
}
.login-icon svg{
    height: 28px;
    width: 28px;
}


.logomini {
    height: 38px;
    width: 38px;
    margin-left: auto;
    background-color: #fff;
}

.newcollection {
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #d6ab67;
    color: #fff;
    font-size: 6px;
    transform: rotate(-10deg) skew(-10deg);
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 8px 3px 8px;
    position: relative;
    bottom: 5px;
}

/* Mobile responsiveness */
@media (max-width: 800px) {
    .searchbutton {
        display: none;
    }

    .dropdowncontainer {
        display: none;
    }
}

@media (max-width: 480px) {
    .search-container {
        width: 250px;
        max-width: 85vw;
    }
}

/* Mobile Search specific styles */
.mobile-search-submenu{
    background-color:#fff;
    transition:max-height .5s ease-in-out;
    max-height:0;
    overflow:hidden;
}

.mobile-search-submenu.active{
    max-height: 100px;
}

.mobile-search-container{
    padding: 20px 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-search-input{
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    font-family: Montserrat, sans-serif;
}

.mobile-search-input:focus{
    border-color: #b76e79;
}

.mobile-search-input::placeholder{
    color: #999;
    font-weight: 300;
}

.mobile-search-btn{
    padding: 12px 20px;
    background-color: #b76e79;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-search-btn:hover{
    background-color: #a05a6b;
}


.logodiv {
    max-width: 300px; /* Limit maximum width */
    height: 0; /* Start with a zero height */
    padding-top: 30%; /* Set padding top to maintain aspect ratio (1:1) */
    position: relative; /* Establish a positioning context for the absolute positioned image */
    margin: auto;
}

.logodiv img {
    position: absolute; /* Position the image absolutely within its container */
    top: 0; /* Position the image at the top */
    left: 0; /* Position the image at the left */
    width: 100%; /* Ensure the image fills its container */
    height: 100%; /* Ensure the image fills its container */
    object-fit: contain; /* Maintain aspect ratio without stretching */
}

.arturologo{
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px
}
.perdomologo{
    max-width:170px;
    margin-bottom: 20px;
}
.olivalogo{
    height: 200px;
}
.casalogo{
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logohup{
    width: 70%;
    max-width: 380px;
}
.logopart{
    width: 50%;
    max-width: 380px;

}
.logobolivar{
    width: 50%;
    max-width: 300px;
    margin-bottom: 25px;
}
.logomonte{
    width: 50%;
    max-width: 300px;
    margin-bottom: -20px;
    position: relative;
    bottom: 25px;
}
.logoromeo{
        width: 65%;
    max-width: 360px;

}
.romeo{
    margin-top: 10px
}
.tobaccologo{
    text-align: center;
    
    
}

.tobaccologo img{
    max-height: 200px;
}
.pipetobaccoimg{
		width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/pipe-tobacco-background-550.webp);
}
@media(min-width: 500px){
	.pipetobaccoimg{
	    background-image: url(../imgs/pipe-tobacco-background-700.webp);
	}
}
@media(min-width: 650px){
	.pipetobaccoimg{
	    background-image: url(../imgs/pipe-tobacco-background-950.webp);
	}
}
@media(min-width: 910px){
	.pipetobaccoimg{
	    background-image: url(../imgs/pipe-tobacco-background-1150.webp);
	}
}
@media(min-width: 1050px){
	.pipetobaccoimg{
	    background-image: url(../imgs/pipe-tobacco-background-1400.webp);
	}
}
@media(min-width: 1350px){
	.pipetobaccoimg{
	    background-image: url(../imgs/pipe-tobacco-background-1900.webp);
	}
}
/* Cigar*/
.cohibadiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .partagasdiv {
    opacity: 1;
}
body.smoothload .partagasmdiv {
    opacity: 1;
}
body.smoothload .cohibadiv {
    opacity: 1; /* Show content with fade-in effect */
}
.partagasdiv{
	overflow: hidden;
    width: 100%;
	height: 500px;
    display: grid;
    grid-template-columns: 415px auto 560px;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}

.partagasmdiv{
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
.bolivardiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
	background-color: #f0faf9;
}
.ramoncigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/ramon-allones-background-600.webp);
}
@media(min-width: 800px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-800.webp);
    }
}
@media(min-width: 1200px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-1200.webp);
    }
}
@media(min-width: 1700px){
    .ramoncigarimg {
        background-image: url(../imgs/ramon-allones-background-1700.webp);
    }
}
.cohibacigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/cohiba_500.webp);
}
.limitedimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/limited-edition.webp);
}
@media(max-width: 800px){
	.limitedimg {
    	height: 100%;
		 background-image: url(../imgs/limited-edition-800.webp);
	}
}
@media(max-width: 800px){
	.limitedimg {
    	height: 100%;
		 background-image: url(../imgs/limited-edition-500.webp);
	}
}
@media(min-width: 1000px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-1300.webp);
	}
}
@media(min-width: 1440px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-2000.webp);
	}
}
@media(min-width: 1850px){
	.limitedimg {
		 background-image: url(../imgs/limited-edition-2400.webp);
	}
}
.accessoriescigarimg {
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/cohiba-accessories-550.webp);
}
@media (min-width: 500px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-750.webp);
	}
}
@media (min-width: 700px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-850.webp);
	}
}
@media (min-width: 950px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-1150.webp);
	}
}
@media (min-width: 1150px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-1550.webp);
	}
}
@media (min-width: 1550px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-2050.webp);
	}
}
@media (min-width: 1920px) {
	.accessoriescigarimg {
		background-image: url(../imgs/cohiba-accessories-3300.webp);
	}
}
/* COHIBA */
@media (min-width: 700px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_700.webp);
}	
}
@media (min-width: 980px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_980.webp);
}	
}
@media (min-width: 1170px) {
.cohibacigarimg {
    background-image: url(../imgs/cohiba_1170.webp);
}
}
@media (min-width: 1330px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_1330.webp);
}
}
@media (min-width: 1430px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_1430.webp);
}
}
@media (min-width: 1630px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_1630.webp);
}
}
@media (min-width: 1800px) {
	.cohibacigarimg {
    background-image: url(../imgs/cohiba_1800.webp);
}
}

.trinidadcigarimg{
    width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-image: url(../imgs/trinidad-background-550.webp);
}
@media (min-width: 600px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-800.webp);
    }
}
@media (min-width: 800px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1200.webp);
    }
}
@media (min-width: 1200px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1800.webp);
    }
}
@media (min-width: 1800px) {
    .trinidadcigarimg{
        background-image: url(../imgs/trinidad-background-1600.webp);
    }
}
.monecristodiv{
	overflow: hidden;
    	width: 100%;
	height: 500px;
    margin-bottom: 10px;
}
.monecristocigarimg {
    width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/montecristo-background-550.webp);
}
@media (min-width: 550px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-750.webp);
		
	}	
}
@media (min-width: 750px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-750.webp);
		
	}	
}
@media (min-width: 1000px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1000.webp);
		
	}	
}
@media (min-width: 1200px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1200.webp);
		
	}	
}
@media (min-width: 1650px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-1650.webp);
		
	}	
}
@media (min-width: 2000px) {
	.monecristocigarimg{
    background-image: url(../imgs/montecristo-background-2000.webp);
		
	}	
}
.romeocigarimg{
	width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/romeo-y-julieta-background2.webp);
}
/* ROMEO */
@media (min-width: 870px) {
	.romeocigarimg{
    background-image: url(../imgs/romeo-y-julieta-background3.webp);
		
	}	
}
@media (min-width: 1360px) {
	.romeocigarimg{
    background-image: url(../imgs/romeo-y-julieta-background4.webp);
	}	
}
@media (min-width: 1360px) {
	.romeocigarimg{
background-size: auto 100%;
		 background-position: right !important;
		background-color: #d6cec3;
	}	
}

.partagascigarimg{
	width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/partagas-mobile-new.webp);
}
.partagascigarimgright{
		width: auto;
    height: 500px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/partagasright.jpg);
}
.partagascigarcent{
    width:auto;
    height: 500px;
    background-image: url(../imgs/partagasmid.jpg);
    background-repeat: repeat;
}
.partagascigarimgleft{
		width: auto;
    height: 500px;
    background-position: left top;
    background-repeat: no-repeat;

    background-size: auto 100%;
    background-image: url(../imgs/partagasleft.jpg);
}
/*PARTAGAS*/
@media (max-width: 500px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-mobile-new-550.webp);
	}	
}
@media (min-width: 1000px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-background.jpg);
	}	
}

@media (min-width: 1400px) {
	.partagasmdiv{
	display: none;
	}
	.partagascigarimg {
    background-image: url(../imgs/partagas-desktop.jpg);
	}	
}
@media (max-width: 1400px) {
	.partagasdiv{
	display: none;
	}
}
@media (min-width: 1800px) {
	.partagascigarimg {
    background-image: url(../imgs/partagas-desktop.jpg);
	}	
}

#dots {
    display: inline;
}

#more {
    display: none;
}
#readMore{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.hupmanncigarimg{
	width: 100%;
	height: 500px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/hupmann1.webp);
}
@media(min-width: 1060px){
.hupmanncigarimg{
    background-size: 100% auto;
}
}
@media(max-width: 1000px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-1000.webp);
}
}
@media(max-width: 500px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-550.webp);
}
}
@media(min-width: 1300px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-1300.webp);
}
}
@media(min-width: 2000px){
.hupmanncigarimg{
      background-image: url(../imgs/hupmann-2000.webp);
}
}
.bolivarcigarimg{
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/bolivar-background2.webp);
}
@media(min-width: 1060px){
.bolivarcigarimg{

}
}
.hoyodemonterreycigarimg{
	width: 100%;
	height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/hoyo-de-monterrey-background.webp);
}
@media(min-width: 50px){
    .hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-500.webp);
     
}
}
@media(min-width: 500px){
    .hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-800.webp);
}
}
@media(min-width: 910px){
.hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-1000.webp);
}
}
@media(min-width: 910px){
.hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-1000.webp);
}
}
@media(min-width: 1450px){
.hoyodemonterreycigarimg{
    background-image: url(../imgs/hoyo-de-monterrey-background-desk.webp);
}
}
.cigarimg{
	width: auto;
	height: 100%;
	z-index: 100 !important;
}


/*WORLD CIGARS*/ 
.headdiv.oliva{
    padding-top: 0;
}
.opusxdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .opusxdiv {
    opacity: 1; /* Show content with fade-in effect */
}
.opusximgleft,
.opusximgright {
    flex: 1; /* Allow these to grow and fill the available space */
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
}

.opusximgleft {
    background-image: url(../imgs/opuz-x-background-left.webp);
    background-position: right; /* Align to the right */
}

.opusximgright {
    background-image: url(../imgs/opuz-x-background-right.webp);
    background-position: left; /* Align to the left */
}

.opusximg {
    width: 596px; /* Fixed width for the center image */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/opuz-x-background-center.webp);
}

.flordecopandiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .flordecopandiv {
    opacity: 1; /* Show content with fade-in effect */
}
.flordecopanleft,
.flordecopanright {
    flex: 1; /* Allow these to grow and fill the available space */
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
}

.flordecopanleft {
    background-image: url(../imgs/flor-de-copan-background-left.webp);
    background-position: right; /* Align to the right */
}

.flordecopanright {
    background-image: url(../imgs/flor-de-copan-background-right.webp);
    background-position: left; /* Align to the left */
}

.flordecopanimg {
    width: 1064px; /* Fixed width for the center image */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/flor-de-copan-background.webp);
}
/* davidoff */
.davidoffdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
.davidoffimg {
    width: 822px; /* Fixed width for the center image */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/davidoff-center.webp);
}
body.smoothload .davidoffdiv {
    opacity: 1; /* Show content with fade-in effect */
}
.davidoffimgleft,
.davidoffimgright {
    flex: 1; /* Allow these to grow and fill the available space */
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
}

.davidoffimgleft {
    background-image: url(../imgs/davidoff-left.webp);
    background-position: right; /* Align to the right */
}

.davidoffimgright {
    background-image: url(../imgs/davidoff-right.webp);
    background-position: left; /* Align to the left */
}

/* Repeats */
.perdomodiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .perdomodiv {
    opacity: 1; /* Show content with fade-in effect */
}
.perdomoimg {
    width: calc(100% - 633px); /* Fixed width for the center image */
    height: 500px;
    background-position: right;
    background-repeat: repeat;
    background-size: auto 100%;
    background-image: url(../imgs/perdomo-background-left.webp);
}
.perdomoimgright {
    flex: 1; 
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    background-image: url(../imgs/perdomo-background-right.webp);
}


.rockypateldiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .rockypateldiv {
    opacity: 1; /* Show content with fade-in effect */
}
.rockypatelimg {
    width: 741px; /* Fixed width for the center image */
    height: 500px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/rocky-patel-background-left-550.webp);
}
.rockypatelimgright {
    flex: 1; 
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
    background-position: left;
    background-image: url(../imgs/rocky-patel-background-right-550.webp);
}

.myfatherdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .myfatherdiv {
    opacity: 1; /* Show content with fade-in effect */
}
.myfatherimgleft,
.myfatherimgright {
    flex: 1; /* Allow these to grow and fill the available space */
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
}

.myfatherimgleft {
    background-image: url(../imgs/my-father-background-left.webp);
    background-position: right; /* Align to the right */
}

.myfatherimgright {
    background-image: url(../imgs/my-father-background-right.webp);
    background-position: left; /* Align to the left */
}

.myfatherimg {
    width: 827px; /* Fixed width for the center image */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/my-father-background-center.webp);
}

.olivaimg{
    	width: 100%;
	height: 500px;
    background-position: left;
    background-repeat: repeat;
    background-size: auto 100%;
    background-image: url(../imgs/oliva-nub-background.webp);
}

.arturoimg{
	width: 100%;
	height: 500px;
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/arturo-fuente-background2.webp);
    background-color: #ff4330;
}
.casanicaragualogo{
    width: 100%;
	height: 500px;
    background-position: LEFT top;
    background-repeat: repeat;
    background-size: auto 100%;
    background-image: url(../imgs/casa-nicaragua-background.webp);
    background-color: #000;
}
@media(max-width: 800px){
    .casanicaragualogo{
        background-size: auto 62vw;
      
    }
}

.casaturrentlogo{
    width: 100%;
	height: 500px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../imgs/casa-turrent-350.webp);
}
@media(min-width: 700px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-750.webp);
            background-size: auto 100%;
          background-position: left top;
    }
}
@media(min-width: 925px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-950.webp);
    }
}
@media(min-width: 1040px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-1850.webp);
    }
}
@media(min-width: 1710px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-2050.webp);
    }
}
@media(min-width: 1885px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-2450.webp);
    }
}
@media(min-width: 2300px){
    .casaturrentlogo{
    background-image: url(../imgs/casa-turrent-background-3000.webp);
    }
}
.padrondiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}
body.smoothload .padrondiv {
    opacity: 1; /* Show content with fade-in effect */
}
.padronimg {
    height: 500px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../imgs/padron-background-left.webp);
flex: 1;
}

.padronimgright {
        width: calc(100% - 1010px);
    height: 500px;
    background-repeat: repeat;
    background-size: auto 100%;
    background-position: left;
    background-image: url(../imgs/padron-background-right.webp);
}


/* Plasencia */

        .plasencia-showcase {
            max-width: 1600px;
            margin: 0 auto;
            padding: 20px 20px 0px 20px;
            position: relative;
        }
        .plasencia-showcase::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            height: 40px;
            background: linear-gradient(to top, white, transparent);
            pointer-events: none;
            z-index: 1;
        }
        .plasencia-slider {
            overflow: hidden;
            position: relative;
        }
        .plasencia-slider__wrapper {
            display: flex;
            align-items: stretch;
        }
        .plasencia-slider__item {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: transform 0.2s;
            position: relative;
            padding: 5px;
        }
        .plasencia-slider__item:hover {
            transform: translateY(-5px);
        }
        .plasencia-slider__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
        }
        .plasencia-slider__logo {
            width: 120px;
            height: 120px;
            object-fit: contain;
            display: block;
        }
        .plasencia-slider__title {
            font-weight: 600;
            font-size: 14px;
            margin: 0px 0 15px 0;
            color: #333;
        }
        .plasencia-slider__cigar {
            width: 180px;
            height: 180px;
            object-fit: contain;
            display: block;
            margin-top: auto;
        }
        .plasencia-nav {
            color: #666;
            opacity: 0.6;
            transform: scale(0.7);
            transition: opacity 0.2s;
        }
        .plasencia-nav:hover {
            opacity: 1;
        }
        .plasencia-nav::after {
            font-size: 20px;
            font-weight: bold;
        }
        
        @media (min-width: 1400px) {
            .plasencia-slider__wrapper {
                justify-content: center;
            }
            .plasencia-nav {
                display: none;
            }
        }

        /* Override Swiper's default styles */
        .swiper-slide {
            width: auto !important;
        }
        .swiper-button-next.swiper-button-disabled,
        .swiper-button-prev.swiper-button-disabled {
            opacity: 0 !important;
        }



/* Collections */
.aladinodiv{
             height: 500px; /* Your existing CSS sets this */
            display: flex;
            width: 100%;
    position: relative;
    top: 10px;
}
        .aladino-left-edge {
            background-image: url('../imgs/aladino-left.webp');
            background-repeat: no-repeat;
            background-position: left center;
            background-size: cover;
            width: auto;
            min-width: 107px; /* Adjust based on your image width */
            flex-shrink: 0;
        }

        .aladino-expand-left {
            background-image: url('../imgs/aladino-fill-left.webp');
            background-repeat: repeat-x;
            background-position: center;
            background-size: auto 100%;
            flex: 1;
        }

        .aladino-center-piece {
            background-image: url('../imgs/aladino-center.webp');
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto 100%;
            width: auto;
            min-width: 604px; /* Adjust based on your center image width */
            flex-shrink: 0;
        }

        .aladino-expand-right {
            background-image: url('../imgs/aladino-fill-right.webp');
            background-repeat: repeat-x;
            background-position: center;
            background-size: auto 100%;
            flex: 1;
        }

        .aladino-right-edge {
            background-image: url('../imgs/aladino-right.webp');
            background-repeat: no-repeat;
            background-position: right center;
            background-size: cover;
            width: auto;
            min-width: 107px; /* Adjust based on your image width */
            flex-shrink: 0;
        }
.hidden {
    display: none;
}

.loading-animation {

    justify-content: center;
    align-items: center;
    height: 100px;  /* adjust as needed */
	margin: auto;
width: 50vw;
}

.spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);  /* Light circle */
    border-radius: 50%;  /* Make it circular */
    border-top: 2px solid #ccc;  /* Dark circle segment */
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
	margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.headdiv{
    text-align: center;
    padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin: auto;
}
.cubans{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}
.headdiv h1{
    font-size: 26px;
    letter-spacing: 2px;
}
.headdiv p1{
	font-size: 18px;
}
.ahead{
    max-width:700px;
    margin: auto;
}
.ahead a{
    color: #000;
    text-decoration: none;
}
.ahead:not(:first-child){
    margin-top: 50px;
}
.headdiv a {
    text-decoration: none;
    color: #151515;
}
.accessories{
    text-align: center;
    
}
.atitle{
    font-size: 25px !important;
} 
.accessories h2{
    font-size: 18px;
    font-weight: 400 !important;
    display: inline;
}
.arrowr{
    margin-left: 7px;
    margin-bottom: 5px;
}


/* ALL Cuban */
.allimg {
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; /* Ensure relative positioning for absolute children */
}
.allimg img{
   padding: 10px;
}
 

.meta-image-hover {
    opacity: 0;
    transition: opacity 0.15s ease-in;
}

.meta-image {
    opacity: 1;
}
.meta-image-hover {
    position: absolute; /* Position the gold image absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.meta-image.outline {
    position: absolute; /* Position the gold image absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}
.meta-image.gold {
    position: absolute; /* Position the gold image absolutely */
    top: 0.2%;
    left: 0.2%;
    width: 99.6%;
    height: 99.6%;
	opacity: 0;
}

body.smoothload .meta-image.gold {
	opacity: 1;
	transition: 1s ease-out;
}

.allbrand {
    text-align: center;
    color: #182b43;
    padding: 20px;
}

#cubancollection a:hover {
    cursor: pointer;
}

#cubancollection a:hover .meta-image-hover {
    opacity: 1; /* Show the hover image on parent hover */
	transition: 0.25s ease;
}

#cubancollection a:hover .meta-image.outline {
    opacity: 0; /* Hide the outline image on parent hover */
		transition: 0.4s ease;
    
}
#cubancollection a:hover .meta-image.gold {
    opacity: 0; /* Hide the outline image on parent hover */
		transition: 0.1s ease;
}

#cubancollection a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000000f;
    opacity: 0;
    transition: opacity .15s ease-in;
    z-index: 2;
}
#cubancollection a:hover:before {
    opacity: 1;
}
.allbrand h2{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
}
.allbrand p2{
    background-color: #F4F4F4;
    padding: 8px 20px;
    border: 1px solid #F4F4F4;
    border-radius: 2px;
    font-size: 14px;
}
.collectioncontainer a{
    color: #000;
    text-decoration: none;
    position: relative;
}

.collectioncontainer{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 30px;
	width: 95%;
}
@media(max-width: 1100px){
	.collectioncontainer{
    grid-template-columns: 32.5% 32.5% 32.5%;
	}
	.headdiv p1{
	font-size: 17px;
	}
}
@media(max-width: 800px){
	.collectioncontainer{
		grid-template-columns: 50% 50%;
	}
	.productbanner{
		padding: 30px;
	}
	.headdiv p1{
		font-size: 15px;
	}
	.headdiv h1{
		font-size: 30px;
	}
}
	
/* NEW CSS */
.skeleton-loader {
   padding: 20px;
   text-align: center;
   position: relative;
   overflow: hidden;
	top: 20px;
}

.skeleton-image {
   height: 280px;
   width: 210px;
   margin: 0 auto;
   background: #f3f3f3;
   border-radius: 8px;
}

.skeleton-title {
   height: 24px;
   width: 80%;
   margin: 20px auto;
   background: #f3f3f3;
   border-radius: 4px;
}
.productbanner {
    display: grid;
}
.skeleton-loader, .product-loading {
    grid-area: 1 / 1;
}
.skeleton-button {
   height: 46px;
   width: 130px;
   margin: 15px auto;
   background: #f3f3f3;
   border-radius: 4px;
}

@keyframes shimmer {
   0% { transform: translateX(-100%) }
   100% { transform: translateX(100%) }
}

.skeleton-loader::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(
       90deg,
       rgba(255,255,255,0),
       rgba(255,255,255,0.3),
       rgba(255,255,255,0)
   );
   animation: shimmer 1.8s infinite;
}

.product-loading {
   opacity: 0;
   transition: opacity 0.3s ease-in;
}

.product-loaded {
   opacity: 1;
}

@media (max-width: 500px) {
   .skeleton-loader {
       padding: 10px;
   }
   .skeleton-image {
       width: 150px;
       height: 240px;
   }
	.skeleton-button{
		height: 35px;
		width: 120px;
	}
}
	
#thb-shop-filters {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 6px 12px;
   border: 1px solid #eee;
   border-radius: 4px;
   background: white;
   cursor: pointer;
   text-decoration: none;
   color: #151515;
   font-size: 14px;
   margin-bottom: 15px;
   transition: all 0.2s ease;
}

#thb-shop-filters:hover {
   background: #f5f5f5;
}

/* Main filter bar styling */
.filter-bar {
   display: none; /* Hidden by default */
   background: white;
   border: 1px solid #eee;
   border-radius: 6px;
   padding: 12px;
   margin-bottom: 20px;
}

.filter-groups {
   display: flex;
   align-items: center;
   gap: 12px;
    color: #000;
   flex-wrap: wrap;
}

.filter-group {
   position: relative;
}

.filter-group:last-child {
   margin-left: auto;
}

/* Select and button styling */
.filter-select,
.filter-dropdown-btn {
   padding: 6px 10px;
   border: 1px solid #eee;
   border-radius: 4px;
   background: white;
   font-size: 13px;
   min-width: 120px;
   cursor: pointer;
   transition: all 0.2s ease;
}

.filter-dropdown-btn {
   position: relative;
   padding-right: 20px;
   display: flex;
   justify-content: space-between;
}



.filter-dropdown-btn::before {
   content: '▼';
   position: absolute;
   right: 8px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 8px;
   opacity: 0.5;
}

.filter-dropdown-btn::after {
   content: "";
}

.filter-dropdown-btn.has-active::after {
   content: "(1)";
   margin-left: auto;
   margin-right: 10px;
   margin-left: 10px;
}
.newcollection{
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #d6ab67;
    color: #fff;
    font-size: 6px;
transform: rotate(-10deg) skew(-10deg); 
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 8px 3px 8px;
    position: relative;
    bottom: 5px;
}

/* Dropdown content styling */
.filter-dropdown-content {
   display: none;
   position: absolute;
   top: calc(100% + 4px);
   left: 0;
   background: white;
   border: 1px solid #eee;
   border-radius: 4px;
   padding: 8px;
   min-width: 180px;
   box-shadow: 0 2px 8px rgba(0,0,0,0.05);
   z-index: 1000;
}



.filter-dropdown-content label {
   display: flex;
   align-items: center;
   padding: 6px 8px;
   font-size: 13px;
   cursor: pointer;
   transition: background 0.2s ease;
}
	.filter-checkbox{
		margin-right: 8px;
	}
.filter-dropdown-content label:hover {
   background: #f8f8f8;
}

/* Action buttons styling */
.apply-btn, .clear-btn {
   padding: 6px 12px;
   border: none;
   border-radius: 4px;
   font-size: 13px;
   cursor: pointer;
   transition: all 0.2s ease;
}

.apply-btn {
   background: #151515;
   color: white;
}

.apply-btn:hover {
   background: #000;
}

.clear-btn {
   background: #f5f5f5;
}

.clear-btn:hover {
   background: #eee;
}

/* Active states */
.filter-dropdown-btn.has-active {
   background: #f8f8f8;
   border-color: #ddd;
}
.disabled-label {
    color: #999;
    cursor: not-allowed;
}

.filter-checkbox.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.filter-dropdown-content label.disabled-label:hover {
    background: transparent;
    cursor: not-allowed;
}

.count {
    color: #666;
    font-size: 0.9em;
    transform: translateX(4px);
}
/* Responsive Breakpoints */
@media (max-width: 1024px) {
   .filter-select,
   .filter-dropdown-btn {
       min-width: 110px;
       font-size: 12px;
       padding: 5px 8px;
   }
   
   .filter-groups {
       gap: 8px;
   }
}

@media (max-width: 800px) {
   .filter-groups {
       gap: 6px;
   }
   
   .filter-select,
   .filter-dropdown-btn {
       min-width: 100px;
       font-size: 12px;
       padding: 4px 6px;
   }
   
   .apply-btn, 
   .clear-btn {
       padding: 4px 8px;
       font-size: 12px;
   }
   
   .filter-dropdown-content {
       min-width: 160px;
   }
}

@media (max-width: 700px) {
   .filter-dropdown-btn.has-active::after {
       content: " (" attr(data-selected-value) ")";
       margin-right: 15px;
   }
   .filter-bar {
       padding: 10px;
   }
   
   .filter-groups {
       flex-direction: column;
       align-items: stretch;
       gap: 10px;
   }
   
   .filter-group {
       width: 100%;
   }
   
   .filter-group:last-child {
       margin-left: 0;
       display: flex;
       gap: 10px;
   }
   
   .filter-select,
   .filter-dropdown-btn {
       width: 100%;
       min-width: unset;
       font-size: 14px;
       padding: 8px 12px;
   }
   
   .apply-btn, 
   .clear-btn {
       flex: 1;
       font-size: 14px;
       padding: 8px 12px;
   }
   
   .filter-dropdown-content {
       width: 100%;
       min-width: unset;
       font-size: 14px;
   }
}

@media (max-width: 450px) {
   #thb-shop-filters {
       width: 100%;
       justify-content: center;
       font-size: 12px;
       padding: 5px 10px;
   }
   
   .filter-bar {
       padding: 6px;
   }
   
   .filter-groups {
       gap: 6px;
   }
   
   .filter-select,
   .filter-dropdown-btn {
       font-size: 12px;
       padding: 6px 10px;
   }
   
   .apply-btn, 
   .clear-btn {
       font-size: 12px;
       padding: 6px 10px;
   }
   
   .filter-dropdown-content {
       font-size: 12px;
   }
}
.no-products {
    text-align: center;
    padding: 4rem 1rem;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 2rem 0;
}

.no-products-icon {
    color: #999;
    margin-bottom: 1rem;
}

.no-products h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.no-products p {
    color: #666;
    margin-bottom: 1.5rem;
}

.reset-filters {
    background: #151515;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.reset-filters:hover {
    background: #000;
}

    .checkbox-container {
        display: flex;
		align-items: center;
		gap: 5px;
        cursor: pointer;
        font-size: 12px;
        color: #333;
		margin: 0;

    }

    /* Hide the default checkbox */
    .checkbox-input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Custom checkbox style */
    .checkbox-checkmark {
        width: 14px;
        height: 14px;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 3px;
				padding-bottom: 2px;
        transition: background-color 0.3s, border-color 0.3s;
		       display: flex;
		align-items: center;
		justify-content: center;
    }

    /* When checkbox is checked, change background and border color */
    .checkbox-input:checked + .checkbox-checkmark {
        background-color: #007bff;
        border-color: #007bff;
    }

    /* Checkmark appearance when checked */
    .checkbox-input:checked + .checkbox-checkmark::after {
        content: '';
        width: 4px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    /* Hover effect */
    .checkbox-container:hover .checkbox-checkmark {
        border-color: #007bff;
    }
@media (max-width: 700px) {
    .no-products {
        padding: 3rem 1rem;
    }
}
.pagination{
	margin: auto;
	grid-column: auto;
	margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding-top: 10px;
    margin-top: -10px;
    display: flex;
	justify-content: center;
}
.pagination a {
	border: 1px solid transparent;
	color: #000;
	width: 30px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-weight: 200;
	margin-bottom: 10px;
	text-decoration: none;
}
.pagination a:hover{
    background-color: #eee;
}
.ellipsis{
	border: 1px solid transparent;
	border-left: none;
	width: 25px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-weight: 200;
}
.ellipsis:hover{
	cursor: pointer;
}
.pagination a.current-page {
	background-color: #f7f7f7;
	/* Change to black for the current page */
}
.pagination a:first-child{
	border-left:1px solid transparent;
}
.pagination-link[disabled] {
	opacity: 0.5;
	/* Adjust the opacity for the disabled look */
	pointer-events: none;
	/* Disable pointer events for disabled links */
	cursor: not-allowed;
	/* Change cursor for disabled links */
}
/* Cuban Brands */
.allbrands{
}
.banner{
  display: flex;
  justify-content: center;
  align-items: center;
	height:	auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.allbrand{

}
.brandContainer{
	text-align: center;
	transition: 0.4s ease;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	color: #000 !important;
    padding: 20px;
    margin: auto;
}

.brandContainer:hover{
	transform: scale(1.1);
	cursor: pointer;
	backface-visibility: hidden;
}
.carousel-cell p{
	font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.5px;
	white-space: nowrap
}


/* Flickity */
.carousel {
  background: #fff;
margin-top: 20px;
margin-bottom: 20px;
}

.carousel-cell {
  width: 20%;
  margin-right: 10px;
  background: #fff;
    text-align: center;
}
.carousel-cell-image{
    margin-bottom: 10px;
    height: auto;
	max-height: 250px;
	max-width: 250px;
    width: 80%;
}
@media(max-width: 1224px){
	.carousel-cell{
		width: 25% !important;
	}
}

@media(max-width: 768px){
	.carousel-cell{
		width: 33.35% !important;
	}
}

@media(max-width: 500px){
	.carousel-cell{
		width: 50% !important;
	}
}

@media(min-width: 1224px){
	.carousel-cell{
		width: 20% !important;
	}
	.carousel-cell p{
	font-weight: 400;
    font-size: 25px;
	}
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.flickity-page-dots, .flickity-prev-next-button{
  display: none;
}

/* Gridsplay */
.gridsplay{
	display: grid;
	grid-template-columns: 40% 60%;
}
.gridsplay div:nth-child(2){
	padding: 30px;
	text-align: left;
	margin: auto;
}
.gridsplay div:nth-child(1){
	margin: auto;
	text-align: center;
}
.gridsplay h2{
	letter-spacing: 2px;
	font-weight: 400;
}
.gridsplay img{
	width: 100%;
}
.cigardesktop{
	display: none;
}
/* Swiper */
.swiper-slide{
    position: relative;
    overflow: hidden;
}
.swiper-slide a{
	text-decoration: none;
	color: #000;
}
.productbanner h2{
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding-top: 10px;
    margin-bottom: 0px;
    
}
.productbanner.pipe{
    padding-top: 0;
    padding-bottom: 10px;
}
.productbanner.pipe h2{
    padding: 0;
    position: relative;
    z-index: 2;
    letter-spacing: 0.6px;
}
.productbanner p3{
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	height: 0;
    line-height: 32px;
    
}
.productbanner{
	text-align: center;
	height: auto;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 30px 20px;
    background-color: #fff;
    
}

.shopnow{
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    height: 30px;
    width: 100px;
    position: relative; /* Ensure proper positioning for pseudo-element */
 overflow: hidden;
}
.shopnow:after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: 1;
  height: 40px;
	margin-top: -10px;
	left: -60px;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
  transform-origin: top left;
  width:60px;
	mix-blend-mode: difference;
	
}
.shopnow:focus{
outline: none;
}
.shopnow:hover:after {
	width: 220%;

}

.buynow{
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    height: 30px;
    width: 100px;
    position: relative; /* Ensure proper positioning for pseudo-element */
    overflow: hidden;
}
.addtocart {
    font-size: 9px;
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    width: 120px;
    margin-top: 10px;
    font-weight: 600;
    height: 30px;
    position: relative;
    overflow: hidden;
    opacity: 0.85;
    cursor: pointer;
    transition: color 0.3s ease;
    text-transform: uppercase;

}
.addtocart:focus{
    outline: none;
}
.addtocart::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.3s ease;
    z-index: 1;
}

.addtocart span {
    position: relative;
    z-index: 2;
}

.addtocart:hover::before {
    left: 0;
}

.addtocart:hover {
    color: #fff;
}


.addtocart{

}

.pprice{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
}

.pimg{
    height: 100%;
    width: auto;
    overflow: hidden;
}
.pimg.pipe{
    position: relative;
    top: 20px;
    z-index: 1;
}
.imgcontain {
    position: relative;
    height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    
}
.swiper-button-prev, .swiper-button-next{
		transition: opacity 0.5s ease-in-out;
	 opacity: 1;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
}

#caseprag .swiper-pagination-bullet{
    width: 2vw;
}

/* Newsletter */
.newslettermodal{
	position: fixed;
	top: calc(50% - 300px);
	left: calc(50% - 300px);
	border: 2px solid #fff;
	border-radius: 20px;
	z-index: 20;
	width: 650px;
	height: 530px;
	background-image: url(../imgs/notification-desktop.webp);
	background-color: #fff;
	background-size: 100%;
    background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.7);
}
.newoverlay{
	height: 340px;
	width: 340px;
	border: 1px solid transparent;
	border-radius: 500px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.noti{
	width: 80%;
}
.notifybuttondiv{
    text-align: center;
}
.notifyme{
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    background-color: #B76E79;
    color: #fff;
    font-size: 18px;
    border: 1px solid #B76E79;
    border-radius: 3px;
}

.form-group{
    text-align: center;
    display: table;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    font-size: 15px;
	margin-bottom: 10px;
}
.form-group button:active{
    background-color: #fff;
    border-color: #B76E79;
}

.button.active button{
    background-color: #B76E79;
    color: #fff;
	border: 2px solid B76E79;
}
.btn:hover{
    cursor: pointer;
}
.btn-group{
    display: table-cell;
    float: none;
}
.emailbtn{
    padding: 5px;
    background-color: #fff;
    color: #B76E79;
    border: 1px solid #B76E79;
    border-right: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 100;
}
.emailbtn:visited{
    background-color: #F3F3F3;
}
.emailbtn:focus, .smsbtn:focus {
    outline: none;
}
.smsbtn{
    width: 100%;
    padding: 5px;
    background-color: #fff;
    color: #B76E79;
    border: 1px solid #B76E79;
    border-left: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 1px;
    font-weight: 100;
}
.smsbtn:hover{
    background-color: #F3F3F3;
}
.emailbtn:hover{
    background-color: #F3F3F3;
}
.container{
    padding: 0;
}
#notifyinput{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #B76E79;
	color:  #B76E79;
    border-radius: 3px;
    height: 40px;
    padding-left: 10px;
}
#notifyinput:focus{
    background-color: #fff;
    border: 2px solid #B76E79;
    outline: none !important;
    border-color: #B76E79;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(183, 110, 121, 1);
}

/* SEARCH FLAVOUR */
.searchbar{
	width: 60%;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}
.hidden{
	opacity: 0;
		transition: ease-out 0.8s;
}
.show{
	opacity: 1;
}
.closenotify{
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	font-size:30px;
    font-weight: 100;
	color: #B76E79;
}
.closenotify:focus{
	outline: none;
}


/* ENTER MODAL */
.modal__overlay{
    width: 100vw;
    margin: 0; 
    height: 100%; 
    overflow: hidden;
    top: 0;
    left: 0; 
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    

}

.modal__window{
    max-width: 500px;
	
    background: #fff;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgb(255 255 255 / 30%);
    text-align: center;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.modal__titlebar{

    background: #fff;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    width: 80%;
    margin: auto;
}

.modal__title{

	max-height: 150px;
}

.eight{
    position: relative;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: arial;
}
.modal__subtitle{
    color: #fff;
    font-size: 12px;
    display: flex;
    margin: auto;
}

.modal__close{
    background: #fff;
    padding:  6px 20px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 0px;
    font-weight: 600;
}

.modal__enter{
    background: #000;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 0px;
    letter-spacing: 0.2px;
    font-weight: 600;
}


.modal__enter:hover .enterarrow{
        fill: #000;
} 
.modal__close:hover .exitarrow{
        fill: #fff;
} 

.modal__enter:hover{
    background: #fff;
    color: #000;
    transition: 0;
}
.modal__close:hover{
    background: #000;
    color: #fff;
    transition: 0;
}

.modal__content{
    padding-top: 15px;
    margin-bottom: -3px;
    text-align: center;
}
.modal__content p6{
    font-size: 20px;
    font-weight: 600;
}
.arrow1{
    height: 20px;
    display: none;
}

.arrow2{
    height: 12px;
    display: none;
}

.tac{
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: 5px;
    background: transparent;
    border: none;
    color: blue;
}
.tac:focus{
    outline: none;
}
#more{
    display: none;
}
.border{
    padding: 10px;
}
.cen{
    text-align: center;
}

.terms{
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    padding: 1px;
}


/*Cart Modal*/
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
    transform: translateX(100%);
}

.cart-header {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-count {
  background: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
}

.cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #666;
}

.cart-items {
  flex: 1 1 0;
  overflow-y: auto;
  padding: 1rem;
  padding-top: 0;
  height: calc(100vh - 73px - 240px); 
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item-header h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
    margin-top: auto;
  padding-right: 1rem; /* Prevent text from running into remove button */
}

.jcart-remove {
  color: #666;
  text-decoration: none;
  padding: 0;
  flex-shrink: 0;
    text-decoration: none;
}
.jcart-remove:hover{
    text-decoration: none;
    color: #666;
}
.item-subname {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
}

.item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Push to bottom of item-content */
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: fit-content;
}

.quantity-btn {
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  color: #666;
}
.quantity-btn:focus{
    outline: none;
}
.quantity-input:focus{
    outline: none;
}
.quantity-input {
  width: 35px;
  text-align: center;
  border: none;
  font-size: 0.875rem;
  -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-price {
  font-weight: 500;
}

.cart-footer {
  position: sticky; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 100;
}

.cart-summary {
  margin-bottom: 1rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #666;
}

.summary-row.total {
  font-weight: 500;
  color: #000;
  font-size: 1.125rem;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-actions button {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.btn-view-cart {
  background: #f5f5f5;
  color: #333;
}

.btn-checkout {
  background: #d6ab67;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cart-actions a{
	text-decoration: none;
}
.icon-lock {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.cart-empty {
  text-align: center;
  padding: 2rem;
  color: #666;
}
.cart-empty img{
	height: 40px;
	opacity: 0.6;
}

@media (max-width: 640px) {
  #sidebar {
    max-width: 100%;
  }
}
/*accessories*/
.swiper-container-accessories {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper-accessories {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide-accessories .shopnow{
    margin: 20px auto auto auto;
}
.swiper-slide-accessories{
    text-align: center;
}
.swiper-slide-accessories img{
    width: 100%;
    height: auto;
}
.swiper-slide-accessories a{
    color: #000;
    text-decoration: none;
    text-align: center;
}


/* Footer */

/* Main Footer */
.footer {
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Footer Grid Container */
.footer-content {
    padding: 60px 48px 0px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto 10px;
}

.footer-column h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1d1d1f;
    margin-bottom: 16px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #6e6e73;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-column a:hover {
    color: #d6ab67;
    transform: translateX(2px);
}

/* Newsletter Section */
.newsletter-section {
    max-width: 600px;
    text-align: center;
    padding: 24px;
    margin: 0 auto;
}

.newsletter-section h3 {
    font-size: 12px;
    font-weight: 600;
    color: #6e6e73;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.newsletter-section p {
    display: none;
}

.newsletter-form {
    display: flex;
    gap: 4px;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 1.5px solid #d2d2d7;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.newsletter-input:focus {
    outline: none;
    border-color: #d6ab67;
    box-shadow: 0 0 0 3px rgba(214, 171, 103, 0.1);
}

.newsletter-button {
    padding: 12px 28px;
    background-color: #d6ab67;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-button:hover {
    background-color: #ce9c4a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(214, 171, 103, 0.3);
}

/* Payment Methods */
.payment-section {
    text-align: center;
    padding: 32px 24px;
}

.payment-section h4 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6e6e73;
    margin-bottom: 20px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.payment-icon {
    display: inline-block;
    transition: all 0.3s ease;
}

.payment-icon:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

/* Logo Section */
.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 120px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.footer-logo img:hover {
    opacity: 1;
}

/* Copyright */
.footer-bottom {
    text-align: center;
    padding-bottom: 4px;
    font-size: 12px;
    color: #ddd;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        padding: 40px 24px 0px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .newsletter-section {
        padding: 20px;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-button {
        width: 100%;
    }

    .payment-methods {
        gap: 12px;
    }

    .footer-logo img {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
}


/*Media Queries*/
@media(max-width: 800px){
	.cohibacigarimg{
		height: 62vw;
	}
	.cohibadiv{
		height: 62vw;
	}
    .aladinodiv{
        height: 62vw;
        display: flex;

    }
    .davidoffimg{
		height: 62vw;
	}
	.davidoffdiv{
		height: 62vw;
	}
    
            .aladino-left-edge {

              min-width: 11.5vw; 
      
        }
    .aladino-expand-left{
        display: none;
    }
    .aladino-expand-right{
        display: none;
    }
        .aladino-center-piece {
            min-width: 74vw; /* Adjust based on your center image width */

        }

        .aladino-right-edge {

            min-width: 11.5vw; /* Adjust based on your image width */
     
        }
    .perdomodiv{
    	height: 62vw; 
    }
	.partagasmdiv{
		height: 62vw;
	}
	.bolivarcigarimg{
		    background-size: auto 62vw;
	}
    .hoyodemonterreycigarimg{
		    background-size: auto 62vw;
	}
    .partagasmdiv{
        		height: 62vw;
        overflow: hidden
    }
    .perdomoimg{
      background-size: auto 62vw;
      width: calc(100% - 78.5vw);
    }
    
    .perdomoimgright{
      background-size: auto 62vw;
    }

    .perdomologo{
        height: 30vw;
        margin-bottom: 0;
    }
    .opusxdiv{
        height: 62vw;
    }
    .flordecopanimg{
          background-size: auto 62vw;
    }
    .flordecopanright, .flordecopanleft{
        display: none;
    }
    .flordecopandiv{
      height: 62vw;
    }
    .opusximgleft, .opusximgright, .opusximg{
        background-size: auto 62vw;
    }
    .opusximg{
        width: 73.9vw
    }
    .myfatherdiv{
        height: 62vw;
    }
    .rockypateldiv{
        height: 62vw;
    }
    .rockypatelimg, .rockypatelimgright{
        background-size: auto 62vw;
    }
    .myfatherimgleft, .myfatherimgright, .myfatherimg{
        background-size: auto 62vw;
    }
    .padrondiv{
        height: 62vw;
    }
    .padronimg, .padronimgright{
        background-size: auto 62vw;
    }
    .arturoimg{
        background-size: auto 62vw;
    }
    .olivaimg{
        background-size: auto 62vw;
    }
}
@media(min-height: 1100px){
    nav{
        height: 150px;
    }
    .aulogo{
        height: 130px;
    }
    #lnks{
        font-size: 22px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navcart{
        height: 40px;
    }
    .dropdown-content{
         top: 43px;
        min-width: 585px;
    }
    .dropdown-content::after{
        min-width: 585px;
    }
}
/*Media Queries*/
@media(min-height: 1100px) and (max-width: 1000px){
    #lnks{
        font-size: 17px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .dropdown-content{
        top: 36px;
        min-width: 455px;
    }
    .dropdown-content::after{
        min-width: 455px;
    }
    .searchbutton{
        padding-bottom: 2px;
        height: 22px;
    }
}
/* nav shortening */
@media(max-width: 800px){
	.center{
		margin: auto;
		position: absolute;
		width: 100%;
	}
	.navlist{
		display: none;
	}
    .igetlogo{
        max-height: 70px;
        height: 70px;
    }
	.menuicon{
		height: 23px;
	}
	.newslettermodal{
		width: 80vw;
		left: 10vw;
		height: 70vw;
	}
	.closenotify{
		font-size: 20px;
	}
    .logomini{
        float: right;
        position: relative;
        bottom: 8px;
    }
}

@media(min-width: 800px){
	.center{
		padding-left: 20px;
	}
	.menu{
		display: none !important;
	}
	.closeicon{
		display: none !important;
	}
	.menuicon{
		display: none !important;
	}
}

/* Mobile view */
@media(max-width: 450px){
	.add{
		display: none;
	}

	#count{
		height: 15px;
		width: 15px;
		right: 5px;
		margin-top: 3px;
	}
	.menuicon{
		height: 23px;
	}
	 .igetlogo{
       height: 55px;
	}
	.quicklinks{
		padding-left: 10px;
	}
	.productbanner h2{
	font-weight: 500;
	font-size: 16px;
		width: 90%;
        margin-left: 5%;
		text-align: center;
	}
	.productbanner p3{
		font-weight: 200;
		font-size: 16px;
	}
	.productbanner{
		padding: 0 0 0 0;
		height: 100%;
	}
	.collectioncontainer{
		width: 100%;
	}
}
@media (max-width: 450px) {
    .footerdiv {
        display: flex;
        flex-direction: column;
        width: 100vw;
        margin: auto;
    }

    .quicklinks, .information {
        width: 100%;
        margin: auto;
    }

    .footerdiv h6 {
        margin: 25px auto 5px auto;
        text-align: center;
    }
    
    .information h6:nth-child(3), .quicklinks h6:nth-child(3){
        margin-top: 25px;
    }
    .quicklinks h6:first-child{
        margin-top: 5px;
    }

    .footerdiv ul {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .newsinput {
        max-width: 65%;
        min-width: 65%;
        font-size: 12px;
        margin-left: 2.5%;
    }

    .newsubscribe {
        width: 30%;
        font-size: 8px;
    }
    .newsletter p6{
        font-size: 12px;
        opacity: 0.65;
    }
    .quicklinks     ul {
        display: flex;
        flex-direction: column-reverse;
    }
    footer{
        overflow: hidden
    }
    .navigation{
        font-size: 12px;
    }
    .description{
        width: 90vw;
        padding: 0;
        margin: 0;
    }

}
/* Main Image */
@media(max-width: 760px){
	.cigarimgdesk{
		background-size: auto 100%;
	}
}
@media(min-width: 760px){
	.cigarimgdesk{
		background-position: top;
	}
}

@media(max-width: 600px){
    
	.cigarimgdesk{
		
	}
	.cigarimg{
		display: inline;
		height: 400px;
	}
	.cigardiv{
		height: 400px;
	}
	.titleoverlay h1{
		font-size: 40px;
	}
	.newslettermodal{
		background-image: url(../imgs/notification-mobile.webp);
		width: 96vw;
		height: 80vw;
		left: 2vw
	}
	.newstitle h4{
		font-size: 6.5vw;
		color: #B76E79;
	}
	.newoverlay{
		width: 80%;
	}
}
@media(min-width: 600px){
	.cigarimg{
		display: none;
	}
}

/* Brands Banner */
@media(max-width: 1020px){
    .allimg{
        height: 200px;
        width: 200px;
        margin: auto;
    }
}

@media(min-width: 1200px){
	.cigarmobile{
		display: none;
	}
	.cigardesktop{
		display: inline;
	}
}
@media(max-width: 750px){
	.gridsplay{
		display: inherit;
	}
	.gridsplay div:nth-child(2){
		text-align: center;
	}
	.gridsplay img{

	}
	.cigarmobile{
		display: none;
	}
	.cigardesktop{
		display: inherit;
	}
}
@media(max-width: 600px){
    .pimg{
        height: 90%;
        margin-top: 10%;
    }
}
@media(max-width: 500px){
    .collectioncontainer{
        padding: 0;
        margin: 0;
        width: 100%;
    
    }
    .productbanner{
        padding: 10px;
    }
    .pimg{
        height: 80%;
        margin-top: 20%;
    }
	.allimg {
        height: 170px;
        width: 170px;
	}
	.allbrand h2{
		font-size: 17px;
	}
	.allbrand p2{
		font-size: 12px;
		padding: 6px 15px;
	}
}