/*
 * Copyright (c) 2025 Shelfrise
 * All rights reserved.
 * 
 * This CSS file is proprietary and confidential.
 * Unauthorized copying, distribution, or modification of this file,
 * via any medium, is strictly prohibited.
 * 
 * Website: [www.shelfrise.net]
 * Contact: [shelfrise@outlook.com]
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, table, td, th {
font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
   overflow-x: hidden;
}
  }
img {
  max-width: 100% !important;
  height: auto !important;
  border: none !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}
/* Typography Reset & Standards */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: inherit;
  padding:0;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 5px 0;
  line-height:1.3;
  padding:0;

}

a {
  color: #0066cc;
  text-decoration: underline;
  padding:0;
}

a:hover {
  text-decoration: none;
}

/*ul, ol {
  margin: 0 0 15px 20px;
 
}*/

li {
  margin-bottom: 0px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Common utility classes */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-bold { font-weight: bold !important; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }

/* Most reliable approach for eBay */
@media (min-width: 1050px) {
    .container
   {
        max-width: 1180px !important;	
    }
}
/* Hide eBay’s extra <center> or wrapper tables */
#page + center
 {
  display: none !important;
}
/* Remove eBay’s injected <br clear="all"> */
br[clear="all"] {
  display: none !important;
}
/* Reset fonts (override eBay’s inline defaults) */
 #page {
  background-color:#ffffff;
}

/* Header section */
.header-section{
  background: #F7F7F7;
}

/* whole header gets the banner */
#header{
  position: relative;
  min-height: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Show more of the cat area (tune this) */
}

/* Soft fade behind logo so it stays clear */
#header::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    90deg,
    rgba(247,247,247,0.97) 0%,
    rgba(247,247,247,0.90) 25%,
    rgba(247,247,247,0.55) 45%,
    rgba(247,247,247,0.20) 65%,
    rgba(247,247,247,0) 80%
  );
  pointer-events:none;
  z-index:0;
}

#header .container,
.logo{
  position: relative;
  z-index: 2;
}

#header .container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo{
  margin-left: 20px;
}

.logo img{
  width: 250px;
  display: block;
}



/* Mobile: Center logo and hide banner */
/* ---------- TABLET ---------- */
/* TABLET + MOBILE */
@media (max-width: 768px){
  #header{
    min-height: 140px;
  border-top: 3px solid #d4deed;
  }

  /* center the logo on smaller screens */
  #header .container{
    justify-content: center;
  }

  .logo{
    margin-left: 0;
    text-align: center;
  }

  .logo img{
    width: 100%;
    max-width: 63%;
    margin: 0 auto;
  }

  /* make overlay more centered (so cat doesn't look faded on one side) */
  #header::before{
    background: radial-gradient(
      circle at 30% 50%,
      rgba(247,247,247,0.96) 0%,
      rgba(247,247,247,0.80) 35%,
      rgba(247,247,247,0.35) 60%,
      rgba(247,247,247,0) 80%
    );
  }
}

/* SMALL PHONES */
@media (max-width: 480px){
  #header{
  border-top: 3px solid #d5dfee;
  }

  .logo img{
    width: 100%;
    max-width: 78%;
  }
}

/* VERY SMALL */
@media (max-width: 360px){
  #header{
    min-height: 110px;
    background-position: 65% 58%;
  }

  .logo img{
    width: 155px;
  }
}


  /* ==================================================
      COMMON MENU STYLES for BOTH MOBILE AND DESKTOP
     ================================================== */
 .categories
 {
	 
	 list-style-type:none;
	 margin:0;
	
	 
 }
  .categories a
  {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:500;
	}
	
	  /* ==================================================
           DESKTOP MENU STYLES
        ================================================== */
		#desktop-menu
		{
			background: #d4dfef;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
		}
		

		#header-menu-mobile .row, #desktop-menu .row
		{
	border-radius:5px;
	margin: 0;
		}
 #desktop-menu .categories
 {
	 display:flex;
	 flex-direction:row;
	 flex-wrap:nowrap;
	 justify-content:center;
	 padding:0px;
	
 }
 #desktop-menu .categories li
 {
	 
        /* flex:1;*/
          position: relative; 
 }
 #desktop-menu .categories li a
 {
	 display:block;
	 text-align:center;
	 padding: 17px 20px;
	 height:47px;
	 line-height:1.43;
	 color:#333;
	transition: background-color 0.3s ease;
	font-family: 'inter', sans-serif;
  font-size:14px;
  font-weight:500;
  height:100%;
  letter-spacing:0;
 }
 
 #desktop-menu .categories > li > a:hover
 {
  color: #000;
  text-decoration: none;
 }
 
 /* ============================================
   KEEP YOUR EXISTING DESKTOP/TABLET STYLES
   These are your working styles - DO NOT CHANGE
   ============================================ */

.banner-wrapper {
    background: url('../images/petbanner.jpeg') no-repeat center center;
    height: 284px;
    width: 100%;
    position: relative;
}


.banner-heading {
    position: absolute;
    color: #fff;
    top: 83px;
    right: 384px;
    padding: 20px 39px;
    border: 1px solid #2c3039;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    width: fit-content;
    background: rgba(133, 125, 125, 0.5);
    text-align: center;
}

/* ============================================
   TARGETED MEDIA QUERY FIXES ONLY
   Add these below your existing styles
   ============================================ */

/* Large Desktop (1400px+) - Adjust if text box goes off screen */
@media (min-width: 1400px) {
    .banner-heading {
        right: 25%;
        font-size: 38px;
        padding: 22px 42px;
    }
}

/* Desktop Range (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-heading {
        right: 25%;
        font-size: 36px;
    }
}

/* Medium Desktop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .banner-heading {
        right: 15%;
        font-size: 32px;
        padding: 18px 35px;
        top: 85px;
    }
}

/* Tablet Landscape (821px - 1023px) */
@media (min-width: 821px) and (max-width: 1023px) {
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 28px;
        padding: 16px 28px;
        top: 90px;
        width: auto;
        max-width: 85%;
    }
}

/* Tablet (768px - 820px) - Your existing working fix */
@media (min-width: 768px) and (max-width: 820px) {
    .banner-wrapper {
        height: 284px !important;
    }
    
    .banner-heading {
        font-size: 24px !important;
        padding: 15px 20px !important;
        right: 50% !important;
        left: auto !important;
        transform: translateX(50%) !important;
        top: 80px !important;
        width: auto !important;
        max-width: 90% !important;
    }
}

/* Small Tablet Portrait (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
    .banner-wrapper {
        height: 220px;
    }
    
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 22px;
        padding: 14px 18px;
        top: 70px;
        width: auto;
        max-width: 88%;
        line-height: 1.2;
    }
}

/* Mobile Landscape (481px - 599px) */
@media (min-width: 481px) and (max-width: 599px) {
    .banner-wrapper {
        height: 200px;
    }
    
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 19px;
        padding: 12px 16px;
        top: 65px;
        width: auto;
        max-width: 90%;
        line-height: 1.25;
    }
}

/* Mobile Portrait (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
    .banner-wrapper {
        height: 180px;
    }
    
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 16px;
        padding: 10px 14px;
        top: 60px;
        width: auto;
        max-width: 92%;
        line-height: 1.3;
        border-width: 1px;
    }
}

/* Small Mobile (320px - 375px) */
@media (min-width: 320px) and (max-width: 375px) {
    .banner-wrapper {
        height: 160px;
    }
    
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 14px;
        padding: 10px 12px;
        top: 50px;
        width: auto;
        max-width: 94%;
        line-height: 1.3;
        border-width: 1px;
    }
}

/* Extra Small Mobile (< 320px) */
@media (max-width: 319px) {
    .banner-wrapper {
        height: 140px;
    }
    
    .banner-heading {
        right: 50%;
        left: auto;
        transform: translateX(50%);
        font-size: 12px;
        padding: 8px 10px;
        top: 45px;
        width: auto;
        max-width: 95%;
        line-height: 1.3;
        border-width: 1px;
    }
}

/* ============================================
   OPTIONAL: Hide banner on mobile if text is too small
   Uncomment if you want to hide it completely below 768px
   ============================================ */
/*
@media (max-width: 767px) {
    .banner-wrapper {
        display: none !important;
    }
}
*/
/*banner end*/
  /* later on i will add there dropdown section */
 
    /* ==================================================
           MOBILE MENU STYLES
      ================================================== */
           MOBILE MENU STYLES
#header-menu-mobile
		{
			background-color:#2d2d2f;
		}
       

        /* ==================================================
           MOBILE MENU TOGGLE BUTTON
           ================================================== */

        .mobile-control {
            /* Hide the checkbox - we'll use it for CSS-only toggle */
            display: none;
        }

        .mobile-menu-toggle {
            /* Style the toggle button */
            display: block;
            cursor: pointer;
            padding: 0 15px;
            height: 40px;
            line-height: 39px;
            color: #fff;
            font-weight: 700;
            font-size: 1.3em;
           margin:0;
		   color:#fff !important;
		 font-family: 'inter', sans-serif;
		 background-color: #2d2d2f;
        }

        /* ==================================================
           HAMBURGER ICON STYLES
           ================================================== */

        .mobile-menu-toggle .icon {
            /* Container for hamburger lines */
            float: left;
            width: 22px;
            margin-right: 8px;
            margin-top: 9px;
            padding: 3px 0;
        }

        .mobile-menu-toggle .icon span {
            /* Individual hamburger lines */
            display: block;
            background-color: #fff !important;
            width: 100%;
            height: 3px;
            transition: all 0.3s ease; /* Smooth animation */
        }

        .mobile-menu-toggle .icon span + span {
            /* Space between lines */
            margin-top: 4px;
        }

        /* ==================================================
           HAMBURGER ANIMATION (when menu is open)
           ================================================== */

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(1) {
            /* Top line rotates and moves down */
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(2) {
            /* Middle line disappears */
            opacity: 0;
        }

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(3) {
            /* Bottom line rotates and moves up */
            transform: rotate(-45deg) translate(7px, -6px);
        }

        /* ==================================================
           MOBILE MENU DROPDOWN STYLES
           ================================================== */

        #header-menu-mobile .categories {
            /* Hidden by default */
            display: none;
            padding: 0 15px 10px;
            background-color: #2d2d2f;
        }

        #header-menu-mobile .categories > li {
            /* List item styling */
            border-bottom: 1px solid #444;
        }

        #header-menu-mobile .categories > li:last-child {
            border-bottom: none;
        }

        #header-menu-mobile .categories > li > a {
            /* Mobile menu link styling */
            display: block;
            padding: 12px 0;
            color: #fff;
            transition: color 0.3s ease;
			font-family: 'inter', sans-serif;
			font-size:14px;
        }

        #header-menu-mobile .categories > li > a:hover {
            color: #2c3039; /* Green on hover */
        }

        /* ==================================================
           TOGGLE FUNCTIONALITY (Pure CSS)
           ================================================== */

        .mobile-control:checked ~ .categories {
            /* Show menu when checkbox is checked */
            display: block !important;
            animation: slideDown 0.3s ease-out;
        }

        /* Slide down animation */
        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }
            to {
                opacity: 1;
                max-height: 500px;
            }
        }
		
		/* selling point start*/
#sellingpoints {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: nowrap; 
    font-size: 14px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
	background-color:#000;
	gap:40px;
}
.promotion-box{
	border-bottom:3px solid #D9C5AD;
	 box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.39);
	 position:relative;
	 z-index:100;
}

/* Add this - removes default margins */
#sellingpoints h4,
#sellingpoints p {
    margin: 0;
    line-height: 1.3;
}

#sellingpoints h4 {
    font-size: 14px;
    font-weight:normal;
    color: #fff;
    margin-bottom: 2px;
}

#sellingpoints p {
    font-size: 12px;
    color: #fff;
	font-weight:400;
	font-family:'inter', sans-serif;
}

.p-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    #sellingpoints > .p-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px; 
        font-family:'inter', sans-serif;
        font-size: 13px; 
        line-height: 1.2;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    #sellingpoints > .p-box:first-child {
        padding-left: 0;
    }
    
    #sellingpoints > .p-box:last-child {
        border-right: none;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    #sellingpoints {
        flex-wrap: wrap; 
    }
    
    .p-box {
        display: flex;
        flex-direction: column;
        flex: 1 45%;
        font-size: 11px;
        gap: 5px;
        font-family: 'Montserrat', sans-serif;
        padding: 10px;
        color: #fff;
    }
}

.icondesign {
    color: #fff;
    font-size: 25px;
    flex-shrink: 0; 
}

.badge-text-inline {
    text-align: left;
}
/*selling point end*/
		

}
 
  /* gallery start*/
  
  #main-content{
  padding-top: 35px;
  padding-bottom: 20px;
 margin-top:20px;}
  .left-content
  {
	  padding:0;
  }
  @media (max-width: 767px) {
	#main-content{
		padding-top: 15px;
	}
}


  
 
.right-content

{padding:0;}
.main-title
{
color:#333;
font-size:1.5em;
font-weight:700;
line-height:1.2em;
font-family: 'Montserrat', sans-serif;
padding:5px 14px 15px 14px;
margin-top:0;
border-bottom: 1px solid #cec9c9
}
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
 

@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 16px;
	color: #000000;
	padding: 5px 10px;
	border: 1px solid #dedede;
}
/*
/ Images
/ ------------------------------ */

.images{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 40px 0;
	max-width: 500px; /* Add this - adjust size as needed */
}

@media (max-width: 767px){
	.images{
		padding-bottom: 0;
	}
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	max-width: 500px; /* Match the container size */
	width: 100%;
}

.images .image{
	width: 14.28%;
	display: inline-block;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 16.66%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 20%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #000;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 13px;
		height: 13px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #000000;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 0px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
	
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #000;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -5px;
	background-image: url('../images/prev.png');
}

.image .main .next{
	right: -5px;
	background-image: url('../images/next.png');
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
		.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
		display: flex; /* ADDED: For vertical centering */
		align-items: center; /* ADDED: Centers content vertically */
		justify-content: center; /* ADDED: Centers content horizontally */
		padding: 20px; /* ADDED: Prevents modal from touching screen edges */
		
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 90%; /* CHANGED: Was 600px - now responsive width */
		max-width: 600px; /* ADDED: Limits maximum width */
		height: auto; /* CHANGED: Was 600px - now auto to fit image */
		max-height: 90vh; /* ADDED: Prevents image from being cut off at bottom */
		padding: 0;
		background-color: #ffffff;
		margin: auto; /* CHANGED: Was "50px auto 0" - removed fixed top margin */
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
		display: flex; /* ADDED: For image centering inside modal */
		align-items: center; /* ADDED: Centers image vertically */
		justify-content: center; /* ADDED: Centers image horizontally */
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
		max-height: 90vh; /* ADDED: Ensures full image is visible without cutting */
		width: auto; /* ADDED: Maintains image aspect ratio */
		height: auto; /* ADDED: Maintains image aspect ratio */
		position: relative; /* ADDED: For proper positioning */
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "Click image to zoom";
		background-image: url('../images/zoom.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 32px;
		line-height: 21px;
		position: absolute;
		bottom: 0;
		right: 0;
		color: #000000;
		font-size: 10px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('../images/close.png');
	}
}

@media (min-width: 1024px) {
		 .image .main-control:checked + .main .main-content{
		max-width: 800px;
		max-height: 90vh;
		width: auto;
		height: auto;
   /* changed from width: 800px;height: 800px; */
	}
}
}
/*slider gallery end*/
/* description start*/
.main-description
{margin:12px 0px;
	font-size:1.3em;
	color:#333;
	padding:5px 15px;
	font-weight:600;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.5px;
	}
.desc-d
{
margin-bottom: 10px;
  margin-top: 0px;
  float: left;
  line-height: 23px;
  padding: 0 14px;
  width: 100%;
  list-style: inside;
  color: #333;
  font-size: 14px;
  letter-spacing: 0px;
  font-family:'Montserrat', sans-serif;
  background-color: #fff;
 
}

/*** Description Overides ***/

.desc-d img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.desc-d ul li,
.desc-d ol li{
	margin-bottom: 4px;
}

.desc-d ul{
	margin: 0;
	padding: 0;
}

.desc-d ul li{
	background-image: url(../images/tick.PNG);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	margin-bottom: 3px;
}

.desc-d table{
	font-size: 13px;
}
.desc-d font,
.desc-d b font,
.desc-d strong font,
.desc-d p font,
.desc-d ul li font,
.desc-d ol li font,
.desc-d th font,
.desc-d td font,
.desc-d h2 font,
.desc-d h3 font,
.desc-d h4 font,
.desc-d h5 font,
.desc-d b,
.desc-d strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.desc-d p,
.desc-d ul li,
.desc-d ol li,
.desc-d th,
.desc-d td,
.desc-d h2,
.desc-d h3,
.desc-d h4,
.desc-d h5,
.desc-d span,
.desc-d div{

line-height: inherit !important;}

/* tab start*/
@media (min-width:768px)
{
.main-tab-mng
{
	background-color: #fff;
  padding: 0px 0px;
}}
@media (max-width: 768px){
	.main-tab-mng{
		padding:0;
	}
}

.tabs
{margin-top:0;
}
.tabs .tab-control
{display:none;}

.tabs > label 
{display:block;
float:left;
position:relative;
z-index:10;
padding:15px 40px;
margin:0;
font-size:14px;
color:#666;
font-family: 'Montserrat', sans-serif;;
transition: all 0.5s;
  font-weight: 500;
  font-variant: normal;
  font-style: normal;
  line-height: 1.43;
  background-color: #fff;
}
.tabs > label:hover
{
	color:#fff;
	background-color:#2c3039;
	cursor:pointer;

}
.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"],
.tabs #tab-control-7:checked ~ label[for="tab-control-7"]
{
	color:#fff;
	background-color:#2c3039;
}

/* Hide desktop labels on mobile, hide mobile labels on desktop */
@media(max-width:767px)
{
	.tabs .desktop-label
	{
		display:none !important;
		
	}
}
@media(min-width:768px)
{
	.tabs .mobile-label
	{
		display:none !important;
		
	}
}

@media(max-width:767px)
{
	.tabs
	{
	border:1px solid #ddd;
	border-top:0;
	}
	
	.tabs > label 
	{
		width:100%;
		margin:0;
		padding:15px 15px;
		border:0;
		border-top:1px solid #ddd;
		
		/*
		background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQEAgxTG1meQKhxtQX8hvgNLF3mdt0LfW8HoQ&s'); /* will add arrow later need to add
		background-repeat:no-repeat;
		background-position:right center;
		background-size:20px;*/
	}
	.tabs > label:hover,
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"],
	.tabs #tab-control-7:checked ~ label[for="tab-control-7"]
	{/* for mobile image*/
		background-image:url(''); 
border-bottom:0;
		
	}
}
.tabs .tab-content
{display:none;
/*
animation-name:fade-in;
animation-duration:1.0s;*/
float:left;
width:100%;
padding:10px 10px;
font-size:13px;
line-height:1.5;
border:;
background-color:#fff;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
  font-style: normal;
  text-align: justify;
  font-variant: normal;
  white-space:normal;
  text-indent: initial;
  color:#333;
  border: 1px solid #d0d0d0;
}
.tabs .tab-content img,
.tabs .tab-content img
{width:auto !important;
height:auto !important;
max-width:100%;
}
.tabs .tab-content ul li,
.tabs .tab-content ol li
{margin-bottom:4px;
}
@media (max-width:767px)
{
.tabs .tab-content
{border:0;
padding:15px;
}
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6,
#tab-control-7:checked ~ #tab-content-7
{
	display:block;
}
@media (min-width: 768px) {
    .tabs {
        display: flex;
        flex-wrap: wrap;
		padding:0 12px;
	
    }
    
    .tabs > label {
       flex: 1;
    display: block;
    position: relative;
    z-index: 10;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    color: #bdbdbd;
    font-family: 'Montserrat', sans-serif;
    background-color: #545454;
	font-weight:600;
	text-transform: uppercase;
	margin-right: 1px;
	letter-spacing:0.5px;
  } 
}

/* testing before and after */
@media(max-width:767px)
{

.tabs > label::before
	{
display: inline-block;
    width: 28px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    content: "\2b";
    font-family: "font Awesome 7 free";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight:400;
}}
@media(max-width:767px)
{
  #tab-control-1:checked ~ label[for="tab-control-1"]::before,
  #tab-control-2:checked ~ label[for="tab-control-2"]::before,
  #tab-control-3:checked ~ label[for="tab-control-3"]::before,
  #tab-control-4:checked ~ label[for="tab-control-4"]::before,
  #tab-control-5:checked ~ label[for="tab-control-5"]::before,
#tab-control-6:checked ~ label[for="tab-control-6"]::before,
#tab-control-7:checked ~ label[for="tab-control-7"]::before{
    display: inline-block;
    width: 24px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    content: "\2212";
	font-family:"font Awesome 7 free";
    font-size: 25px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight: 400;
  
}}

/* ========================================
   YOU MAY ALSO LIKE 
   ======================================== */
.you-may-like-minimal {
    background-color: none;
    padding: 0px 0px 0px 0px;
}

.minimal-heading {
   text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #333;

  padding: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #b8b8b8;
  padding: 15px 0;
}

/* Wrapper for the grid - REMOVED BORDER */
.products-grid-wrapper {
    background-color: transparent;
    overflow: hidden;
}

/* Remove default row margins */
.products-grid-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

/* Add spacing between columns */
.product-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* Product Box - REMOVED ALL BORDERS */
.product-box-minimal {
    background-color: #fff;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
	  display: flex;
    flex-direction: row;
    align-items: center;
}

.product-box-minimal:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-img-minimal {
     width: 50%; /* or 150px for fixed width */
    flex-shrink: 0;
    background-color: #fff;
   
    
}

.product-img-minimal img {
    max-width:100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.product-details-minimal {
    padding: 5px 0 0 10px;
    text-align: left;
    background-color: #fff;
	 width: 60%; /* or flex: 1; to take remaining space */
    flex: 1;
}

/* Product Title - CHANGED TO MAGENTA */
.product-desc-minimal {
   font-size: 12px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 15px;
  min-height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.product-desc-minimal:hover{
text-decoration: underline;}

/* Product Price - CHANGED TO BLACK */

   .product-price-minimal {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
}

/* RESPONSIVE - MOBILE (2 COLUMNS) */
@media (max-width: 767px) {
    .you-may-like-minimal {
        padding: 30px 0;
    }

    .minimal-heading {
       font-size: 16px;
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: 700;
    }

    .products-grid-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-col {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .product-img-minimal {
        padding: 15px;
    }

    .product-details-minimal {
        padding: 15px;
    }

    .product-desc-minimal {
        font-size: 14px;
        min-height: auto;
		display: -webkit-box;
    -webkit-line-clamp: 2;   /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    }

    .product-price-minimal {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .product-box-minimal {
        flex-direction: column;
    }
    
    .product-img-minimal {
        width: 100%;
    }
    
    .product-details-minimal {
        width: 100%;
    }
}

/* RESPONSIVE - TABLET (2 COLUMNS) */
@media (min-width: 768px) and (max-width: 991px) {
    .products-grid-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-desc-minimal {
        font-size: 15px;
        min-height: 50px;
    }

    .product-price-minimal {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    /* Desktop: 4 columns */
}

/* FEATURED CATEGORIES */
.featured-categories {
    padding: 3px 0;
    background-color: #fff;
}

.featured-heading {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;/* change margin 30px to 0*/
     padding: 10px 0 70px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
background-color: #32373f;
	text-align:center;
	letter-spacing: 1px;
}

.category-box {
    margin-bottom: 10px;
    text-align: center;
	position: relative;
  bottom: 48px;
}

.category-box a {
    text-decoration: none;
    display: block;
}

.category-box img {
    width: 100%;
    height: auto;
    display: block;

}
.featured-categories-row{
    width: 85%;
    margin: 0 auto;
}
.category-box:hover img {
    transform: );
}

.category-title {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    margin: 8px 0 0 0;
    font-family: 'inter', sans-serif;
	background-color: #d4dfef;
  padding: 10px;
}
}
.category-title:hover{
	color: #2c3039;
}

/* Mobile */
@media (max-width: 767px) {
    .featured-heading {
        font-size: 16px;
		text-align: center;
		font-weight:700;
    }
    
    .category-title {
        font-size: 11px;
    }
}

/* OUR FAVOURITE BRANDS */
.favourite-brands {
    padding: 0px 0 20px 0;
    background-color: #fff;
}

.brands-heading {
    font-size: 18px;
    font-weight: 600;
    color: #484848;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    height: 100%;
}

.brand-logo {
    text-align: center;
    padding: 10px;
}
@media (max-width: 767px) {
	.brand-logo{
		padding:10px 0;
	}
}

.brand-logo a {
    display: block;
}

.brand-logo img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.brand-logo:hover img {
    transform: scale(1.1);
}

/* Mobile */
@media (max-width: 767px) {
    .brands-heading {
        font-size: 16px;
        text-align: center;
        margin-bottom:0px;
        justify-content: center;
		padding:0;
    }
    
    .brand-logo img {
        max-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brands-heading {
        font-size: 18px;
    }
}
/* footer */
.footer
{
  background-color: #ffffff;
  padding: 5px 0 0 0;

}
.footer > .inner-footer
{background-color:#000;
padding-top:1em;
padding-bottom:2em;}


.foot-box
{
	color:#333;
	font-size:16px;
	margin-top:10px;
	margin-bottom:13px;
	font-weight:700;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	
	
}
.footer ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer ul li
{
	padding: 10px 0;
}
.footer ul li a
{color: #333;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;;
  transition: color 0.3s ease;
  display: block;

}

.footer ul li a::before
{
            font-weight: 900;
            content: "\f0da"; /* Arrow right */
            margin-right: 8px;
			font-family: "Font Awesome 7 Free";
			color:#2c3039;
}

.footer ul li a:hover
{color:#2c3039;
font-weight:400;

}

.fas
{margin-right:10px;
}
.footer-icon li, p
{
	font-family: 'Montserrat', sans-serif;

}
.footer-logo-section{
	text-align:center;
	min-width:400px;
}
.footer-logo{
	display: block;
  margin: -11px auto 10px auto;
}
.footer-payment{
	display: block;
  margin: 0 auto;
}
@media(max-width:576px)
{
	.foot-box{
		font-size:14px;
	}
	.footer-logo-section{
		min-width:100%;
	}
}

/* end basic */

/* FOOTER COPYRIGHT BAR */

.copyright-text {
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;;
    letter-spacing: 0.5px;
    text-transform: uppercase;
 background-color: #2c3039;
    padding: 15px 0;
text-align: center;}


/* ============================================
   FIX 1: SELLING POINTS - FORCE SINGLE LINE
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    #sellingpoints {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 8px 5px !important;
        overflow-x: hidden !important;
    }
    
    .p-box {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important; /* Allow shrinking */
    }
    
    /* Force text to be smaller and compact */
    #sellingpoints h4 {
        font-size: 11px !important;
        margin-bottom: 2px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }
    
    #sellingpoints p {
        font-size: 9px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        white-space: normal !important;
    }
    
    .icondesign {
        font-size: 24px !important;
        flex-shrink: 0 !important;
        width: 30px !important;
    }
    
    .badge-text-inline {
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    /* Remove any borders that might add width */
    .p-box:not(:last-child) {
        border-right: none !important;
    }
}

/* ============================================
   FIX 2: DESKTOP MENU - FORCE SINGLE LINE
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    #desktop-menu .categories {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }
    
    #desktop-menu .categories li {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    
    #desktop-menu .categories li a {
        padding: 17px 5px !important; /* Reduced padding */
        font-size: 11px !important; /* Smaller text */
        height: 47px !important;
        line-height: 1.2 !important;
        white-space: normal !important; /* Allow text wrap if needed */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* ============================================
   FIX 3: TABS SECTION - ADD PROPER SPACING
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    /* Add padding to main tab container */
    .main-tab-mng {
        padding: 30px 0 !important;
    }
    
    /* Ensure tabs container has proper structure */
    .tabs {
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 0 10px !important;
        margin-bottom: 0 !important;
    }
    
    /* Make tab labels smaller to fit */
    .tabs > label {
        flex: 1 1 auto !important;
        padding: 8px 10px !important;
        font-size: 1.2em !important; /* Reduced from 1.8em */
        margin: 0 1px 0 0 !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    /* Tab content spacing */
    .tabs .tab-content {
        padding: 25px 20px !important; /* Add vertical padding */
        margin-top: 0 !important;
        width: 100% !important;
        font-size: 1em !important;
        line-height: 1.6 !important;
    }
    
    /* Ensure content has proper spacing */
    .tabs .tab-content p {
        margin-bottom: 15px !important;
    }
    
    .tabs .tab-content p:last-child {
        margin-bottom: 0 !important;
    }
}

/* ============================================
   FIX 4: CONTAINER & ROW ADJUSTMENTS
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .container {
        max-width: 748px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .row {
       
    }
    
    [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* ============================================
   FIX 5: HEADER SECTION
   ============================================ */


/* ============================================
   FIX 6: BANNER SECTION
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .banner-wrapper {
        height: 284px !important;
    }
    
    .banner-heading {
        font-size: 24px !important;
        padding: 15px 20px !important;
        right: 50% !important;
        left: auto !important;
        transform: translateX(50%) !important;
        top: 80px !important;
        width: auto !important;
        max-width: 90% !important;
    }
}

/* ============================================
   FIX 7: IMAGE GALLERY
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .slider {
        padding-top: 400px !important;
    }
    
    .slider .img-details,
    .slider .img-details img {
        max-height: 380px !important;
    }
    
    .slider span {
        width: 70px !important;
        height: 70px !important;
    }
    
    .slider label {
        margin-right: 8px !important;
    }
    
    .slider label img {
        max-height: 68px !important;
    }
}

/* ============================================
   FIX 8: MAIN CONTENT SECTIONS
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .main-title {
        font-size: 1.2em !important;
        padding: 5px 10px 15px 10px !important;
    }
    
    .main-description {
        font-size: 1.1em !important;
        padding: 5px 10px !important;
    }
    
    .desc-d {
        font-size: 13px !important;
        padding: 0 10px !important;
    }
}

/* ============================================
   FIX 9: YOU MAY ALSO LIKE SECTION
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .you-may-like-minimal {
        padding: 20px 0 30px 0 !important;
    }
    
    .minimal-heading {
        font-size: 1.4em !important;
        padding: 12px 0 !important;
        margin: 15px auto !important;
    }
    
    .product-col {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 16px !important;
    }
    
    .product-desc-minimal {
        font-size: 12px !important;
        min-height: 40px !important;
    }
    
    .product-price-minimal {
        font-size: 16px !important;
    }
}

/* ============================================
   FIX 10: FEATURED CATEGORIES
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .featured-categories {
        padding: 20px 0 !important;
    }
    
    .featured-heading {
        font-size: 1.4em !important;
    }
    
    .category-box {
        margin-bottom: 20px !important;
    }
    
    .category-title {
        font-size: 14px !important;
        margin: 12px 0 0 0 !important;
    }
}

/* ============================================
   FIX 11: BRANDS SECTION
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .favourite-brands {
        padding: 10px 0 20px 0 !important;
    }
    
    .brands-heading {
        font-size: 14px !important;
        padding: 20px 10px !important;
    }
    
    .brand-logo {
        padding: 10px 5px !important;
    }
    
    .brand-logo img {
        max-height: 50px !important;
    }
}

/* ============================================
   FIX 12: FOOTER SECTION
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .footer {
        padding: 16px 0 0 0 !important;
    }
	
    
    .footer > .inner-footer {

        padding-top: 1em !important;
        padding-bottom: 1.5em !important;
    }
	 
    
    .foot-box {
        font-size: 13px !important;
        margin-top: 8px !important;
        margin-bottom: 10px !important;
    }
    
    .footer ul li a {
        font-size: 12px !important;
    }
    
    .copyright-text {
        padding: 12px 0 !important;
        font-size: 11px !important;
    }
}

/* ============================================
   FIX 13: PREVENT HORIZONTAL SCROLL
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    body {
        overflow-x: hidden !important;
    }
    
    #page {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    
    .section {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    
    * {
        max-width: 100% !important;
    }
    
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* ============================================
   FIX 14: PROMOTION BOX (if exists)
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    .promotion-box {
        margin-bottom: 0 !important;
    }
}

/* ============================================
   ALTERNATIVE: If tabs STILL don't fit
   Make them wrap to 2 rows
   ============================================ */
@media (min-width: 768px) and (max-width: 820px) {
    
    /* Uncomment if needed */
    /*
    .tabs {
        flex-wrap: wrap !important;
    }
    
    .tabs > label {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 18% !important;
    }
    */
}
@media (max-width:768px)
{
.footer {
  padding:0;
  }}
  @media (max-width:768px)
  {
  .main-description
  {
	  padding:0px 10px;
  }
  }
.hero{
  position: relative;
  overflow: hidden;
}

.hero-img{
  width: 100%;
  height: auto;
  display: block;
}

/* optional readability overlay */
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,0) 70%);
  pointer-events:none;
}

.hero-text{
  position:absolute;
  left: clamp(12px, 5vw, 70px);
  top: 50%;
  transform: translateY(-50%);

  max-width: min(520px, 88vw);
  padding: clamp(10px, 2.2vw, 22px) clamp(12px, 3vw, 28px);

  font-size: clamp(16px, 2.6vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;

  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 14px;
  backdrop-filter: blur(4px);

  z-index: 2;

  /* animation */
  opacity: 0;
  animation: heroIn .8s ease-out forwards;
}

@keyframes heroIn{
  from { opacity:0; transform: translateY(-50%) translateX(-10px); }
  to   { opacity:1; transform: translateY(-50%) translateX(0); }
}

/* very small devices */
@media (max-width: 360px){
  .hero-text{
    top: 46%;                 /* slightly higher */
    max-width: 92vw;
    border-radius: 10px;
  }
}

/* accessibility: no animation if user prefers */
@media (prefers-reduced-motion: reduce){
  .hero-text{ animation: none; opacity:1; }
}

#main-content
{
	padding-top:15px;
}
.product-box-minimal a
{
	text-decoration:none;
}

/* store design and develop by*/
.shelfrise-footer {
            background: #333;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .shelfrise-footer-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .shelfrise-logo {
            width: 45px;
            height: 45px;
            background: white;
            border-radius: 8px;
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .shelfrise-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .shelfrise-text {
            color: white;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        .shelfrise-text strong {
            font-weight: 700;
            font-size: 18px;
			color: #e95024;
        }

        /* Alternative Minimal Style */
/* ── Shared tab content styles ── */
.info-body {
  font-family: 'Inter', sans-serif;
  padding: 20px;
}
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13.5px;
  line-height: 1.7;
  color: #222;
}
.info-row:last-of-type { border-bottom: none; }
.info-row:first-of-type { padding-top: 0; }
.info-row svg {
  width: 17px; height: 17px;
  fill: none; stroke: #2d2d2d;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0; margin-top: 3px;
}
.info-row strong { font-weight: 600; color: #111; }
.info-note {
  background: #f5f5f5;
  border-left: 3px solid #2d2d2d;
  border-radius: 0 4px 4px 0;
  padding: 11px 15px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
}
.info-section-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.info-section-block:last-child { border-bottom: none; margin-bottom: 0; }
.info-section-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  background: #2d2d2d;
  padding: 9px 16px;
  margin-bottom: 0;
}
.badge-inline {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 2px 9px;
  border-radius: 4px;
  margin-left: 7px;
  vertical-align: middle;
}
.badge-green  { background: #e6f4ea; color: #1a7a36; }
.badge-dark   { background: #2d2d2d; color: #ffffff; }
@media(max-width:480px){
  .info-body { padding: 14px; }
  .info-row  { font-size: 13px; gap: 9px; }
}


.product-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
}

.highlight-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 10px;
  background: #f9f9f9;
  border-left: 1px solid #222;
  border-radius: 6px;
}

.highlight-row i {
  margin-top: 6px;
  font-size: 13px;
  color: #222;
  min-width: 13px;
}

.warning-row {
  background: #fff8f0;
  border-left-color: #e07b00;
}

.warning-row i {
  color: #e07b00;
}