body {
    background: #fff;
    color: #23272A;
    font-family: 'Poppins', sans-serif
}

a {
    color: #FF8C00;
    transition: 0.5s
}

a:hover,
a:active,
a:focus {
    color: #f8234a;
    outline: none;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

button {
    border: none;
    outline: none
}

button:focus,
button:active {
    border: none;
    outline: none;
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #23272A
}

.main-page {
    margin-top: 70px
}

.hide {
    visibility: visible
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/preloader.svg) no-repeat center center
}

.back-to-top {
    position: fixed;
    display: none;
    background: #FF8C00;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out
}

.back-to-top i {
    font-size: 24px;
    padding-top: 6px
}

.back-to-top:focus {
    background: #e0072f;
    color: #fff;
    outline: none
}

.back-to-top:hover {
    background: #e0072f;
    color: #fff
}

.section-header {
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #FF8C00;
    bottom: 0;
    left: calc(50% - 25px)
}

.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.section-header h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2
}

.section-with-bg {
    background-color: #f6f7fd
}

.section-header-left {
    position: relative;
    margin-top: 30px
}

.section-header-left span {
    text-transform: none !important;
    color: #FF8C00;
    font-size: 1rem
}

.flex-tittle {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.flex-tittle-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px
}

.see-all {
    font-size: 1.1rem;
    text-align: right;
    color: #23272A;
    font-weight: 700;
    margin-bottom: 15px
}

.see-all i {
    margin-right: 8px
}

.section-header-left h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px
}

.section-header-left h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px
}

.section-header-left p {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #23272A
}

@media(max-width:500px) {
    .see-all {
        font-size: .9rem
    }
}

.header-stack-container {
    display: flex;
    flex-direction: column;
    width: 100%
}

#header {
    height: 90px;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 996;
    background: #fff;
    max-width: 100vw
}

#header.header-scrolled,
#header.header-fixed {
    background: #F9F7F7;
    height: 90px;
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 996;
    box-shadow: 0 4px 8px rgb(0 0 0 / .3)
}

#header.header-scrolled img,
#header.header-fixed img {
    margin-top: -8px !important
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header #logo {
    text-align: left;
    margin-left: 3%;
    width: 20%
}

#header #logo h1 span {
    color: #FF8C00
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 65px;
    margin-top: -5px;
    max-width: 170px
}

@media (max-width:768px) {
    #header {
        justify-content: center;
        padding: 15px 0
    }

    #logo {
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    #logo img {
        display: block;
        margin: 0 auto;
        max-width: 70px
    }

    .section-header p {
        font-size: .9rem
    }
}

@media (max-width:991px) {
    #header #logo {
        display: none
    }

    #logo {
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    #logo img {
        max-height: 55px
    }

    #search-container-header {
        width: 90% !important;
        margin-left: 40px !important;
        font-size: 1rem;
        margin-bottom: 10px;
        position: relative
    }
}

#header2 {
    height: 90px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 996;
    align-items: center;
    background: #F9F7F7;
    box-shadow: 0 4px 8px rgb(0 0 0 / .3);
    border-bottom: 1px solid rgb(0 0 0 / .3)
}

#header2.header-scrolled,
#header2.header-fixed {
    background: #F9F7F7;
    height: 80px;
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0 4px 8px rgb(0 0 0 / .3)
}

#header2 #logo2 h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header2 #logo2 {
    text-align: left;
    margin-left: 3%
}

#header2 #logo2 h1 span {
    color: #FF8C00
}

#header2 #logo2 h1 a,
#header2 #logo2 h1 a:hover {
    color: #fff
}

#header2 #logo2 img {
    padding: 0;
    margin: 0;
    max-height: 65px;
    margin-top: -15px
}

@media (max-width:768px) {
    #header2 {
        justify-content: center;
        padding: 15px 0
    }

    #logo2 {
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    #search-container-header {
        width: 90% !important;
        margin-left: 30px !important;
        font-size: .8rem;
        margin-bottom: 10px
    }

    #searchHeader::placeholder {
        font-size: 0.8rem !important
    }

    #searchHeader {
        padding: 5px 30px 5px 10px !important;
        margin: 0 auto
    }
}

@media (max-width:991px) {
    #header2 #logo2 {
        flex: 5
    }

    #logo2 {
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    #logo2 img {
        max-height: 55px
    }
}

@media (max-width:500px) {
    #header2 #logo2 img {
        padding: 0;
        margin: 0;
        max-height: 40px;
        margin-left: 25px !important
    }

    #header2 {
        height: 60px;
        padding: 10px 0
    }

    #header #logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
        margin-left: 25px !important
    }

    #header {
        height: 70px !important;
        padding: 10px 0
    }

    #header.header-scrolled,
    #header.header-fixed {
        height: 70px !important
    }
}

@media (max-width:500px) {
    #header #logo {
        display: block;
        margin-top: 5px;
        margin-left: 20%;
    }
}

.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0 25px
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    flex: 4;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 30px;
    width: 100%;
    margin: 0 30px;
    margin-top: 5px
}

#search-container-header {
    width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    padding-right: 15px;
    max-width: 400px
}

#searchHeader {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: .9rem;
    background: #fff0
}

#searchHeader::placeholder {
    font-size: 0.8rem !important
}

#search-container-header i {
    position: absolute;
    right: 15px;
    color: #888;
    font-size: 18px;
    cursor: pointer
}

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: #2a2a2a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    outline: none;
    text-transform: none !important;
    justify-content: center;
    cursor: pointer
}

.scrolled .nav-menu a {
    color: #2a2a2a
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #FF8C00
}

.nav-menu>li {
    margin-left: 8px
}

.nav-menu>li>a {
    cursor: pointer;
    pointer-events: auto
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    width: 100%
}

.nav-menu li.buy-tickets a {
    color: #fff;
    background: #FF8C00;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #FF8C00;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px
}

.nav-menu li.buy-tickets a:hover {
    background: none
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgb(127 137 161 / .25);
    background: #fff;
    border-radius: 3px
}

.nav-menu ul li {
    transition: 0.3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #23272A;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
    text-align: left;
    cursor: pointer
}

.nav-menu ul li:hover>a {
    background: #FF8C00;
    color: #fff
}

.nav-menu ul ul {
    margin: 0
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #060c22fa
}

.header-container-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #fff0;
    position: relative;
    z-index: 1000;
    overflow: visible !important
}

.header-container-new {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff0
}

.header-icons {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 30%
}

.header-icons .icon {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-icons .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.display-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.display-icon p {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-top: -5px
}

.header-icons .icon .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #FF8C00;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    z-index: 1
}

.header-icons .icon:hover {
    color: #040919
}

.user-dropdown {
    position: relative;
    display: inline-block
}

.user-dropdown .dropdown-menu-profile {
    display: none;
    position: absolute;
    top: 55px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 10px;
    z-index: 1005;
    width: 200px
}

.dropdown-menu-profile-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    min-height: 15px;
    background-color: #fff0
}

.dropdown-menu-profile-content {
    width: 100%;
    padding: 10px
}

.user-dropdown .dropdown-menu-rofile::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    z-index: 1000
}

.user-dropdown .dropdown-menu-profile a,
.user-dropdown .dropdown-menu-profile form button {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    width: 100%
}

.user-dropdown .dropdown-menu-profile form {
    margin: 0
}

.icon-cart-mobile {
    position: relative;
    margin-left: 5px;
    color: #040919;
    text-decoration: none;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-cart-mobile .badge {
    position: absolute;
    top: -8px;
    right: -5px;
    background-color: #FF8C00;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    z-index: 1
}

.icon-search-mobile {
    position: relative;
    margin-left: 5px;
    color: #040919;
    text-decoration: none;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.responsive-hide-flex {
    display: flex
}

@media (max-width:991px) {
    .header-icons {
        justify-content: center;
        margin-left: 20px
    }

    .header-icons .icon {
        margin-left: 0;
        width: 50px;
        height: 45px
    }
}

@media (max-width:768px) {

    .icon-language,
    .login-icon {
        display: none !important;
        color: #fff
    }

    .display-icon p {
        display: none
    }

    .header-icons {
        gap: 20px !important;
        padding: 0 10px
    }
}

@media (min-width:501px) {
    .icon-cart-mobile {
        display: none !important
    }

    .icon-chch-mobile {
        display: none !important
    }
}

@media (max-width:500px) {
    .header-icons .icon {
        max-width: 25px;
        max-height: 25px;
        font-size: .8rem;
        margin-left: 0
    }

    .display-icon p {
        display: none
    }

    .responsive-hide-flex {
        display: none
    }

    .header-icons {
        gap: 0
    }
}

#mobile-nav-toggle {
    position: fixed;
    top: 0;
    z-index: 1001;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    color: #040919
}

#mobile-nav-toggle i {
    color: #040919
}

.mobile-nav-active #mobile-nav-toggle i {
    color: #fff !important
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 40px;
    bottom: 0;
    z-index: 998;
    background: rgb(6 12 34 / .9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none
}

#mobile-nav ul li a:hover {
    color: #FF8C00
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #FF8C00
}

#mobile-nav ul .menu-item-active {
    color: #FF8C00
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(6 12 34 / .8);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

#intro {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden
}

#intro iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 113%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

#intro:before {
    content: "";
    background: rgb(12 12 34 / .5) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.intro-container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    height: 100vh;
    color: #fff
}

@media (max-width:500px) {
    #intro {
        height: 60vh !important
    }

    .intro-container {
        height: 50vh
    }

    .video-container {
        height: 70vh
    }

    #intro h2 {
        font-size: 1.7rem !important
    }

    #intro p {
        font-size: 0.8rem !important
    }

    .welcome-buttons {
        margin-top: 5px !important
    }

    .welcome-btn {
        padding: 8px 15px !important;
        border-radius: 15px
    }

    .welcome-btn:hover {
        transform: scale(1.2)
    }
}

.typed-text {
    color: #333;
    display: inline
}

.subtext {
    opacity: 0;
    transition: opacity 1s ease-in;
    color: #666
}

.subtext.show {
    opacity: 1
}

.subtext.hide {
    opacity: 0
}

.certificates {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.certificates img {
    max-width: 130px;
    height: auto;
    margin: 0 10px;
    max-height: 100px
}

.endImage {
    display: none;
    width: 100vw;
    height: 100vh;
    object-fit: fill;
    object-position: center
}

@media (min-width:401px) and (max-width:768px) {
    .endImage {
        object-fit: cover;
        object-position: center;
        width: 100vw;
        height: 100vh
    }
}

@media (max-width:500px) {
    .certificates {
        display: none !important
    }

    .certificates img {
        width: 50px;
        margin: 0
    }

    .endImage {
        object-fit: fill;
        object-position: center;
        width: 100vw;
        height: 60vh
    }
}

@media (min-width:401) and (max-width:768px) {
    .certificates {
        margin-top: 30px
    }

    .certificates img {
        width: 100px;
        margin: 0
    }
}

@media (max-width:1024px) {
    #intro {
        height: 100vh
    }

    #intro iframe {
        width: 177.78vh;
        height: 100vh
    }
}

@media (min-width:501px) and (max-width:768px) {
    #intro {
        height: auto !important
    }

    #intro iframe {
        width: 200%;
        height: 200%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .section-header {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
        padding-bottom: 15px !important
    }

    .section-header h2 {
        font-size: 2rem !important
    }

    .section-header h1 {
        font-size: 2rem !important
    }

    .section-header-left {
        margin-top: 30px !important
    }

    .section-header-left::before {
        left: calc(50% - 40px) !important
    }

    .section-header-left h2 {
        font-size: 1.2rem !important;
        text-align: left
    }

    .section-header-left h1 {
        font-size: 1.2rem !important;
        text-align: left
    }

    .section-header-left p {
        font-size: 0.9rem !important;
        text-align: center
    }
}

@media (max-width:500px) {
    #intro iframe {
        width: 200%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 10px
    }

    .section-header {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
        padding-bottom: 10px !important
    }

    .section-header h2 {
        font-size: 20px !important;
        text-align: center
    }

    .section-header h1 {
        font-size: 1.25rem !important;
        text-align: center
    }

    .section-header-left {
        margin-top: 25px !important;
        padding-bottom: 10px !important
    }

    .section-header-left::before {
        left: calc(50% - 40px) !important
    }

    .section-header-left h2 {
        font-size: 1.1rem !important
    }

    .section-header-left h1 {
        font-size: 1.1rem !important
    }

    .section-header-left p {
        font-size: 0.9rem !important
    }
}

#intro h2 {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase
}

#intro h2 span {
    color: #FF8C00
}

#intro h1 {
    font-size: 2rem;
    color: #fff
}

#intro h3 {
    font-size: 2rem;
    color: #fff
}

#intro p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 20px
}

#intro .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#FF8C00 50%, rgb(101 111 150 / .15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#intro .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

#intro .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgb(163 163 163 / .4);
    top: -15%;
    left: -15%;
    background: #fff0
}

#intro .play-btn:hover::after {
    border-left: 15px solid #FF8C00;
    -webkit-transform: scale(20);
    transform: scale(20)
}

#intro .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

#intro .about-btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #FF8C00
}

#intro .about-btn:hover {
    background: #FF8C00;
    color: #fff
}

@-webkit-keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

#footer {
    padding: 0 0 0 0;
    color: #eee;
    font-size: 14px;
    width: 100vw;
    margin: 0 !important
}

#footer .footer-top {
    background: #F9F7F7;
    padding: 60px 0 0 0;
    margin-top: 30px
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #040919
}

#footer .footer-top .footer-info img {
    width: 80%;
    height: auto;
    margin-bottom: 10px
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #040919
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #FF8C00;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-top: 20px
}

#footer .footer-top .social-links a:hover {
    background: #FF8C00;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #23272A;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #FF8C00
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 5px;
    color: #FF8C00;
    font-size: 18px
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid rgba(255, 140, 0, 0.3);
    padding: 10px 0
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #23272A
}

#footer .footer-top .footer-links ul a:hover {
    color: #FF8C00
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    text-color: #040919;
    color: #040919;
    margin-left: 0;
    padding-left: 0;
    line-height: 26px
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #FF8C00;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #e0072f
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    background-color: #FF8C00 !important;
    padding-right: 20px;
    padding-left: 20px
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-color: #FF8C00 !important
}

#footer .credits a {
    color: #fff
}

@media (max-width:1199px) {
    #header .container {
        max-width: 100%
    }

    .nav-menu a {
        padding: 8px 4px
    }
}

@media (max-width:991px) {
    #footer .credits {
        padding-bottom: 80px
    }

    #header {
        background: #F9F7F7;
        height: 80px;
        padding: 15px 0;
        transition: all 0.5s
    }

    #header.header-scrolled,
    #header.header-fixed {
        height: 80px
    }

    #nav-menu-container {
        display: none
    }

    #mobile-nav-toggle {
        display: inline;
        left: 10px;
        top: 0
    }

    #intro .intro-container {
        top: 70px
    }

    #intro h2 {
        font-size: 34px
    }

    #intro p {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }

    #intro h1 {
        font-size: 1.5rem;
        color: #fff
    }

    #intro h3 {
        font-size: 1.5rem;
        color: #fff
    }
}

@media (max-width:460px) {
    #intro h1 {
        font-size: 1rem;
        color: #fff
    }

    #intro h3 {
        font-size: 1rem;
        color: #fff
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / .2);
    z-index: 1000;
    text-decoration: none;
    font-size: 30px;
    transition: opacity 0.3s
}

.whatsapp-options {
    position: fixed;
    bottom: 80px;
    right: 5px;
    border-radius: 5px;
    z-index: 1001;
    padding: 5px;
    width: 200px;
    color: #000;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.whatsapp-options i {
    font-size: 2rem;
    color: #25D366
}

.whatsapp-option {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / .2);
    cursor: pointer
}

.whatsapp-option p {
    padding: 0 !important;
    margin-bottom: 0 !important
}

.whatsapp-option:hover {
    background-color: #f0f0f0
}

@media (max-width:768px) {
    .whatsapp-options {
        bottom: 60px;
        gap: 5px
    }

    .whatsapp-options i {
        font-size: 1.5rem;
        color: #25D366
    }

    .whatsapp-option p {
        font-size: .8rem
    }
}

.bottom-navbar {
    overflow: hidden;
    background-color: #FF8C00 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999;
    max-width: 100vw
}

.bottom-navbar a {
    flex: 1;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    overflow: visible
}

.bottom-navbar a i {
    font-size: 24px;
    display: block;
    transition: transform 0.3s ease
}

.bottom-navbar a:hover {
    background: #f1f1f1;
    color: #000
}

.bottom-navbar a:hover i {
    transform: scale(1.4);
    z-index: 1
}

.bottom-navbar a.active {
    background-color: #fff;
    color: #060c22fa
}

.bottom-navbar a i.active {
    color: #060c22fa
}

.divider {
    width: 1px;
    background-color: #888;
    height: 40px
}

@media (max-width:500px) {
    .bottom-navbar a {
        font-size: 12px !important
    }

    .bottom-navbar a i {
        font-size: 15px
    }
}

@media (min-width:401px) and (max-width:768px) {
    .bottom-navbar a {
        font-size: 14px !important
    }

    .bottom-navbar a i {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    .bottom-navbar {
        display: flex
    }

    .whatsapp-icon {
        display: none
    }
}

@media (min-width:1025px) {
    .bottom-navbar {
        display: none
    }
}

#products {
    width: 100%;
    margin: 0 !important;
    padding: 20px;
    position: relative
}

h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 20px
}

a {
    color: #152b79;
    text-decoration: none
}

a:hover {
    color: #FF8C00
}

.stars {
    padding: 0 20px;
    margin-bottom: 5px
}

.stars i {
    color: #ffc31d
}

p {
    padding: 0 20px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-style: normal;
    font-size: 15px
}

.swiper-button-next,
.swiper-button-prev {
    color: #000
}

.swiper-pagination-bullet-active {
    background: #04AA6D
}

@media (max-width:767px) {
    #products {
        padding: 10px
    }

    .product {
        margin: 10px 0
    }
}

#catalog {
    width: 100vw;
    background-color: #FF8C00
}

.catalog-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    width: 100vw;
    margin: 0 !important
}

.catalog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    background-color: #fff;
    transition: flex-direction 0.3s ease
}

.catalog-image {
    width: 100%;
    height: auto
}

.catalog-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    color: #060c22;
    justify-content: center;
    align-items: center
}

.catalog-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center
}

.catalog-content p {
    font-size: 1rem;
    text-align: center
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #060c22;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none
}

.catalog-button i {
    margin-right: 10px
}

.catalog-button:hover {
    background-color: #FF8C00
}

.pricelist-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    width: 100%;
    margin: 0 !important
}

.hide-on-download {
    display: none !important
}

@media screen and (min-width:768px),
print {
    .table-container {
        font-size: 16px;
        width: 100%
    }

    .price-list th,
    .price-list td {
        padding: 12px 20px
    }

    .price-list table {
        border-spacing: 0;
        width: 100%
    }

    .section-header::before {
        display: none !important
    }
}

@media print {
    body {
        width: 1024px;
        margin: 0 auto
    }

    .section-header::before {
        display: none !important
    }
}

@media (min-width:769px) {
    .catalog-card {
        flex-direction: row
    }

    .catalog-image {
        width: 50%
    }

    .catalog-content {
        text-align: left;
        padding: 20px 40px
    }
}

@media (max-width:768px) {
    .catalog-card {
        flex-direction: column;
        width: 100% !important;
        margin: 0 15px;
        max-width: 100%
    }

    .catalog-content h2 {
        font-size: 20px
    }

    .catalog-wrapper {
        padding: 30px 0px !important
    }

    .pricelist-wrapper {
        align-items: center;
        padding: 20px 0
    }
}

@media (max-width:480px) {
    .catalog-content h2 {
        font-size: 18px
    }

    .catalog-button {
        font-size: 14px;
        padding: 8px 16px
    }
}

#koleksi {
    display: flex;
    width: 100vw;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    margin-top: 20px !important
}

.slider-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    justify-content: center !important
}

.product-container {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    width: 100%
}

.product-slider {
    display: flex;
    overflow: hidden;
    width: 100%
}

.product-card {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to right, #FF8C00, #a80512, #e32030);
    border-radius: 20px;
    margin: 0;
    transition: transform 0.3s ease;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    height: 100%;
    z-index: 0;
    cursor: pointer
}

.product-card-discount {
    display: flex;
    justify-content: flex-start
}

.product-card-discount p {
    font-size: 1.1rem;
    text-decoration: line-through;
    opacity: .7;
    padding-left: 0 !important;
    display: inline;
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: left
}

.product-card-discount-text {
    font-size: 1rem;
    color: #FF8C00;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    opacity: 1 !important
}

.discount-price-detail {
    display: flex;
    justify-content: flex-start;
    padding-top: 0 !important
}

.discount-price-detail p {
    font-size: 1.1rem;
    text-decoration: line-through;
    opacity: .7;
    padding-left: 0 !important;
    display: inline;
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: left
}

.discount-price-detail-text {
    font-size: 1rem;
    color: #FF8C00;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    opacity: 1 !important
}

.product-card img {
    width: 100%;
    aspect-ratio: 550 / 800
}

.product-card-content {
    padding: 15px
}

.product-card-title {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.color-options {
    display: flex;
    margin-bottom: 10px
}

.color-options div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #ccc
}

.color-default {
    background-color: #060c22fa
}

.color-red {
    background-color: red
}

.color-green {
    background-color: green
}

.color-blue {
    background-color: blue
}

.description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-align: center
}

.size-options {
    display: flex;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center
}

.size-box {
    background-color: #FF8C00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.7rem !important;
    text-align: center;
    box-sizing: border-box;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.color-buttons {
    display: flex;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 15px
}

.color-options {
    padding: 5px 10px;
    border-radius: 15px;
    font-size: .9em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgb(0 0 0 / .4), 0 8px 10px rgb(0 0 0 / .2)
}

.color-box {
    background-color: #fff;
    color: #060c22fa;
    border: 2px solid #060c22fa
}

.color-box:hover {
    background-color: #060c22fa;
    color: #fff
}

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
    height: 100%;
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    right: 0;
    z-index: 1
}

.navigation button {
    border: none;
    background-color: #060c22fa;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 24px
}

.navigation button:hover {
    background-color: #fff;
    color: #060c22fa
}

.product-buttons {
    display: flex;
    justify-content: center;
    gap: 10px
}

.btn {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: .9em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgb(0 0 0 / .4), 0 8px 10px rgb(0 0 0 / .2)
}

.buy-btn {
    padding: 10px 40px !important;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase
}

.buy-btn:hover {
    color: #fff
}

.sample-btn {
    background-color: #fff;
    color: #FF8C00;
    border: 2px solid #FF8C00
}

.btn:hover {
    opacity: .8
}

@media (max-width:500px) {
    .size-box {
        padding: 5px 5px;
        border-radius: 10px;
        font-size: 10px
    }

    .product-card {
        width: 100%
    }

    .product-slider {
        width: 100% !important
    }

    .slider-wrapper {
        width: 100% !important
    }

    .product-card-content {
        padding: 10px !important
    }

    .description {
        margin-bottom: 0px !important
    }

    .navigation {
        position: absolute;
        top: calc(50% - 30px) !important;
        width: calc(100% - 20px);
        max-width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
        left: 50%;
        flex-direction: row;
        transform: translate(-50%, -50%)
    }

    .navigation button {
        border: 2px solid #fff;
        background-color: rgb(255 255 255 / .6);
        color: rgb(4 9 25 / .7);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 1.2rem;
        pointer-events: auto
    }

    #prevBtn {
        margin-left: -15px
    }

    #nextBtn {
        margin-right: -15px
    }

    .product-buttons {
        flex-direction: column;
        gap: 5px
    }

    .btn {
        padding: 8px 15px;
        font-size: .8em;
        width: 100%;
        box-shadow: 0 2px 4px rgb(0 0 0 / .4), 0 4px 6px rgb(0 0 0 / .2)
    }

    .buy-btn {
        padding: 8px 20px !important
    }
}

@media (min-width:501px) and (max-width:768px) {
    .product-card {
        width: 50%
    }

    .product-slider {
        width: 100% !important
    }

    .slider-wrapper {
        width: 100% !important;
        margin-bottom: 40px
    }

    .product-card-content {
        padding: 10px !important
    }

    .description {
        margin-bottom: 0px !important
    }

    .navigation {
        position: absolute;
        top: calc(50% - 30px) !important;
        width: calc(100% - 40px);
        max-width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
        left: 50%;
        flex-direction: row;
        transform: translate(-50%, -50%)
    }

    .navigation button {
        border: 2px solid #fff;
        background-color: rgb(255 255 255 / .7);
        color: rgb(4 9 25 / .7);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 1.2rem;
        pointer-events: auto
    }

    #prevBtn {
        margin-left: -15px
    }

    #nextBtn {
        margin-right: -15px
    }

    .product-buttons {
        flex-direction: column;
        gap: 5px
    }

    .btn {
        padding: 8px 15px;
        font-size: .8em;
        width: 100%;
        box-shadow: 0 2px 4px rgb(0 0 0 / .4), 0 4px 6px rgb(0 0 0 / .2)
    }

    .buy-btn {
        padding: 8px 20px !important
    }
}

@media (max-width:500px) {
    .navigation {
        top: auto;
        bottom: -50px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .product-card {
        width: 40%
    }

    .product-slider {
        width: 100% !important
    }

    .slider-wrapper {
        width: 100% !important;
        margin-bottom: 70px
    }

    .product-card-content {
        padding: 10px !important
    }

    .description {
        margin-bottom: 0px !important
    }

    .navigation {
        position: absolute;
        top: calc(50% - 30px) !important;
        width: calc(100% - 40px);
        max-width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
        left: 50%;
        flex-direction: row;
        transform: translate(-50%, -50%)
    }

    .navigation button {
        border: 2px solid #fff;
        background-color: rgb(255 255 255);
        color: rgb(4 9 25 / .7);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 1.2rem;
        pointer-events: auto
    }

    #prevBtn {
        margin-left: 5px
    }

    #nextBtn {
        margin-right: 5px
    }

    .product-buttons {
        flex-direction: column;
        gap: 5px
    }

    .btn {
        padding: 8px 15px;
        font-size: .8em;
        width: 100%;
        box-shadow: 0 2px 4px rgb(0 0 0 / .4), 0 4px 6px rgb(0 0 0 / .2)
    }

    .buy-btn {
        padding: 8px 10px !important
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .btn {
        padding: 8px 15px;
        font-size: .8em;
        width: 100%;
        box-shadow: 0 2px 4px rgb(0 0 0 / .4), 0 4px 6px rgb(0 0 0 / .2)
    }

    .buy-btn {
        padding: 8px 10px !important
    }
}

.category-filter {
    margin-bottom: 30px;
    text-align: center
}

.category-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.category-filter li {
    font-weight: 700;
    background-color: #060c22fa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.category-filter li:hover,
.category-filter li.active {
    background-color: #fff;
    color: #060c22fa
}

@media (max-width:399px) {
    .category-filter li {
        padding: 5px 10px;
        font-size: 12px
    }
}

@media (min-width:501px) and (max-width:768px) {
    .category-filter li {
        padding: 8px 15px;
        font-size: 14px;
        font-size: 1.25rem !important
    }
}

@media (min-width:769px) and (max-width:1366px) {
    .category-filter li {
        padding: 8px 12px;
        font-size: 14px
    }
}

#latest-product {
    display: flex;
    width: 100vw;
    margin: 0 !important;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

#product-anak {
    display: flex;
    width: 100vw;
    margin: 0 !important;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

#product-wanita {
    display: flex;
    width: 100vw;
    margin: 0 !important;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.latest-product-container {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    width: 100%
}

.latest-product-slider {
    display: flex;
    overflow: hidden;
    width: 100%
}

.slider-wrapper-latest {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative
}

.product-slider-latest {
    display: flex;
    overflow: hidden;
    width: 100%
}

.latest-product-card {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease;
    display: flex;
    margin-right: 10px;
    flex-direction: column;
    height: 100%
}

.latest-product-card img {
    width: 100%;
    aspect-ratio: 550 / 800
}

.product-brand img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto !important;
    max-height: 30px;
    aspect-ratio: 400 / 220;
    background-color: rgb(255 255 255 / .4);
    padding: 3px;
    border-radius: 5px
}

.product-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.buy-btn-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    width: 60%
}

.buy-btn-card i {
    font-size: 1.4rem;
    margin-right: 7px
}

.buy-btn-card:hover {
    color: #fff
}

.product-image-wrapper:hover .buy-btn-card {
    opacity: 1
}

.latest-product-card-content {
    display: flex;
    flex-direction: column;
    margin: 0 15px 15px 15px;
    height: 100%;
    justify-content: flex-start
}

.latest-product-card-title,
.latest-description {
    min-height: 30px;
    margin: 0;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #23272A;
    text-align: left
}

.latest-description {
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.latest-product-navigation {
    position: absolute;
    top: 50%;
    width: calc(100% - 40px);
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%)
}

.latest-product-navigation button {
    border: 2px solid #fff;
    background-color: rgb(255 255 255);
    color: rgb(4 9 25 / .7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(4 9 25 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    font-size: 24px;
    pointer-events: auto
}

#latest-prevBtn #anak-prevBtn #wanita-prevBtn {
    margin-left: 5px
}

#latest-nextBtn #anak-nextBtn #wanita-nextBtn {
    margin-right: 5px
}

.latest-product-navigation button:hover {
    background-color: #FF8C00;
    border: 1px solid #fff !important;
    color: #fff
}

@media (max-width:500px) {
    .latest-product-navigation {
        width: 100%
    }

    .latest-product-card img {
        aspect-ratio: 550 / 800
    }

    .latest-product-navigation button {
        width: 40px;
        height: 40px;
        border: none
    }

    .latest-product-card-title {
        font-size: 1rem;
        margin-bottom: 0;
        font-weight: 500;
        padding: 7px 0;
        min-height: 70px
    }

    .product-price {
        font-size: 1rem
    }

    .product-color-info {
        font-size: 12px
    }

    .color-bullet {
        width: 15px;
        height: 15px
    }

    .rupiah-icon {
        width: 15px;
        height: 15px
    }

    .product-brand img {
        max-height: 20px !important;
        aspect-ratio: 400 / 220;
        background-color: rgb(255 255 255 / .4);
        top: 10px;
        right: 10px
    }

    .latest-product-card-content {
        margin: 0 10px 10px 10px
    }

    .product-brand {
        padding: 0 !important;
        font-size: .8rem
    }

    .buy-btn-card {
        font-size: 1rem;
        width: 70%
    }

    .buy-btn-card i {
        font-size: 1rem;
        margin-right: 7px
    }
}

@media (max-width:500px) {
    .product-card-title {
        padding: 0 10px !important
    }
}

@media (min-width:501px) and (max-width:768px) {
    .buy-btn-card {
        font-size: 1rem
    }

    .buy-btn-card i {
        font-size: 1rem;
        margin-right: 7px
    }

    .latest-product-card-title {
        font-size: 19px;
        margin-bottom: 0;
        font-weight: 500;
        padding: 7px 0
    }

    .product-color-info {
        font-size: 12px
    }

    .latest-product-card img {
        max-height: 270px
    }

    .product-price {
        font-size: 13px;
        margin-top: 7px
    }

    .latest-product-navigation {
        width: 100%
    }

    .latest-product-navigation button {
        width: 40px;
        height: 40px;
        border: none
    }

    .color-bullet {
        width: 20px;
        height: 20px
    }

    .rupiah-icon {
        width: 20px;
        height: 20px
    }

    .product-brand img {
        max-height: 30px !important;
        aspect-ratio: 400 / 220;
        background-color: rgb(255 255 255 / .4)
    }

    .latest-product-card-content {
        margin: 0 10px 10px 10px
    }

    .product-brand {
        padding: 0 !important;
        font-size: 1rem
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .product-price {
        font-size: 13px;
        margin-top: 7px
    }

    .latest-product-navigation {
        width: 100%
    }

    .latest-product-navigation button {
        width: 40px;
        height: 40px;
        border: none
    }

    #anak-prevBtn {
        margin-left: 15px
    }

    #latest-nextBtn {
        margin-right: 15px
    }

    .product-color-info-top {
        font-size: 0.7rem !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important
    }
}

.product-color-info {
    font-size: 14px;
    display: flex;
    align-items: center
}

.product-color-info-top {
    font-size: 14px;
    display: flex;
    align-items: center
}

.color-bullet {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px
}

.product-price {
    font-size: 1.3rem;
    display: flex;
    align-items: flex-start;
    padding: 0;
    color: #FF8C00 !important;
    font-weight: 700
}

.product-brand {
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    color: #23272A !important;
    font-weight: 600
}

.rupiah-icon {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
    display: inline-block;
    background-image: url(../img/icon/rupiah2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
}

.link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px
}

.link i {
    font-size: 1.5rem
}

.link:hover {
    border: 2px solid #FF8C00;
    border-radius: 25px;
    padding: 5px;
    color: #FF8C00
}

.divider {
    border-top: 1px solid #ddd;
    margin: 10px 5px
}

.custom-container {
    width: 92%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box
}

@media (max-width:768px) {
    .custom-container {
        width: 98%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column
    }
}

#why-us {
    background-color: #f9f9f9;
    width: 100vw;
    margin: 0 !important
}

#why-us .section-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0
}

.why-us-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.why-us-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    padding: 20px;
    margin: 10px;
    width: calc(50% - 20px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-us-item img {
    width: 70px;
    height: auto;
    margin-right: 10px
}

.why-us-info {
    flex: 1
}

.why-us-info h3 {
    font-size: 22px;
    color: #23272A;
    margin-bottom: 10px
}

.why-us-info p {
    font-size: 16px;
    color: #666;
    margin: 0
}

@media (max-width:768px) {
    .why-us-item {
        width: 100%
    }
}

@media (max-width:500px) {
    .why-us-item {
        padding: 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px 0
    }

    .why-us-item img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 60px
    }

    .why-us-info h3 {
        font-size: 18px
    }

    .why-us-info p {
        font-size: 18px;
        padding: 0px !important
    }
}

@media (max-width:480px) {
    .why-us-item {
        padding: 15px
    }

    .why-us-item img {
        width: 60px;
        height: auto;
        margin-right: 15px
    }

    .why-us-info h3 {
        font-size: 18px
    }

    .why-us-info p {
        font-size: 12px
    }
}

#recommendation-section {
    padding: 60px 0;
    background-color: #060c22fa;
    color: #fff;
    width: 100vw;
    margin: 0 !important
}

.section-header-recommendation h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.recommendation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap
}

.category-list {
    width: 40%;
    margin-right: 30px
}

.category-list h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 15px
}

.category-list img {
    max-width: 40px;
    height: auto;
    margin-right: 15px
}

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

.category-list li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff0;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    max-width: 100vw
}

.category-list li:hover {
    background-color: #fff0;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #FF8C00
}

.category-list li.active {
    background-color: #fff0;
    color: #fff;
    border-radius: 30px;
    border: 2px solid;
    border-color: #FF8C00;
    animation: border-rgb-animation 2s linear infinite
}

.slider-container {
    width: 50%;
    position: relative;
    overflow: hidden
}

.image-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out
}

@media (max-width:768px) {
    .slide {
        width: 100%;
        display: none
    }

    .slide.active {
        display: block
    }
}

.slide {
    min-width: 100%;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.slide img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 0 auto;
    display: block
}

.dummy {
    display: none
}

.clothing-name {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.dynamic {
    color: #FF8C00;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out
}

.fixed {
    color: #fff
}

.hidden {
    opacity: 0;
    transform: translateY(-20px)
}

.hidden-display {
    display: none
}

@keyframes border-rgb-animation {
    0% {
        border-color: red
    }

    33% {
        border-color: green
    }

    66% {
        border-color: blue
    }

    100% {
        border-color: red
    }
}

.welcome-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.welcome-btn {
    padding: 15px 30px;
    border-radius: 25px;
    font-size: .9em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgb(0 0 0 / .4), 0 8px 10px rgb(0 0 0 / .2)
}

.welcome-btn:hover {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: .9em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgb(0 0 0 / .4), 0 8px 10px rgb(0 0 0 / .2);
    transform: scale(1.5)
}

.yuk-btn {
    background-color: #060c22fa;
    color: #fff;
    border: 2px solid #fff0;
    animation: border-white-animation 3s ease-out infinite
}

@keyframes border-white-animation {
    0% {
        border-color: #fff
    }

    50% {
        border-color: #060c22fa
    }

    100% {
        border-color: #fff
    }
}

.yuk-btn i {
    color: #fff;
    width: 25px;
    height: auto;
    margin-left: 10px
}

#production-facility {
    background-color: #fff;
    padding: 60px 0;
    color: #fff;
    width: 100vw;
    margin: 0 !important
}

.container-facility {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/maps-ok.webp);
    height: auto;
    aspect-ratio: 2147 / 1080
}

.full-column {
    width: 100%
}

.column-a {
    width: 25%
}

.column-a img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.content-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.content-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between
}

.content-text {
    height: 150px
}

.column-b {
    width: 24%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 15px;
    border: .7px #999 solid;
    padding: 20px 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    background-color: #fff;
    margin-left: 70px
}

.column-c {
    width: 24%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 15px;
    border: .7px #999 solid;
    padding: 20px 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    background-color: #fff;
    margin-right: 50px
}

.column-d {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center
}

.column-b h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

.column-b h3 {
    font-weight: 700;
    font-size: 1.5rem
}

@media (max-width:500px) {
    .column-b h3 {
        font-size: 1rem !important
    }

    .column-c h3 {
        font-size: 1rem !important
    }

    .column-b p {
        font-size: 0.9rem !important
    }

    .column-c p {
        font-size: 0.9rem !important
    }
}

.icons-grid {
    display: flex;
    gap: 0;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center
}

.plastic-wrapper {
    display: flex;
    justify-items: center;
    align-items: center
}

.icon-item {
    text-align: center
}

.icon-item img {
    width: 60px;
    height: auto
}

.icon-item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 8px !important
}

.column-b p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px
}

@media (min-width:1399px) {

    .column-a,
    .column-b {
        width: 30%;
        text-align: center;
        margin-left: 18px
    }

    .column-c {
        width: 30%;
        text-align: center;
        margin-right: 0
    }

    .container-facility {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center
    }

    .content-top,
    .content-bottom {
        margin-top: 40px
    }
}

@media (min-width:1024px) and (max-width:1399px) {

    .column-a,
    .column-b {
        width: 30%;
        text-align: center;
        margin-left: 0
    }

    .column-c {
        width: 30%;
        text-align: center;
        margin-right: 0
    }

    .container-facility {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center
    }

    .content-top,
    .content-bottom {
        margin-top: 40px
    }
}

@media (min-width:901px) and (max-width:1024px) {

    .column-a,
    .column-b {
        width: 35%;
        text-align: center;
        margin-left: 0
    }

    .column-c {
        width: 35%;
        text-align: center;
        margin-right: 0
    }

    .container-facility {
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: center
    }

    .content-top,
    .content-bottom {
        margin-top: 50px
    }
}

@media (min-width:769px) and (max-width:900px) {

    .column-a,
    .column-b {
        width: 40%;
        text-align: center;
        margin-left: 0
    }

    .column-c {
        width: 40%;
        text-align: center;
        margin-right: 0
    }

    .container-facility {
        background-size: 110%;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0
    }

    .content-top {
        margin-top: 40px
    }

    .content-bottom {
        margin-top: 120px
    }
}

@media (max-width:768px) {

    .column-a,
    .column-b {
        width: 100%;
        text-align: center;
        margin-left: 0
    }

    .column-c {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .column-b,
    .column-c p {
        margin-bottom: 0px !important
    }

    .column-b,
    .column-c h3 {
        font-size: 1.2rem
    }

    .content-text {
        height: auto !important
    }

    .container-facility {
        max-width: 100%;
        background-image: none;
        aspect-ratio: auto;
        height: auto;
        background-image: none
    }

    .content-top {
        margin-top: 0;
        flex-direction: column;
        gap: 15px
    }

    .content-bottom {
        margin-top: 15px;
        flex-direction: column;
        gap: 15px
    }
}

.swiper-container {
    flex: 0 0 95%;
    overflow: hidden
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto !important
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / .2);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
    box-sizing: border-box
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

@media (min-width:768px) {
    .swiper-button-next {
        right: 10px
    }

    .swiper-button-prev {
        left: 10px
    }
}

@media (max-width:1024px) {
    .swiper-container {
        flex: 0 0 100%
    }
}

@media (max-width:767px) {

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 10px;
        top: auto;
        left: auto;
        right: auto;
        transform: translateX(-50%)
    }

    .swiper-button-next {
        right: 50%
    }

    .swiper-button-prev {
        left: 50%
    }

    .swiper-container {
        flex: 0 0 100%
    }
}

.swiper-container-latest {
    overflow: hidden;
    z-index: 1
}

.swiper-container-anak {
    overflow: hidden;
    z-index: 1
}

.swiper-container-wanita {
    overflow: hidden;
    z-index: 1
}

.swiper-wrapper-latest {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%
}

.swiper-slide-latest {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / .2);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 10px;
    height: auto
}

.swiper-button-next-latest,
.swiper-button-prev-latest {
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

@media (min-width:768px) {
    .swiper-button-next-latest {
        right: 10px
    }

    .swiper-button-prev-latest {
        left: 10px
    }
}

@media (max-width:767px) {

    .swiper-button-next-latest,
    .swiper-button-prev-latest {
        bottom: 10px;
        top: auto;
        left: auto;
        right: auto;
        transform: translateX(-50%)
    }

    .swiper-button-next-latest {
        right: 50%
    }

    .swiper-button-prev-latest {
        left: 50%
    }
}

@media (max-width:768px) {
    .latest-product-card {
        width: 100%;
        box-sizing: border-box
    }

    .swiper-container-latest {
        padding: 10px;
        width: 100%;
        overflow: hidden
    }

    .swiper-container-anak {
        padding: 10px;
        width: 100%;
        overflow: hidden
    }
}

#breadcrumb-section {
    margin-top: 130px;
    position: relative;
    color: #0e1b4d;
    text-align: left;
    padding-top: 20px;
    width: 100vw
}

.center-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%
}

#breadcrumb-section-shop {
    margin-top: 80px;
    position: relative;
    color: #0e1b4d;
    text-align: left;
    padding: 20px 0;
    width: 100vw
}

#breadcrumb-section-about {
    margin-top: 80px;
    position: relative;
    color: #23272A;
    text-align: left;
    padding-top: 20px;
    height: auto;
    width: 100vw
}

.breadcrumb-text a {
    color: #23272A;
    text-decoration: none;
    margin-right: 10px;
    text-align: left;
    pointer-events: auto !important
}

.breadcrumb-text span {
    font-weight: 700;
    color: #23272A
}

.breadcrumb-section h2 {
    font-size: 2rem;
    margin-top: 10px
}

.breadcrumb-section-judul {
    font-size: 2rem;
    margin-top: 10px
}

.breadcrumb-section-judul h1 {
    font-size: 1.7rem;
    font-weight: 700
}

.paragraph-no-indent {
    margin-left: 0 !important;
    padding: 0 !important
}

@media (min-width:769px) and (max-width:1024px) {
    #breadcrumb-section {
        height: auto;
        margin-top: 90px
    }
}

@media (max-width:768px) {
    #breadcrumb-section {
        height: auto;
        margin-top: 80px
    }

    #breadcrumb-section-shop {
        height: 15vh;
        margin-top: 70px
    }

    .breadcrumb-section-judul h1 {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center
    }

    #breadcrumb-section-shop p {
        text-align: center !important
    }
}

@media (max-width:500px) {
    .breadcrumb-section-judul h1 {
        font-size: 1.1rem;
        font-weight: 700;
        text-align: left
    }

    #breadcrumb-section-shop p {
        text-align: center !important
    }

    #breadcrumb-section-shop {
        height: 15vh;
        margin-top: 60px;
        padding: 0 !important
    }
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px
}

.product-grid.empty {
    grid-template-columns: 1fr;
    justify-items: center
}

.product-card-detail {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px rgb(0 0 0 / .2);
    overflow: hidden;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    position: relative
}

.product-card-detail img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 550 / 800
}

.product-color-info-top {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff0;
    padding: 5px;
    border-radius: 5px;
    z-index: 2
}

.product-card-content-category {
    margin: 0 15px 15px 15px;
    text-align: center;
    cursor: pointer
}

.product-card-title-category {
    font-size: 1rem;
    text-align: left;
    color: #23272A !important
}

.flex-row-container {
    display: flex
}

.flex-column-container {
    display: flex;
    width: 100%
}

.filter-left {
    width: 23%;
    padding-right: 15px
}

.product-show {
    width: 77%;
    padding: 0 10px
}

.btn-filter-mobile {
    display: none
}

.close-filter {
    display: none
}

#itemsPerPage {
    padding: 5px 10px;
    border-radius: 5px
}

@media (min-width:769px) and (max-width:1036px) {
    .filter-left {
        width: 25%;
        padding-right: 10px
    }

    .product-show {
        width: 75%;
        padding: 0 5px
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:501px) and (max-width:768px) {
    .btn-filter-mobile {
        pointer-events: auto;
        display: block;
        z-index: 1002
    }

    .filter-left {
        width: 100vw;
        display: none;
        position: fixed;
        bottom: 60px;
        height: auto;
        z-index: 1003;
        background-color: #fff;
        padding: 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 -4px 10px rgb(0 0 0 / .2)
    }

    .close-filter {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 2rem;
        border-radius: 50%;
        border: 1px solid #333;
        cursor: pointer;
        color: #333;
        display: block
    }

    .product-show {
        width: 100%
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .breadcrumb-section-judul {
        font-size: 1.5rem !important
    }

    .breadcrumb-text a {
        font-size: 1rem !important
    }

    .product-info-card {
        flex-direction: column
    }

    .product-info-content {
        flex-direction: column
    }

    .product-media {
        width: 100% !important;
        margin-bottom: 20px;
        order: -1
    }

    .product-info-text {
        margin-top: 0;
        width: 100% !important
    }

    .product-video iframe {
        height: 300px !important
    }

    .expandable-header {
        margin-right: 25px !important
    }

    .expandable-header .expand-btn {
        margin-left: auto
    }

    .product-info-img {
        width: 100%;
        height: 300px;
        max-height: 300px;
        object-fit: cover;
        object-position: center
    }
}

@media (max-width:500px) {
    .filter-left {
        width: 100vw;
        display: none;
        position: fixed;
        bottom: 60px;
        max-height: 80vh;
        overflow-y: auto;
        z-index: 1003;
        background-color: #fff;
        padding: 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 -4px 10px rgb(0 0 0 / .2)
    }

    .close-filter {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 2rem !important;
        cursor: pointer;
        color: #333;
        display: block
    }

    .btn-filter-mobile {
        pointer-events: auto;
        display: block;
        z-index: 1002;
        font-size: 1.3rem;
        display: block;
        background: #fff0;
        border: none;
        margin-right: 15px
    }

    .product-show {
        width: 100%
    }

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

    .breadcrumb-section-judul {
        font-size: 1.2rem !important
    }

    .breadcrumb-text a {
        font-size: 0.9rem !important
    }

    .breadcrumb-text span {
        font-size: 0.9rem !important
    }

    .product-card-title-category {
        font-size: 1rem;
        margin-bottom: 10px
    }

    #breadcrumb-section {
        margin-top: 70px;
        padding: 5px 0
    }

    .product-info-card {
        flex-direction: column
    }

    .product-info-content {
        flex-direction: column
    }

    .product-media {
        width: 100% !important;
        margin-bottom: 20px;
        order: -1
    }

    .product-info-text {
        margin-top: 0 !important;
        width: 100% !important
    }

    .product-video iframe {
        height: 250px !important
    }

    .expandable-header {
        margin-right: 15px !important
    }

    .expandable-header .expand-btn {
        margin-left: auto
    }

    .expandable-header h2 {
        font-size: 1rem !important
    }

    .product-info-img {
        width: 100%;
        height: 200px;
        max-height: 200px;
        object-fit: cover;
        object-position: center
    }

    .product-color-info-top {
        padding: 0 !important;
        font-size: 0.8rem !important
    }
}

@media(max-width:339px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }
}

@media(max-width:370px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.view-product-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #060c22fa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease
}

.view-product-btn:hover {
    background-color: #333
}

#product-info-section {
    margin-top: 50px
}

.product-info-section {
    margin-top: 50px
}

.product-info-card {
    background-color: #fff;
    border-radius: 10px;
    border: .5px solid rgb(0 0 0 / .2);
    box-shadow: 0 8px 10px rgb(0 0 0 / .4);
    padding: 0;
    overflow: hidden;
    display: flex;
    gap: 20px;
    flex-direction: row
}

.product-info-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%
}

.product-info-text {
    margin-top: 20px;
    width: 50%
}

.expandable-section {
    position: relative;
    margin-bottom: 20px
}

.expandable-header {
    display: flex;
    align-items: center;
    gap: 10px
}

.expandable-header h2 {
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
    padding: 0 20px;
    font-weight: 600
}

.expandable-header .expand-btn {
    background: none;
    border: 2px solid #0e1b4d;
    color: #0e1b4d;
    cursor: pointer;
    font-size: 1.8rem;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    padding: 0
}

.expandable-text {
    display: none;
    margin-top: 10px
}

.expandable-section.expanded .expandable-text {
    display: block
}

.product-media {
    width: 50%;
    overflow: hidden
}

.product-info-img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.product-video {
    margin-top: 20px
}

.product-video video {
    width: 100%;
    border-radius: 10px
}

.product-video iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 10px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center !important;
    align-items: center
}

.text-right {
    text-align: right
}

.tc-main {
    color: #060c22fa
}

.tc-white {
    color: white !important
}

.mtop-0 {
    margin-top: 0 !important
}

.mtop-10 {
    margin-top: 10px !important
}

.mtop-15 {
    margin-top: 15px !important
}

.mtop-20 {
    margin-top: 20px !important
}

.mtop-30 {
    margin-top: 30px !important
}

.mtop-40 {
    margin-top: 40px !important
}

.mbottom-0 {
    margin-bottom: 0 !important
}

.mbottom-0 {
    margin-bottom: 5px !important
}

.mbottom-10 {
    margin-bottom: 10px !important
}

.mbottom-15 {
    margin-bottom: 15px !important
}

.mbottom-20 {
    margin-bottom: 20px !important
}

.mleft-0 {
    margin-left: 0 !important
}

.mleft-10 {
    margin-left: 10px !important
}

.mleft-15 {
    margin-left: 15px !important
}

.mleft-20 {
    margin-left: 20px !important
}

.mright-0 {
    margin-right: 0 !important
}

.mright-10 {
    margin-right: 10px !important
}

.mright-15 {
    margin-right: 15px !important
}

.mright-20 {
    margin-right: 20px !important
}

.pd-0 {
    padding: 0 !important
}

.pd-5 {
    padding: 5px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

@media (max-width:500px) {
    .pt-40 {
        padding-top: 20px !important
    }

    .pt-130 {
        padding-top: 80px !important
    }
}

.main-red {
    color: #FF8C00
}

.w-500 {
    font-weight: 500
}

.w-600 {
    font-weight: 600
}

.w-700 {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.font-05rem {
    font-size: 0.5rem !important
}

.font-08rem {
    font-size: 0.8rem !important
}

.font-1rem {
    font-size: 1rem !important
}

.font-15rem {
    font-size: 1.5rem !important
}

.font-2rem {
    font-size: 2rem !important
}

.dblock {
    display: block !important
}

.jcenter {
    justify-content: center
}

.bg_white {
    background-color: #ffffff !important
}

.br_main {
    border-color: #060c22fa !important
}

.color-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #ccc
}

.more-colors-btn {
    background: #fff;
    color: #007bff;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.border-gradient-purple {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, darkblue, darkorchid) border-box;
    border-radius: 50em;
    border: 2px solid #fff0
}

.more-colors-btn i {
    margin-left: 8px;
    font-size: 16px;
    color: #007bff
}

.more-colors-btn:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #00ff00, #00bfff) border-box;
    border-radius: 50em;
    border: 2px solid #fff0;
    background-color: #f0f0f0
}

.category-filter-inverse {
    margin-bottom: 30px;
    text-align: center
}

.category-filter-inverse ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap
}

.category-filter-inverse li {
    background-color: #fff;
    color: #060c22fa;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #060c22fa;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.category-filter-inverse li:hover,
.category-filter-inverse li.active {
    background-color: #FF8C00;
    color: #fff;
    border: 2px solid #fff
}

@media (max-width:399px) {
    .category-filter-inverse li {
        padding: 5px 10px;
        font-size: 12px
    }
}

@media (min-width:501px) and (max-width:768px) {
    .category-filter-inverse li {
        padding: 8px 11px;
        font-size: 14px
    }
}

@media (min-width:769px) and (max-width:1366px) {
    .category-filter-inverse li {
        padding: 8px 12px;
        font-size: 14px
    }
}

#etalase-kain {
    text-align: center;
    padding: 20px
}

#etalase-kain .section-header {
    margin-bottom: 20px
}

#etalase-kain h2 {
    margin: 20px 0;
    font-size: 24px
}

#etalase-kain .pengertian p {
    margin: 0
}

#etalase-kain .kelebihan,
#etalase-kain .penggunaan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

#etalase-kain .kelebihan h2,
#etalase-kain .penggunaan h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 30px
}

#etalase-kain .kelebihan-wrap {
    display: flex;
    flex-direction: row
}

#etalase-kain .item {
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px
}

#etalase-kain .item-kegunaan {
    flex: 1 1 auto;
    max-width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 0
}

#etalase-kain .icon {
    width: 60px;
    height: auto;
    margin-bottom: 10px
}

#etalase-kain .description {
    font-size: 14px
}

#etalase-kain .penggunaan-grid {
    justify-content: center;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

@media (max-width:992px) {
    #etalase-kain .item {
        flex: 1 1 calc(33.33% - 20px)
    }

    #etalase-kain .item-kegunaan {
        max-width: calc(20% - 20px)
    }
}

@media (max-width:768px) {
    #etalase-kain .kelebihan-wrap {
        display: flex;
        flex-direction: column
    }

    #etalase-kain .penggunaan-grid {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
    }

    #etalase-kain .penggunaan-grid>:nth-last-child(1):nth-child(odd) {
        grid-column: span 3;
        justify-self: center
    }

    #etalase-kain .item {
        flex: 1 1 calc(100% - 20px)
    }

    #etalase-kain .item-kegunaan {
        max-width: calc(100% - 20px) !important
    }

    #etalase-kain .icon {
        width: 40px;
        height: auto;
        margin-bottom: 10px
    }

    #etalase-kain h5 {
        font-size: 0.7rem !important
    }
}

.products-section {
    display: flex;
    flex-wrap: nowrap
}

.header-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.search-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    padding-right: 15px
}

.search-box input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: .8rem;
    background: #fff0
}

.search-box i {
    position: absolute;
    right: 15px;
    color: #888;
    font-size: 18px;
    cursor: pointer
}

.filter-harga,
.filter-warna {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative
}

.filter-harga h3,
.filter-warna h3 {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 10px
}

.toggle-filter {
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    outline: none !important
}

.toggle-filter:hover {
    scale: 1.2
}

.filter-harga.collapsed .toggle-filter::after {
    font-size: 2.5rem
}

.filter-harga .toggle-filter::after {
    font-size: 2.5rem
}

.filter-harga ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block
}

.filter-harga.collapsed ul {
    display: none
}

.filter-harga li {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.filter-harga input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.1)
}

.filter-harga label {
    font-size: 1rem;
    color: #333;
    cursor: pointer
}

.filter-harga input[type="radio"]:checked+label {
    font-weight: 700;
    color: #FF8C00
}

.filter-warna {
    padding: 15px 0
}

.open-color-filter {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 10px;
    color: #333;
    outline: none !important
}

.open-color-filter i {
    font-size: 1.2rem;
    color: #333
}

.open-color-filter i:hover {
    scale: 1.2
}

.filter-harga:last-child,
.filter-warna:last-child {
    border-bottom: none
}

.applied-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px
}

.filter-tag {
    background: rgb(217 222 221 / .4);
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px
}

.filter-tag .remove-filter {
    margin-left: 8px;
    cursor: pointer;
    font-weight: 700
}

.filter-kategori {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative
}

.filter-kategori h3 {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 10px
}

.toggle-kategori {
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    outline: none !important
}

.toggle-kategori:hover {
    scale: 1.2
}

.filter-kategori.collapsed .toggle-kategori::after {
    font-size: 2.5rem
}

.filter-kategori .toggle-kategori::after {
    font-size: 2.5rem
}

.filter-kategori ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block
}

.filter-kategori.collapsed ul {
    display: none
}

.filter-kategori li {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.filter-kategori input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.1);
    cursor: pointer;
    margin-bottom: 8px
}

.filter-kategori label {
    font-size: 1rem;
    color: #333;
    cursor: pointer
}

.filter-kategori input[type="checkbox"]:checked+label {
    font-weight: 700;
    color: #FF8C00
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

.pagination-btn {
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s
}

.pagination-btn:hover {
    background-color: #e2e6ea
}

.pagination-numbers {
    display: flex
}

.lihat-lainnya {
    display: none;
    text-align: center;
    margin: 20px 0
}

.lihat-lainnya button {
    padding: 10px 20px;
    border: 1px solid #007bff;
    border-radius: 5px;
    background-color: #fff;
    color: #007bff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s
}

.lihat-lainnya button:hover {
    background-color: #007bff;
    color: #fff
}

@media (max-width:1024px) {
    .pagination-container {
        flex-direction: column
    }

    .pagination-btn {
        margin: 5px 0
    }
}

@media (min-width:401px) and (max-width:768px) {
    .products-section {
        flex-direction: column
    }

    .item-options,
    .pagination-container {
        display: none
    }

    .lihat-lainnya {
        display: block
    }
}

@media (max-width:500px) {
    .products-section {
        flex-direction: column
    }

    .search-box {
        flex-direction: column;
        align-items: stretch
    }

    .search-box input[type="text"] {
        margin-bottom: 0 !important;
        margin-right: 0 !important
    }
}

.pagination-btn {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s
}

.pagination-btn:hover {
    background-color: #f0f0f0;
    border-color: #ccc
}

.pagination-btn.prev .arrow {
    font-size: 18px
}

.pagination-btn.next .arrow {
    font-size: 18px
}

.pagination-btn.active {
    background-color: #ddd;
    border-color: #ccc
}

.arrow {
    font-size: 16px
}

@media (max-width:768px) {
    .item-options {
        display: none
    }

    .pagination-container {
        display: none
    }

    .lihat-lainnya {
        display: block
    }

    .search-box {
        width: 100%;
        justify-content: center;
        margin-top: 10px
    }
}

.product-detail-page {
    display: flex;
    flex-wrap: wrap
}

.product-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-image-section-detail {
    width: 45%;
    padding-right: 20px;
    position: relative
}

.product-full-image-wrapper {
    position: relative
}

.product-full-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.discount-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FF8C00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .2);
    z-index: 10;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.product-full-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    aspect-ratio: 550 / 800;
    position: relative
}

@media (max-width:500px) {
    .discount-label {
        left: 50%;
        transform: translateX(20%)
    }

    .product-full-image {
        justify-content: center
    }

    .product-full-image img {
        max-width: 100%;
        max-height: 360px;
        object-fit: contain;
        margin: 0 auto
    }
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
    display: none
}

.slider-nav.prev {
    left: 10px
}

.slider-nav.next {
    right: 10px
}

.slider-nav.hidden {
    opacity: 0;
    pointer-events: none
}

.product-full-image-wrapper:hover .slider-nav,
.product-full-image-wrapper:focus-within .slider-nav {
    display: block
}

.product-image-thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.product-image-thumbnails img {
    width: 20%;
    max-width: 350px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #fff0;
    transition: border-color 0.3s ease
}

.product-image-thumbnails img.active {
    border-color: #007bff
}

.product-image-thumbnails img:hover {
    border-color: #007bff
}

.product-info-section-detail {
    width: 55%;
    display: flex;
    flex-direction: column
}

.product-name-detail {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0
}

.product-name-detail-top {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: none
}

@media (max-width:768px) {
    .product-main {
        flex-direction: column
    }

    .product-image-section-detail,
    .product-info-section-detail {
        width: 100%;
        padding-right: 0
    }

    .product-image-section-detail {
        margin-bottom: 20px
    }

    .product-name-detail {
        font-size: 1.5rem
    }

    .product-name-detail-top {
        display: none
    }
}

.price-container {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap
}

.product-price-detail {
    flex: 0 0 40%;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #040919 !important;
    justify-content: center;
    align-items: center
}

.product-price-detail h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #FF8C00
}

.product-price-detail .unit {
    font-size: 1rem
}

.price-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto
}

.price-card {
    flex: 0 0 auto;
    width: 120px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / .2);
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.price-card p {
    margin: 0;
    padding: 2px 0
}

@media (max-width:768px) {
    .price-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .price-cards {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .price-card {
        text-align: left
    }

    .product-price-detail {
        width: 100%;
        min-height: 50px
    }
}

.store-section-product {
    padding-top: 20px !important
}

.store-section-content {
    display: flex
}

.store-section-content-left {
    width: 40%
}

.store-section-content-right {
    width: 60%
}

.available-stores {
    display: flex;
    margin-top: 0 !important;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.store {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    color: #060c22fa;
    border: 2.5px solid #060c22fa;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.store.active {
    color: #fff;
    border: 0;
    background-color: #060c22fa
}

.store:hover {
    color: #fff;
    border: 0;
    background-color: #060c22fa
}

.store .store-name {
    margin-right: 10px;
    font-size: .7rem;
    font-weight: 600
}

.status-icon {
    display: inline-flex;
    margin-left: 8px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.status-icon img {
    width: 20px;
    height: auto
}

.status-icon.available {
    background-color: green
}

.status-icon.unavailable {
    background-color: red
}

@media (max-width:500px) {
    .store .store-name {
        margin-right: 10px;
        font-size: .6rem;
        font-weight: 600
    }

    .status-icon {
        width: 15px;
        height: 15px
    }

    .store-section-content-left {
        width: 100%
    }

    .store-section-content-right {
        width: 100%
    }

    .store-section-content {
        flex-direction: column
    }

    .check-stock-btn {
        padding: 0px !important
    }
}

@media (min-width:401px) and (max-width:768px) {
    .store-section-content-left {
        width: 60%
    }

    .store-section-content-right {
        width: 40%
    }
}

.fabric-color {
    margin-top: 0
}

.fabric-color-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%
}

.color-options-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    align-items: center
}

.color-option-detail.active {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 10px;
    border-radius: 25px;
    background-color: #fff;
    border: 2px solid #23272A;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px
}

.color-option-detail.active::after {
    content: attr(data-name);
    font-size: 14px;
    font-weight: 700;
    color: #23272A;
    margin-left: 10px
}

.color-option-detail {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff0;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0
}

.color-option-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease
}

.tooltip-color {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
    pointer-events: none
}

.color-option-circle:hover .tooltip-color {
    display: block
}

.more-colors-btn-detail {
    background: #fff;
    color: #23272A;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 600;
    text-decoration: underline;
    border: 2px solid #fff0;
    background-color: #fff;
    margin-top: 10px
}

.more-colors-btn-detail i {
    margin-left: 8px;
    font-size: 1rem;
    text-decoration: none !important;
    color: #23272A
}

.color-desc {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600
}

.color-desc-sheet {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600
}

@media (max-width:1024px) {
    .fabric-color-content {
        flex-direction: column;
        align-items: flex-start
    }

    .color-options-detail {
        width: 100%
    }

    .more-colors-btn-detail {
        width: auto;
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .fabric-color {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:500px) {
    .more-colors-btn-detail i {
        font-size: .8rem
    }

    .more-colors-btn-detail {
        font-size: .8rem
    }
}

.detail-info-wrap {
    display: flex;
    flex-direction: column
}

.detail-info-wrap p {
    text-indent: 0 !important;
    padding-left: 0 !important;
    line-height: 2;
    color: #23272A !important
}

.color-box-note {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #040919;
    border: 1px solid #040919;
    border-radius: 10px
}

.note-info {
    margin-top: 10px;
    font-size: .9rem;
    color: #333;
    padding-left: 0 !important
}

.fabric-thickness {
    margin-top: 20px
}

.fabric-thickness-content {
    margin-bottom: 10px
}

.fabric-thickness-tittle {
    margin-bottom: 10px;
    text-align: left
}

.fabric-thickness-tittle h5 {
    text-align: left;
    font-size: 1rem;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    color: #23272A
}

.thickness-options {
    display: flex
}

.thickness-option {
    background-color: #fff;
    border: 2.5px solid #23272A;
    color: #23272A;
    font-weight: 600;
    font-size: .8rem;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
    cursor: pointer
}

.thickness-option.active {
    background-color: #23272A;
    color: #fff
}

.fabric-width {
    margin-bottom: 20px;
    border-width: 2px 1px 2px 1px;
    border-style: solid;
    border-color: #040919
}

.fabric-width-content {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

.fabric-width-tittle {
    margin-bottom: 10px;
    padding: 10px 10px;
    border-bottom: 1px solid #040919;
    border-right: 1px solid #fff;
    background-color: #040919
}

.fabric-width-tittle h5 {
    text-align: center;
    font-size: 1rem;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    color: #fff
}

.width-options {
    display: flex;
    justify-content: center
}

.width-option {
    background-color: #fff;
    border: 2.5px solid #060c22fa;
    color: #060c22fa;
    font-weight: 600;
    font-size: .8rem;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
    cursor: pointer
}

.width-option.active {
    background-color: #060c22fa;
    color: #fff
}

@media (max-width:768px) {
    .detail-info-wrap {
        display: flex;
        flex-wrap: wrap
    }

    .fabric-thickness,
    .fabric-width {
        flex: 1
    }
}

@media (max-width:500px) {
    .detail-info-wrap {
        display: block
    }

    .fabric-thickness,
    .fabric-width,
    .fabric-gsm {
        width: 100%
    }

    .fabric-thickness-tittle,
    .fabric-width-tittle {
        border-right: none
    }
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.add-to-cart {
    background-color: #fff;
    color: #060c22fa;
    border: none;
    font-weight: 600;
    border-radius: 25px;
    border: 2.5px solid #23272A;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s
}

.add-to-cart i {
    margin-right: 6px
}

.btn-active {
    background-color: #FF8C00 !important;
    color: #fff !important;
    border: 2.5px solid #FF8C00
}

.buy-now {
    background-color: #FF8C00;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s
}

.add-to-cart:hover,
.buy-now:hover,
.btn-share-media:hover {
    background-color: #FF8C00;
    color: white !important;
    border: 2.5px solid #FF8C00;
    transform: scale(1.1)
}

.add-to-cart:hover,
.buy-now:hover .action-buttons {
    gap: 25px
}

.share-button {
    color: #23272A;
    font-size: 2rem
}

.share-button:hover {
    transform: scale(1.1);
    color: #FF8C00
}

.share-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .2);
    justify-content: center;
    align-items: center;
    padding-top: 20px
}

.share-modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 70%;
    box-shadow: 0 4px 10px rgb(0 0 0 / .2);
    max-height: 80vh;
    overflow-y: auto
}

.share-modal-content h3 {
    margin-bottom: 20px
}

.share-modal-content .close-button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

.share-modal .close-button:hover {
    color: red
}

.button-share-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px
}

.btn-share-media {
    background-color: #fff;
    color: #23272A;
    border: none;
    font-weight: 600;
    border-radius: 25px;
    border: 2.5px solid #23272A;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s
}

.btn-share-media i {
    margin-right: 7px
}

.product-specs {
    white-space: pre-line;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .share-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }
}

@media (max-width:767px) {
    .share-modal {
        height: 100%;
        width: 100vw
    }

    .share-modal-content {
        position: absolute;
        bottom: 60px;
        width: 100vw;
        max-width: 100vw !important
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .product-image-section-detail {
        width: 35%
    }

    .product-info-section-detail {
        width: 65%
    }
}

@media (max-width:768px) {
    .product-image-section {
        width: 100%
    }

    .product-info-section {
        width: 100%
    }

    .price-card {
        padding: 10px;
        width: 40%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .add-to-cart .buy-now {
        margin-top: 10px
    }

    .action-buttons {
        gap: 15px
    }
}

@media (max-width:500px) {
    .product-image-section {
        width: 100%
    }

    .product-info-section {
        width: 100%
    }

    .price-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .thickness-option {
        font-size: .7rem
    }

    .category-button {
        font-size: .7rem;
        padding: 5px 15px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .price-container {
        flex-wrap: wrap !important;
        gap: 0
    }

    .product-price-detail {
        flex: 0 0 50% !important
    }

    .price-cards {
        flex: 0 0 50% !important
    }
}

section.fabric-info {
    margin-top: 20px
}

.section-header-info {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start
}

.section-header-info::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #060c22fa;
    bottom: 0;
    left: 0
}

.section-header-info h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0
}

.section-header-white {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start
}

.section-header-white::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0
}

.section-header-white h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0
}

.fabric-info-tab {
    display: flex;
    gap: 20px;
    margin: 15px auto
}

.fabric-info-sub-tab {
    display: flex;
    gap: 20px;
    width: 100%
}

.fabric-specs,
.fabric-description,
.fabric-parameters {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05)
}

.fabric-specs .spec-title {
    width: 40%;
    font-weight: 700
}

.fabric-description {
    width: 70%
}

.fabric-parameters {
    width: 30%
}

.fabric-specs .spec-value {
    flex: 1
}

.fabric-specs ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.fabric-specs li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px
}

.fabric-description h2,
.fabric-specs h2,
.fabric-parameters h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600
}

.fabric-description p {
    text-indent: 30px;
    line-height: 1.6;
    padding: 0 !important
}

.parameter {
    margin-bottom: 20px
}

.parameter label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.range-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden
}

.range-left,
.range-right {
    position: absolute;
    height: 100%;
    background-color: #FF8C00
}

.range-left {
    left: 50%;
    transform: translateX(-100%);
    border-right: 1px solid #fff
}

.range-right {
    left: 50%;
    border-left: 1px solid #fff
}

.percentage-label {
    position: absolute;
    top: 20px;
    font-size: 12px;
    color: #FF8C00
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    z-index: 1;
    font-size: 12px
}

.middle-labels {
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.range-labels span {
    font-size: 12px
}

.fabric-specs {
    flex: 1 1 30%
}

.fabric-description {
    flex: 1 1 70%
}

.fabric-parameters {
    flex: 1 1 30%
}

.fabric-usable {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: row
}

.usable {
    flex: 1 1 auto;
    max-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 0
}

.usable img {
    max-width: 60px
}

@media (min-width:769px) and (max-width:1024px) {
    .fabric-info-tab {
        flex-direction: column
    }

    .fabric-info-sub-tab {
        flex-direction: row;
        gap: 20px;
        width: 100%
    }

    .fabric-description,
    .fabric-parameters {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .fabric-info-tab {
        flex-direction: column
    }

    .fabric-info-sub-tab {
        flex-direction: column;
        width: 100%;
        gap: 20px
    }

    .fabric-specs,
    .fabric-description,
    .fabric-parameters {
        width: 100%;
        margin-bottom: 20px
    }

    .section-header-info h2 {
        font-size: 1.5rem
    }

    .section-header-info {
        width: 100%
    }

    .section-header-white h2 {
        font-size: 1.5rem
    }

    .section-header-info p {
        font-size: 0.9rem !important
    }

    .section-header-white {
        width: 100%
    }
}

@media (max-width:500px) {
    .section-header-info h2 {
        font-size: 1.1rem !important
    }

    .section-header-white h2 {
        font-size: 1rem !important
    }
}

.estimation-section {
    padding: 0;
    border-radius: 8px
}

.card-section {
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1)
}

.note {
    font-size: 14px;
    color: #060c22fa;
    padding: 0 !important;
    margin-top: 15px;
    font-weight: 500
}

.calculator {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
    max-width: 100%
}

.calculator input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px
}

.calculator button {
    padding: 10px 15px;
    background-color: #060c22fa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.calculator button:hover {
    background-color: #0056b3
}

.result-table {
    width: 100%;
    border-collapse: collapse
}

.result-table th {
    background-color: #FF8C00;
    color: #040919
}

.result-table th,
.result-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-weight: 600
}

@media (max-width:768px) {

    .result-table th,
    .result-table td {
        font-size: .8rem
    }

    .calculator {
        justify-content: flex-start;
        font-size: .8rem
    }
}

@media (max-width:300px) {

    .result-table th,
    .result-table td {
        font-size: .5rem;
        padding: 5px
    }

    .calculator {
        justify-content: flex-start;
        font-size: .5rem
    }
}

.color-options-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 10px rgb(0 0 0 / .2);
    padding: 20px;
    z-index: 1000
}

.bottom-sheet-header {
    margin-top: 50px;
    margin-bottom: 10px
}

#colorSearch {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px
}

.color-options-detail-sheet {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    align-items: center;
    max-height: 90vh;
    overflow-y: auto
}

.color-option-detail-sheet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff0;
    cursor: pointer;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow-y: auto;
    z-index: 0
}

.color-option-detail-sheet.new-style {
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 25px;
    background-color: #fff;
    border: 1.5px solid #23272A;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    gap: 10px
}

.color-option-detail-sheet.new-style::after {
    content: attr(data-name);
    font-size: .8rem;
    font-weight: 700;
    color: #333;
    margin-left: 10px
}

.close-sheet-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
    background-color: #FF8C00;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 30px
}

.close-sheet-button i {
    color: #fff;
    font-size: 16px
}

@media (min-width:768px) {
    .color-options-bottom-sheet {
        width: 50%;
        right: 0;
        left: auto;
        height: 100%;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }
}

@media (max-width:768px) {
    .color-options-bottom-sheet {
        bottom: 60px !important
    }
}

@media (max-width:500px) {
    .color-desc {
        font-size: .6rem
    }

    .color-desc-sheet {
        font-size: .6rem
    }

    .color-option-circle {
        height: 20px;
        width: 20px
    }

    .color-option-detail.active {
        padding: 5px
    }

    .color-option-detail-sheet.new-style {
        padding: 5px
    }
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 700
}

.bg_main {
    background-color: #040919
}

.width_100 {
    width: 100vw !important
}

.bg_image1 {
    background-color: #040919;
    width: 100%;
    height: 100%
}

.btn-container {
    justify-content: center;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.circle-btn {
    background-color: #fff;
    border: 2.5px ridge #040919;
    color: #040919;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    padding-right: 10px
}

.circle-btn i {
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%)
}

.circle-btn .btn-text {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #040919
}

.circle-btn:hover {
    width: 150px;
    border-radius: 30px;
    justify-content: flex-start;
    padding-left: 15px
}

.circle-btn:hover .btn-text {
    opacity: 1;
    left: 20px;
    padding-right: 10px !important
}

.circle-btn:hover i {
    right: 15px;
    transform: translateX(0);
    color: #040919;
    padding-left: 10px;
    display: none
}

.add-cart-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 10px rgb(0 0 0 / .2);
    padding: 20px 30px;
    z-index: 1000;
    height: 100vh;
    overflow-y: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.product-name {
    font-size: 1.3rem !important;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px
}

.type-fabric-name {
    font-size: 1.2rem;
    font-weight: 700;
    font-weight: 600;
    margin-bottom: 10px
}

.store-dropdown {
    margin-bottom: 20px;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%
}

.store-dropdown label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333
}

.custom-select-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #f7f7f7;
    border: 2px solid #060c22fa;
    border-radius: 8px;
    cursor: pointer
}

.select-trigger {
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select-trigger .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-top: 6px solid #060c22fa
}

.store-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #060c22fa;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000
}

.store-option {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.store-option:hover {
    background-color: #060c22fa;
    color: #fff
}

.store-option.active {
    background-color: #060c22fa;
    color: #fff
}

.custom-select-cart.open .store-options {
    display: block
}

.check-stock-btn {
    color: #23272A;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 600;
    text-decoration: underline;
    border: 2px solid #fff0
}

.check-stock-btn i {
    margin-left: 8px;
    font-size: 1rem;
    text-decoration: none !important;
    color: #23272A
}

.stock-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 10px rgb(0 0 0 / .2);
    padding: 20px;
    z-index: 1000;
    max-height: 97vh
}

.stock-header {
    margin-top: 50px;
    margin-bottom: 10px
}

.stocks-detail-sheet {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
    align-items: center;
    flex-direction: row;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-bottom: 50px
}

.stock-card {
    width: 100%;
    padding: 0 15px;
    border-radius: 15px;
    border: 2px solid rgb(0 0 0 / .4);
    box-shadow: 0 4px 5px rgb(0 0 0 / .2);
    box-sizing: border-box
}

.stock-card-tittle {
    margin-top: 10px;
    border-bottom: 2px solid box-shadow:0 -4px 10px rgb(0 0 0 / .4)
}

.stock-card-tittle h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #060c22fa
}

.stock-card-content {
    margin-top: 10px;
    display: flex
}

.stock-body {
    width: 50%
}

.stock-rib {
    width: 50%
}

.close-stocks-sheet-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
    background-color: #FF8C00;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 30px
}

.close-stocks-sheet-button i {
    color: #fff;
    font-size: 16px
}

@media (min-width:768px) {
    .stock-bottom-sheet {
        width: 50%;
        right: 0;
        left: auto;
        height: 100%;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }
}

.section-cart {
    margin-bottom: 20px
}

.sub-section-cart-left {
    width: 30%;
    display: flex;
    flex-direction: column
}

.sub-section-cart-right {
    width: 70%;
    padding: 0 20px;
    display: flex;
    flex-direction: column
}

.section-cart h2 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.price-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.price-box {
    text-align: center;
    width: 45%
}

.price-box h3 {
    font-size: 16px;
    margin-bottom: 5px
}

.price-box .price {
    font-size: 18px;
    font-weight: 700
}

.info-button {
    background: #ddd;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
    position: relative
}

.info-button:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -5px;
    left: 25px;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px
}

.stock-info {
    margin: 5px 0;
    font-size: .9rem
}

.input-amount {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.unit-selection {
    display: flex;
    align-items: center;
    gap: 15px
}

.unit-selection input[type="radio"] {
    display: none
}

.unit-selection label {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    cursor: pointer;
    user-select: none
}

.unit-selection label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #060c22fa;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / .1)
}

.unit-selection input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #060c22fa
}

.unit-selection input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #060c22fa
}

.unit-selection input[type="radio"]:hover+label::before {
    border-color: #060c22fa
}

.input-amount input {
    width: 85%;
    padding: 5px;
    margin-right: 5px;
    border-radius: 8px;
    border-color: rgb(0 0 0 / .4)
}

.unit-label {
    width: 15%;
    font-size: 1.2rem;
    color: #555;
    text-align: right
}

.note {
    font-size: .9rem;
    margin-top: 5px;
    color: rgb(0 0 0 / .8)
}

.estimate-option {
    margin: 10px 0;
    font-size: .9rem;
    color: rgb(0 0 0 / .8)
}

.subtotal {
    display: flex;
    justify-content: space-between
}

.subtotal,
.total p {
    font-size: 1rem
}

.subtotal strong {
    font-size: 1rem;
    font-weight: 700
}

.add-to-cart-detail {
    background-color: #040919;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    font-size: 16px
}

.add-to-cart-detail:hover {
    background-color: #218838
}

.price-cart-detail-box {
    padding: 15px 10px;
    border: 2px solid rgb(0 0 0 / .4);
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2 5px rgb(0 0 0 / .1)
}

.total {
    position: relative;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px dashed rgb(0 0 0 / .7)
}

@media (min-width:769px) {
    .add-cart-bottom-sheet {
        width: 40%;
        right: 0;
        left: auto;
        max-height: 100vh;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }

    .section-cart {
        display: flex;
        justify-content: space-between
    }

    .stock-info {
        width: 100%
    }

    .unit-selection,
    .input-amount {
        width: 100%
    }

    .subtotal,
    .total {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .price-section {
        justify-content: space-between
    }

    .price-box {
        width: 45%
    }

    .price-box h3,
    .price-box .price {
        text-align: center
    }

    .subtotal p,
    .total p {
        width: 50%
    }

    .subtotal span,
    .total span {
        text-align: right;
        display: inline-block;
        width: 50%
    }
}

@media (max-width:768px) {
    .add-cart-bottom-sheet {
        width: 70%;
        right: 0;
        left: auto;
        max-height: 100vh;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }

    .section-cart {
        display: flex;
        justify-content: space-between
    }

    .stock-info {
        width: 100%
    }

    .unit-selection,
    .input-amount {
        width: 100%
    }

    .subtotal,
    .total {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .price-section {
        justify-content: space-between
    }

    .price-box {
        width: 45%
    }

    .price-box h3,
    .price-box .price {
        text-align: center
    }

    .subtotal p,
    .total p {
        width: 50%
    }

    .subtotal span,
    .total span {
        text-align: right;
        display: inline-block;
        width: 50%
    }
}

@media (max-width:500px) {
    .add-cart-bottom-sheet {
        width: 90%;
        right: 0;
        left: auto;
        max-height: 100vh;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }
}

@media (max-width:500px) {
    .add-cart-bottom-sheet {
        width: 100%;
        right: 0;
        left: auto;
        max-height: 90vh;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px;
        padding: 20px 10px
    }

    .type-fabric-name {
        font-size: 1rem
    }

    .price {
        font-size: .9rem
    }

    .stock-info {
        font-size: .8rem
    }

    .unit-selection label {
        font-size: .9rem
    }

    .sub-section-cart-right {
        margin-left: 10px
    }

    .total p {
        margin-bottom: 0 !important
    }
}

.underdev {
    display: flex;
    margin-top: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.animation-dev img {
    min-width: 200px;
    max-width: 100%;
    height: auto
}

.message-dev {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600
}

.cart-section {
    height: 100%
}

.cart-wrapper {
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 25px;
    overflow: visible
}

.store-group {
    margin-bottom: 30px;
    border-bottom: 10px solid #ddd
}

.store-products {
    display: flex;
    flex-direction: column
}

.cart-items {
    width: 75%;
    overflow-y: visible;
    height: 100%;
    padding-right: 15px;
    box-sizing: border-box
}

.flex-row-cart {
    display: flex;
    width: 100%
}

.cart-item {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 20px
}

.image-container {
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 150px;
    aspect-ratio: 550 / 800
}

.cart-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px
}

.cart-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px
}

.cart-item-details {
    flex: 1;
    padding-left: 5px
}

.remove-item {
    background: #fff0;
    color: #23272A;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 15px
}

.cart-summary {
    width: 25%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    max-height: 50vh;
    box-shadow: 0 2px 10px rgb(0 0 0 / .2)
}

.summary-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.checkout-summary-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.cart-summary-wrapper {
    display: flex;
    flex-direction: column
}

.checkout-form-wrapper {
    display: flex;
    flex-direction: column
}

.summary-item,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin: 15px 0
}

.btn-shipping {
    background-color: #FF8C00;
    color: #fff;
    margin-top: 0;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #FF8C00
}

.cart-product-name {
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    font-weight: 500
}

.price-cart {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FF8C00
}

.select-cart {
    display: flex;
    margin-right: 20px;
    align-items: center
}

.select-cart input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.select-cart input:checked {
    background-color: #FF8C00;
    border-color: #FF8C00;
    position: relative
}

.select-cart input:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center
}

.cart-wrapper-qty {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.cart-action-btn {
    width: 10%;
    padding: 0 15px;
    margin-right: 20px
}

@media (max-width:1200px) {
    .cart-action-btn-head {
        width: 10%;
        padding: 0 10px
    }

    .cart-summary {
        max-height: 52vh
    }
}

@media (min-width:1000px) {
    .cart-summary {
        position: sticky;
        top: 100px;
        margin-top: 10px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .summary-title {
        padding-bottom: 5px;
        font-size: 1rem
    }

    .summary-item,
    .summary-total {
        margin: 5px 0
    }

    .cart-summary {
        position: sticky;
        top: 100px;
        margin-top: 10px
    }

    .image-container {
        width: 25%
    }
}

@media (max-width:767px) {
    .cart-action-btn {
        margin-right: 0;
        padding: 0 10px
    }

    .cart-wrapper {
        flex-direction: column;
        height: auto;
        width: 100%
    }

    .cart-item {
        width: 97%;
        padding: 7px 10px
    }

    .cart-items {
        width: 100%
    }

    .cart-item img {
        width: 100px;
        max-width: 100px;
        aspect-ratio: 550 / 800;
        object-fit: contain
    }

    .select-cart {
        margin-right: 10px
    }

    .cart-content {
        padding: 6px 8px;
        padding-left: 10px;
        max-width: 80%
    }

    .cart-content p {
        padding: 0 !important
    }

    .cart-product-name {
        width: 100%;
        padding: 0 !important
    }

    .cart-summary {
        width: 100vw;
        opacity: 1;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 5px 10px;
        border-radius: 10px 10px 0 0;
        margin: 0;
        box-shadow: none;
        z-index: 1000;
        background-color: #fff;
        padding-bottom: 20px
    }

    .btn-shipping {
        margin-top: 15px
    }

    .cart-summary-wrapper {
        flex-direction: row;
        justify-content: space-between
    }

    .checkout-form-wrapper {
        flex-direction: column;
        justify-content: center
    }

    .summary-item .item-left,
    .summary-total .item-left {
        display: none
    }

    .summary-title {
        padding-bottom: 5px
    }

    .summary-item,
    .summary-total {
        margin: 5px 0
    }

    .note-cart {
        display: none
    }

    .remove-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        font-size: .9rem;
        font-weight: 700
    }

    .remove-item i {
        margin-right: 5px;
        font-size: .9rem
    }

    .remove-dekstop {
        display: none
    }

    .cart-action-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .cart-qty-price-head-mobile {
        display: flex
    }
}

@media (max-width:500px) {
    .cart-action-btn {
        margin-right: 0;
        padding: 0 !important
    }

    .cart-product-name {
        font-size: 1rem
    }

    .btn-shipping {
        margin-top: 10px;
        width: 100%;
        color: #fff;
        border: #fff0
    }

    .note-cart {
        display: none
    }

    .remove-item {
        font-size: .8rem;
        margin-right: 10px
    }

    .remove-item i {
        margin-right: 5px;
        font-size: 1.2rem
    }

    .alert-warning {
        font-size: .8rem
    }

    .cart-summary {
        background-color: #040919;
        border-color: #fff0
    }

    .summary-title,
    .summary-total,
    .summary-item {
        color: #fff
    }
}

@media (max-width:390px) {
    .cart-content {
        padding: 5px 5px;
        padding-left: 10px;
        max-width: 70%
    }

    .remove-item {
        margin-right: 5px !important
    }

    .qty-btn {
        font-size: 0.9rem !important;
        padding: 8px 10px !important
    }

    .qty-input {
        font-size: 0.8rem !important;
        padding: 5px !important
    }
}

.order-timeline-card {
    border: 1px solid #ddd;
    border-radius: 20px
}

.order-timeline-card h3 {
    text-align: center;
    margin-top: 15px
}

.order-timeline {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 10px 0;
    margin: 10px 0
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-grow: 1
}

.timeline-step p {
    margin-top: 15px
}

.timeline-step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    z-index: -1;
    transform: translateX(-50%)
}

.timeline-step:first-child::before {
    left: 75%;
    width: 50%
}

.timeline-step:last-child::before {
    left: 0;
    width: 120%
}

.step-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    z-index: 1
}

.completed .step-icon {
    background-color: #fff;
    border: 3px solid #6bbf59;
    color: #6bbf59
}

.completed .step-icon i {
    font-family: FontAwesome;
    color: #6bbf59
}

.active .step-icon {
    border: 3px solid #3498db;
    background-color: #fff;
    position: relative
}

.active .step-icon::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #3498db;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.active p {
    font-weight: 700;
    color: #3498db
}

.timeline-step:not(.completed):not(.active) .step-icon {
    border: 1px solid #ddd
}

@media (max-width:768px) {
    .order-timeline {
        flex-direction: column
    }

    .timeline-step::before {
        display: none
    }

    .timeline-step {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .step-icon {
        margin-right: 15px;
        margin-bottom: 0
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .3);
    text-align: center
}

.popup h3 {
    margin-bottom: 10px
}

.popup-buttons {
    margin-top: 20px
}

.popup-buttons button {
    margin: 0 10px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s
}

.popup-buttons button:hover {
    background-color: #f0f0f0
}

.auth-container {
    display: flex;
    gap: 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    border-radius: 10px
}

.form-container {
    width: 300px;
    padding: 20px;
    border-radius: 8px
}

.form-title {
    color: #060c22fa;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px
}

.input-group {
    margin-bottom: 15px
}

.input-group label {
    display: block;
    font-size: 14px;
    color: #060c22fa;
    margin-bottom: 5px
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9
}

.auth-btn {
    width: 100%;
    padding: 10px;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px
}

.auth-btn:hover {
    background-color: #d71f3f
}

.oauth-container {
    text-align: center;
    margin-top: 15px
}

.oauth-btn {
    background-color: #4285f4;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer
}

.oauth-btn:hover {
    background-color: #357ae8
}

@media (max-width:768px) {
    .auth-container {
        flex-direction: column
    }
}

.warning-message {
    opacity: 1;
    margin-bottom: 10px;
    text-align: center
}

.warning-messages {
    margin-bottom: 15px
}

.alert {
    position: relative;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px
}

.close-button {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #856404;
    cursor: pointer
}

.close-button:hover {
    color: #b58a00
}

.login-form {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.login-section {
    padding-top: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-image:url("{{ asset('img/bg_white.png') }}")
}

.login-form-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #040919;
    margin-bottom: 8px
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    transition: border-color 0.3s ease
}

.form-group input:focus {
    border-color: #FF8C00;
    outline: none
}

.login-btn {
    width: 100%;
    padding: 12px;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.login-btn:hover {
    background-color: #d71d3f
}

.login-form {
    text-align: left
}

.login-btn:focus {
    outline: none
}

.ask-register {
    margin-top: 20px
}

.ask-register a {
    text-decoration: underline;
    color: blue;
    font-weight: 700
}

@media (max-width:768px) {
    .login-form {
        margin: 20px;
        padding: 15px
    }
}

.register-section {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image:url("{{ asset('img/bg_white.png') }}")
}

.register-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.register-row {
    display: flex;
    flex-direction: row;
    gap: 15px
}

.register-column-left {
    width: 50%
}

.register-column-right {
    width: 50%
}

.register-card {
    margin-top: 50px;
    background: rgb(255 255 255 / .8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    width: auto;
    max-width: 90%
}

.is-invalid {
    border-color: red
}

.invalid-feedback {
    color: red;
    font-size: .875em
}

.btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.register-btn {
    width: 50%;
    justify-content: center;
    padding: 12px;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.register-btn:hover {
    background-color: #d71d3f
}

@media (max-width:500px) {
    .register-row {
        flex-direction: column;
        gap: 0
    }

    .register-card {
        max-width: 85%;
        margin: 15px
    }

    .register-column-left {
        width: 100%
    }

    .register-column-right {
        width: 100%
    }

    .register-section {
        height: auto;
        margin-top: 30px
    }

    .register-btn {
        width: 80%
    }
}

.indented-text {
    text-indent: 30px;
    padding-left: 0 !important
}

.certificate-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center
}

.certificate-wrapper img {
    width: 15%;
    height: auto
}

.detail-store-section {
    margin-top: 90px
}

.social-links-big {
    display: flex;
    gap: 15px;
    width: 100%;
    align-items: center;
    justify-content: center
}

.social-links-big a {
    display: flex;
    max-width: 300px;
    height: auto;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #060c22fa;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff
}

.social-links-big i {
    color: #fff
}

.icon-language {
    all: unset;
    position: relative;
    cursor: pointer;
    color: #FF8C00;
    background-color: #fff0
}

.custom-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    z-index: 1000;
    margin-top: 5px
}

.custom-dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #060c22fa;
    text-decoration: none
}

.custom-dropdown-item:hover {
    background-color: #f0f0f0
}

.language-option .dropdown-language {
    position: absolute;
    background-color: #fff;
    list-style-type: none;
    padding: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 5px
}

.language-option i {
    color: #FF8C00
}

.language-option:hover .dropdown-language,
.language-option.active .dropdown-language {
    display: block
}

@media (min-width:769px) {
    .language-option {
        display: none
    }
}

@media (max-width:768px) {
    .language-option {
        position: relative
    }

    .language-option i {
        color: #fff
    }

    .dropdown-language {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        z-index: 1000
    }

    .dropdown-language {
        background-color: #f8f9fa;
        color: #000;
        padding: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgb(0 0 0 / .1)
    }

    .dropdown-language a {
        color: #000 !important;
        display: block;
        padding: 5px 10px
    }

    .dropdown-language a:hover {
        background-color: #e9ecef;
        color: #000
    }
}

.icon-login .dropdown-menu-profile-mobile {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style-type: none;
    padding: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 5px;
    z-index: 1000
}

.icon-login.active .dropdown-menu-profile-mobile {
    display: block
}

@media (min-width:769px) {
    .icon-login {
        display: none
    }

    .login-icon-mobile {
        display: none
    }
}

@media (max-width:768px) {
    .icon-login {
        display: block;
        position: relative
    }

    .login-icon-mobile {
        display: block
    }

    .dropdown-menu-profile-mobile {
        left: 15px;
        width: 200px
    }

    .dropdown-menu-profile-mobile a {
        display: block !important;
        color: #000 !important
    }
}

.makloon-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.image_mk1 {
    display: block;
    max-width: 300px;
    margin-right: -20px;
    z-index: 1;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.image_mk2 {
    display: block;
    max-width: 100%;
    z-index: 2;
    border-radius: 20px
}

.image_mk3 {
    display: block;
    max-width: 300px;
    margin-left: -20px;
    z-index: 1;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.makloon-title h5 {
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #060c22fa
}

.makloon-desc p {
    text-align: center;
    font-size: 1rem;
    margin-left: 0 !important
}

.makloon-btn {
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    background: #060c22fa;
    border: 2px solid #060c22fa;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    color: #fff
}

.makloon-btn:hover {
    background-color: #FF8C00;
    border: 3px solid #FF8C00;
    color: #fff
}

.makloon-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row
}

.makloon-left {
    width: 50%;
    height: auto;
    padding: 20px;
    align-items: center
}

.makloon-right {
    padding: 20px;
    padding-top: 0 !important;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width:768px) {
    .makloon-wrapper {
        flex-direction: column
    }

    .image_mk2 {
        max-width: 100%
    }

    .makloon-left,
    .makloon-right {
        width: 100%;
        padding-top: 0 !important
    }
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 500px;
    padding: 15px;
    background-color: #060c22fa;
    color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    border-radius: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1000;
    max-width: 100vw
}

.cookie-popup p {
    margin: 0;
    padding: 0;
    font-size: 14px
}

.cookie-text {
    color: #fff
}

.cookie-link {
    color: #FF8C00;
    text-decoration: underline;
    font-weight: 700
}

.cookie-link:hover {
    text-decoration: none
}

.cookie-btn {
    background-color: #FF8C00;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px
}

.cookie-btn:hover {
    background-color: #e61a3f
}

.hidden {
    display: none
}

@media (max-width:768px) {
    .cookie-popup {
        width: 90vw;
        max-width: 90vw !important;
        bottom: 70px;
        left: 10px
    }
}

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px
}

.profile-header {
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 2px solid #ddd
}

.profile-info {
    text-align: center;
    font-size: 18px
}

.address-section {
    margin-top: 40px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #ddd;
    padding-top: 20px
}

.address-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.address-content {
    font-size: 16px;
    line-height: 1.5
}

.default-profile-img {
    background-color: #f0f0f0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 36px;
    margin-bottom: 20px;
    border: 2px solid #ddd
}

.logout-profile-btn {
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    background: #060c22fa;
    border: 2px solid #060c22fa;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    color: #fff
}

.logout-profile-btn:hover {
    background-color: #FF8C00;
    border: 3px solid #FF8C00;
    color: #fff
}

@media (max-width:768px) {
    .profile-header h1 {
        font-size: 1.5rem
    }
}

.disable-btn {
    background-color: #ddd
}

.disable-btn:hover {
    background-color: #ddd
}

.captcha-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.cert-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

.cert-image {
    width: 9%
}

.about-wrapper {
    margin: 20px 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, #add8e6 10%, #0a4969 20%, #060c22fa 50%, #060c22fa 100%);
    border-radius: 20px
}

.about-image {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-image img {
    max-width: 100%;
    border-radius: 10px
}

.about-text {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.about-text p {
    color: #fff
}

.about-full-text {
    width: 100%;
    display: flex
}

.about-judul {
    width: 100%;
    padding-top: 30px;
    font-weight: 700
}

.about-judul h4 {
    text-transform: uppercase;
    font-weight: 700
}

.non-indent-text {
    text-indent: 0;
    padding-left: 20px !important
}

.about-right {
    width: 50%
}

.about-left {
    width: 50%
}

.text-0 {
    text-indent: 0;
    padding-left: 0 !important;
    text-align: left !important
}

@media (max-width:768px) {
    .about-wrapper {
        flex-direction: column;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 3%, #add8e6 7%, #0a4969 10%, #060c22fa 40%, #060c22fa 100%)
    }

    .about-image {
        width: 100%;
        padding: 10px !important
    }

    .about-text {
        width: 100%
    }

    .cert-image {
        width: 15%
    }

    .about-judul h4 {
        text-transform: uppercase;
        font-size: 1.1rem
    }

    .about-right {
        width: 100%
    }

    .about-left {
        width: 100%
    }

    .about-full-text {
        flex-direction: column
    }
}

@media (max-width:500px) {

    .indented-text,
    .text-0,
    .non-indent-text {
        font-size: 0.9rem !important;
        text-align: left
    }

    .about-judul {
        padding-top: 20px
    }
}

.shimmer {
    background: linear-gradient(90deg, rgb(255 255 255 / .1) 0%, rgb(255 255 255 / .3) 50%, rgb(255 255 255 / .1) 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite
}

@keyframes shimmer {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.search-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 98vh;
    background-color: #fff;
    box-shadow: 0 -4px 10px rgb(0 0 0 / .2);
    padding: 20px;
    z-index: 1000;
    max-height: 98vh;
    width: 35%
}

.close-search-sheet-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
    background-color: #FF8C00;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.close-search-sheet-button i {
    color: #fff;
    font-size: 16px
}

#searchInput {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.search-detail-sheet {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 50px
}

.search-title {
    margin: 30px 0;
    font-weight: 700
}

.product-card-search {
    width: 100%;
    display: flex;
    padding: 0 15px;
    border-radius: 15px;
    border: 2px solid rgb(0 0 0 / .4);
    box-shadow: 0 4px 5px rgb(0 0 0 / .2);
    box-sizing: border-box;
    text-align: center;
    flex-direction: row;
    cursor: pointer
}

.product-search-img {
    width: 20%;
    padding: 10px
}

.product-search-name {
    width: 80%;
    display: flex;
    justify-content: left;
    align-items: center
}

@media (min-width:1025px) and (max-width:1200px) {
    .search-bottom-sheet {
        width: 40%
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .search-bottom-sheet {
        width: 50%
    }

    .product-search-img {
        width: 15%
    }
}

@media (min-width:401px) and (max-width:768px) {
    .search-bottom-sheet {
        width: 70%
    }

    .product-search-img {
        width: 15%
    }
}

@media (max-width:500px) {
    .search-bottom-sheet {
        width: 100%;
        top: 70px
    }

    .product-search-img {
        width: 20%
    }

    .search-title {
        margin: 20px 0
    }
}

.display-block {
    display: block !important
}

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

.warning-checkout {
    color: #d9534f;
    background-color: #f8d7da;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 30px;
    font-size: 14px;
    position: absolute;
    top: 90px;
    right: 20px;
    width: 30%
}

.close-warning-checkout {
    background-color: #fff0;
    border: none;
    color: #d9534f;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer
}

.skeleton-price {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.skeleton-line {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.2s infinite ease-in-out
}

@keyframes skeleton-loading {
    0% {
        background-color: #e0e0e0
    }

    50% {
        background-color: #f0f0f0
    }

    100% {
        background-color: #e0e0e0
    }
}

#kamus {
    padding-top: 90px;
    scroll-padding-top: 90px
}

#kamus .istilah-item {
    scroll-margin-top: 100px
}

.search-bar {
    margin: 20px 0
}

.search-utama {
    display: none
}

.search-side {
    display: block
}

.search-bar input[type="text"] {
    padding: 10px 5px;
    width: 73%;
    border: 1px solid #ddd;
    border-radius: 4px
}

.search-bar button {
    padding: 10px 0;
    border: none;
    background-color: #FF8C00;
    color: #fff;
    width: 25%;
    border-radius: 4px;
    cursor: pointer
}

.kamus-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 3%
}

.kolom-kanan {
    width: 25%;
    padding: 10px;
    margin-top: 30px
}

.daftar-isi {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px
}

.daftar-isi h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700
}

.daftar-isi ul {
    list-style-type: none;
    padding: 0
}

.daftar-isi ul li {
    margin: 5px 0
}

.daftar-isi ul li a {
    text-decoration: none;
    color: #007bff;
    font-weight: 700
}

.daftar-isi ul li a:hover {
    text-decoration: underline
}

.konten-utama {
    width: 75%;
    padding: 20px
}

.konten-utama .section-header h1 {
    font-size: 24px;
    color: #333
}

.istilah-item {
    margin-bottom: 10px;
    transition: padding-top 0.3s ease-in-out
}

.istilah-item h2 {
    font-size: 1.5rem;
    color: #040919
}

.konten-utama h2 {
    font-size: 1.5rem;
    color: #040919
}

.istilah-item p {
    font-size: 1rem;
    color: #666
}

.floating-card {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    justify-content: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / .5);
    background-color: #fff;
    border-radius: 20px;
    z-index: 1000;
    padding: 10px;
    background-color: #040919
}

.floating-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 !important
}

.content-floating-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 20px;
    text-align: center
}

.close-card-floating {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #fff
}

.btn-floating-card {
    max-width: 30%;
    margin-top: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal
}

.close-card-floating:hover {
    color: red
}

@media (min-width:768px) and (max-width:1024px) {
    .floating-card {
        width: 80%;
        bottom: 80px
    }

    .floating-card h2 {
        font-size: 1.3rem
    }

    .btn-floating-card {
        max-width: 35%
    }
}

@media (min-width:401px) and (max-width:768px) {
    .floating-card {
        width: 80%;
        bottom: 70px
    }

    .floating-card h2 {
        font-size: 1.2rem
    }

    .btn-floating-card {
        max-width: 60%;
        margin-top: 10px
    }

    .istilah-item h2 {
        font-size: 1.2rem;
        font-weight: 700
    }

    .konten-utama h2 {
        font-size: 1.2rem;
        font-weight: 700
    }

    .istilah-item p {
        font-size: .9rem
    }

    .kamus-container {
        flex-direction: column
    }

    .kolom-kanan,
    .konten-utama {
        width: 100%;
        padding: 10px
    }

    .search-utama {
        display: block;
        width: 100%
    }

    .search-bar {
        margin: 15px 0
    }

    .search-side {
        display: none
    }

    .search-bar input[type="text"] {
        padding: 8px 5px;
        width: 72%;
        border: 1px solid #ddd;
        border-radius: 4px
    }

    .search-bar button {
        padding: 8px 0;
        border: none;
        background-color: #FF8C00;
        color: #fff;
        width: 20%;
        border-radius: 4px;
        cursor: pointer
    }
}

@media (max-width:500px) {
    #kamus {
        padding-top: 60px
    }

    #kamus h1 {
        font-size: 1.1rem !important
    }

    .floating-card {
        width: 95%;
        bottom: 80px
    }

    .floating-card h2 {
        font-size: .8rem
    }

    .content-floating-card {
        padding: 5px 10px
    }

    .btn-floating-card {
        max-width: 100%;
        font-size: .9rem;
        margin-top: 8px
    }

    .floating-card a {
        font-size: .7rem
    }

    .istilah-item h2 {
        font-size: 1rem;
        font-weight: 700
    }

    .konten-utama h2 {
        font-size: .9rem
    }

    .istilah-item p {
        font-size: .8rem
    }

    .kamus-container {
        flex-direction: column
    }

    .kolom-kanan,
    .konten-utama {
        width: 100%;
        padding: 0
    }

    .search-utama {
        display: block;
        width: 100%
    }

    .search-bar {
        margin: 10px 0
    }

    .search-side {
        display: none
    }

    .search-bar input[type="text"] {
        padding: 8px 5px;
        width: 72%;
        border: 1px solid #ddd;
        border-radius: 4px
    }

    .search-bar button {
        padding: 8px 0;
        border: none;
        background-color: #FF8C00;
        color: #fff;
        width: 20%;
        border-radius: 4px;
        cursor: pointer
    }

    .close-card-floating {
        font-size: 1rem;
        top: 5px;
        right: 10px
    }
}

@media (max-width:250px) {
    .btn-floating-card {
        max-width: 100%;
        font-size: .7rem;
        margin-top: 8px
    }
}

#main-slide {
    width: 100vw
}

.main-slider {
    aspect-ratio: 2208 / 900;
    width: 100%;
    max-width: 100vw;
    margin-top: 90px;
    position: relative;
    overflow: hidden
}

.list-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: 100%;
    transition: 1s
}

.item-slider {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.list-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    z-index: 10
}

.main-text {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 5px rgb(255 255 255 / .8)
}

.main-text span {
    color: #FF8C00
}

.sub-text {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-shadow: 1px 1px 1px rgb(255 255 255 / .8)
}

.cta-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer
}

.cta-btn:hover {
    background-color: #c51b1a
}

.main-slider:hover .buttons-nav {
    display: flex
}

.buttons-nav {
    position: absolute;
    top: 45%;
    left: 2%;
    width: 95%;
    justify-content: space-between;
    display: none
}

.buttons-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(128 128 128 / .5);
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: 700;
    font-size: 1.3rem;
    font-weight: 700
}

.dots-slider {
    position: absolute;
    bottom: 5px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    transition: 1s
}

.dots-slider li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 20px;
    border-radius: 20px
}

.dots-slider li.active {
    width: 30px
}

@media (min-width:501px) and (max-width:768px) {
    .main-slider {
        margin-top: 0 !important
    }

    #main-slide {
        margin-top: 70px
    }

    .buttons-nav {
        top: 40%
    }

    .dots-slider li {
        list-style: none;
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin: 20px;
        border-radius: 20px
    }

    .dots-slider li.active {
        width: 30px
    }

    .buttons-nav button {
        width: 40px;
        height: 40px;
        font-size: 1rem
    }

    .main-text {
        font-size: 1.8rem
    }

    .highlight-text {
        font-size: 2.2rem
    }

    .sub-text {
        font-size: 1rem
    }
}

@media (max-width:500px) {
    .main-slider {
        margin-top: 0 !important
    }

    #main-slide {
        margin-top: 70px
    }

    .buttons-nav {
        top: 40%
    }

    .buttons-nav button {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        background-color: rgb(128 128 128);
        border: none
    }

    .dots-slider li {
        list-style: none;
        width: 10px;
        height: 10px;
        margin: 7px
    }

    .dots-slider li.active {
        width: 20px
    }

    .highlight-text {
        font-size: 1.5rem
    }

    .main-text {
        font-size: 1.3rem
    }

    .sub-text {
        font-size: .9rem
    }

    .cta-btn {
        margin-top: 10px
    }
}

.thumbnail-image {
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: center;
    padding: 20px
}

.daftar-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0
}

.daftar-produk {
    flex: 1 1 calc(33% - 20px);
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.daftar-produk h2 {
    font-size: 1.2rem;
    color: #040919;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.daftar-produk ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.daftar-produk ul li {
    margin-bottom: 8px;
    font-size: .95rem;
    line-height: 1.5;
    color: #040919;
    position: relative;
    padding-left: 20px
}

.daftar-produk ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #FF8C00;
    font-size: 1.2rem;
    line-height: 1
}

@media (max-width:768px) {
    .daftar-produk {
        flex: 1 1 100%
    }

    .thumbnail-image {
        padding: 10px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .daftar-produk {
        flex: 1 1 calc(50% - 20px)
    }

    .thumbnail-image {
        padding: 10px
    }
}

.video-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center
}

.video-section p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px
}

.video-container-supplier {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    overflow: hidden;
    border-radius: 25px
}

.video-container-supplier iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-container-supplier video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.video-placeholder-supplier {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.video-thumbnail-supplier {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play-button-red {
    width: auto;
    border: none;
    cursor: pointer;
    position: absolute;
    background-color: #fff0
}

.play-button-red i {
    color: #FF8C00;
    font-size: 3rem
}

@media (max-width:500px) {
    .play-button-red i {
        color: #FF8C00;
        font-size: 2rem
    }

    .video-container-supplier {
        border-radius: 15px
    }

    .daftar-produk h2 {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    #slider-dekstop {
        display: none !important
    }
}

.content-column {
    display: flex;
    gap: 10px
}

.content-left,
.content-right {
    width: 50%
}

.spesification {
    margin-top: 20px
}

@media (max-width:767px) {
    .content-column {
        flex-direction: column
    }

    .content-left,
    .content-right {
        width: 100%
    }

    .spesification {
        margin-top: 15px
    }
}

.store-section-contact {
    padding: 40px 20px;
    background-color: #f9f9f9
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.store-card2 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    border-radius: 8px;
    overflow: hidden
}

.store-left,
.store-right {
    padding: 20px
}

.store-left {
    flex: 1.5;
    border-right: 1px solid #ddd
}

.store-right {
    flex: 1;
    background: #f3f6f4
}

.store-name {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px
}

.store-address {
    color: #555;
    margin-bottom: 15px
}

.store-map iframe {
    border-radius: 8px
}

.store-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.store-button {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease
}

.store-button i {
    margin-right: 5px
}

.store-button:hover {
    background-color: #0056b3
}

.operational-header {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px
}

.operational-hours {
    list-style: none;
    padding: 0
}

.operational-hours li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #666
}

.operational-hours li a {
    margin-bottom: 8px;
    font-size: 16px;
    color: #666
}

.about-us-section {
    padding: 10px 20px
}

.about-title {
    font-size: 36px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px
}

.about-description,
.about-highlight {
    font-size: 18px;
    color: #555;
    text-align: justify;
    margin-bottom: 20px
}

.about-highlight {
    background-color: #fff9e6;
    padding: 15px;
    border-left: 4px solid #f90;
    margin-bottom: 40px
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.about-column {
    flex: 1 1 48%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.about-column h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px
}

.about-column ul {
    list-style: disc;
    margin-left: 0
}

.about-column ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555
}

.about-location,
.about-contact {
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.about-location h2,
.about-contact h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .about-content {
        flex-direction: column
    }

    .about-column {
        flex: 1 1 100%
    }
}

.flex-main-image {
    display: flex;
    justify-content: center
}

.thumbnail-image {
    width: 90%;
    height: auto;
    aspect-ratio: 1436 / 819;
    object-fit: fill;
    object-position: center;
    padding: 20px;
    justify-content: center
}

@media (max-width:768px) {
    .thumbnail-image {
        width: 100%
    }
}

.table-container {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    border-radius: 8px;
    background: #fff
}

.table-container H2 {
    font-size: 2rem;
    margin-top: 30px
}

.price-list table {
    width: 100%;
    border-collapse: collapse;
    margin: 0
}

.price-list th,
.price-list td {
    padding: 12px 16px;
    text-align: left
}

.price-list th {
    background-color: #007bff;
    color: #fff
}

.price-list tr:nth-child(even) {
    background-color: #f2f2f2
}

.price-list tr:hover {
    background-color: #e9ecef
}

.price-list-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.price-list-search .search-container {
    margin-bottom: 20px;
    width: 40%;
    justify-content: center
}

.search-container input[type="text"] {
    padding: 8px;
    width: 300px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px
}

.filter-container select {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff
}

.flex-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media screen and (max-width:768px) {
    .price-list-search {
        flex-direction: column;
        align-items: flex-start
    }

    .price-list-search .search-container {
        width: 100%;
        margin-bottom: 10px
    }

    .search-container input[type="text"] {
        width: 100%;
        font-size: 14px
    }

    .filter-container {
        width: 100%
    }

    .filter-container select {
        width: 100%;
        font-size: 14px
    }

    .price-list table {
        width: 100%;
        font-size: 14px
    }

    .price-list th,
    .price-list td {
        padding: 8px 10px
    }
}

@media (max-width:768px) {
    .table-container H2 {
        font-size: 1.2rem;
        margin-top: 20px
    }
}

@media screen and (max-width:480px) {
    .price-list-search .search-container input[type="text"] {
        width: 100%;
        font-size: 12px
    }

    .filter-container select {
        width: 100%;
        font-size: 12px
    }

    .price-list th,
    .price-list td {
        padding: 6px 8px
    }

    .price-list tr:nth-child(even) {
        background-color: #fafafa
    }
}

@media print {
    #pricelist-table {
        font-size: 12px
    }

    .section-header::before {
        content: none !important
    }
}

.store-list-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px
}

.store-list-new h2 {
    text-align: center
}

.store-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    transition: transform 0.3s, box-shadow 0.3s
}

.store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgb(0 0 0 / .15)
}

.store-content-new {
    padding: 15px
}

.store-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px
}

.store-title a {
    text-decoration: none;
    color: inherit
}

.store-title a:hover {
    color: #FF8C00
}

.store-address {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.map-container {
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.store-links-new {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center
}

.store-link-new {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #e6212a;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s
}

.store-link-new:hover {
    background-color: #c51d25;
    color: #fff
}

.store-detail {
    margin-top: 10px;
    text-align: center
}

.store-detail-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background-color: #060c22fa;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s
}

.store-detail-button:hover {
    background-color: #444b6a
}

.icon-outline {
    filter: invert(0%) brightness(100%) contrast(100%) drop-shadow(0 0 1px black)
}

.brand-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.brand-card {
    background-color: #edeff7;
    border-radius: 20px
}

.brand-card img {
    padding: 10px;
    max-width: 100%;
    aspect-ratio: 400 / 220
}

.loading-spinner {
    border: 4px solid #FF8C00;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    float: left;
    animation: spin 2s linear infinite
}

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

    100% {
        transform: rotate(360deg)
    }
}

.hide-price {
    visibility: hidden
}

.no-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    justify-content: center;
    align-items: center;
    min-height: 30%
}

.no-product img {
    max-width: 20%;
    aspect-ratio: 512 / 512
}

.no-product p {
    font-size: 1rem;
    text-align: center
}

.qty-detail {
    margin-bottom: 20px
}

.qty-container {
    display: flex;
    align-items: center;
    gap: 10px
}

.qty-btn {
    background-color: #e2e8f0;
    color: #333;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.qty-btn:hover {
    background-color: #cbd5e1
}

.qty-btn:active {
    background-color: #94a3b8
}

.qty-input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    border: 2px solid #e2e8f0;
    border-radius: 6px
}

.cart-modal {
    position: fixed;
    width: 80%;
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / .3);
    display: none;
    z-index: 900
}

.cart-modal {
    font-size: 1.2rem
}

.add-cart-left {
    display: flex;
    width: 15%;
    align-items: center
}

.add-cart-right {
    display: flex;
    flex-direction: column;
    width: 85%;
    padding: 5px 10px
}

.cart-modal img {
    max-width: 100%;
    width: 90px;
    height: auto;
    object-fit: contain
}

.cart-modal p {
    font-size: .9rem;
    color: #23272A;
    font-weight: 400;
    margin: 0 !important;
    line-height: 1.9;
    text-align: left;
    padding: 0 !important
}

.qty-btn-cart {
    background-color: #e2e8f0;
    color: #333;
    border: none;
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.qty-btn-cart:hover {
    background-color: #cbd5e1
}

.qty-btn-cart:active {
    background-color: #94a3b8
}

.qty-input-cart {
    width: 30px;
    text-align: center;
    font-size: .9rem;
    padding: 8px;
    border: 2px solid #e2e8f0;
    border-radius: 6px
}

@media (min-width:768px) {
    .cart-modal {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (max-width:767px) {
    .cart-modal {
        bottom: 60px;
        left: 0;
        width: 100vw;
        border-radius: 15px 15px 0 0;
        max-width: 100vw
    }

    .cart-modal img {
        width: 70px
    }
}

.cart-modal.active {
    display: block
}

.close-modal-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    cursor: pointer
}

.close-modal-btn:hover {
    color: red
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }
}

.badge {
    transition: all 0.3s ease
}

.badge.animate {
    animation: bounce 0.5s ease
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
    max-width: 100vw !important
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #FF8C00
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #0e1b4d
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e1b4d
}

#contact .contact-info a {
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    color: #23272A
}

#contact .contact-info a:hover {
    color: #FF8C00
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px
}

.checkout-wrapper {
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 25px;
    overflow: visible
}

.checkout-content {
    display: flex;
    width: 35%
}

.checkout-items {
    width: 60%;
    overflow-y: visible;
    height: 100%;
    padding-right: 15px;
    box-sizing: border-box
}

.flex-row-checkout {
    display: flex;
    width: 100%
}

.checkout-item {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 20px
}

.checkout-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    color: #23272A
}

.checkout-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px
}

.checkout-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0
}

.cart-item-details {
    flex: 1;
    padding-left: 5px
}

.remove-item {
    background: #fff0;
    color: #23272A;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem
}

.checkout-summary {
    width: 40%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .2)
}

.checkout-flex-row {
    display: flex;
    align-items: stretch;
    gap: 10px
}

.checkout-title-item,
.checkout-title-subtotal {
    display: flex;
    flex-direction: column;
    width: 70%
}

.checkout-title-subtotal {
    width: 30%;
    text-align: right;
    display: flex;
    justify-content: flex-start
}

.checkout-title-item p,
.checkout-title-subtotal p {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 5px 5px
}

.checkout-title-subtotal p {
    justify-content: flex-end;
    text-align: right !important;
    font-weight: 600
}

.checkout-flex-row-total {
    display: flex;
    align-items: stretch;
    gap: 10px;
    border-top: 1px solid #ddd;
    margin-top: 15px
}

.checkout-title-total,
.checkout-total {
    display: flex;
    flex-direction: column;
    width: 70%
}

.checkout-total {
    width: 30%;
    text-align: right;
    display: flex;
    justify-content: flex-start
}

.checkout-title-total p,
.checkout-total p {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 5px 5px;
    font-size: 1.3rem;
    font-weight: 700
}

.checkout-total p {
    justify-content: flex-end;
    text-align: right !important;
    font-weight: 600
}

.notification-order {
    background-color: #4CAF50;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px
}

.close-btn-order {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer
}

.flex-center-horizontal {
    display: flex;
    justify-content: center
}

.text-white {
    color: #fff !important
}

.order-card {
    height: auto;
    text-align: left;
    margin-top: 20px;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 15px;
    padding: 15px
}

.order-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(0 0 0 / .2);
    text-align: left
}

.order-card p {
    padding-left: 0 !important;
    margin-bottom: 7px !important;
    line-height: 1.8
}

.flex-row-order {
    display: flex;
    width: 100%
}

.order-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0
}

.order-flex-stretch {
    display: flex;
    align-items: stretch;
    gap: 10px
}

.order-title-item,
.order-title-subtotal {
    display: flex;
    flex-direction: column;
    width: 70%
}

.order-title-subtotal {
    width: 30%;
    text-align: right;
    display: flex;
    justify-content: flex-start
}

.order-title-item p,
.order-title-subtotal p {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 5px 5px
}

.order-title-subtotal p {
    justify-content: flex-end;
    text-align: right !important;
    font-weight: 600
}

.order-flex-row-total {
    display: flex;
    align-items: stretch;
    gap: 10px;
    border-top: 1px dashed rgb(0 0 0 / .2);
    margin-top: 15px
}

.order-title-total,
.order-total {
    display: flex;
    flex-direction: column;
    width: 70%
}

.order-total {
    width: 30%;
    text-align: right;
    display: flex;
    justify-content: flex-start
}

.order-title-total p,
.order-total p {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 5px 5px;
    font-size: 1.1rem;
    font-weight: 700
}

.order-total p {
    justify-content: flex-end;
    text-align: right !important;
    font-weight: 600
}

@media (max-width :767px) {
    .checkout-wrapper {
        flex-direction: column;
        height: auto;
        gap: 20px
    }

    .checkout-items {
        width: 100%;
        padding-right: 0
    }

    .checkout-summary {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 2px 10px rgb(0 0 0 / .2)
    }

    .checkout-form-wrapper {
        justify-content: center
    }

    .checkout-title-total,
    .checkout-total {
        display: flex;
        flex-direction: column;
        width: 60%
    }

    .checkout-total {
        width: 40%;
        text-align: right;
        display: flex;
        justify-content: flex-start
    }

    .checkout-title-total p,
    .checkout-total p {
        flex: 1;
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 5px 5px;
        font-size: 1.1rem;
        font-weight: 700
    }

    .checkout-summary-title {
        font-size: 1.2rem;
        font-weight: 600;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        text-align: center
    }
}

#auth-section {
    margin-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url(../img/content/bg-login.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -40px !important;
    height: 60vh
}

.auth-container {
    margin: 30px 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    width: 350px;
    text-align: center;
    display: flex;
    justify-content: center
}

.auth-box h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #23272A;
    font-weight: 600
}

.auth-box img {
    padding: 15px;
    aspect-ratio: 2000 / 482;
    margin-bottom: 15px;
    width: 70%
}

.form-auth input[type="text"],
.form-auth input[type="email"],
.form-auth input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px
}

.btn-auth button {
    width: 100%;
    background: #FF8C00;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s
}

.btn-auth button:hover {
    background: #870015
}

.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0266C8, #0266C8);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease-in-out
}

.google-btn:hover {
    color: white !important;
    background: linear-gradient(to right, #8e7cc3, #548cc0, #0266C8)
}

.google-btn i {
    margin-right: 10px
}

.hidden {
    display: none
}

@media (max-width:1024px) {
    #auth-section {
        margin-top: 90px
    }

    #auth-section {
        height: 50vh
    }
}

@media (max-width:500px) {
    #auth-section {
        margin-top: 70px
    }

    #auth-section {
        height: 50vh
    }
}

.auth-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    align-content: center
}

.profile-btn {
    display: flex;
    justify-content: center
}

.profile-btn button {
    max-width: 350px;
    color: #fff;
    background-color: #FF8C00;
    padding: 8px 20px;
    border-radius: 15px;
    font-weight: 700
}

.profile-btn button:hover {
    background: linear-gradient(to right, #741b47, #bc374c, #FF8C00)
}

.profile-btn a {
    margin-top: 20px;
    max-width: 350px;
    padding: 8px 20px !important;
    border-radius: 15px !important
}

.notification-warning {
    background-color: #ce7e00;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px
}

#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    flex-direction: row;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    display: flex;
    padding: 10px;
    z-index: 1003;
    transform: translateX(-23%);
    background-color: #fff;
    max-height: 100vh;
    overflow-y: auto
}

#close-search {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #fff0;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333
}

#close-search:hover {
    color: red
}

.search-column {
    flex: 1;
    min-width: 200px;
    padding: 10px
}

.search-column h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 4px
}

.search-item {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    transition: background 0.3s
}

.search-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 5px
}

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

.hidden {
    display: none !important
}

@media (min-width:768px) and (max-width:991px) {
    #search-results {
        flex-direction: column;
        transform: translateX(-7%);
        max-height: calc(100vh - 80px)
    }
}

@media (min-width:501px) and (max-width:767px) {
    #search-results {
        flex-direction: column;
        transform: translateX(-17%);
        max-height: calc(100vh - 80px)
    }
}

@media (max-width:500px) {
    #search-results {
        flex-direction: column;
        transform: translateX(-11%);
        max-height: calc(100vh - 70px)
    }
}

#banner-home {
    padding: 20px 0
}

.banner-unggulan {
    margin-top: 20px;
    width: 100%
}

.banner-unggulan img {
    aspect-ratio: 2288 / 800;
    width: 100%;
    border-radius: 20px
}

@media (max-width:500px) {
    .banner-unggulan {
        margin-top: 10px
    }
}

.option-nonaktif {
    pointer-events: none;
    opacity: .5
}

.stock-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 10px rgb(0 0 0 / .2);
    padding: 20px;
    z-index: 1000
}

.stock-modal-content {
    position: relative
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer
}

.stock-table {
    width: 100%;
    border-collapse: collapse
}

.stock-table th,
.stock-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center
}

@media (min-width:768px) {
    .stock-modal {
        width: 50%;
        right: 0;
        left: auto;
        height: 100%;
        top: 0;
        bottom: auto;
        border-radius: 10px 0 0 10px
    }
}

@media (max-width:768px) {
    .stock-modal {
        bottom: 60px !important
    }
}

.text-decoration-line-through {
    text-decoration: line-through;
    font-weight: 500
}

.text-white {
    color: white !important
}

@media screen and (max-width:500px) {
    .login-dropdown {
        display: block !important
    }
}

@media screen and (min-width:501px) {
    .login-dropdown {
        display: none
    }
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px
}

#custom-content {
    margin-top: 130px
}

#custom-content h1 {
    font-size: 2rem;
    color: #23272A;
    font-weight: 700
}

#custom-content h2 {
    font-size: 1.6rem;
    color: #23272A;
    font-weight: 700
}

#custom-content p {
    margin-left: 0 !important;
    padding-left: 0px !important
}

.img-custom {
    aspect-ratio: 1436 / 760;
    margin: 20px 0
}

.custom-content-container {
    max-width: 900px;
    margin: auto;
    padding: 20px
}

.content-title {
    font-size: 2rem;
    color: #FF8C00;
    margin-bottom: 10px;
    text-align: center
}

.content-short-desc {
    font-style: italic;
    margin-bottom: 20px;
    color: #555
}

.content-body {
    line-height: 1.8;
    font-size: 1rem;
    color: #333
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px
}

.product-item {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    background: #fafafa
}

.product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.product-item h4 {
    font-size: 1rem;
    color: #FF8C00
}

@media (max-width:768px) {
    #custom-content {
        margin-top: 80px
    }

    #custom-content h1 {
        font-size: 1.6rem
    }

    #custom-content h2 {
        font-size: 1.3rem
    }
}

.desc-content img {
    aspect-ratio: 1436 / 600;
    width: 100%;
    height: auto;
    margin: 20px 0;
    display: block
}

.desc-content p {
    margin-block-start: 0;
    margin-left: 0px !important;
    padding-left: 0 !important
}

.desc-content h2 {
    font-size: 1.5rem;
    font-weight: 700
}

.desc-content .btn {
    background-color: #FF8C00;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    max-width: 50%
}

.desc-content .btn i {
    margin-right: 8px
}

@media (max-width:767px) {
    .desc-content h2 {
        font-size: 1.2rem
    }

    .desc-content .btn {
        max-width: 100%
    }
}

#produk-unggulan {
    padding: 50px 0;
    background-color: #f6f7fd
}

.produk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 10px
}

.produk-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer
}

.produk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.26)
}

.produk-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease
}

.produk-card:hover .produk-card-img {
    transform: scale(1.06)
}

.produk-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.20) 45%, rgba(0, 0, 0, 0.00) 100%);
    transition: background 0.35s ease
}

.produk-card:hover .produk-card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.04) 100%)
}

.produk-card-body {
    position: relative;
    z-index: 2;
    padding: 28px 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55)
}

.produk-card-label {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.8;
    margin: 0;
    color: #FF8C00 !important
}

.produk-card-brand {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
    color: #fff !important
}

.produk-card-brand span {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.85;
    margin-left: 6px;
    letter-spacing: 0;
    color: #fff !important
}

.produk-card-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    opacity: 1.0;
    margin: 0;
    color: #ffffff;
}

.produk-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.produk-card-features li {
    font-size: 0.82rem;
    opacity: 0.88;
    display: flex;
    align-items: center;
    gap: 6px
}

.produk-card-features li::before {
    content: '✓';
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
    flex-shrink: 0
}

.produk-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content
}

.produk-card-btn-red {
    background: #FF8C00;
    color: #fff
}

.produk-card-btn-red:hover {
    background: #fff;
    color: #FF8C00
}

.produk-card-btn-dark {
    background: #fff;
    color: #23272A
}

.produk-card-btn-dark:hover {
    background: #23272A;
    color: #fff
}

@media(max-width:768px) {
    .produk-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .produk-card {
        min-height: 400px
    }

    .produk-card-brand {
        font-size: 2rem
    }

    .produk-card-body {
        padding: 22px 22px 24px
    }
}

@media(max-width:500px) {
    .produk-card {
        min-height: 360px
    }

    .produk-card-brand {
        font-size: 1.7rem
    }

    .produk-card-label {
        font-size: 0.7rem
    }

    .produk-card-desc {
        font-size: 0.82rem
    }
}

.kategori-hero-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 40px 0 20px
}

.kategori-hero-img {
    flex: 1 1 50%
}

.kategori-banner-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

.kategori-hero-body {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.kategori-badge {
    display: inline-block;
    background: #FF8C00;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    width: fit-content
}

.kategori-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #23272A;
    margin: 0;
    line-height: 1.2
}

.kategori-hero-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 8px;
    padding: 0 !important
}

.kategori-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.kategori-wa-btn {
    background: #25D366 !important;
    border: none !important;
    color: #fff !important;
    font-size: 1rem !important;
    padding: 12px 24px !important;
    border-radius: 50px !important
}

.kategori-wa-btn:hover {
    background: #1ebe5d !important;
    color: #fff !important;
    transform: scale(1.04)
}

.kategori-info-btn {
    background: #fff;
    border: 2px solid #FF8C00 !important;
    color: #FF8C00 !important;
    font-size: 1rem;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600
}

.kategori-info-btn:hover {
    background: #FF8C00;
    color: #fff !important
}

.kategori-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px
}

.kategori-card-link {
    text-decoration: none;
    color: inherit
}

.kategori-card-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer
}

.kategori-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .15)
}

.kategori-card-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f6f7fd;
    display: flex;
    align-items: center;
    justify-content: center
}

.kategori-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.kategori-card-item:hover .kategori-card-img-wrap img {
    transform: scale(1.07)
}

.kategori-card-no-img {
    min-height: 140px
}

.kategori-card-body-item {
    padding: 18px 20px 20px
}

.kategori-card-body-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #23272A;
    margin: 0 0 8px;
    padding: 0
}

.kategori-card-body-item p {
    font-size: .875rem;
    color: #666;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.6
}

.kategori-lihat-btn {
    display: inline-block;
    font-size: .85rem;
    font-weight: 700;
    color: #FF8C00;
    border-bottom: 2px solid #FF8C00;
    padding-bottom: 2px;
    transition: color .2s
}

.kategori-card-link:hover .kategori-lihat-btn {
    color: #d07000
}

@media (max-width:992px) {
    .kategori-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .kategori-hero-wrap {
        flex-direction: column;
        padding: 20px 0 10px;
        gap: 24px
    }

    .kategori-banner-img {
        height: 240px
    }

    .kategori-hero-title {
        font-size: 1.6rem
    }

    .kategori-hero-actions {
        flex-direction: column
    }

    .kategori-wa-btn,
    .kategori-info-btn {
        width: 100%;
        text-align: center
    }
}

@media (max-width:500px) {
    .kategori-grid {
        grid-template-columns: 1fr
    }

    .kategori-hero-title {
        font-size: 1.3rem
    }

    .kategori-badge {
        font-size: .65rem
    }

    #breadcrumb-section {
        margin-top: 70px
    }
}

#seo-intro {
    padding: 48px 0;
    background: #fff
}

#seo-intro .seo-intro-inner {
    display: flex;
    align-items: center;
    gap: 60px
}

#seo-intro .seo-intro-img {
    flex: 1;
    min-width: 0
}

#seo-intro .seo-intro-img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 8px;
    /* Soft padding untuk "frame" */
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 2px 4px rgba(255, 255, 255, 0.6);
}

#seo-intro .seo-intro-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    /* Ganti ke cover biar penuh */
    object-position: center;
    border-radius: 16px;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}

#seo-intro .seo-intro-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 140, 0, 0.03) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 24px;
    z-index: -1;
    backdrop-filter: blur(1px);
}

#seo-intro .seo-intro-content {
    flex: 1;
    min-width: 0
}

#seo-intro .seo-intro-tag {
    display: inline-block;
    background: #FF8C00;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 16px
}

#seo-intro h1 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #23272A;
    margin: 0 0 14px;
    line-height: 1.35
}

#seo-intro h1 span {
    color: #FF8C00
}

#seo-intro .seo-intro-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
    margin: 0
}

@media(max-width:768px) {
    #seo-intro .seo-intro-inner {
        flex-direction: column;
        gap: 28px
    }

    #seo-intro .seo-intro-img img {
        height: 240px
    }

    #seo-intro h1 {
        font-size: 1.35rem
    }
}

@media(max-width:500px) {
    #seo-intro h1 {
        font-size: 1.15rem
    }
}

.btn-half {
    padding: 10px 40px !important;
    background-color: #FF8C00;
    color: #fff;
    border: none;
    width: 50%;
    font-weight: 700;
    text-transform: uppercase
}

.btn-half:hover {
    color: #fff
}