@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*===== Pre CSS =====*/
.wrapper {height: auto !important;position: relative;width: 100%;}

/* Sticky Header Styles moved to header.php for 100% reliability */
:root {
    --primary-color: #F76E1C;
    --white: #ffffff;
    --family1: "Albert Sans", sans-serif;
    --black: #000;
    --title-span: linear-gradient(90deg, #F76E1C 0%, #47AEDF 100%);
}

* {box-sizing: border-box;}

@media (min-width: 1200px) {.container {max-width: 1260px;}}
@media (min-width: 1400px) {.container {max-width: 1580px;}}
@media (min-width: 1600px) {.container {max-width: 1720px;}}
@media (min-width: 1800px) {.container {max-width: 1820px;}}

/*===== Go To Top Section =====*/

/*===== Mobile Menu =====*/
.mobile_menu {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 9;}
.menu_icon_box {position: fixed;top: 0;left: 0;z-index: 9999999999;display: block;width: 100%;background: #000;height: 57px;border-bottom: 1px solid #fff;}
.tab_button {float: left;}
.tab_button a {display: inline-block;padding: 7px 10px;margin-top: 12px;font-size: 10px;text-align: center;text-transform: uppercase;color: #fff;background: transparent;border: #fff solid 1px;border-radius: 5px;box-sizing: border-box;text-decoration: none;}
.tab_button a:hover {background: #16FAD9;border: #16FAD9 solid 1px;}
.tab_button1 {margin-left: 15px;margin-right: 5px;}
.menu_icon {position: fixed;top: 15px;right: 15px;width: 30px;height: 30px;padding: 1px 5px;background: transparent;box-sizing: border-box;cursor: pointer;z-index: 999;}
.menu_icon span {width: 100%;height: 2px;display: block;background: #fff;margin: 5px 0;border-radius: 5px;transition: all linear 0.3s;}
 .menu_icon.active { color: #fff; padding: 8px 3px 0; }
.menu_icon.active span { position: absolute; width: 85%; }
.menu_icon.active span:nth-child(1) { transform: rotate(45deg); }
.menu_icon.active span:nth-child(3) { transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2) { display: none; }
.mobile_slideLogo { display: block; text-align: center; }
.mobile_slideLogo img { display: inline-block; float: none; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 60%; height: auto; background: #fff; }
.sidebar { padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active { left: 0; }
.sidebar ul li { list-style: none; }
.sidebar ul li a { position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 14px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before { content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #fff; transition: all linear 0.3s; }
.sidebar ul li a:hover::before { width: 100%; }
.sidebar ul li a:hover { color: #000; }
.sidebar ul li.active { background: #fff; border-radius: 5px; }
.sidebar ul li.active a { color: #000; }
/*-- Modern Social Media Icon Display --*/
.social_media_block { display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid { position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: #000; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover { transform: rotate(360deg); color: #fff; background: #000; }
.social_icon { position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active { padding-top: 52px; }
.social_icon ul { position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul { transform: translateY(-52px); }
.social_icon ul li { list-style: none; }
.social_icon ul li .fa-brands { width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover { transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands { background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands { background: #F71919; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands { background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }
.social_icon ul li:nth-child(4) .fa-brands { background: linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335); }
/* ----------------- header ----------------- */
/* Removed redundant sticky wrapper */
.header-top { background: #252525; }
.top-header-content { border-bottom: rgba(188, 188, 188, 0.2) 0.5px solid; padding: 6px 0; }
.top-header-flex { display: flex; justify-content: space-between; align-items: center; }
.location-heading { text-decoration: none; font-family: var(--family1); color: var(--white); display: flex; align-items: center; gap: 8px; }
.location-heading svg { color: var(--primary-color); width: 18px; height: auto; }
.location-heading a { text-decoration: none; color: var(--white); font-size: 13px; font-weight: 400; transition: color 0.3s; }
.location-heading a:hover { color: var(--primary-color); }
.social-icon-header { display: flex; gap: 15px; align-items: center; }
.social-icon-header .icons-head { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.social-icon-header .icons-head a { display: block; width: 100%; height: 100%; transition: all 0.3s ease; }
.social-icon-header img { width: 100%; height: auto; max-height: 100%; display: block; opacity: 1; filter: none; }
.social-icon-header .icons-head a:hover { transform: translateY(-3px); }
/* header-top-bottom (Middle Section) */
.header-top-bottom { padding: 15px 0; background: #252525; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.header-middle-flex { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.logo { flex-shrink: 0; max-width: 180px; }
.logo img { width: 100%; height: auto; display: block; }
.search-box-wrap { flex: 1; max-width: 500px; }
.search-box { width: 100%; background: var(--white); border-radius: 50px; display: flex; align-items: center; height: 44px; padding: 2px; }
.search-box input { border: none; outline: none; background: transparent; flex: 1; font-size: 14px; color: #4F4F4F; padding: 0 18px; height: 100%; }
.search-btn { width: 40px; height: 40px; background: #47AEDF; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.3s ease; border-radius: 50%; }
.search-btn:hover { background: var(--primary-color); transform: scale(1.05); }
.search-btn svg { width: 18px; height: 18px; fill: white; }
.header-icons-wrap { display: flex; align-items: center; gap: 25px; }
.call-us { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.call-us-icons { width: 38px; height: 38px; background: #47AEDF; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; }
.call-us:hover .call-us-icons { background: var(--primary-color); transform: scale(1.05); }
.call-us-icons svg { color: var(--white); width: 18px; }
.call-us-number h3 { font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.6); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.call-us-number a { font-size: 15px; font-weight: 600; color: var(--white); text-decoration: none; }
.profile-box .boxes { display: flex; gap: 15px; }
.boxes a { width: 40px; height: 40px; border-radius: 50%; background: #47AEDF; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; text-decoration: none; border: 1px solid transparent; }
.boxes a svg { color: var(--white); width: 18px; transition: color 0.3s; }
.boxes a:hover, .boxes a.active { background: var(--primary-color); border-color: var(--primary-color); transform: scale(1.05); }
.boxes a:hover svg, .boxes a.active svg { color: var(--white); }
.mobile-search-row { margin-top: 15px; }
@media (max-width: 991px) { .logo { max-width: 140px; }
.header-icons-wrap { gap: 12px; }
.boxes a { width: 36px; height: 36px; }
.boxes a svg { width: 16px; }
}
@media (max-width: 767px) { .header-top-flex { flex-direction: column; gap: 8px; text-align: center; }
}
/* Header Bottom Navigation */
.header-bottom { background: var(--primary-color); padding: 5px 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
.header-bottom-flex { display: flex; justify-content: space-between; align-items: center; }
.category-dropdown { display: flex; align-items: center; padding: 7px 22px; background: #000; color: #fff; font-weight: 500; border: none; font-size: 16px; border-radius: 50px; transition: background 0.3s; outline: none; }
.category-dropdown:hover { background: #333; }
.catagory-dropdown-svg { transition: transform 0.3s; transform: rotate(90deg); }
.category-menu-custom { display: none; min-width: 500px; padding: 15px 20px 5px !important; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 15px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); }
.category-menu-custom.show { display: grid !important; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.category-item-link { display: flex !important; align-items: center; gap: 12px; padding: 8px 12px !important; border-radius: 10px !important; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; }
.category-item-link:hover { background-color: #fff5ef !important; transform: translateX(5px); }
.cat-img-box { width: 40px; height: 40px; background: #fff; border: 1px solid #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; padding: 5px; }
.cat-img-box img { width: 90%; height: 90%; object-fit: contain; }
.category-item-link span { font-size: 15px; font-weight: 500; color: #333; }
.category-item-link:hover span { color: var(--primary-color); }
.category-menu-custom li:has(.dropdown-divider), .category-menu-custom li:has(.text-primary) { grid-column: span 2; }
/* Fallback for older browsers if :has is not supported */
.category-menu-custom .dropdown-divider { grid-column: span 2; width: 100%; margin: 5px 0 2px; opacity: 0.1; }
.category-menu-custom li:last-child { grid-column: span 2; margin-top: -2px; }
.category-dropdown:hover .catagory-dropdown-svg { transform: rotate(270deg); }
.header-nav-main ul { display: flex; gap: 50px; list-style: none; margin: 0; padding: 0; }
.header-nav-main ul>li { position: relative; }
.header-nav-main ul>li>a { color: #fff; text-decoration: none; font-weight: 500; font-size: 14px; padding: 10px 0; display: flex; align-items: center; position: relative; transition: color 0.3s; }
.header-nav-main ul>li>a::after { content: ''; position: absolute; bottom: 7px; left: 0; width: 0; height: 3px; background: #fff; border-radius: 5px; transition: width 0.3s ease-in-out; }
.header-nav-main ul>li>a:hover::after, .header-nav-main ul>li.active>a::after { width: 100%; }
.header-nav-main ul>li>a:hover { color: #fff; }
/* Chevron Styling */
.nav-chevron { font-size: 10px; transition: transform 0.3s; opacity: 0.7; }
.dropdown:hover .nav-chevron { transform: rotate(180deg); opacity: 1; color: var(--primary-color); }
/* Hide Bootstrap Default Caret */
.dropdown-toggle::after { display: none !important; }
/* Desktop Dropdown Logic */
.header-nav-main .dropdown:hover>.dropdown-menu { display: block; opacity: 1; visibility: visible; transform: translateY(0); }
.header-nav-main .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 1000; min-width: 200px; padding: 10px 0; margin: 0; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); list-style: none; transition: all 0.3s ease; }
.header-nav-main .dropdown-item { display: block; width: 100%; padding: 10px 20px; clear: both; font-weight: 500; color: #333 !important; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; font-size: 14px; transition: all 0.2s; }
.header-nav-main .dropdown-item:hover { background-color: #f8f9fa; color: var(--primary-color) !important; padding-left: 25px; }
.header-nav-main .dropdown-divider { height: 1px; margin: 5px 0; overflow: hidden; background-color: #eee; }
/* Mobile Side Menu */
.mobile-side-menu { position: fixed; top: 0; left: -320px; width: 300px; height: 100%; background: #000; z-index: 100001; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; font-family: var(--family1); }
.mobile-side-menu.active { left: 0; }
.mobile-nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 100000; opacity: 0; visibility: hidden; transition: all 0.4s; backdrop-filter: blur(4px); }
.mobile-nav-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu-header { padding: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #222; background: #111; }
.mobile-logo { max-width: 120px; }
.mobile-logo img { filter: brightness(0) invert(1); }
.close-mobile-menu { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 5px; display: flex; align-items: center; justify-content: center; opacity: 0.8; transition: opacity 0.3s; }
.close-mobile-menu:hover { opacity: 1; }
.mobile-menu-content { flex: 1; overflow-y: auto; padding: 15px 0; }
.mobile-menu-section { margin-bottom: 25px; }
.mobile-menu-section h4 { font-size: 11px; font-weight: 700; color: #555; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; padding: 0 20px 8px; border-bottom: 1px solid #1a1a1a; }
.mobile-nav-list { list-style: none; padding: 0; margin: 0; }
.mobile-nav-list li a { display: block; padding: 13px 20px; color: #eee; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.3s ease; border-left: 3px solid transparent; border-bottom: 1px solid #111; }
.mobile-nav-list li a:hover { background: #1a1a1a; color: var(--primary-color); border-left-color: var(--primary-color); }
.mobile-nav-list li.active>a { color: var(--primary-color); background: #1a1a1a; border-left-color: var(--primary-color); }
.has-submenu .submenu-toggle { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; }
.has-submenu .submenu-toggle i { font-size: 12px; transition: transform 0.3s; color: #444; }
.has-submenu.open>.submenu-toggle { background: #1a1a1a; color: var(--primary-color); }
.has-submenu.open>.submenu-toggle i { transform: rotate(180deg); color: var(--primary-color); }
.submenu { list-style: none; padding: 0; display: none; background: #0a0a0a; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; }
.submenu li a { font-size: 14px; font-weight: 400; color: #999; padding: 10px 20px 10px 40px; border-bottom: 1px solid #111; }
.submenu li a:hover { background: #222; color: #fff; }
.mobile-menu-footer { padding: 20px; border-top: 1px solid #222; background: #111; }
.mobile-call { font-weight: 600; color: #fff; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 15px; }
.mobile-call i { color: var(--primary-color); }
.mobile-socials { display: flex; gap: 15px; }
.mobile-socials a { width: 36px; height: 36px; background: #222; border: 1px solid #333; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.3s; color: #fff; text-decoration: none; }
.mobile-socials a:hover { border-color: var(--primary-color); transform: translateY(-3px); background: #333; }
.mobile-socials a img { width: 16px; filter: brightness(0) invert(1); }
.hamburger-btn { background: none; border: none; color: #fff; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 4px; transition: background 0.3s; }
.hamburger-btn:hover { background: rgba(255, 255, 255, 0.1); }
@media (max-width: 991px) { .header-bottom { display: none !important; }
}
/* ---- banner ---- */
.banner { padding: 15px 0; }
.banner-img img { width: 100%; height: auto; display: block; }
.ad-wrapper { height: 100%; }
.ad-banner { display: block; position: relative; border-radius: 12px; overflow: hidden; background: #f4f4f4; height: 140px; }
.ad-banner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ad-banner:hover img { transform: scale(1.05); }
@media (min-width: 992px) { .ad-banner { height: 182px; }
}
@media (max-width: 991px) { .ad-wrapper { margin-top: 15px; }
}
/* bannerdown category */
.banner-down-cat { padding: 20px 0 70px; }
.categories-header { display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 767px) { .category-lists .category-items:nth-child(n+7) { display: none; }
.categories-header { justify-content: center; text-align: center; }
}
.category-items .card-wrap { position: relative; border-radius: 12px; overflow: hidden; display: block; aspect-ratio: 1.1 / 1; text-decoration: none; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.category-items .category-img { width: 100%; height: 100%; }
.category-items .category-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.category-items .card-wrap:hover .category-img img { transform: scale(1.08); }
.category-items .category-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 65%; background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none; transition: opacity 0.3s ease; }
.category-items .category-name { position: absolute; bottom: 25px; left: 20px; z-index: 2; margin: 0; transition: bottom 0.3s ease; }
.category-items .category-name h3 { font-family: var(--family1); font-size: 24px; line-height: 24px; color: var(--white); font-weight: 800; margin: 0; }
.category-items .card-wrap:hover .category-name { bottom: 30px; }
.category-items.view-more-card .category-overlay { height: 100%; background: rgba(0, 0, 0, 0.7); }
.category-items.view-more-card .category-name { top: 50%; left: 50%; bottom: auto !important; transform: translate(-50%, -50%); width: 100%; text-align: center; }
.category-items.view-more-card .category-name h3 { color: var(--primary-color); font-size: 24px; }
.category-items.view-more-card .category-name h3 { color: var(--primary-color); font-size: 24px; }
.category-items.view-more-card .category-overlay:hover { height: 100%; background: var(--primary-color); }
/* card category */
.category-card { padding: 0 0 70px; overflow: hidden; }
.left-card { background: linear-gradient(180deg, #47AEDF 0%, #8A38F5 100%); padding: 25px 54px; border-radius: 10px; }
.left-card:hover { transform: translateY(-5px); transition: transform 0.3s ease; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.left-card .card-image img { width: 90%; height: auto; max-width: 200px; margin: 0 auto; filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.3)); }
.left-card .card-details { margin-top: 19px; color: var(--white); }
.left-card .card-details h2 { font-family: var(--family1); font-size: 24px; line-height: 30px; font-weight: 700; margin-bottom: 6px; }
.left-card .card-details p { font-family: var(--family1); font-size: 16px; font-weight: 400; opacity: 1; margin: 0; line-height: 20px; margin-bottom: 15px; }
.left-card-btn { display: inline-block; background: var(--white); padding: 12px 25px; font-family: var(--family1); font-size: 15px; font-weight: 800; line-height: 15px; color: #000; text-decoration: none; transition: background 0.3s ease; }
.left-card-btn:hover { background: var(--black); color: var(--white); }
.center-card-wrap { border-radius: 12px; overflow: hidden; background: #0b0b0b; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.center-card-wrap:hover:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); }
.top-center { display: flex; flex-direction: column; padding: 30px 45px 0 30px; }
.top-title { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; padding-bottom: 35px; }
.top-title h3 { font-family: var(--family1); font-weight: 700; font-size: 32px; color: var(--white); margin: 0; line-height: 42px; }
.top-title h3 span { background: linear-gradient(90deg, #F76E1C 0%, #47AEDF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.timer-category { padding: 8px 20px; background: var(--primary-color); color: var(--white); font-family: var(--family1); font-weight: 600; font-size: 15px; line-height: 15px; border-radius: 50px; }
.timer-category img { width: 14px; height: auto; }
.timer-category .timer { font-variant-numeric: tabular-nums; display: flex; gap: 3px; }
/* Center Details */
.center-details .nothing-logo { margin-bottom: 10px; }
.center-details h2 { font-size: 16px; line-height: 26px; font-weight: 600; font-family: var(--family1); margin-bottom: 30px; }
.sold-badge { font-size: 15px; line-height: 15px; font-weight: 800; font-family: var(--family1); letter-spacing: 0.5px; opacity: 0.9; }
.price-section-center { margin-top: 23px; }
.price-main { color: #47AEDF; font-family: var(--family1); font-weight: 700; font-size: 20px; line-height: 30px; }
.price-old { font-size: 14px; line-height: 24px; text-decoration: line-through; font-family: var(--family1); opacity: 1; color: #838383; }
.right-card-wrap { background: #252525; border-radius: 10px; }
.nintendo-part { padding: 15px 20px 50px 15px; position: relative; }
.nintendo-img img { width: 100%; height: auto; max-width: 210px; margin: 0 auto; filter: drop-shadow(1px 6px 13px rgba(255, 255, 255, 0.1)) drop-shadow(4px 24px 24px rgba(255, 255, 255, 0.08)) drop-shadow(9px 53px 32px rgba(255, 255, 255, 0.05)) drop-shadow(16px 94px 38px rgba(255, 255, 255, 0.02)); }
.nintendo-img { display: flex; justify-content: center; align-items: center; margin-top: 17px; }
.price-section { position: absolute; bottom: -5px; left: 0; width: 100%; z-index: 3; transform: translateX(55%); }
.price-section .price-main { font-family: var(--family1); font-weight: 700; font-size: 20px; line-height: 30px; color: var(--white); }
.price-section .price-old { font-family: var(--family1); font-weight: 400; font-size: 14px; line-height: 24px; text-decoration: line-through; color: #838383; }
.bottom-center { display: block; width: 100%; padding: 18px; text-align: center; color: var(--white); font-weight: 800; text-decoration: none; font-size: 15px; font-family: var(--family1); line-height: 15px; border-radius: 0 0 10px 10px; }
.bottom-center:hover { color: var(--white); filter: brightness(1.15); }
.blue-gradient-btn { background: linear-gradient(180deg, #47AEDF 0%, #275E79 100%); }
.orange-gradient-btn { background: #F76E1C; }
/* ---- new arrivals ---- */
.new-arrivals { background: var(--white); padding-top: 10px; padding-bottom: 50px; font-family: var(--family1); }
.new-arrivals-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.section-title { font-size: 32px; line-height: 42px; font-weight: 800; font-family: var(--family1); color: var(--black); margin: 0; }
.section-title .title-span { background: var(--title-span); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.all-products-btn { background: #f2f2f2; border-radius: 50px; padding: 10px 22px; color: var(--black); font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 22px; text-decoration: none; transition: background 0.3s ease; }
.all-products-btn:hover { background: var(--primary-color); color: var(--white); }
.all-products-btn i { font-size: 12px; margin-left: 7px; }
.new-arrivals-row { gap: 20px 0; }
.product-card { height: 100%; background: #fff; border: 1px solid #D0D0D0; border-radius: 10px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.3s ease; }
.product-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
.badge-tag { position: absolute; top: 0; right: 0; font-size: 15px; line-height: 15px; font-family: var(--family1); font-weight: 700; color: var(--white); padding: 10px 13px; border-bottom-left-radius: 10px; z-index: 2; }
.orange-badge { background: #f76e1c; }
.product-img-wrap { padding: 50px 34px 14px; flex-grow: 1; display: flex; align-items: center; justify-content: center; min-height: 200px; text-align: center; }
.product-img-wrap img { max-width: 100%; max-height: 160px; object-fit: contain; }
.img-scale-105 { transform: scale(1.05); }
.product-info { padding: 0 20px 10px; }
.product-cat-rating { display: flex; align-items: center; margin-bottom: 8px; gap: 12px; }
.product-cat { font-family: var(--family1); font-weight: 400; font-size: 14px; line-height: 20px; color: #a5a5a5; }
.product-rating { font-family: var(--family1); font-size: 14px; line-height: 20px; color: #a5a5a5; font-weight: 500; }
.product-title { font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 22px; color: var(--black); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-bottom { display: flex; justify-content: space-between; align-items: flex-end; padding: 15px 20px; border-top: 1px solid #eaeaea; }
.single-price-bottom { padding-top: 24px; }
.current-price { font-family: var(--family1); font-size: 18px; line-height: 24px; font-weight: 700; color: #47AEDF; }
.old-price { font-family: var(--family1); font-size: 14px; line-height: 22px; font-weight: 500; color: #5C5C5C; text-decoration: line-through; }
.cart-btn { color: var(--black); font-size: 20px; transition: color 0.3s ease; }
.cart-btn:hover { color: var(--primary-color); }
/* two big cards */
.two-big-cards { padding: 30px 0 50px; }
.big-card img { width: 100%; height: auto; }
.big-card { position: relative; }
.big-card-info { position: absolute; top: 50%; left: 50%; transform: translate(-50%, 30%); display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; text-align: center; }
.big-card-info h3 { font-family: var(--family1); font-weight: 800; font-size: 32px; line-height: 42px; color: var(--white); }
.big-card-info .big-card-btn { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; background: var(--primary-color); padding: 9px 32px; border-radius: 4px; color: var(--white); text-decoration: none; }
.big-card:hover { transform: scale(1.05); transition: transform 0.3s ease; }
.big-card-info-2 { position: absolute; top: 50%; left: 50%; transform: translate(0%, 160%); display: flex; flex-direction: column; align-items: center; text-align: center; }
.big-card-info-2 .big-card-btn { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; background: var(--black); padding: 9px 32px; border-radius: 4px; color: var(--white); text-decoration: none; }
@media (max-width: 992px) { .big-card-info h3 { font-size: 24px; }
.big-card-info .big-card-btn { font-size: 14px; padding: 7px 20px; color: var(--white); text-decoration: none; }
.big-card-info { gap: 10px; transform: translate(-50%, -10%); }
.big-card-info-2 { transform: translate(0%, 100%); }
}
@media (max-width: 480px) { .big-card-info-2 { transform: translate(0%, 130%); }
}
/* ---- best seller ---- */
.pd-product-img { transition: opacity 0.2s ease, transform 0.35s ease; }
.pd-product-img.img-fade { opacity: 0 !important; transform: scale(0.95) !important; }
.best-seller { background: #fff; padding: 20px 0 70px; font-family: var(--family1); }
.pd-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; flex-wrap: wrap; gap: 16px; }
.pd-tabs { display: flex; gap: 30px; flex-wrap: wrap; }
.pd-tab-btn { background: #f4f4f4; border-radius: 50px; padding: 10px 20px; font-family: var(--family1); font-size: 16px; line-height: 22px; font-weight: 500; color: #000; cursor: pointer; transition: all 0.25s ease; outline: none; border: none; }
.pd-tab-btn:hover { border-color: var(--primary-color); color: var(--primary-color); }
.pd-tab-btn.active { background: #47AEDF; color: #fff; box-shadow: 0 4px 12px rgba(247, 110, 28, 0.35); }
.pd-products-row { row-gap: 20px; flex-wrap: nowrap; }
.pd-product-col { min-width: 0; flex: 0 0 20%; max-width: 20%; }
.pd-card { background: #fff; border: 1px solid #E2E2E2; border-radius: 10px; overflow: hidden; position: relative; display: flex; flex-direction: column; height: 100%; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.pd-card:hover { box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09); transform: translateY(-4px); }
.pd-badge-wrap { position: absolute; top: 0; left: 0; z-index: 3; }
.pd-badge-wrap-1 { position: absolute; top: 0; right: 0; z-index: 3; }
.pd-badge-1 { display: inline-block; font-family: var(--family1); font-size: 16px; line-height: 20px; color: var(--white); font-weight: 700; padding: 8px 12px; width: 107; border-top-right-radius: 10px; border-bottom-left-radius: 10px; }
.pd-badge { padding: 15px 20px; display: inline-block; font-family: var(--family1); font-size: 12px; line-height: 14px; color: #8B2B2B; font-weight: 500; }
.pd-badge-info { background: transparent; }
.pd-badge-green { background: #006F2B; color: #fff; }
.pd-card-img-wrap { padding: 55px 35px 14px; display: flex; align-items: center; justify-content: center; min-height: 180px; }
.pd-product-img { max-width: 100%; max-height: 155px; object-fit: contain; transition: all 0.35s ease; }
.pd-card:hover .pd-product-img { transform: scale(1.06); }
.pd-card-body { padding: 0px 0px 0px 20px; display: flex; flex-direction: column; flex: 1; }
.pd-product-name { font-family: var(--family1); font-size: 16px; line-height: 22px; font-weight: 500; color: #000; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pd-color-swatches { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.pd-swatch { width: 16px; height: 16px; border-radius: 50%; cursor: pointer; transition: all 0.2s ease; display: inline-block; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); position: relative; }
.pd-swatch::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; border-radius: 50%; background: transparent; border: 1px solid #DADADA; }
.pd-swatch:hover { transform: scale(1.2); }
.pd-swatch.active { border: 2px solid var(--primary-color); box-shadow: 0 0 0 2px rgba(247, 110, 28, 0.25); transform: scale(1.15); }
.pd-pricing { display: flex; align-items: center; flex-wrap: wrap; margin-top: 17px; }
.pd-price { font-family: var(--family1); font-weight: 700; font-size: 20px; line-height: 28px; letter-spacing: 0%; vertical-align: middle; color: var(--primary-color); }
.pd-price-old { font-family: var(--family1); font-weight: 500; font-size: 14px; line-height: 22px; letter-spacing: 0%; vertical-align: middle; text-decoration: line-through; color: #5C5C5C; }
.pd-rating { font-family: var(--family1); color: var(--white); font-weight: 500; font-size: 14px; line-height: 16px; letter-spacing: 0%; vertical-align: middle; display: flex; align-items: center; gap: 5px; background: #FFAE00; border-radius: 2px; padding: 3px 7px; width: fit-content; margin: 14px 0; }
.pd-star { color: #ffffff; font-size: 14px; }
.pd-add-cart { display: block; width: 100%; text-align: center; background: #000000; color: #fff; font-family: var(--family1); font-weight: 600; font-size: 14px; line-height: 20px; letter-spacing: 0%; padding: 10px 0; text-decoration: none; transition: background 0.25s ease; border-radius: 0 0 10px 10px; }
.pd-add-cart:hover { background: var(--primary-color); color: #fff; }
.pd-product-img.img-fade { opacity: 0; transform: scale(0.95); }
#bs-products-grid { flex-wrap: wrap !important; }
.pd-product-col { flex: 0 0 20% !important; max-width: 20% !important; box-sizing: border-box; }
@media (max-width: 991px) { .pd-product-col { flex: 0 0 33.333% !important; max-width: 33.333% !important; }
}
@media (max-width: 575px) { .pd-product-col { flex: 0 0 50% !important; max-width: 50% !important; }
}
@media (max-width: 1199px) { .pd-product-col { flex: 0 0 33.333%; max-width: 33.333%; }
.pd-products-row { flex-wrap: wrap; }
}
@media (max-width: 767px) { .pd-header { flex-direction: column; align-items: flex-start; }
.pd-product-col { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 480px) { .pd-product-col { flex: 0 0 100%; max-width: 100%; }
}
/* ---- limited offers ---- */
.limited-offers { padding: 0 0 70px 0; }
.limited-offers-bg { padding-bottom: 30px; background: linear-gradient(90deg, #47AEDF 0%, #F76E1C 100%); padding: 35px 20px; border-radius: 10px; box-shadow: 0px 42px 93px 0px #DBDBDB1A; box-shadow: 0px 169px 169px 0px #DBDBDB17; box-shadow: 0px 379px 228px 0px #DBDBDB0D; box-shadow: 0px 675px 250px 0px #DBDBDB03; box-shadow: 0px 1054px 250px 0px #DBDBDB00; }
.limited-offers-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.limited-offers-left h2 { font-family: var(--family1); font-weight: 700; font-size: 32px; line-height: 42px; color: var(--white); }
.limited-offers-left p { margin-top: 10px; font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 22px; color: var(--white); }
@media (max-width: 767px) { .limited-offers-left h2 { font-size: 24px; }
.limited-offers-left p { font-size: 14px; }
}
@media (max-width: 480px) { .limited-offers-left h2 { font-size: 20px; }
.limited-offers-left p { font-size: 12px; }
}
.limited-offers-right { display: flex; justify-content: end; align-items: center; }
.timer-flex { display: flex; gap: 20px; flex-wrap: wrap; }
.timer-item { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 80px; height: 80px; background: var(--white); border-radius: 10px; }
.timer-item .timer-value { font-family: var(--family1); font-weight: 700; font-size: 30px; line-height: 20px; color: var(--black); }
.timer-item .timer-label { font-family: var(--family1); font-weight: 500; font-size: 12px; line-height: 12px; color: var(--black); }
/* products */
.front-limited-products { margin-top: 30px; background: #252525; width: 100%; height: calc(100% - 30px); padding: 40px 20px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.front-limited-products-flex { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; }
.front-limited-products-flex h3 { font-family: var(--family1); font-weight: 700; font-size: 32px; line-height: 42px; color: var(--white); margin-bottom: 5px; }
.front-limited-products-flex p { font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 22px; color: #D1D1D1; margin-bottom: 25px; }
.front-limited-products-flex a { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 24px; color: var(--white); background: var(--primary-color); padding: 8px 30px; text-decoration: none; border-radius: 25px; margin-bottom: 40px; transition: background 0.3s; }
.front-limited-products-flex a:hover { background: #d95a0e; }
.front-limited-products-flex .front-products { width: 100%; display: flex; justify-content: center; filter: drop-shadow(1px 11px 25px #FFFFFF1A) drop-shadow(4px 45px 45px #FFFFFF17) drop-shadow(9px 102px 61px #FFFFFF0D) drop-shadow(16px 181px 73px #FFFFFF03); }
.front-products img { max-width: 250px; width: 100%; height: auto; }
@media (max-width: 992px) { .front-limited-products { padding: 30px 20px; }
.front-limited-products-flex h3 { font-size: 26px; line-height: 34px; }
.front-products img { max-width: 200px; }
}
@media (max-width: 768px) { .front-limited-products { padding: 25px 20px; height: auto; }
.front-limited-products-flex h3 { font-size: 22px; line-height: 30px; }
.front-limited-products-flex p { font-size: 14px; }
.front-limited-products-flex a { font-size: 14px; padding: 6px 20px; }
.front-products img { max-width: 180px; }
}
@media (max-width: 480px) { .front-limited-products { padding: 20px 15px; }
.front-products img { max-width: 150px; }
}
/*last products */
.last-limited-products { margin-top: 30px; height: calc(100% - 30px); }
.last-limited-products-flex { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; width: 100%; height: 100%; align-items: stretch; }
.offers-products { display: flex; align-items: center; gap: 15px; border: 1px solid #E2E2E2; padding: 15px; border-radius: 10px; background: #fff; text-decoration: none; }
@media (max-width: 992px) { .last-limited-products-flex { gap: 15px; grid-template-columns: repeat(2, 1fr); }
.offers-products { padding: 12px; gap: 10px; }
}
@media (max-width: 767px) { .last-limited-products-flex { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.offers-products { flex-direction: column; text-align: center; padding: 10px; gap: 8px; }
.offers-products-image { width: 100%; margin-bottom: 5px; }
}
.offers-products:hover { transform: translateY(-3px); transition: all 0.2s ease; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.offers-products-image { width: 70px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.offers-products-image img { max-width: 100%; max-height: 80px; object-fit: contain; height: auto; }
.offers-products-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.offers-products-content h3 { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; color: var(--black); margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offers-products-content .stars { display: flex; gap: 4px; }
.offers-products-content .stars i { color: #FFAE00; font-size: 12px; }
.offers-products-content p { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; color: #47AEDF; margin-top: 10px; }
/* ---- camera drones ---- */
.camera-drones { padding: 0 0 70px 0; }
.camera-drones-header { margin-bottom: 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.camera-drones-header-left h2 { font-family: var(--family1); font-weight: 700; font-size: 32px; line-height: 42px; color: var(--black); }
.product-bottom-camera-drones { display: flex; justify-content: space-between; align-items: flex-end; padding: 14px 20px; border-top: 1px solid #eaeaea; }
.camera-drones .current-price { font-family: var(--family1); font-size: 16px; line-height: 22px; font-weight: 700; color: #47AEDF; }
.camera-drones .product-cat-rating { display: flex; align-items: center; margin-bottom: 8px; justify-content: space-between; }
.product-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); transform: translateY(-3px); transition: all 0.2s ease; }
/* apple-support-events */
.apple-support-events { background: linear-gradient(256.69deg, #47AEDF 11.82%, #F76E1C 79.81%); padding: 50px 0; }
.apple-image img { width: 100%; height: auto; display: block; }
/* overlay badge */
.apple-shopping-content h2 { font-family: var(--family1); font-weight: 700; font-size: 36px; line-height: 46px; color: var(--white); }
.apple-shopping-content p { font-family: var(--family1); font-family: Albert Sans; font-weight: 500; margin: 10px 0 20px; font-size: 16px; line-height: 22px; vertical-align: middle; color: var(--white); }
.go-shoping-btn { display: inline-block; margin-top: 25px; font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 22px; color: var(--white); background: var(--black); padding: 10px 21px; text-decoration: none; border-radius: 25px; margin-bottom: 40px; transition: background 0.3s; }
.go-shoping-btn:hover { background: var(--primary-color); }
/* apple shopping products */
.apple-shopping-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991px) { .apple-shopping-products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) { .apple-shopping-products { gap: 10px; }
.product { flex-direction: column; text-align: center; padding: 15px 10px; gap: 10px; }
.product-image { width: 100%; margin-bottom: 5px; }
}
.product { display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 4px; background: #fff; text-decoration: none; height: 100%; }
.product:hover { transform: translateY(-3px); transition: all 0.2s ease; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.product-image { width: 100px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.product-content { font-family: var(--family1); color: var(--black); }
.product-content h3 { font-family: var(--family1); font-weight: 500; font-size: 12px; line-height: 18px; vertical-align: middle; }
.product-content .stars { display: flex; gap: 4px; margin-top: 6px; }
.product-content .stars i { color: #FFAE00; font-size: 14px; }
.product-content p { font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; vertical-align: middle; color: #47AEDF; margin-top: 10px; }
/* ----- trusted brands ----- */
.trusted-brands { padding: 70px 0; }
.trusted-brands-header h2 { font-family: var(--family1); font-weight: 700; font-size: 32px; line-height: 42px; color: var(--black); }
.trusted-brands-header .title-span { background: linear-gradient(90deg, #F76E1C 0%, #47AEDF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.brands { margin-top: 30px; gap: 25px; width: 100%; justify-content: space-between; align-items: center; }
.brands .brand { background: #F4F4F4; border-radius: 10px; border: #A3A3A3 1px solid; max-width: 180px; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 20px; }
/* Custom Promo Grid Section */
.custom-promo-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; justify-items: center; align-items: center; }
.custom-promo-item { width: 100%; position: relative; border-radius: 10px; }
.promo-img { width: 100%; height: auto; display: block; }
.book-now { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--white); color: var(--black); padding: 5px 22px; text-decoration: none; border-radius: 20px; font-family: var(--family1); font-weight: 600; font-size: 16px; line-height: 22px; vertical-align: middle; }
.custom-promo-item:nth-child(1) { border: 3px #47AEDF solid; }
.custom-promo-item:nth-child(2) { max-width: 330px; }
.custom-promo-item:nth-child(3) { max-width: 330px; }
@media (max-width: 992px) { .custom-promo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) { .custom-promo-grid { grid-template-columns: 1fr; }
.custom-promo-item { max-width: 100%; }
}
/* ---- NEW FOOTER CSS ---- */
.trimurti-footer { width: 100%; margin-top: 20px; font-family: var(--family1); }
.footer-promo-wrapper { background: linear-gradient(to bottom, transparent 50%, #F5F6F8 50%); position: relative; z-index: 1; }
.footer-promo { background: linear-gradient(90deg, #F76E1C 0%, #47AEDF 100%); border-radius: 10px; padding: 25px 0; color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
.promo-col { border-right: 1px solid #F4F4F4; }
.promo-col-last { border-right: none; }
.promo-item { padding: 10px; }
.promo-icon { margin-bottom: 15px; display: flex; justify-content: center; }
.promo-item h4 { font-weight: 500; font-size: 16px; line-height: 100%; letter-spacing: 2%; text-align: center; text-transform: uppercase; margin-bottom: 12px; }
.promo-item p { font-weight: 400; font-size: 14px; line-height: 23px; letter-spacing: 4%; text-align: center; text-transform: capitalize; margin-bottom: 0; }
.footer-main { background-color: #F5F6F8; padding: 60px 0 40px 0; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { font-size: 14px; color: #000000; margin-bottom: 25px; display: flex; align-items: center; gap: 12px; }
.footer-contact-list li i { color: #47AEDF; font-size: 18px; }
.footer-links-col h4 { font-weight: 700; font-size: 18px; color: #000; margin-bottom: 15px; }
.footer-links-col ul { list-style: none; padding: 0; margin: 0; }
.footer-links-col ul li { margin-bottom: 15px; }
.footer-links-col ul li a { color: #424242; text-decoration: none; font-size: 14px; display: flex; line-height: 22px; align-items: center; gap: 10px; transition: color 0.3s; }
.footer-links-col ul li a .icon-plane { color: #47AEDF; transform: rotate(355deg); font-size: 16px; }
.footer-links-col ul li a:hover { color: var(--primary-color); }
.mailing-list-box { background-color: #47AEDF; border-radius: 10px; padding: 25px 20px; color: #fff; height: 100%; }
.mailing-list-box h4 { font-weight: 700; font-size: 18px; line-height: 22px; margin-bottom: 10px; }
.mailing-list-box p { font-size: 14px; line-height: 22px; margin-bottom: 20px; }
.mailing-form { display: flex; gap: 15px; margin-bottom: 25px; }
.mailing-form input { flex: 1; border: none; padding: 8px 32px; border-radius: 50px; outline: none; font-size: 14px; }
.mailing-form button { background-color: var(--black); color: #fff; border: none; padding: 8px 25px; border-radius: 50px; font-weight: 600; font-size: 14px; cursor: pointer; transition: background 0.3s; }
.mailing-form button:hover { background-color: var(--primary-color); }
.privacy-note { font-size: 14px !important; opacity: 0.9; margin-bottom: 0 !important; }
.footer-copyright { background-color: #F5F6F8; border-top: 1px solid var(--black); padding: 20px 0; }
.footer-copyright p { margin: 0; font-size: 16px; color: var(--black); }
.footer-copyright a { color: var(--primary-color); text-decoration: none; font-weight: 600; }
.payment-badge { padding: 4px 10px; font-size: 12px; font-weight: 700; border-radius: 4px; margin-left: 10px; }
@media (max-width: 991px) { .footer-links-col { margin-top: 30px; }
.mailing-list-box { margin-top: 30px; }
}
@media (max-width: 767px) { .promo-col { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 15px; margin-bottom: 15px; }
.promo-col-last { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mailing-form { flex-direction: column; }
}
/* === WhatsApp Floating Button === */
.whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 15px; right: 25px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 35px; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); z-index: 9999; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; animation: whatsapp-pulse 2s infinite; }
.whatsapp-float:hover { background-color: #128c7e; color: #FFF; transform: scale(1.1) rotate(5deg); }
.whatsapp-float .my-float { margin: 0; }
@keyframes whatsapp-pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
/* Response for Mobile */
@media (max-width: 768px) { .whatsapp-float { width: 50px; height: 50px; bottom: 15px; right: 15px; font-size: 28px; }
}
@media (max-width: 767px) { .new-arrivals .new-arrivals-row > .col:nth-child(n+5) { display: none !important; }
}


/* -------------------------------------------------- Product page style ------------------------------------------------------ */

.product-click-section {font-family: var(--family1, 'Albert Sans', sans-serif);padding: 40px 0 20px;}
.detail-container {margin: 0 25px; background: #fff; border-radius: 10px; border: 0.6px solid #515151;padding: 35px 75px 50px 50px; min-height: 650px;}
.breadcrumb-row {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;font-family: var(--family1, 'Albert Sans', sans-serif);font-weight: 400;font-size: 14px;line-height: 100%;letter-spacing: 0%;color: #000;}
.breadcrumb-row a {color: #4F4F4F;text-decoration: none;}
.breadcrumb-row a:hover {color: #000;}
.nav-icons-right {display: flex;gap: 8px;color: #000;font-size: 14px;cursor: pointer;align-items: center;}
.product-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 3rem;align-items: center;}
.image-column {display: flex;flex-direction: column;justify-content: center;}
.main-image-wrapper {text-align: center;margin-bottom: 25px;max-height: 400px;min-height: 250px;display: flex;align-items: center;justify-content: center;}
.main-image-wrapper img {max-height: 100%;max-width: 100%;min-width: 300px;object-fit: contain;}
.thumbnail-row {display: flex;justify-content: center;align-items: center;}
.thumbnail-row::-webkit-scrollbar { display: none; }
.thumb-btn {cursor: pointer;font-size: 10px;color: #000;}
.thumb-item {width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;cursor: pointer;opacity: 0.5;border: 1px solid #ddd;border-radius: 4px;flex-shrink: 0;transition: all 0.2s ease;}
.thumb-item:hover, .thumb-item.active {opacity: 1;}
.thumb-item img {max-width: 100%;max-height: 100%;object-fit: contain;}
.product-details {display: flex;flex-direction: column;justify-content: center;}
.product-title-1 {font-family: var(--family1);font-weight: 700;font-size: 34px;line-height: 44px;color: #000;margin-bottom:10px;}
.product-sku {font-family: var(--family1);font-weight: 500;font-size: 18px;line-height: 28px;color: #000; margin-bottom: 10px;}
.product-rating-1 {display: flex;align-items: center;gap: 25px;margin-bottom: 35px}
.stars {color: #FF9500;font-size: 20px;}
.review-count {font-family: var(--family1);font-weight: 500;font-size: 16px;line-height: 26px;color: #4F4F4F; }
.freebies-wrapper {display: flex;align-items: stretch;gap: 12px;margin-bottom: 25px;flex-wrap: wrap;}
.freebie-box {position: relative;background: #E6E6E6;border-radius: 10px;padding: 15px 20px 15px 10px;display: flex;align-items: center;justify-content: space-between;flex: 1;min-width: 200px;max-width: 250px;height: auto;overflow: hidden;}
.free-ribbon {position: absolute;top: 6px;left: -22px;background: #f12525;color: #fff;font-size: 0.6rem;font-weight: bold;padding: 2px 25px;transform: rotate(-45deg);text-transform: uppercase;letter-spacing: 0.5px;}
.freebie-text {padding-left: 10px;flex-grow: 1;}
.freebie-title {font-family: var(--family1);font-weight: 500;font-size: 14px;line-height: 18px;letter-spacing: 0%;color: #000;margin-bottom: 8px;display: block;}
.freebie-tag {font-family: var(--family1);font-weight: 500;font-size: 12px;line-height: 12px;letter-spacing: 0%;display: inline-block;color: #FF0000;}
.freebie-img {object-fit: contain;flex-shrink: 0; max-width: 60px; max-height: 60px;}
.plus-sign {display: flex;align-items: center;font-size: 1.5rem;font-weight: bold;color: #000;}    
.product-price-1 {font-family: var(--family1);font-weight: 700;font-size: 30px;line-height: 30px;margin-bottom: 35px;color: #47AEDF;}
.option-row {display: flex;align-items: center;gap: 30px;margin-bottom: 2rem;}
.option-label {font-family: var(--family1);font-weight: 500;font-size: 18px;line-height: 28px;color: #000;}
.color-options {display: flex;gap: 12px;}
.color-circle {width: 30px;height: 30px;border-radius: 50%;cursor: pointer;position: relative;}
.color-circle::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 34px;height: 34px;border-radius: 50%;border: 0.4px solid  #AEAEAE;}
.storage-options{display: flex;gap: 15px;}
.storage-pill{border: #ADADAD 1px solid; padding: 3px 21px; font-family: var(--family1);font-weight: 500;font-size: 14px;line-height: 22px;border-radius: 14px;}
.action-row {display: flex;gap: 22px;align-items: center;margin-bottom: 40px;}
.qty-selector {display: flex;align-items: center;border: 1px solid #000000;border-radius: 50px;overflow: hidden;width: 140px;height: 48px;}
.qty-btn {background: none;border: none;width: 45px;height: 100%;font-size: 20px;cursor: pointer;display: flex;align-items: center;justify-content: center;color: #000;transition: background 0.2s;}
.qty-btn:hover {background: #f5f5f5;}
.qty-input {flex: 1;height: 100%;border: none;border-left: 1px solid #000000;border-right: 1px solid #000000;text-align: center;font-size: 18px;font-weight: 500;width: 50px;outline: none;background: transparent;-moz-appearance: textfield;padding: 0;}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.btn-orange {height: 48px; display: flex; align-items: center; background-color: var(--primary-color);font-family: var(--family1);font-weight: 500;font-size: 14px;color: #fff;border: none;border-radius: 50px;padding: 0 42px;cursor: pointer;transition: all 0.3s ease;}
.btn-orange:hover {background-color: #e66015;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(247, 110, 28, 0.3);}
.btn-black {height: 48px; display: flex; align-items: center; background-color: #000;color: #fff;border: none;border-radius: 50px;padding: 0 42px;font-family: var(--family1);font-weight: 500;font-size: 14px;cursor: pointer;transition: all 0.3s ease;}
.btn-black:hover {background-color: #333;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}
.secondary-actions {display: flex;gap: 35px;align-items: center;}
.secondary-actions span {display: flex;align-items: center;gap: 10px;font-family: var(--family1);font-weight: 500;font-size: 18px;line-height: 28px;color: #000;cursor: pointer;transition: color 0.3s;}
.secondary-actions span:hover {color: var(--primary-color);}
.secondary-actions i {font-size: 16px;}
.color-circle.active::after {border-color: var(--primary-color) !important;border-width: 2px;}
.storage-pill.active {border-color: var(--primary-color); color: var(--primary-color);background-color: #fff5ef;}
.thumb-item.active {border: 2px solid var(--primary-color) !important;}
@media (max-width: 991px) {
    .product-grid {grid-template-columns: 1fr;gap: 2rem;}
    .detail-container {padding: 1.5rem;}
    .main-image-wrapper {height: 300px; min-height: 300px;}
    .btn-orange, .btn-black {font-size: 13px; padding: 0 25px; height: 44px;}
    .action-row {gap: 12px; flex-wrap: wrap;}
    .secondary-actions {gap: 20px;}
    .secondary-actions span {font-size: 15px;}
    .product-title-1 {font-size: 26px; line-height: 34px;}
    .action-row {display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 15px 10px !important; margin-bottom: 30px;}
    .qty-selector {width: 100% !important; height: 44px !important; margin: 0 !important;}
    .btn-orange {width: 100% !important; height: 44px !important; padding: 0 !important; justify-content: center !important; font-size: 13px !important; margin: 0 !important;}
    .btn-black {width: 100% !important; height: 44px !important; padding: 0 !important; justify-content: center !important; font-size: 13px !important; margin: 0 !important;}
    .btn-blue-wishlist {width: 44px !important; height: 44px !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 50% !important; justify-self: end !important; margin: 0 !important;}
}    
.specification{padding: 70px 0;}    
.spec-contant{margin-top: 15px; background: #f4f4f4; padding: 40px 50px; border-radius: 10px;}
.spec-main-content{width: 100%; padding-bottom: 25px; display: flex; flex-direction: column; gap: 15px;}
.spec-title{display: flex; gap: 14px; align-items: center; margin-bottom: 5px;}
.spec-title h2{font-family: var(--family1);font-weight: 700;font-size: 18px;line-height: 28px;color: #000;}
.spec-title i {color: #F76E1C; font-size: 24px;}
.spec-details{display: flex; flex-direction: column; gap: 16px;}
.details-number{display: flex; align-items: flex-start;}
.details-number h3{font-family: var(--family1);font-weight: 400;font-size: 14px;line-height: 20px;color: #717171; width: 45%; flex-shrink: 0;}
.details-number p{font-family: var(--family1);font-weight: 600;font-size: 14px;line-height: 20px;color: #000; width: 55%;}

.reviews { padding: 40px 0 60px 0; }
.reviews-header{margin: 0 ;}
.review-subtitle { font-family: var(--family1); font-weight: 500; font-size: 18px; margin-bottom: 30px; color: #000; }
.review-form-title{margin-bottom: 10px;}
.review-list-box { border: 1px solid #E2E2E2; border-radius: 10px; overflow: hidden; background: #fff; }
.review-item { padding: 20px 35px 10px 20px; }
.review-item:nth-child(even) { background-color: #F5f5f5;   box-shadow: 
    0px 11px 24px 0px #5C92FF1A,
    0px 43px 43px 0px #5C92FF17,
    0px 97px 58px 0px #5C92FF0D,
    0px 173px 69px 0px #5C92FF03,
    0px 270px 76px 0px #5C92FF00;
}
.review-item:last-child { border-bottom: none; }
.review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.review-header h4 { font-family: var(--family1); font-weight: 600; font-size: 18px;line-height: 24px; margin: 0; color: #000; }
.review-header span { font-family: var(--family1); font-weight: 400; font-size: 14px; line-height: 20px; color: #4f4f4f; }
.review-stars { color: #FF9500; font-size: 14px; margin-bottom: 15px; }
.review-item p { font-family: var(--family1); font-size: 14px; line-height: 20px; color: #4F4F4F; margin-bottom: 0; }
.review-form-box { padding-left: 15px; }
@media (max-width: 767px) { .review-form-box { padding-left: 0; margin-top: 30px; } }
.form-note { font-family: var(--family1); font-size: 14px; line-height: 20px; color: 4F4F4F; margin-bottom: 14px; }
.form-note span.req, label span.req { color: var(--primary-color); }
.rating-input { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.rating-input label { font-family: var(--family1); font-size: 14px; color: #000; margin: 0; font-weight: 400; }
.stars-input { display: flex; gap: 5px; }
.stars-input i { font-size: 14px; color: #666; cursor: pointer; transition: color 0.3s; }
.stars-input i:hover { color: #FF9500; }
.form-group { margin-bottom: 25px; display: flex; flex-direction: column; gap: 10px; }
.form-group label { font-family: var(--family1); font-weight: 400; font-size: 14px; color: var(--black); }
.form-group input, .form-group textarea { width: 100%; border: 1px solid #C2C2C2; padding: 12px 20px; font-family: var(--family1); font-size: 14px; color: var(--black); outline: none; transition: border-color 0.3s; }
.form-group textarea { border-radius: 10px; resize: vertical; }
.form-group input { border-radius: 50px; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary-color); }
.checkbox-group { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 40px; }
.checkbox-group input { margin-top: 4px; cursor: pointer; }
.checkbox-group label { font-family: var(--family1); font-size: 14px; color: var(--black); line-height: 20px; cursor: pointer; margin: 0; }

.review-submit-btn { width: auto; min-width: 120px; display: inline-flex; justify-content: center; }

/* -------------------------------------------------- Cart Page Style ------------------------------------------------------ */

.cart-section { font-family: var(--family1, 'Albert Sans', sans-serif); color: var(--black); }
.cart-steps { display: flex; align-items: center; gap: 25px; margin-bottom: 30px; font-size: 20px; line-height: 24px; font-weight: 600; }
.cart-steps .active-step { color: var(--black); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px;}
.cart-steps .inactive-step { color: #4f4f4f; font-weight: 500; }
.cart-steps i { color: var(--black); font-size: 14px; }
.cart-items-container { background: #f4f4f4; border-radius: 10px; padding: 25px 25px 25px 40px; height: 100%; }
.cart-table-header { display: flex; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #D9D9D9; font-weight: 500; font-size: 18px; line-height: 20px; margin-bottom: 55px;}
.cart-item { display: flex; align-items: center; padding-bottom: 50px; border-bottom: 1px solid #D9D9D9; margin-bottom: 30px;}
.col-product { flex: 2.5; display: flex; align-items: center; gap: 20px; }
.col-price { flex: 1; font-weight: 500; font-size: 15px; line-height: 22px; text-align: left;}
.col-qty { flex: 1; }
.col-subtotal { flex: 1; font-weight: 500; font-size: 16px;}
.remove-btn { color: #666; cursor: pointer; font-size: 14px; }
.cart-item-img-wrap { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; padding: 5px;}
.cart-item-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cart-item-title { font-weight: 600; font-size: 18px; line-height: 20px;}
.cart-qty-selector { display: flex; align-items: center; background: #fff; border: 1px solid #D9D9D9; border-radius: 25px; width: 90px; height: 40px; overflow: hidden; margin: 0 auto;}
.cart-qty-selector .qty-btn { background: none; border: none; width: 30px; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.cart-qty-selector .qty-input { flex: 1; width: 30px; border: none; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; text-align: center; -moz-appearance: textfield; font-size: 16px; outline: none; }
.cart-qty-selector .qty-input::-webkit-outer-spin-button, .cart-qty-selector .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-coupon-area { display: flex; gap: 15px; }
.coupon-input { background: #fff; border: 1px solid #e1e1e1; border-radius: 50px; padding: 9px 19px; outline: none; font-size: 14px; width: 250px; }
.btn-apply-coupon { background: #47AEDF; color: #fff; border: none; border-radius: 50px; padding: 8px 19px; font-weight: 500; font-size: 14px; cursor: pointer; transition: background 0.3s; }
.btn-apply-coupon:hover { background: var(--primary-color); }
.cart-totals-container { background: #f4f4f4; border-radius: 10px; padding: 25px 20px; height: 100%; display: flex; flex-direction: column; }
.cart-totals-container .btn-proceed-checkout { margin-top: auto; }
.cart-totals-title { font-size: 20px; line-height: 24px; font-weight: 700; margin-bottom: 20px; }
.totals-row { display: flex; justify-content: space-between; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #D9D9D9; }
.totals-row:last-of-type { border-bottom: none; }
.totals-label { font-weight: 500; font-size: 15px; line-height: 22px; color: var(--black); }
.totals-value { font-weight: 500; font-size: 15px; line-height: 22px; color: var(--black); }
.shipment-row { align-items: flex-start; }
.shipment-details { text-align: right; }
.shipment-type { font-weight: 400; font-size: 15px; line-height: 22px; color: #4F4F4F; margin-right: 15px;}
.shipment-radio { cursor: pointer; accent-color: #47AEDF; }
.shipment-address { font-size: 15px; line-height: 22px; color: #4F4F4F; margin-bottom: 10px; }
.change-location { font-size: 15px; line-height: 22px; color: #47AEDF; text-decoration: none; }
.change-location:hover { text-decoration: underline; }
.total-row { align-items: center; padding-bottom: 30px; margin-bottom: 0px; }
.totals-value-highlight { font-weight: 600; font-size: 16px; line-height: 24px; color: #47AEDF; }
.btn-proceed-checkout { width: 100%; background: #47AEDF; color: #fff; border: none; border-radius: 50px; padding: 8px; font-weight: 500; font-size: 16px; cursor: pointer; transition: background 0.3s; }
.btn-proceed-checkout:hover { background: var(--primary-color); }

@media (max-width: 767px) {
    .cart-steps { font-size: 14px; gap: 8px; flex-wrap: wrap; }
    .cart-items-container { padding: 15px; }
    .cart-item { flex-direction: column; align-items: flex-start; gap: 15px; }
    .col-product { width: 100%; padding-left: 0 !important; }
    .col-price, .col-qty, .col-subtotal { width: 100%; text-align: left !important; display: flex; justify-content: space-between; align-items: center;}
    .col-price::before { content: "Price: "; font-weight: 500; }
    .col-qty::before { content: "Quantity: "; font-weight: 500;}
    .col-subtotal::before { content: "Subtotal: "; font-weight: 500;}
    .cart-qty-selector { margin: 0; }
    .cart-coupon-area { flex-direction: column; }
    .coupon-input { width: 100%; }
}

/* -------------------------------------------------- Checkout Page Style ------------------------------------------------------ */

.checkout-billing-container { background: #f4f4f4; border-radius: 10px; padding: 30px;}
.checkout-order-container { background: #f4f4f4; border-radius: 10px; padding: 30px; }
.checkout-title { font-size: 20px; line-height: 24PX; font-weight: 700; margin-bottom: 25px; color: var(--black); font-family: var(--family1); }
.form-group-checkout { margin-bottom: 20px; display: flex; flex-direction: column; gap: 10px; }
.form-group-checkout label { font-family: var(--family1); font-weight: 500; font-size: 16px; line-height: 20PX; color:var(--black); margin: 0;}
.form-group-checkout label span.req { color: var(--primary-color); }
.form-group-checkout label span { color: #4F4F4F; font-weight: 400; }
.form-group-checkout input, .form-group-checkout textarea { width: 100%; border: 1px solid #A1A1A1; padding: 12px 20px; font-family: var(--family1); font-size: 15px; color: #000; outline: none; transition: border-color 0.3s; background: #fff; }
.form-group-checkout input { border-radius: 50px; }
.form-group-checkout textarea { border-radius: 10px; resize: vertical; }
.form-group-checkout input:focus, .form-group-checkout textarea:focus { border-color: var(--primary-color); }
.checkout-checkbox { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.checkout-checkbox input[type="checkbox"] { width: 16px; height: 16px; cursor: pointer; accent-color: #47AEDF; margin: 0;}
.checkout-checkbox label { font-family: var(--family1); font-size: 15px; font-weight: 600; color: #000; cursor: pointer; margin: 0; }
.form-group-checkout-1 { display: flex; flex-direction: column; gap: 25px; }
.form-group-checkout-1 textarea { resize: vertical; border: 1px solid #A1A1A1; border-radius: 10px; }
.checkout-order-summary { font-family: var(--family1); color: #000; }
.order-header-row { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid #BDBDBD; font-weight: 600; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
.order-header-row .order-col-prod { flex: none; }
.order-header-row .order-col-sub { flex: none; }
.order-item-row { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid #e1e1e1; margin-bottom: 20px; }
.order-col-prod { display: flex; align-items: center; gap: 17px; }
.order-remove { color: #666; cursor: pointer; font-size: 18px; font-weight: 300; transition: color 0.3s; }
.order-remove:hover { color: var(--primary-color); }
.order-img-wrap { width: 70px; height: 70px;  display: flex; justify-content: center; align-items: center;}
.order-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.order-prod-info { display: flex; flex-direction: column; gap: 10px; }
.order-prod-title { font-weight: 400; font-size: 16px; line-height: 16px; }
.order-prod-qty-selector { display: inline-flex; align-items: center; background: #fff; border: 1px solid #e1e1e1; border-radius: 25px; width: 75px; height: 32px; overflow: hidden; margin-top: 2px;}
.order-prod-qty-selector .qty-btn { background: none; border: none; width: 25px; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; color: #000;}
.order-prod-qty-selector .qty-input { flex: 1; width: 25px; border: none; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; text-align: center; font-size: 14px; outline: none; padding: 0; color: #000; font-weight: 600;}
.order-col-sub { text-align: right; }
.order-price-text { font-weight: 400; font-size: 15px; color: #4f4f4f;  line-height: 22px;}
.order-totals-row { display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e1e1e1; }
.order-totals-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.order-totals-row .totals-label { font-weight: 600; font-size: 16px; line-height: 20px; color: #000; }
.order-totals-row .totals-value { font-weight: 500; font-size: 15px; line-height: 22px; color: #000; }
.highlight-blue { font-weight: 600 !important; color: #47AEDF !important; }
.shipment-row { align-items: flex-start; }
.shipment-options { display: flex; flex-direction: column; gap: 10px; text-align: right; }
.shipment-option { display: flex; align-items: center; justify-content: flex-end; gap: 8px; cursor: pointer; }
.shipment-type { font-weight: 400; font-size: 15px; color: #000; }
.shipment-radio { margin: 0; cursor: pointer; accent-color: #47AEDF; width: 8px; height: 8px; position: relative;}
.shipment-radio::after{content: '';position: absolute; width: 12px; height: 12px; border: 1px solid #0095FF; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%;}
.total-calc-row { align-items: center; padding-top: 10px; }
.grand-total { font-weight: 700 !important; font-size: 20px !important; color: #47AEDF !important; }

@media (max-width: 991px) {
    .checkout-order-container { margin-top: 30px; }
    .checkout-billing-container, .checkout-order-container { height: auto; }
}
@media (max-width: 767px) {
    .checkout-billing-container, .checkout-order-container, .checkout-payment-container { padding: 25px; }    .order-item-row { flex-direction: column; align-items: flex-start; gap: 15px; }
    .order-col-prod { width: 100%; }
    .order-col-sub { width: 100%; text-align: left; font-weight: 600; color: #000;}
}
.checkout-payment-container { background: #f4f4f4; border-radius: 10px; padding: 30px; margin-top: 30px; }
.payment-methods { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; }
.payment-option { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; }
.payment-radio { grid-column: 1; margin: 0; cursor: pointer; accent-color: #47AEDF; width: 16px; height: 16px; position: relative; top: 3px; }
.payment-label { grid-column: 2; font-family: var(--family1); font-size: 16px; color: var(--black); font-weight: 400; cursor: pointer; margin: 0; line-height: 16px; }
.payment-desc { grid-column: 1 / -1; background: #fff; padding: 15px 20px; border-radius: 10px; font-size: 14px; line-height: 22px; color: #000; margin-top: 4px; position: relative; display: none; font-family: var(--family1); }
.payment-desc::before { content: ''; position: absolute; top: -8px; left: 16px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; }
.payment-radio:checked ~ .payment-desc { display: block; }
.checkout-payment-divider { border-top: 1px solid #BDBDBD; margin-bottom: 25px; }
.btn-place-order { width: 100%; background: #47AEDF; color: #fff; border: none; border-radius: 50px; padding: 13px; font-weight: 500; font-size: 16px; line-height: 16px; cursor: pointer; transition: background 0.3s; font-family: var(--family1); }
.btn-place-order:hover { background: var(--primary-color); }


/* -------------------------------------------------- catagories Page Style ------------------------------------------------------ */
.breadcrumb-container { display: flex; align-items: center; gap: 8px; margin-bottom: 40px; font-family: var(--family1); font-size: 16px; }
.breadcrumb-container .inactive-step { color: #4f4f4f; font-weight: 400; }
.breadcrumb-container .separator { color: #ccc; font-weight: 400; }
.breadcrumb-container .active-step { color: var(--black); font-weight: 700; }
.sidebar-catagories { background: #f4f4f4; border-radius: 10px; padding:30px; font-family: var(--family1); }
.sidebar-title { font-weight: 600; font-size: 24px; line-height: 34px; color: var(--black); margin-bottom: 25px;}
.catagory-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 25px; }
.catagory-list li { display: flex; justify-content: space-between; align-items: center; }
.catagory-list a { text-decoration: none; color: #4F4F4F; font-size: 15px; line-height: 20px; font-weight: 400; transition: color 0.3s; }
.catagory-list a:hover { color: var(--primary-color); }
.cat-count { border: 1px solid #C2C2C2; border-radius: 20px; padding: 3px 13px; font-size: 15px; line-height: 15px; color: #4F4F4F; font-weight: 500; }
.sidebar-divider { border-top: 1px solid #4F4F4F; margin: 30px 0; }
.fake-slider { position: relative; height: 16px; margin-bottom: 15px; display: flex; align-items: center; }
.fake-slider-line { position: absolute; width: 100%; height: 2px; background: #E1E1E1; z-index: 1; }
.fake-slider-track { position: absolute; left: 0%; width: 100%; height: 2px; background: #2B00FF; z-index: 2; }
.fake-handle { position: absolute; width: 2px; height: 16px; background: #2B00FF; z-index: 3; top: 0; }
.fake-handle.left { left: 0; }
.fake-handle.right { right: 0; }
.price-filter-row { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
.price-range { font-size: 15px; line-height: 20px; color: #4F4F4F; font-weight: 400; }
.price-range strong { color: var(--black); font-weight: 600; }
.filter-btn { font-size: 14px; color: var(--black); font-weight: 600; text-decoration: none; transition: color 0.3s; }
.filter-btn:hover { color: var(--primary-color); }
.shop-header-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; font-family: var(--family1); flex-wrap: wrap; gap: 15px; }
.shop-title { font-weight: 700; font-size: 24px; color: var(--black); margin: 0; }
.shop-header-right { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.show-text { font-size: 15px; line-height: 20px; color: var(--black); font-weight: 500; }
.show-text .light { color: #4F4F4F; font-weight: 400; }
.show-text strong { font-weight: 700; }
.grid-view-icon { cursor: pointer; display: flex; flex-wrap: wrap; width: 14px; gap: 2px; }
.grid-view-icon span { width: 3px; height: 3px; background: var(--black); display: block; border-radius: 1px; }
.sort-select { padding: 9px 36px 9px 18px; border: 1px solid #A1A1A1; border-radius: 50px; font-family: var(--family1); font-size: 13px; color: #4F4F4F; background: transparent; outline: none; appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); background-repeat: no-repeat; background-position-x: 90%; background-position-y: 6px; }
.sort-select:focus { border-color: var(--primary-color); }
.sidebar-scroll-area { max-height: 195px; overflow-y: auto; padding-right: 15px; }
.sidebar-scroll-area::-webkit-scrollbar { width: 6px; }
.sidebar-scroll-area::-webkit-scrollbar-track { background: #EBEBEB; border-radius: 10px; }
.sidebar-scroll-area::-webkit-scrollbar-thumb { background: #C4C4C4; border-radius: 10px; }
.sidebar-scroll-area::-webkit-scrollbar-thumb:hover { background: #A1A1A1; }
.color-filter-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.color-filter-list li { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.color-filter-left { display: flex; align-items: center; gap: 15px; }
.color-swatch-ring { position: relative; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #C2C2C2; display: flex; align-items: center; justify-content: center; background: transparent; }
.color-dot { width: 14px; height: 14px; border-radius: 50%; display: block; }
.sort-select { padding: 9px 36px 9px 18px; border: 1px solid #A1A1A1; border-radius: 50px; font-family: var(--family1); font-size: 13px; color: #4F4F4F; background: transparent; outline: none; appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); background-repeat: no-repeat; background-position-x: 90%; background-position-y: 6px; }
.sort-select:focus { border-color: var(--primary-color); }
.sidebar-scroll-area { max-height: 195px; overflow-y: auto; padding-right: 15px; }
.sidebar-scroll-area::-webkit-scrollbar { width: 6px; }
.sidebar-scroll-area::-webkit-scrollbar-track { background: #EBEBEB; border-radius: 10px; }
.sidebar-scroll-area::-webkit-scrollbar-thumb { background: #C4C4C4; border-radius: 10px; }
.sidebar-scroll-area::-webkit-scrollbar-thumb:hover { background: #A1A1A1; }
.color-filter-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.color-filter-list li { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.color-filter-left { display: flex; align-items: center; gap: 15px; }
.color-swatch-ring { position: relative; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #C2C2C2; display: flex; align-items: center; justify-content: center; background: transparent; }
.color-dot { width: 14px; height: 14px; border-radius: 50%; display: block; }
.color-name { font-size: 15px; color: #000; font-weight: 400; transition: color 0.3s; font-family: var(--family1); }
.color-filter-list li:hover .color-name { color: var(--primary-color); }

/* -------------------------------------------------- Login Popup Style ------------------------------------------------------ */
.popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(43, 56, 71, 0.9); display: none; align-items: center; justify-content: center; z-index: 999999; }
.popup-overlay.active { display: flex; }
.login-popup-box { background: #fff; width: 100%; max-width: 550px; border-radius: 8px; padding: 45px; font-family: var(--family1); box-sizing: border-box; }

.popup-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.popup-header h2.popup-title { font-size: 24px; font-weight: 700; color: var(--black); margin: 0; line-height: 34px; }
.popup-close { background: none; border: none; font-size: 15px; color: var(--black); cursor: pointer; display: flex; align-items: center; gap: 10px; font-weight: 500; font-family: var(--family1); padding: 0; line-height: 25px; }

.popup-body { margin-bottom: 30px; }
.popup-form-group { margin-bottom: 25px; }
.popup-form-group label { display: block; font-size: 15px; line-height: 25px; color: var(--black); margin-bottom: 8px; font-weight: 500; }
.popup-form-group label .req { color: var(--primary-color); }
.popup-input { width: 100%; border: 1px solid #A7A7A7; border-radius: 4px; padding: 14px 15px; font-size: 15px; font-family: var(--family1); outline: none; transition: border-color 0.3s; box-sizing: border-box; }
.popup-input:focus { border-color: var(--primary-color); }

.popup-password-wrap { position: relative; display: flex; align-items: center; }
.popup-password-wrap .popup-input { padding-right: 40px; }
.toggle-password { position: absolute; right: 15px; cursor: pointer; color: #A7A7A7; display: flex; align-items: center; justify-content: center; transition: color 0.3s; }
.toggle-password:hover { color: var(--primary-color); }

.popup-btn { width: 100%; padding: 10px; border: none; border-radius: 4px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.3s; font-family: var(--family1); display: flex; align-items: center; justify-content: center; text-transform: uppercase; line-height: 25px; }
.popup-btn-primary { background: #47AEDF; color: #fff; margin-bottom: 25px; }
.popup-btn-primary:hover { background: var(--primary-color); }
.popup-options { display: flex; gap: 30px; align-items: center; margin-bottom: 30px; }
.popup-checkbox { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #000; cursor: pointer; font-weight: 400; margin: 0; }
.popup-checkbox input { width: 16px; height: 16px; border: 1px solid #ccc; border-radius: 3px; accent-color: #56B9E3; }
.popup-link { color: #56B9E3; text-decoration: none; font-size: 15px; line-height: 25px; }
.popup-link:hover { text-decoration: underline; }
.popup-divider { display: flex; align-items: center; text-align: center; margin-bottom: 30px; color: #000; font-weight: 600; font-size: 16px; line-height: 26px; }
.popup-divider::before, .popup-divider::after { content: ''; flex: 1; border-bottom: 1px solid #d9d9d9; }
.popup-divider::before { margin-right: 15px; }
.popup-divider::after { margin-left: 15px; }
.popup-btn-google { background: #4285F4; color: #fff; position: relative; text-transform: none; font-size: 15px; line-height: 25px; font-weight: 500; }
.popup-btn-google .google-icon-wrapper { position: absolute; left: 6px; top: 6px; width: 36px; height: 36px; background: #fff; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.popup-btn-google:hover { background: var(--primary-color); }
.popup-footer { font-size: 15px; line-height: 25px; color: #000; font-weight: 400; text-align: left; }
.popup-footer .create-account-link { color:var(--black); font-weight: 700; text-decoration: none; margin-left: 10px; }
.popup-footer .create-account-link:hover { text-decoration: underline; }

@media (max-width: 576px) {
    .login-popup-box { padding: 35px 25px; width: 92%; }
}
