{% load static %}
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/

/* 1.1 typography */

@font-face {
    font-family: 'futura_icgregular';
    src: url('/static/base/fonts/futuraicg-webfont.woff2') format("woff2"), url('/static/base/fonts/futuraicg-webfont.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 26px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
}

p,
.paragraph {
    font-weight: 400;
    color: #3f434e;
    font-size: 15px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 44px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 13px;
}

.btn {
    font-size: 15px;
    text-transform: uppercase;
    padding: 16.5px 45px;
    font-weight: 400;
    border: 0;
    border-radius: 40px;
    position: relative;
    transition: .2s ease;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-primary {
    background: #f58634;
    color: #fff;
}

.btn-primary:active {
    background: #f58634 !important;
}

.btn-primary:hover {
    background: #f67214;
    border-color: transparent;
}

.btn-light {
    background: #fff;
    color: #3f434e;
}

.btn-light:active {
    background: #fff !important;
}

.btn-light:hover {
    background: #ff4135;
    color: #fff;
}

.btn-dark {
    background: #212329;
    color: #fff;
}

.btn-dark:active {
    background: #212329 !important;
}

.btn-dark:hover {
    background: #ff4135;
}

.btn-outline-primary {
    background: transparent;
    color: #898a8f;
    border: 1px solid #e5e5e5;
}

.btn-outline-primary:hover {
    border-color: #ff4135;
    color: #ff4135;
    background: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ff4135;
    background-color: transparent;
    border-color: #ff4135;
}

.btn-sm {
    padding: 7px 20px;
    font-size: 12px;
}

@media (max-width: 400px) {
    .btn-mobile {
        padding: 10px 20px;
    }
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #ff7168;
    color: #fff;
}

::selection {
    background: #ff7168;
    color: #fff;
}

/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select,
input,
label {
    cursor: pointer;
    transition: .2s ease;
}

a:focus,
button:focus,
select:focus,
input:focus,
label:focus {
    outline: 0;
}

a:hover {
    color: #ff4135;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 25px;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* overlay */

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

@media (max-width: 575px) {
    .d-xs-none {
        display: none;
    }
}

.page-title {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* breadcrumb */

.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #3f434e;
}

.bg-primary {
    background: #ff4135 !important;
}

.bg-gray {
    background: #f2f3f5;
}

.text-primary {
    color: #ff4135 !important;
}

.text-dark {
    color: #222222 !important;
}

.text-gray {
    color: #898a8f;
}

.text-color {
    color: #3f434e !important;
}

.rated {
    color: #ffba00;
}

.bg-magenta {
    background-color: #dcbba8;
}

.bg-dark-green {
    background-color: #38575a;
}

.bg-sky-blue {
    background-color: #49c5ff;
}

.bg-red {
    background-color: #ff5c5c;
}

.bg-dark {
    background-color: #3f434e;
}

.border-primary {
    border-color: #ff4135 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-250 {
    margin-left: 250px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: 0;
    border-bottom: 1px solid #212329;
    border-right: 1px solid #212329;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-icons li {
    margin-bottom: 5px;
}

.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #212329;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: .2s ease;
}

.social-icons li a:hover {
    background: #ff4135;
    text-decoration: none;
}

.top-header {
    padding: 5px 40px;
    background: #212329;
}

@media (max-width: 575px) {
    .top-header {
        padding: 5px 10px;
    }
}

.top-header p {
    font-size: 12px;
}

.top-header ul li {
    margin: 0;
    border-right: 1px solid #4d4f54;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 575px) {
    .top-header ul li {
        padding: 0 10px;
    }
}

.top-header ul li a {
    color: #fff;
    font-size: 12px;
}

.top-header ul li a:hover,
.top-header ul li a.active {
    color: #ff4135;
}

.top-header ul li:last-child {
    border: 0;
}

.top-header ul li:not(:last-child) {
    margin-right: 0;
}

.country {
    background: transparent;
    color: #fff;
    border: 0;
    padding-left: 0;
    line-height: unset;
    float: none;
    height: unset;
    font-size: 12px;
}

.country ul {
    background: #212329 !important;
}

.country ul li {
    border-right: 0;
}

.country ul li:hover,
.country ul li.selected {
    color: #fff;
    background: #000 !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 2px 5px #0000000d;
}

@media (max-width: 991px) {
    .sticky {
        position: static;
    }
}
.search {
    display: inline-block;
}

.search-btn {
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 45px;
    font-size: 17px;
    margin-right: 10px;
    border: 0;
    border-radius: 40px;
    background: #f2f3f5;
}

.search-btn:focus {
    outline: 0;
}

.search-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 80px;
    background: #212329;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: .3s ease;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .search-wrapper {
        top: 110%;
    }
}

.search-wrapper.open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.search-box {
    position: relative; 
    /* height: 80px; */
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    /* padding: 0 40px; */
}

.search-box:focus {
    outline: 0;
}

.search-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 10px;
    color: #fff;
}

.search-icon:focus {
    outline: 0;
}

.search-close {
    position: relative;
}

.search-close::before {
    position: absolute;
    content: "x";
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background: #f2f3f5;
    border-radius: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .2s ease;
}
.cart {
    display: inline-block;
}

.cart-btn {
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    font-size: 13px;
    border: 0;
    border-radius: 40px;
    background: #f2f3f5;
}

.cart-btn:focus {
    outline: 0;
}

.cart-btn i {
    display: inline-block;
    margin-right: 5px;
}

.cart-wrapper {
    position: absolute;
    top: 100%;
    right: 40px;
    padding: 45px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    z-index: 9;
}

@media (max-width: 991px) {
    .cart-wrapper {
        top: 110%;
    }
}

@media (max-width: 575px) {
    .cart-wrapper {
        right: 0;
        padding: 10px;
    }
}

.cart-wrapper.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.cart-wrapper li {
    padding: 15px 30px 15px 0;
    position: relative;
}

.cart-wrapper li i {
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    padding: 10px;
    transition: .2s ease;
}

.cart-wrapper li i:hover {
    color: #ff4135;
}

.cart-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
    transition: .2s ease;
}

.cart-close:hover {
    color: #ff4135;
}

.navbar {
    padding: 0 40px;
}
@media (min-width: 600px) {
    .navbar-brand img{
        width: 100%;
        height: 60px;
        padding: 4px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 10px 40px;
    }
}

@media (max-width: 575px) {
    .navbar {
        padding: 10px;
    }
    .navbar-brand img{
        width: 100%;
        padding-top: 5px;
    }
}

.navbar-brand {
    z-index: 1;
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 0;
        position: absolute;
        left: 50%;
        top: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0px !important;

    }
}

@media (max-width: 767px) {
    .navbar-brand {
        left: 40%;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        left: 35%;
        max-width: 200px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        top: 10px;
        max-width: 130px;
    }
}

.navbar-nav {
    z-index: 1;
}

.navbar-toggler {
    z-index: 1;
    border: 0;
}

@media (max-width: 991px) {
    .navbar .nav-item {
        text-align: center;
    }
}

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px;
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .navbar .nav-item .nav-link {
        padding: 20px 10px;
    }
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar .dropdown.mega-dropdown {
    position: static;
}

.navbar .dropdown-menu {
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: #212329;
    top: 95%;
    left: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top;
    transform-origin: top;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.view {
        display: block;
    }
}

.navbar .dropdown-menu.show {
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.show {
        visibility: visible;
        display: block;
    }
}

.navbar .dropdown-menu.mega-menu {
    top: 95%;
}

.navbar .dropdown-item {
    color: #c3c3c3;
    transition: .2s ease;
    padding: 10px 0;
    display: block;
}

@media (max-width: 991px) {
    .navbar .dropdown-item {
        text-align: center;
    }
}

.navbar .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4d4f54;
}

.navbar .dropdown-item:hover {
    color: #fff;
    background: transparent;
}

.navbar .mega-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

@media (max-width: 991px) {
    .navbar .mega-menu {
        display: none;
        text-align: center;
    }
}

.navbar .mega-menu-item {
    flex-basis: 14%;
}

@media (max-width: 991px) {
    .navbar .mega-menu-item {
        margin-bottom: 40px;
    }
}

.navbar .mega-menu-image {
    flex-basis: 44%;
}

.navbar .mega-menu h6 {
    margin-bottom: 10px;
    color: #fff;
}

.navbar .mega-menu ul li:last-child a {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .navbar .mega-menu ul li:last-child a {
        border-bottom: 1px solid #4d4f54;
    }
}

.navbar .mega-menu ul li a {
    display: block;
    padding: 5px 0;
    color: #c3c3c3;
    transition: .2s ease;
    font-size: 12px;
    border-bottom: 1px solid #4d4f54;
}

.navbar .mega-menu ul li a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-right-elements {
        position: absolute;
        left: 0;
        width: 100%;
        top: 6px;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .navbar-right-elements .search-cart {
        margin-right: 40px;
    }
}

@media (max-width: 575px) {
    .navbar-right-elements .search-cart {
        margin-right: 10px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #3f434e;
    transition: .2s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff4135;
}

.bg-letter {
    position: relative;
}

.bg-letter img {
    position: relative;
    z-index: 1;
    height: 300px;
}

.bg-letter span {
    position: absolute;
    top: 0;
    left: 40%;
    color: #fff;
    font-size: 500px;
    line-height: 500px;
}

@media (max-width: 575px) {
    .bg-letter span {
        font-size: 400px;
        line-height: 400px;
    }
}

.hero-area {
    position: relative;
}

.hero-area:hover .prevArrow {
    left: 20px;
    visibility: visible;
    opacity: 1;
}

.hero-area:hover .nextArrow {
    right: 20px;
    visibility: visible;
    opacity: 1;
}

.hero-slider {
    position: static;
}

.hero-slider .prevArrow {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    z-index: 1;
    outline: 0;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}

.hero-slider .prevArrow::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: transparent;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 10px;
    transition: .2s ease;
}

.hero-slider .prevArrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
    background: #000;
    transition: .2s ease;
}

.hero-slider .prevArrow:hover {
    background: #ff4135;
}

.hero-slider .prevArrow:hover::before {
    right: 30px;
    border-color: #fff;
}

.hero-slider .prevArrow:hover::after {
    right: 15px;
    width: 25px;
    background: #fff;
}

.hero-slider .nextArrow {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    z-index: 1;
    outline: 0;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}

.hero-slider .nextArrow::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: transparent;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    transition: .2s ease;
}

.hero-slider .nextArrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
    background: #000;
    transition: .2s ease;
}

.hero-slider .nextArrow:hover {
    background: #ff4135;
}

.hero-slider .nextArrow:hover::before {
    left: 30px;
    border-color: #fff;
}

.hero-slider .nextArrow:hover::after {
    left: 15px;
    width: 25px;
    background: #fff;
}

.main-wrapper-section {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .main-wrapper-section {
        margin-top: 0;
    }
}

.cta {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.product {
    position: relative;
    overflow: hidden;
}

.product .img-second {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: .2s linear;
}

.product .img-first {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: .2s linear;
}

.product .btn-cart {
    position: absolute;
    width: 100%;
    bottom: -50px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    transition: .3s ease;
}

.product-label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-size: 10px;
}

.product-label.sale {
    background: #ff3385;
    color: #fff;
}

.product-label.new {
    background: #667eea;
    color: #fff;
}

.product:hover .img-second {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product:hover .img-first {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .5;
}

.product:hover .favorite,
.product:hover .cart,
.product:hover .view {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product:hover .btn-cart {
    bottom: 15px;
}

.product-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background: #fff;
    right: 10px;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.product-icon i {
    line-height: 50px;
    color: #3f434e;
    text-align: center;
    transition: .3s ease;
}

.product-icon:hover i {
    color: #ff4135;
}

.product-icon.favorite {
    top: 10px;
}

.product-icon.cart {
    top: 70px;
}

.product-icon.view {
    top: 130px;
}

.quickview {
    display: none;
}

.slick-dots {
    text-align: center;
    padding-left: 0;
    margin-top: 40px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li button {
    color: transparent;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: transparent;
    outline: 0;
}

.slick-dots li.slick-active button {
    background: #000;
    border-color: #000;
}

.syotimer {
    margin-bottom: 40px;
}

.syotimer-cell {
    display: inline-block;
    height: 65px;
    width: 65px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 7px;
}

@media (max-width: 575px) {
    .syotimer-cell {
        margin-right: 2px;
    }
}

@media (max-width: 400px) {
    .syotimer-cell {
        height: 50px;
        width: 50px;
    }
}

.syotimer-cell__value {
    font-size: 20px;
    color: #3f434e;
    margin-bottom: 0;
    line-height: 25px;
    margin-top: 8px;
}

@media (max-width: 400px) {
    .syotimer-cell__value {
        font-size: 18px;
        line-height: 15px;
    }
}

.syotimer-cell__unit {
    text-transform: capitalize;
    font-size: 12px;
    color: #3f434e;
}

.syotimer.large .syotimer-cell {
    height: 100px;
    width: 100px;
}

@media (max-width: 991px) {
    .syotimer.large .syotimer-cell {
        margin-bottom: 20px;
    }
}

.syotimer.large .syotimer-cell__value {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
}

.syotimer.large .syotimer-cell__unit {
    font-size: 14px;
    color: #898a8f;
}

.syotimer.dark .syotimer-cell {
    background: #3f434e;
    border: 0;
}

.syotimer.dark .syotimer-cell__value {
    color: #fff;
}

.syotimer.dark .syotimer-cell__unit {
    color: #fff;
}

.up-down {
    position: relative;
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.form-control {
    border-radius: 0px;
    padding: 0 30px;
    height: 55px;
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff4135;
}

select.form-control {
    height: 55px !important;
}

.nice-select ul {
    width: 100%;
    overflow-y: auto !important;
    max-height: 200px;
}

@media (max-width: 991px) {
    .instagram-slider {
        overflow: hidden;
    }
}

.instagram-slider .slick-list {
    overflow: visible;
}

.instagram-post {
    position: relative;
}

.instagram-post::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.instagram-post ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.instagram-post ul a {
    transition: .2s ease;
}

.instagram-post ul a:hover {
    color: #ff4135 !important;
}

.instagram-post:hover::before {
    visibility: visible;
    opacity: 1;
}

.instagram-post:hover ul {
    visibility: visible;
    opacity: 1;
}

.icon-lg {
    font-size: 45px;
    color: #898a8f;
}

.icon-md {
    font-size: 35px;
    color: #3f434e;
}

.social-icon-alt li {
    margin: 0;
}

.social-icon-alt li:first-child {
    margin-left: 0;
}

.social-icon-alt li a {
    padding: 12px;
    display: inline-block;
    color: #3f434e;
    transition: .2s ease;
}

.social-icon-alt li a:hover {
    color: #ff4135;
}

footer a:hover {
    text-decoration: underline;
}

.atm-card-img {
    max-width: 40px;
}

.categories-list li {
    flex-basis: 33.33%;
}

.categories-list li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.hover-zoom-img {
    overflow: hidden;
}

.hover-zoom-img img {
    transition: .3s ease;
}

.hover-zoom-img img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.product-slider {
    overflow: hidden;
    cursor: -webkit-zoom-in;
}

.product-slider .prevArrow,
.product-slider .nextArrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 65, 53, 0.5);
    color: #fff;
    border: 0;
    font-size: 20px;
    line-height: 50px;
    opacity: 0;
    transition: all linear .2s;
}

.product-slider .prevArrow:focus,
.product-slider .nextArrow:focus {
    outline: 0;
}

.product-slider .prevArrow:hover,
.product-slider .nextArrow:hover {
    background: rgba(255, 65, 53, 0.5);
}

.product-slider .prevArrow {
    left: -20px;
}

.product-slider .nextArrow {
    right: -20px;
}

.product-slider:hover .prevArrow {
    left: 20px;
    opacity: 1;
}

.product-slider:hover .nextArrow {
    right: 20px;
    opacity: 1;
}

.product-slider .slick-dots {
    margin-top: 10px;
    display: flex;
}

.product-slider .slick-dots li:first-child {
    margin-left: 0;
}

.product-slider .slick-dots li:last-child {
    margin-right: 0;
}

.product-slider .slick-dots li img {
    height: auto;
    max-width: 100%;
}

.product-slider span {
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    color: #3f434e;
    right: 9px;
}

@media (max-width: 575px) {
    .bootstrap-touchspin .input-group-btn-vertical>.btn {
        right: 0;
    }
}

.bootstrap-touchspin .input-group-btn-vertical>.btn:hover {
    border-color: #e5e5e5;
}

.bootstrap-touchspin-up {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.bootstrap-touchspin-down {
    border-left: 1px solid #e5e5e5;
}

.quantity {
    border-radius: 40px !important;
    position: relative;
}

.payment-option h5 {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    display: inline-block;
    margin-left: 15px;
    padding: 5px;
}

.payment-option img {
    margin-top: -25px;
}

.features-list {
    padding-left: 25px;
}

.features-list li {
    position: relative;
    margin-bottom: 5px;
}

.features-list li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ff4135;
    border-radius: 50%;
    top: 8px;
    left: -25px;
}

.customer-name {
    position: relative;
    margin-left: 30px;
}

.customer-name::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    background: #222222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
}

.flex-basis-15 {
    flex-basis: 15%;
}

.flex-basis-55 {
    flex-basis: 55%;
}

.select {
    padding-left: 0;
    border: 0;
    float: none;
    height: unset;
    line-height: unset;
}

@media (max-width: 767px) {
    .select {
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .select {
        line-height: unset;
    }
}

.r-0 {
    right: 0;
}

.shop-list li a:hover {
    color: #3f434e;
}

.custom-checkbox {
    color: #898a8f;
    cursor: pointer;
}

.custom-checkbox label {
    cursor: pointer;
}

.custom-checkbox:hover {
    color: #3f434e;
}

.custom-checkbox:hover .box {
    background: transparent;
    border: 1px solid #3f434e;
}

.custom-checkbox.checked {
    color: #3f434e;
}

.label {
    display: block;
    padding: 7px 0px 7px 30px;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.label input {
    display: none;
}

.label input:checked~.box {
    background: #f2f3f5;
    border: 1px solid #3f434e;
}

.label input:checked~.box::before {
    display: block;
}

.box {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #898a8f;
    position: absolute;
    top: 12px;
    left: 0;
}

.box::before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #3f434e;
    top: 2px;
    left: 2px;
    display: none;
}

/* custom radio */

.radio {
    display: block;
    position: relative;
}

.radio input:checked~.radio-box::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 15px;
    background: transparent;
    border: 2px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.radio-box {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    cursor: pointer;
}
/* 
.slider {
    margin-bottom: 20px;
}

.slider.slider-horizontal {
    width: 100%;
    height: 4px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: 0px;
}

.slider-track {
    background: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
}

.slider-selection {
    background: #212329;
    box-shadow: none;
    border-radius: 0;
}

.slider-handle {
    background: #fff;
    height: 13px;
    width: 13px;
    border: 3px solid #212329;
    margin-top: -7px;
} */

.page-item.active .page-link {
    color: #3f434e;
    background: transparent;
}

.page-item .page-link {
    border: 0;
    color: #898a8f;
}

.page-item .page-link:hover {
    background: transparent;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.about-img-bg {
    position: relative;
}

.about-img-bg::before {
    position: absolute;
    content: "";
    height: 365px;
    width: 365px;
    border-radius: 50%;
    right: 0;
    top: 55px;
    background: transparent;
    border: 40px solid #f2f3f5;
    z-index: -1;
}

@media (max-width: 400px) {
    .about-img-bg::before {
        display: none;
    }
}

.team-member .social-icons a {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.team-member:hover .social-icons a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#map_canvas {
    height: 500px;
}

@media (max-width: 575px) {
    #map_canvas {
        height: 300px;
    }
}

textarea.form-control {
    height: 150px;
    padding-top: 10px;
}

.contact-icon {
    font-size: 40px;
    margin-right: 25px;
    color: #3f434e;
}

.account .block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 100px 0;
}

.account .block .logo {
    display: inline-block;
}

.account .block a {
    color: #000;
}

.account .block h2 {
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 40px;
}

.account .block form {
    margin-top: 40px;
}

@media (max-width: 400px) {
    .account .block form .btn-main {
        padding: 14px 19px;
    }
}

.account .block form p {
    margin-bottom: 20px;
}

.account .block form input[type="email"],
.account .block form input[type="password"],
.account .block form input[type="text"] {
    border-radius: 0;
    box-shadow: none;
}

.dashboard-menu .active {
    background: #ff4135;
    color: #fff;
    border: 1px solid #ff4135;
}

.dashboard-menu li {
    padding: 0;
    margin: 0 3px;
}

@media (max-width: 575px) {
    .dashboard-menu li {
        margin: 0 1px;
    }
}

.dashboard-menu li a {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    color: #222222;
}

@media (max-width: 767px) {
    .dashboard-menu li a {
        padding: 10px 15px;
    }
}

@media (max-width: 575px) {
    .dashboard-menu li a {
        padding: 10px 4px;
    }
}

@media (max-width: 400px) {
    .dashboard-menu li a {
        padding: 10px 8px;
        font-size: 12px;
        margin-bottom: 6px;
    }
}

.dashboard-wrapper {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}

.dashboard-wrapper h2 {
    font-size: 18px;
}

.dashboard-wrapper h4 {
    font-size: 16px;
}

.dashboard-wrapper .user-img {
    width: 120px;
    border-radius: 100px;
}

.dashboard-wrapper a {
    color: #222222;
}

.dashboard-user-profile .user-img {
    width: 180px;
}

.dashboard-user-profile .user-profile-list {
    margin-top: 30px;
    padding-left: 30px;
}

.dashboard-user-profile .user-profile-list li {
    margin-bottom: 8px;
}

.dashboard-user-profile .user-profile-list span {
    font-weight: bold;
    margin-right: 5px;
    width: 100px;
    display: inline-block;
}

.table thead {
    border-bottom: 2px solid #e5e5e5;
}

.table thead th {
    border: 0;
}

.page-404 {
    text-align: center;
}

.page-404 h1 {
    font-size: 300px;
    font-weight: bold;
    line-height: 300px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .page-404 h1 {
        font-size: 130px;
        line-height: 150px;
    }
}

@media (max-width: 400px) {
    .page-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    .page-404 h1 {
        font-size: 150px;
        line-height: 200px;
    }
}

.page-404 h2 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-top: 30px;
}

.page-404 .copyright-text {
    margin-top: 50px;
    font-size: 12px;
}

.coming-soon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0;
    height: 100vh;
}

@media (max-width: 767px) {
    .coming-soon {
        height: 100%;
    }
}

.block .syotimer-cell {
    height: 120px;
    width: 120px;
}

@media (max-width: 991px) {
    .block .syotimer-cell {
        margin-bottom: 14px;
    }
}

.block .syotimer-cell__value {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.block .syotimer-cell__unit {
    font-size: 20px;
    color: #898a8f;
}

.shopping .widget-title {
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.checkout .block {
    padding: 15px;
    margin-bottom: 10px;
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 8px;
}

.checkout-form .form-group label {
    position: absolute;
    top: 14px;
    left: 15px;
    right: auto;
    bottom: auto;
    color: #898a8f;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1 !important;
    width: 85px;
}

.checkout-form .form-group input {
    border-radius: 0;
    display: block;
    padding: 6px 10px 5px 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 50px;
}

.checkout-form .checkout-country-code .form-group {
    float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
    width: calc(45% - 2px);
    margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
    width: calc(55% - 2px);
}

.shopping.cart {
    display: unset;
}

.shopping.cart .product-list .table .cart-amount th {
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.shopping.cart .product-list .table>tbody>tr>td {
    vertical-align: middle;
}

.shopping.cart .product-list .product-info a {
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}

.shopping.cart .product-list .product-remove {
    color: red;
    font-size: 20px;
}

.shopping.cart .account-details {
    margin-top: 30px;
}

.shopping.cart .account-details legend {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.cart-table .btn {
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: #3f434e;
    border: 1px solid #e5e5e5;
}

.cart-table .btn-primary:not(:disabled):not(.disabled).active,
.cart-table .btn-primary:not(:disabled):not(.disabled):active,
.cart-table .show>.btn-primary.dropdown-toggle {
    border-color: #e5e5e5;
}

.cart-table .form-control {
    height: 30px;
    width: 40px;
    padding: 0 5px;
    flex: none;
}

.cart-table .input-group {
    flex-wrap: nowrap;
}

.w-100px {
    width: 100px;
}

.product-checkout-details .product-card>a {
    padding-right: 20px;
}

.product-checkout-details .product-card .price {
    margin-top: 15px;
    color: #898a8f;
}

.product-checkout-details .product-card .media-object {
    width: 80px;
}

.product-checkout-details .product-card h4 {
    font-weight: 400;
    font-size: 14px;
    color: #3f434e;
}

.product-checkout-details .product-card .remove {
    font-size: 12px;
    cursor: pointer;
}

.product-checkout-details .discount-code {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0 10px;
    padding: 10px 0;
}

.product-checkout-details .discount-code p {
    margin: 0;
    color: #3f434e;
}

.product-checkout-details .discount-code p a {
    font-weight: 400;
    color: #222222;
}

.product-checkout-details .summary-prices {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0px 0 1px 0;
    padding-bottom: 10px;
}

.product-checkout-details .summary-prices li {
    padding: 5px 0;
}

.product-checkout-details .summary-prices li span+span {
    float: right;
}

.product-checkout-details .summary-total {
    margin-top: 5px;
}

.product-checkout-details .summary-total>span {
    font-weight: 500;
    font-size: 18px;
}

.product-checkout-details .summary-total span+span {
    float: right;
}

.product-checkout-details .verified-icon {
    margin-top: 25px;
}

.product-checkout-details .verified-icon img {
    width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.purchase-confirmation .purchase-confirmation-details .table {
    margin: 0;
    color: #3f434e;
}

.purchase-confirmation .purchase-confirmation-details .table b,
.purchase-confirmation .purchase-confirmation-details .table strong {
    font-weight: 400;
}

.empty-cart .block i {
    font-size: 50px;
}

/*=================================================================
  Latest Posts
==================================================================*/

.post {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.post-media {
    margin-bottom: 30px;
}

.post-media iframe {
    width: 100%;
}

.post-title {
    margin-bottom: 10px;
}

.post-title a {
    color: #222222;
}

.post-title a:hover {
    color: #ff4135;
}

.post-thumb {
    margin-bottom: 30px;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta ul {
    padding-left: 0;
}

.post-meta ul li {
    display: inline-block;
    color: #898a8f;
    margin-right: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
}

.post-meta ul li a {
    color: #898a8f;
}

.post-meta ul li a:hover {
    color: #ff4135;
}

blockquote {
    padding: 20px;
    border-left: 3px solid #ff4135;
}

.pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    border-radius: 50px !important;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.pagination .page-item .page-link.big {
    width: 100px;
}

.pagination .page-item.active .page-link {
    background: #ff4135;
    color: #fff;
}

.post-comments ul {
    padding-left: 0;
}

.post-comments img {
    margin-right: 10px;
}

.post-comments .media-body p {
    margin-bottom: 30px;
}

.comment-info time {
    margin-right: 10px;
}

.comment-button {
    color: #898a8f;
}

.comment-button i {
    margin-right: 5px;
}

.comment-author a {
    color: #222222;
    font-weight: 600;
}

.subscription-modal button.close {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.inner-wrapper {
    padding: 20px;
}

.inner-wrapper .nav {
    border-bottom: 2px solid #ff4135;
}

.inner-wrapper .nav-item {
    padding: 20px 15px;
    flex-basis: 33.3333%;
}

.inner-wrapper .nav-item i {
    font-size: 20px;
    color: #ff4135;
}

.inner-wrapper .nav-item.active {
    background: #ff4135;
}

.inner-wrapper .nav-item.active i,
.inner-wrapper .nav-item.active span {
    color: #fff;
}

.inner-wrapper .form-control {
    margin-bottom: 30px;
}

.border-box {
    border: 2px solid #e5e5e5;
}

label {
    margin-bottom: 0;
}

/*# sourceMappingURL=maps/style.css.map */



/* CategoryCSS */
.category-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 40px 2vw;
  max-width: 1400px;
  margin: 0 auto;
}

.section-heading {
  font-size: 26px;    /* Smaller heading */
  font-weight: 700;
  text-align: center;
  color: #222;
  width: 100%;
  margin-bottom: 30px;
}

.category {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 32px 0 #0002;
  text-align: left;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* min-height: 480px; */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.category:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.category-container {
    /* background: #fff; */
    /* border-radius: 24px; */
    /* box-shadow: 0 6px 32px 0 #0002; */
    padding: 0 16px 24px 16px;
    text-align: left;
    max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  /* transition: box-shadow 0.2s; */
}

.category-container a{
    text-decoration: none;
    color: #fff;
}

.category:hover,
.category:focus-within {
  box-shadow: 0 8px 36px 0 #0003;
}

.image-container {
  width: 100%;
  height: 260px;  /* Smaller, uniform for all */
  overflow: hidden;
  /* border-top-left-radius: 24px;
  border-top-right-radius: 24px; */
  background: #eee;
  margin-bottom: 18px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category:hover .image-container img {
    transform: scale(1.1);
}


.category h3 {
  font-size: 1.2rem;   /* Smaller heading */
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #222;
  letter-spacing: 0.01em;
}

.category p {
  color: #767676;
  font-size: 0.98rem;  /* Smaller paragraph */
  line-height: 1.45;
  margin-bottom: 10px;
}
.category-button {
  position: relative;            /* REQUIRED for ::before */
  overflow: hidden;              /* Avoid shine overflow */
  margin-top: auto;
  background: #f58634;
  color: #fff;
  border: none;
  padding: 13px 0;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px #0001;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: all 0.6s ease;
}

.category-button:hover {
  background: linear-gradient(45deg, #f58634, #ffa260);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.category-button:hover::before {
  left: 100%;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  .category-section { 
    gap: 12px; 
    justify-content: center;
  }

  /* 2 per row on tablets */
  .category { 
    width: 48%;
  }

  .image-container { 
    height: 160px;
    margin: 0px;
    aspect-ratio: 3/4;
  }
}

@media (max-width: 600px) {

  /* 2 per row on mobile */
  .category-section {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .category {
    width: 48%;
  }
  .category:hover {
    transform: translateY(0px);
    box-shadow: none
  }

  .image-container {
    height: 220px;
    margin: 0px;
     aspect-ratio: 3/4;
}
.category:hover .image-container img {
    transform: scale(1.0);
}

  .category h3 { font-size: 1rem; }
  .category p {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Truncate after 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional, but good practice */
    }
  .category-button { 
    padding: 6px 0; 
    font-size: 12px; 
  }
  .category-container {
    min-height: 130px;
    padding: 12px;
  }
}

.product-card {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px 0;
    width: 100%;
    max-width: 300px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product-image {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 15px 25px;
    position: relative;
}

.product-category {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 8px;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.product-code {
    font-size: 20px;
    font-weight: 600;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.product-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-description p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 0px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-price {
    display: flex;
    flex-direction: column;
}

.price-was {
    font-size: 14px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px;
}

.price-now {
    font-size: 20px;
    font-weight: 700;
    color: #18181B;
}

.product-button {
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product-button:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-button:hover::before {
    left: 100%;
}


.product-button:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.button-icon {
    transition: transform 0.3s ease;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 15px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
}

.rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

@media (max-width: 440px) {
    .product-card {
        width: 90%;
    }
    
    .product-title {
        font-size: 18px;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-bottom {
        gap: 15px;
    }
    
    .product-price {
        margin-bottom: 5px;
    }
    
    .product-button {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 440px) {
    .swiper-button-prev{
        margin-left: 0px !important;
    }
    .swiper-button-next{
        margin-right: 0px !important;
    }
}

.collection-slider-container {
    bottom: -5px !important;
    position: relative;
    margin-top: 10px;
}

.collection-slider{
    bottom: -5px !important;
    position: relative;
    margin-top: 10px;
}
.swiper-pagination {
    bottom: -5px !important;
    position: relative;
    margin-top: 10px;
}
.swiper {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.collection-div{
    width: 100%;
    margin: 30px auto;
}



/* Silde bar start */
.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
  display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-next{
  background-image: url("/static/base/buttons/sidebar_right.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 30px;
  margin-right: -60px;
}


.swiper-button-prev{
  background-image: url('/static/base/buttons/sidebar_left.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 30px;
  margin-left: -60px;
}
.swiper-pagination-bullet{
  background-color: #17A2B8;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #17A2B8;
}


.collection-section {
background-color: #f2f4f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 5vw;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.collection-heading {
  font-size: 2rem;    /* Smaller heading */
  font-weight: 700;
  text-align: center;
  color: #222;
  width: 100%;
}

.swiper-slide{
    display: flex;
    justify-content: center;
}

/* Tabs */
.prod-tabs {
    display: flex;
    width: 100%;
    margin: 20px 0px;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.prod-tabs li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
    margin-right: 25px;
}

.prod-tabs li.active {
    color: #000;
}

.prod-tabs li.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

/* TAB CONTENT */
.tab-content-box {
    margin-top: 25px;
}

.tab-box {
    display: none;
}

.tab-box.active {
    display: block;
}

/* DIMENSIONS ROW STYLE */
.dimension-row {
    display: flex;
    /* justify-content: space-between; */
    padding: 12px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #f1f1f1;
}

.dimension-row span:first-child {
    font-weight: 600;
    letter-spacing: 1px;
}

.dimension-attribute{
    width: 40%;
}

/* Wrapper */
.product-actions {
    margin-top: 20px;
}
.product-detail-container{
    margin: 20px 100px;
}

/* Make inputs clean */
.size-select,
.qty-input {
    height: 48px;
    border-radius: 10px;
    font-size: 15px;
}
.size-select {
    position: relative;
    z-index: 9999 !important;
}


/* Quotation button full-width on mobile */
.quotation-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 10px;
}

/* Row spacing fix */
.action-row {
    margin-bottom: 15px;
}
.action-row, .product-actions {
    position: relative;
    z-index: 1000;
}

.product-detail-row{
    display: flex;
    gap: 30px;
}
/* MOBILE VIEW */
@media (max-width: 576px) {

    .action-row {
        display: block;
    }

    .size-select,
    .qty-input {
        width: 100%;
        font-size: 15px;
    }

    .quotation-btn {
        font-size: 16px;
        width: 100%;
        padding: 14px 0;
        text-align: center;
        /* margin-top: 10px; */
    }

    .product-actions label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* Add spacing between inputs on mobile */
    .action-row .col-12 {
        margin-bottom: 12px;
    }
    
    .thumbSwiper{
        display: none !important;
    }
    .swiper-slide-cust{
        height: 345px !important;
        width: 345px !important;
    }
    .prod-tabs {
        gap: 20px;
    }
    .prod-tabs li {
        margin-right: 0px;
    }
    .product-detail-container{
        margin: 0px;
    }
    .product-detail-row{
        flex-wrap: wrap;
        gap: 0px;
    }
}



.productSwiper {
    padding: 0px !important;
}
.productSwiper img {
    border-radius: 10px;
}

.thumbSwiper .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #f58634;
    border-radius: 8px;
}

.swiper-btn-custom {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 50%;
}

.swiper-btn-custom:hover {
    background-color: white;
}


.product-detail-section {
  padding: 40px 10px;

}


.swiper-button-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .4s ease-in-out;
}

.swiper-button-next-cust,
.swiper-button-prev-cust {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    margin: -30px;
}

/* ================================
   HERO SECTION BASE
================================== */
.hero-section {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
}

/* Full width background images */
.hero-bg {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}


/* ===============================
   MAIN TEXT BLOCK
================================== */
.hero-content {
    position: absolute;
    top: 55%;
    left: 7%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
}

/* ===============================
   HEADING (large + thin font)
================================== */
.hero-heading {
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif; /* use a thin modern font */
}

/* ===============================
   SUBTITLE (spaced letters)
================================== */
.hero-subtitle {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 6px;
    opacity: 0.85;
    margin-bottom: 20px;
}

/* ===============================
   DESCRIPTION (soft & readable)
================================== */
.hero-description {
    font-size: 17px;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 40px;
    color: #17A2B8;
    opacity: 0.9;
}

/* ===============================
   BUTTON (mint green)
================================== */
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #f58634;     /* mint green */
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.hero-btn span {
    font-size: 20px;
    margin-bottom: -2px;
}

.hero-btn:hover {
    background: #6bc9a3;
}

/* ===============================
   SMOOTH ANIMATION
================================== */
.hero-content * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.22,1,0.36,1);
}

.swiper-slide-active .hero-heading {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.swiper-slide-active .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.swiper-slide-active .hero-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.swiper-slide-active .hero-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

/* ===============================
   RESPONSIVE
================================== */
@media(max-width: 768px) {

    .hero-content {
        left: 5%;
        top: 32%;
        transform: translateY(-50%);
    }

    .hero-heading {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}


.heroSwiper .swiper-button-next{
    margin: 0px;
    background-color: transparent;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
}

.heroSwiper .swiper-button-prev{
    margin: 0px;
    background-color: transparent;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
}


/* Hidden state */
.swiper-arrows-hidden {
    opacity: 0 !important;
    pointer-events: none;
}

.hero-section:hover .swiper-button-next,
.hero-section:hover .swiper-button-prev {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 600px) {
    
    .mobile-title{
        font-size: 24px;
        font-weight: 500;
    }
    .mobile-sub-heading{
        font-size: 18px;
        font-weight: 200;
    }
}

/* --- TOP STRIP --- */
.top-strip {
    background: #a8d1c3;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.top-strip a {
    color: #000;
    text-decoration: none;
}

.top-center {
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
}

/* --- MAIN NAVBAR --- */
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: white;
    border-bottom: 1px solid #eee;
}
.main-header li a{
    text-decoration: none;
    color: #555;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-left li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.nav-left .arrow {
    font-size: 12px;
    margin-left: 4px;
}

.nav-center {
    text-align: center;
}

.logo {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
}

.logo-sub {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: -3px;
}

.icon-btn {
    font-size: 24px;
    color: black;
}

/* Search */
.search-box{
    display:flex;
    align-items:center;
    gap:10px;
    width:300px;
    border-bottom:1px solid #aaa;
    margin-right: 20px;
}

/* Icon */
.search-box i{
    font-size:16px;
    color:#333;
}

/* Input field */
.search-box input{
    width:100%;
    border:none;
    padding:6px 2px;
    outline:none;
    font-size:14px;
}

/* Optional: nicer focus effect */
.search-box input:focus{
    border-color:#000;
}


/* --- MOBILE ONLY --- */
.mobile-only { display: none; }
.mobile-left { display: none; }
/* Drawer */
.drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.3s ease;
    z-index: 3000;
}

.drawer.open { left: 0; }

.close-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

.drawer-menu { padding: 0; margin-top: 0px; }
.drawer-menu li {
    list-style: none;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.drawer-menu li a{
    text-decoration: none;
}
.drawer-link {
    display: block;
    padding: 15px 25px;
    font-size: 17px;
    color: #333;
    text-decoration: none;
}
.plus {
    float: right;
    font-size: 20px;
}

#overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: none;
    z-index: 1500;
}
#overlay.show { display: block; }

/* -----------------------------------------------------------
   HAMBURGER → CLOSE (X) ANIMATION
----------------------------------------------------------- */
.menu-btn {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    transition: transform 0.4s ease;
}

.menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: 0.4s ease;
}

.menu-btn span:nth-child(1) { top: 0; }
.menu-btn span:nth-child(2) { top: 10px; }
.menu-btn span:nth-child(3) { top: 20px; }

/* ACTIVE STATE → TRANFORMS TO X */
.menu-btn.active {
    transform: rotate(180deg);
}

.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

/* --- RESPONSIVE RULES --- */
@media(max-width: 600px) {
    .top-center {
        font-weight: 500;
        font-size: 10px;
        letter-spacing: 1px;
        text-align: center;
        margin: auto;
    }
    .close-btn{
        background-image: url(/static/base/Icons/mobile-menu-close.svg);
        transform: rotate(360deg);   
    }
    .main-header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3000;
        background: #fff;
    }
    .img-fluid{
        margin-bottom: -7px;
    }
    .nav-left,
    .nav-right {
        max-width: 50px;
    }

}

@media(max-width: 992px) {

    /* Hide desktop items */
    .desktop-only { display: none !important; }

    /* Mobile elements */
    .mobile-left { display: flex; }
    .mobile-only { display: flex !important; }

    .main-header {
        padding: 12px 20px;
    }

    .nav-center {
        flex: 1;
    }

    #drawer{
        margin-top: 160px;
    }

    /* MOBILE SEARCH */
    .mobile-search {
        position: relative; 
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
    }

    .input-text-search{
        /* background: url("/static/base/Icons/mobile-search.svg") no-repeat center right calc(50% + 55px) / 21px; */
        height: 46px;
        border-bottom: 0;
        text-align: left;
        padding-left: 15px;
        margin: 0;
    }

    .input-text-search input{
        padding-left: 20px;
        padding-right: 0;
        height: 40px;
        background: #fff;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        border-radius: 0;
        font-size: 14px;
    }
    .input-text-search {
        position: relative;
    }

    .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 21px;
        height: 21px;
        background: url("/static/base/Icons/mobile-search.svg") no-repeat center / contain;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    /* padding to avoid text overlap with icon */
    .input-text-search input {
        padding-right: 45px;
    }

    /* Hide icon when user types */
    .input-text-search input:not(:placeholder-shown) + .search-icon {
        opacity: 0;
    }


    
    .mobile-search input {
        width: 100%;
        border: none;
        margin-left: 10px;
        font-size: 15px;
    }
}



/* Submenu container */
.submenu-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

/* Title row (clickable) */
.submenu-title {
    width: 100%;
    border: none;
    background: none;
    padding: 18px 25px;
    font-size: 17px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.submenu-title a{
    text-decoration: none;
    color: #333;
}
.plus {
    font-size: 22px;
    line-height: 0;
    transition: transform 0.3s ease;
    opacity: 0.7;
}

/* Hidden menu */
.submenu-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 30px;
    transition: max-height 0.35s ease;
}

.submenu-content li {
    padding: 14px 0;
}

.submenu-content a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
}


/* EXPANDED STATE */
.submenu-item.open .submenu-content {
    max-height: 300px; /* enough for menu */
}

.submenu-item.open .plus {
    transform: rotate(45deg);
    opacity: 1;
}


.workshop-section {
    background-size: cover !important;
    background-position: center !important;
    padding: 80px 20px; /* desktop spacing */
}

@media (max-width: 768px) {
    .workshop-section {
        padding: 50px 15px; /* mobile spacing */
        text-align: center;
    }

    .workshop-title {
        font-size: 1.8rem; /* smaller for mobile */
        line-height: 1.3;
    }

    .workshop-subtitle {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 5px;
    }

    .workshop-btn {
        font-size: 0.9rem;
        padding: 10px 22px;
    }
}


/* Desktop dropdown wrapper */
.desktop-dropdown {
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

/* Hover link */
.desktop-link {
    font-size: 16px;
    color: #333;
}

/* Hidden dropdown menu */
.desktop-dropdown-menu {
    position: absolute;
    top: 45px;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-radius: 4px;

    list-style: none;
    padding: 10px 0;
    margin: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    z-index: 5000;
}

/* Each item */
.desktop-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
}

.desktop-dropdown-menu li a:hover {
    background: #f5f5f5;
}

/* SHOW DROPDOWN ON HOVER */
.desktop-dropdown:hover .desktop-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hide on mobile */
@media(max-width: 992px){
    .desktop-dropdown-menu {
        display: none !important;
    }
}


/* Toast container */
.toast-container{
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Toast box */
.custom-toast{
    background: #28a745; /* success green */
    color: #fff;
    padding: 14px 18px;
    min-width: 260px;
    max-width: 360px;
    border-radius: 8px;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

    transform: translateX(120%);
    opacity: 0;

    animation: toastIn 0.5s forwards;
}

/* Close button */
.toast-close{
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 12px;
}

/* Entry animation */
@keyframes toastIn {
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

/* Exit animation */
@keyframes toastOut {
    to{
        transform: translateX(120%);
        opacity: 0;
    }
}

/* Mobile responsive */
@media(max-width: 500px){
    .toast-container{
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 90%;
    }

    .custom-toast{
        width: 100%;
        max-width: 100%;
    }
}


.modal-close-btn{
    position: absolute;
    right: 12px;
    top: 10px;

    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #333;
    cursor: pointer;

    padding: 0;
}

.modal-close-btn:hover{
    color: #dc3545;
}

/* Our Customer Section */
.text-orange {
    color: #ff8c00;
}

.clientSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientSwiper img {
    height: 130px;
    width: auto;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: 0.3s ease;
}

.clientSwiper img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .clientSwiper img {
        height: 80px;
    }
}


.search-suggestion-box {
    position: absolute;
    top: 40px;
    /* left: 0; */
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}


.search-suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.search-suggestion-item:hover {
    background: #f5f5f5;
}

.search-suggestion-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

/* MOBILE */
.mobile-search .search-suggestion-box {
    top: 60px;
    left: 0;
}


/* Remove default number arrows */
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input {
    -moz-appearance: textfield; /* Firefox */
}

.qty-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    overflow: hidden;
    width: 110px;
    background: #fff;
}

.qty-btn {
    width: 35px;
    height: 38px;
    border: none;
    color: #999;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    /* background: #e0e0e0; */
    color: #000;
}

.qty-input {
    width: 100%;
    height: 48px;
    text-align: center;
    color: #333;
    border: none;
    outline: none;
    font-size: 16px;
}

.quotation-btn {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
/* Default: no sticky on desktop */
.sticky-actions {
    position: static;
    padding: 10px 0;
}

/* Mobile view: stick to bottom */
@media (max-width: 768px) {
    .sticky-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 12px 16px;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
        z-index: 9999;
    }

    .sticky-actions .d-flex {
        justify-content: space-between;
    }

    body {
        padding-bottom: 90px; /* Prevent content hiding behind sticky bar */
    }
}


.swiper-button-up,
.swiper-button-down {
    position: absolute;
    left: 35%;
    /* transform: translateX(-50%); */
    z-index: 10;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /* background: rgba(255, 255, 255, 0.9); */
    border-radius: 60%;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next-slider{
    background-image: url('/static/base/buttons/sidebar_right.svg');
    transform: rotate(90deg);

}
.swiper-button-prev-slider{
    background-image: url('/static/base/buttons/sidebar_left.svg');
    transform: rotate(90deg);
}

.swiper-button-up {
    top: -25px;
}

.swiper-button-down {
    bottom: -25px;
}

/* .swiper-button-up::after {
    content: "▲";
    font-size: 14px;
}

.swiper-button-down::after {
    content: "▼";
    font-size: 14px;
} */

.thumb-wrapper .swiper{
    padding: 0px !important;
}




.collection-badge-top {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 12px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    background: #eaeaea;
    color: #444;
}

@media (max-width: 600px) {
    .collection-badge-top {
        top: 6px;
        right: 6px;
        padding: 0px 8px;
        font-size: 8px;
    }
}

/* PREMIUM – Gold */
.collection-badge-top.premium {
    background: #f8e7b0;
    color: #8a6d1f;
}

/* DELUXE – Blue */
.collection-badge-top.deluxe {
    background: #dce9ff;
    color: #1e4ba0;
}

/* REGULAR – Grey */
.collection-badge-top.regular {
    background: #f1f1f1;
    color: #555;
}

/* Ensure shop-card is positioned for absolute items */
.shop-card {
    position: relative;
}



/* -------- MOBILE FIXES -------- */
@media (max-width: 768px) {

    .hero-slide {
        position: relative;
    }

    .hero-bg.mobile-only {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    /* Position the content on top of the watches properly */
    .hero-content {
        position: absolute;
        bottom: 12%;      /* shift upward/downward depending on the final look */
        left: 8%;
        right: 8%;
        text-align: left;   /* matches your design */
        color: white;
    }

    .hero-heading {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .hero-description {
        font-size: 0.85rem;
        margin-bottom: 18px;
        max-width: 90%;
    }

    /* Button styling */
    .hero-btn {
        background: #f58634;
        color: #fff;
        padding: 12px 22px;
        border-radius: 6px;
        font-size: 0.95rem;
        font-weight: 600;
        display: inline-block;
    }
}