@font-face {
    font-family: 'icons';
    src: url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.eot?12845059113085069952);
    src: url("//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.eot?12845059113085069952#iefix") format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.woff?12845059113085069952) format("woff"), url(//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.ttf?12845059113085069952) format("truetype"), url("//cdn.shopify.com/s/files/1/0284/6430/t/231/assets/icons.svg?12845059113085069952#timber-icons") format("svg");
    font-weight: 400;
    font-style: normal
}
*, input, :before, :after {box-sizing: border-box}
html, body {
    padding: 0;
    margin: 0
}
.container {
    max-width: 1230px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:1439px) {
    .container {max-width: 1230px!important}
}
@media (max-width:576px) {
    .container {max-width: 100%}
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}
@media (max-width:576px) {
    .row {
        margin-right: auto;
        margin-left: auto
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
.two-twelfths, .col-2 {width: 16.666%}
.three-twelfths, .col-3 {width: 25%}
.four-twelfths, .col-4 {width: 33.333%}
.five-twelfths, .col-5 {width: 41.666%}
.six-twelfths, .col-6 {width: 50%}
.seven-twelfths, .col-7 {width: 58.333%}
.eight-twelfths, .col-8 {width: 66.666%}
.nine-twelfths, .col-9 {width: 75%}
.ten-twelfths, .col-10 {width: 83.333%}
.eleven-twelfths, .col-11 {width: 91.666%}
.show {display: block !important}
.hide {display: none !important}
.text-left {text-align: left !important}
.text-right {text-align: right !important}
.text-center {text-align: center !important}
.left {float: left !important}
.right {float: right !important}
@media (min-width:992px) {
    .d-lg-none {display: none !important}
    .d-lg-inline {display: inline !important}
    .d-lg-inline-block {display: inline-block !important}
    .d-lg-block {display: block !important}
    .d-lg-table {display: table !important}
    .d-lg-table-row {display: table-row !important}
    .d-lg-table-cell {display: table-cell !important}
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    .d-lg-table-header-group {display: table-header-group !important}
}
a, .text-link {
    color: #fa7864;
    text-decoration: none;
    background: transparent
}
img {border: 0 none}
svg:not(:root) {overflow: hidden}
.img-fluid, img, iframe {
    max-width:100%;
    height: auto;
}
.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 0 10px;
    max-width: 95%;
    z-index: 9999;
    color: #FFFFFF;
    background-color: #000000;
    transition: all 0.4s cubic-bezier(.46, .01, .32, 1)
}
#notification {z-index:99;width:100%;transition:top 0.2s ease-in-out;}
#notification.promo-up {top:-48px!important;}
.promo-bg {width:100%;padding:6px 0;background:linear-gradient(to bottom, #000000 0%, #212121 50%, #000000 100%);border:1px solid #FFFFFF;}
.notification__message h1 {margin:0;color:#FFFFFF;font-size:20px !important;font-weight:bold;}
.notification__message p a {text-decoration:underline;color:#ffffff;}
@media (max-width: 991px){
    .notification__message p {font-size:14px !important;}
}
.header-container{display:flex;justify-content:space-between;align-items:center;padding:22px 0;margin:0 auto}
.logo{max-width:340px}
.search-icon,.header-icons{display:flex;align-items:center}
.header-icons{display:flex;gap:20px}
.header-icon-right{justify-content:flex-end}
header-icon-left{justify-content:flex-start}
.icon{font-size:20px;color:#333;cursor:pointer;stroke-width:1}
.icon-wishlist-header{stroke-width:0;position:relative}
.wishlist-count{position:absolute;top:-8px;right:-10px;background-color:#640000;color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center}
.cart-count{position:absolute;top:-8px;right:-10px;background-color:var(--topbar-bg, #640000);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center}
.icon-cart-header{position:relative}
.nav-header{position:relative;border-top:1px solid #eee;border-bottom:1px solid #eeeeee}
.nav-menu{display:flex;justify-content:space-between;list-style:none;margin:0 auto}
.nav-menu:after{display:none!important}
.nav-menu li{margin:0}
.nav-menu>li>a{padding:24px 0;display:block}
.nav-menu a{text-decoration:none;color:#212121;font-size:16px;font-weight:400;text-transform:uppercase;transition:color .3s ease}
.nav-menu a:hover{color:var(--topbar-bg, #666)}
.megamenu{display:none;position:absolute;top:68px;left:0;padding:20px 0;z-index:99;background-color:#fff;width:100%;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}
.dropdown-menu{list-style:none;margin:0;padding:0}
.dropdown-menu li{margin-bottom:0}
.dropdown-menu li a{display:block;padding:12px 0;font-size:15px;font-weight:500;color:#333;text-transform:capitalize;transition:all .3s ease;border:none}
.dropdown-menu li.has-submenu>a{padding-bottom:4px}.dropdown-menu li a:hover{color:var(--topbar-bg, #212121);transform:translate(4px);border:none}.dropdown-menu .grandchild{margin:0;padding:0;list-style:none}.dropdown-menu .grandchild li{list-style:none;margin:0}.dropdown-menu .grandchild li a{font-size:15px;font-weight:400;color:#666;padding:6px 0;text-transform:none;border:none}.dropdown-menu .grandchild li a:hover{color:var(--topbar-bg, #B8860B);transform:translate(2px);border:none}.megamenu.with-images .container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}.megamenu .container .menulinks{flex:1;max-width:60%;padding-right:0}.megamenu.with-images .container .menuimages{flex:0 0 auto;width:45%;display:flex;justify-content:center;align-items:center;min-height:200px}.megamenu.with-images .container .menuimages img{display:block;max-width:100%;height:auto;box-shadow:0 4px 12px #0000001a}@media(min-width:991px){.dropdown-menu{display:grid;column-gap:20px}.dropdown-menu li{margin-bottom:0!important}.nav-menu li.has-child:hover>.megamenu{display:block}.dropdown-menu.five-links{grid-template-columns:repeat(5,1fr);column-gap:40px}.megamenu .container .menulinks{max-width:100%}.dropdown-menu.three-links{grid-template-columns:repeat(3,1fr);column-gap:40px}.link-all{position:absolute;bottom:0;display:flex;gap:25px;align-items:center}.link-all a{font-weight:700;font-size:14px;color:var(--topbar-bg, #212121);text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.link-all a:hover{color:var(--topbar-bg, #212121);transform:translate(4px)}.link-all svg{align-self:center;transition:transform .3s ease}.link-all:hover svg{transform:translate(4px)}.menulinks{position:relative;min-height:220px;padding-bottom:50px}.dropdown-menu>li>a{font-size:16px;font-weight:600;color:#222;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding-bottom:8px}.dropdown-menu>li:first-child>a:hover{transform:none;border-bottom-color:var(--topbar-bg, #8B6914)}}@media(max-width:992px){body.nav_open{overflow:hidden}header .container{padding:0}.nav-header{display:none;position:fixed;z-index:99;background-color:#fff;width:300px;top:0;left:-100%;height:100%;overflow:scroll}body.nav_open .nav-header{display:block;animation:smooth-nav .5s ease forwards}.template-index .main-content{padding-top:0;padding-bottom:0}.header-container{padding:15px 20px;z-index:99;background-color:#fff;width:100%;left:0}.logo h1{font-size:22px}.logo svg{width:100%;max-width:160px}.header-icons svg{width:17px;height:auto}.nav-menu{display:block;flex-wrap:wrap;padding:0}.nav-menu li{margin:0;border-bottom:1px solid #f0f0f0}.nav-menu>li>a{padding:18px 20px;font-size:16px;font-weight:600;color:#222;text-transform:uppercase;border-bottom:none}.megamenu{position:relative;min-height:auto;padding:0;top:0;background-color:transparent;border-top:none}.megamenu .container,.megamenu .menulinks{padding:0}.megamenu.with-images .container{display:block}.megamenu .container .menulinks{max-width:100%;margin-bottom:0;padding:0}.megamenu.with-images .container .menuimages{width:100%;margin-bottom:0}.dropdown-menu li a{display:block;font-size:15px;font-weight:600;padding:14px 20px;color:#333;text-transform:capitalize;transition:all .3s ease;border-radius:4px;margin:2px 8px}.dropdown-menu li a:hover{color:var(--topbar-bg, #B8860B);transform:translate(4px)}.dropdown-menu li.has-submenu>a{display:flex!important;justify-content:space-between;align-items:center}.dropdown-menu li.has-submenu .chevron-right{transform:rotate(0);transition:transform .3s ease}.dropdown-menu .grandchild{display:none;margin:8px 0 0;padding:8px 0;border-radius:6px}.dropdown-menu .grandchild li{border-bottom:1px solid rgba(0,0,0,.06);margin:0 12px}.dropdown-menu .grandchild li:last-child{border-bottom:none}.dropdown-menu .grandchild li:first-child{margin-top:0}.dropdown-menu .grandchild li a{font-size:13px;font-weight:400;padding:8px 20px 8px 32px;color:#666;text-transform:none;border-bottom:none;margin:0;border-radius:0;transition:all .3s ease}.dropdown-menu .grandchild li a:hover{background-color:#b8860b0d;color:var(--topbar-bg, #212121);transform:translate(2px)}.dropdown-menu .has-submenu.submenu-open .grandchild{display:block}.dropdown-menu .has-submenu .chevron-right{transition:transform .3s ease;transform:rotate(0)!important}.dropdown-menu .has-submenu.submenu-open .chevron-right{transform:rotate(90deg)!important}.promo-banner{font-size:12px;padding:8px 10px}body.nav_open .overlay-nav{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;cursor:pointer;background-color:#757575b3}.nav-account-mobile{padding:10px 20px}.nav-account-mobile a{color:#212121;font-size:12px}.megamenu.with-images .container .menuimages{display:none}.megamenu .menulinks .link-all{margin:20px 0!important}.megamenu .menulinks .link-all a{font-size:14px;font-weight:700;color:var(--topbar-bg, #B8860B);text-transform:uppercase}.has-child>a{display:flex!important;justify-content:space-between}.chevron-right{display:inline-block;transition:transform .3s ease}.has-child.menu-open .chevron-right{transform:rotate(90deg)}.has-submenu.submenu-open .chevron-right{transform:rotate(90deg)!important}.overlay-nav{position:relative}.nav-close-btn{display:none;position:fixed;top:20px;right:20px;background:#fff;border:none;padding:12px;cursor:pointer;border-radius:50%;transition:all .3s ease;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:1001}.nav-close-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}.nav-close-btn svg{width:20px;height:20px}.has-child.menu-open a>span{font-weight:600}body.nav_open .nav-close-btn{display:flex}}@media(max-width:480px){.header-container{padding:15px}.logo h1{font-size:18px}.icon{font-size:16px}.nav-menu{justify-content:flex-start;overflow-x:auto;padding:10px}.nav-menu li{white-space:nowrap}}@keyframes smooth-nav{to{left:0;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/138/assets/section-new-header.css.map?v=159841885358852784021757475904 */
#search-trigger {cursor: pointer;}
#search-popup {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    justify-content: center;
    z-index: 9999;
    background: rgb(196 196 196 / 30%);
}
#search-input {
    align-self: center;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    border-bottom: 0.5px solid #A3A3A3;
    background-color: #fff;
}
#search-input * {align-self: center;}
#search-type {
    width: 100%;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #757575;
}
#search-btn {
    font-size: 16px;
    font-weight: 500;
}
#search-result {
    min-height: 490px;
    width: 100%;
    padding-top: 80px;
}
#search-result .container {
    background-color: #fff;
    padding: 20px 40px;
}
body.search-popup-open {
    /* .search-popup-open */
    overflow: hidden;
}
.search-popup-open #loc_delivery {display: none}
.search-header svg {
    display: none;
    cursor: pointer;
}
.wrapper-search-popup {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}
.group-recommend {padding: 20px 40px;}
.resultsearch {display: none;}
.results { padding: 20px 40px }
.resultsearch label {
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}
ul.result_product {
    max-height: 300px;
    overflow: auto;
}
.group-promotion ul {margin: 0;}
.group-promotion li {
    list-style: none;
    margin-bottom: 12px;
}
.group-promotion li a {color: inherit;}
.group-recent {
    position: relative;
    padding: 20px 40px;
}
.group-recent ul {margin: 0;}
.group-recent li {
    list-style: none;
    display: inline-block;
    margin-right: 60px;
}
.group-recent li a {color: inherit;}
.last-search svg {
    width: 20px;
    vertical-align: middle;
}
ul.last-search a {
    vertical-align: middle;
    padding: 0 10px;
}
ul.last-search li span {cursor: pointer;}
.delete-all-history {
    position: absolute;
    top: 25px;
    right: 40px;
    text-decoration: underline;
    color: #da1de1;
    cursor: pointer;
    font-size: 12px;
}
form.search.search-modal__form {position: relative;}
button.search__button svg {
    width: 25px;
    color: #495057;
    fill: #757582;
}
button.search__button.field__button {
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
.close-search {
    display: none;
    position: absolute;
    right: 65px;
    top: 10px;
    cursor: pointer;
}
.site-overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #0000005c;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s linear;
    display: block !important;
}
.search-popup-open .site-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: -1;
    cursor: pointer;
}
@media (min-width: 991px) {
    .group-recent ul {column-count: 3;}
    .group-promotion li a {
        font-size: 12px;
        font-weight: 400;
    }
    .group-recent li a {
        font-size: 12px;
        font-weight: 400;
    }
}
.moreresult {
    padding: 10px 40px;
    border-top: 1px solid #AAAAAA;
}
.moreresult * {align-self: center;}
.moreresult p {
    margin: 0;
    font-size: 12px !important;
}
.moreresult svg {width: 13px;}
@media (max-width: 992px) {
    .icon-key-mobile {
        height: auto!important;
        width: 10px!important;
    }
    body.grid-view.search-popup-open .products {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    button.search__button svg {width: 20px;}
    #search-result {
        padding-left: 0;
        padding-right: 0;
    }
    #search-result {padding-top: 55px;}
    #search-input {height: 55px;}
    .group-recommend {padding: 20px;}
    #search-input .container {padding: 0 20px;}
    #search-type {font-size: 14px;}
    #search-btn {
        font-size: 12px;
        text-decoration: underline;
    }
    .results {padding: 20px;}
    .group-recommend h3 {font-size: 16px;}
    .products .card-body {padding: 8px 0px 10px;}
    .moreresult {padding: 10px 20px;}
}
/*
    * Shopify CDN: Minification failed Line 1168:36 Expected ":" Line 1358:12 Unexpected "}" *
*/
/* Delivery City */
/* ========================= */
/* DELIVERY (CITY, DATE)     */
/* ========================= */
/* Delivery City */
.btn-delivery-method { width: calc(50% - 5px); font-size: 16px; border: 1px solid #757575; padding: 10px 0; }
.btn-delivery-method.active {
    border-color: #212121;
    font-weight: 700 !important;
    color: #212121;
    background-color: #EEEEEE;
}
.delivery-method h4 {
    margin-bottom: 15px;
}
/* Delivery Date */
#deliveryDateFull svg {
    margin: auto;
    display: block;
    width: 20px;
    height: auto;
}
@media (min-width: 1249px) {
    #deliveryDate {
        width: 80%;
    }
    #deliveryDateFull {
        width: 20%;
    }
}
/* Purchase Flow */
/* ========================= */
/* PURCHASE FLOW & VARIANT   */
/* ========================= */
#purchaseProduct h4 {
    font-size: 16px;
}
.product-papan-bunga .header-swatch strong {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.product-papan-bunga .swatch input:checked + label {
    border-color: #212121;
    font-weight: 700 !important;
    color: #212121;
    background-color: #EEEEEE;
}
.product-papan-bunga .swatch input + label {
    height: 43px;
    padding: 2px;
}
.button-share-wishlist {
    position: relative;
    /* ========================= */
    /* SHARE & WISHLIST BUTTONS  */
    /* ========================= */
}
.button-share-wishlist:after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: #C4C4C4;
    display: block;
    position: absolute;
    top: 10px;
}
.button-share-wishlist p {
    cursor: pointer;
    margin: 0;
    padding: 5px 0;
}
.button-share-wishlist span {
    font-size: 12px;
}
/* Purchase Personalization */
/*  */
.nonjadetabek #itemCards .nofree {display: none}
/*  */
/*  */
#step_occasion.noInhouse,
#itemCards.noInhouse .nofree {
    display: none;
}
.greetingCard.disabled {
    pointer-events: none;
    opacity: .3;
}
.form-group.custom-card.loading textarea {
    opacity: .3;
}
.form-group.custom-card.loading:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #212121;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    left: 45%;
    animation: rotation 1s linear infinite;
}
.form-group.custom-card.loading:after {
    content: "";
    width: 40px;
    height: 40px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #212121;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask-composite: subtract;
    position: absolute;
    top: 35%;
    left: 45%;
}
.form-group.custom-card.loading > * {
    opacity: .3;
    pointer-events: none;
}
@keyframes rotation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
/* Mobile horizontal scroll styles for card design */
@media (max-width: 768px) {
    #itemCards {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
        scrollbar-width: none; /* Firefox */
    }
    #itemCards::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    #itemCards .row {
        flex-wrap: nowrap !important;
        width: max-content !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 15px;
    }
    #itemCards .item-card {
        flex: 0 0 auto;
        min-width: 120px;
        max-width: 120px;
        margin-bottom: 0;
    }
    #itemCards .item-card .card-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit: cover;
    }
    #itemCards .item-card .card-meta {
        padding: 8px 5px 5px;
    }
    #itemCards .item-card .card-meta h5 {
        font-size: 10px !important;
        line-height: 1.2;
        margin-bottom: 3px;
        max-height: 24px;
        overflow: hidden;
    }
    #itemCards .item-card .card-meta p {
        font-size: 9px !important;
        margin: 0;
    }
}
/* Desktop version keeps original layout */
@media (min-width: 769px) {
    #itemCards .row {
        flex-wrap: wrap;
    }
}
/* Purchase Address */
#zip {
    min-height: 43px;
}
.formAddressPurchase{padding-top:30px}.addressPurchase h4+p{font-size:12px!important}.input__label{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#757575;font-size:14px;pointer-events:none;transition:all .3s ease;z-index:2;background:transparent;line-height:1.2}.formAddressPurchase .error [required],.formAddressPurchase .error .select2-selection{border-color:#B3261E}.formAddressPurchase .form-group .error:after{content:"This field is required";display:block;font-size:12px;position:absolute;color:#B3261E}.input__label span{color:red}.input__field{height:43px;background:transparent;position:relative;z-index:1;padding-top:22px;padding-bottom:5px;padding-left:20px;padding-right:20px;font-size:14px;box-sizing:border-box}textarea.input__field+label{top:32px}textarea.input__field{padding-top:32px;padding-left:20px;padding-right:20px;min-height:120px;font-size:14px;box-sizing:border-box}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;left:16px;font-size:12px;color:#212121;background:#fff;padding:0 5px;z-index:2;transform:none}@supports (-webkit-touch-callout:none){.input__label{z-index:2;background:#fff}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;left:16px;font-size:12px;color:#212121;background:#fff;z-index:2}}
/* iOS specific fixes for input fields */
.formAddressPurchase.ios .input__field {
    -webkit-user-select: text !important;
    -webkit-touch-callout: default !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    /* Force hardware acceleration */
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    /* Ensure proper z-index */
    position: relative !important;
    z-index: 10 !important;
    /* Prevent iOS zoom on focus */
    font-size: 14px !important;
}
.formAddressPurchase.ios .input__label {
    pointer-events: none !important;
    z-index: 5 !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}
.formAddressPurchase.ios .form-group {
    position: relative !important;
    z-index: 1 !important;
    /* Fix for iOS viewport issues */
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}
.formAddressPurchase.ios .position-relative {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    z-index: 1 !important;
}
/* iOS textarea specific fixes */
.formAddressPurchase.ios textarea.input__field {
    font-size: 16px !important;
    resize: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
/* iOS select specific fixes */
.formAddressPurchase.ios select.input__field {
    font-size: 16px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.reviewCardPurchase h4+p{font-size:12px!important;margin:0}
/* Card Preview Styles */
.cardPreview {
    width: 100%;
    margin-top: 15px;
}
.card-preview-container {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 350px;
    height: 500px;
    overflow: hidden;
}
.card-preview-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* Top Section - 50% height */
.card-top-section {
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Layout when NO photo */
.no-photo-layout {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: none !important;
}
.qr-placeholder {
    width: 80px;
    height: 80px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
}
.qr-code-container img, .qr-code-container canvas {margin: 0 auto !important;}
.qr-text {margin-bottom: 15px;}
.qr-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}
.qr-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.qr-scan-text {margin-top: 15px;}
.qr-scan-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Layout when photo exists */
.with-photo-layout {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-preview-photo {
  width: 100%;
  height: 100%;
  object-fit: contain!important;
  border-radius: 0;
  padding: 20px;
}

.photo-qr-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code-small img {
  margin: 0 auto !important;
  display: block !important;
}

.qr-placeholder-small {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #333;
  border-radius: 2px;
}

.photo-qr-text p {
  font-size: 10px;
  color: white;
  margin: 0;
  white-space: nowrap;
}

/* Divider Line */
.card-divider {
  height: 1px;
  background: #ddd;
  margin: 0;
}

/* Bottom Section - 50% height */
.card-bottom-section {
  height: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-recipient-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-message-section {
  flex: 1;
  display: flex;
  margin-bottom: 15px;
}

.card-message-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}

.card-sender-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.card-empty-state {
  padding: 20px;
}

.card-empty-state div {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  border: 1px dashed #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.card-empty-state p {
  margin: 0;
  font-size: 14px;
}

.card-empty-state p:last-child {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.8;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .card-preview-container {
    height: 400px;
  }
  
  .card-top-section {
    padding: 15px;
  }
  
  .card-bottom-section {
    padding: 15px;
  }
  
  .no-photo-layout {
    padding: 15px;
  }
  
  .qr-code-container {
    margin: 12px auto;
  }
  
  .qr-placeholder {
    width: 60px;
    height: 60px;
  }
  
  .qr-code-container img,
  .qr-code-container canvas {
    max-width: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  
  .qr-title, .qr-subtitle {
    font-size: 14px;
  }
  
  .qr-scan-text {
    margin-top: 12px;
  }
  
  .qr-scan-text p {
    font-size: 12px;
  }
  
  .card-recipient-name {
    font-size: 14px;
  }
  
  .card-message-text {
    font-size: 12px;
  }
  
  .card-sender-name {
    font-size: 14px;
  }
  
  .photo-qr-overlay {
    bottom: 5px;
    right: 5px;
    padding: 5px;
  }
  
  .qr-placeholder-small {
    width: 30px;
    height: 30px;
    font-size: 6px;
  }
  
  .qr-code-small img,
  .qr-code-small canvas {
    max-width: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }
  
  .photo-qr-text p {
    font-size: 8px;
  }
}

@media (max-width:576px){.reviewCardPurchase{display:none!important}}.form-address-upload label{display:block;padding:12px 0;width:100%;text-align:center}.form-address-upload label *{vertical-align:middle;margin:0 5px}.address-manualy{border:1px solid #212121;width:100%;font-weight:700;background-color:#EEEEEE}.address-upload{border:1px solid #757575;color:#757575}.address-uploaded{display:none}.form-address-upload.uploaded .address-manualy{background-color:#fff;border:1px solid #757575;color:#757575;font-weight:400}.form-address-upload.uploaded .address-upload{border:1px solid #212121;background-color:#EEEEEE;font-weight:700;color:#212121}.addonsPurchase .addons p{font-size:12px!important;color:#757575}.add-addon{width:100%;border:1px solid #212121;padding:12px;font-size:16px;text-transform:uppercase;margin-top:25px}.purchaseAddress .reviewCardPurchase h4+p{display:none}.purchaseAddress .greetingCard{pointer-events:none;opacity:.3}.greetingCard[data-rowindex] {pointer-events: auto;opacity: 1;}@media (max-width:576px){.formAddressPurchase>.col-12{padding-left:0;padding-right:0}.purchaseAddress .contentPurchase>.row>.col-12{padding-left:0;padding-right:0}.formAddressPurchase{padding-top:15px;margin-bottom:20px;margin-right:-6px;margin-left:-6px}.addonsPurchase{margin-bottom:20px}.formAddressPurchase .greetingCard{margin-top:0}.input__label{position:absolute;z-index:1;background:#fff;padding:0 5px;font-size:14px}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label,.input__field.has-value~.input__label{top:5px;font-size:12px;color:#212121;transform:translateY(0)}.input__field{padding-top:22px;padding-bottom:8px}textarea.input__field{padding-top:28px}.form-group .error{margin-bottom:15px}}@media (max-width:576px){#qrcode img,#qrcode canvas{max-width:50px!important;max-height:50px!important;width:50px!important;height:50px!important;display:block;margin:0 auto}}

/* Complete purchase */
#popupCart {
display: none;
position: fixed;
background: rgb(117 117 117 / 24%);
z-index: 999;
font-size: 13px;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 576px) {
#popupCart {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
box-sizing: border-box;
padding: 0 10px;
}
#popupCart .container {
height: 100%;
}
.wrapperPopupCart {
max-width: 100%;
height: auto;
max-height: calc(100vh - 20px);
min-height: 0;
border-radius: 12px;
top: 10px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
}
#popupCart .container {
position: relative;
height: 100%;
}
.wrapperPopupCart {
width: 100%;
max-width: 554px;
height: 765px;
max-height: calc(100vh - 40px);
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow-y: auto;
}
.headerPopupCart {
position: relative;
width: 100%;
height: 60px;
border-bottom: 1px solid #C4C4C4;
}
.headerPopupCart svg, .headerPopupCart span {
align-self: center;
}
.headerPopupCart span {
padding-left: 15px;
text-transform: uppercase;
font-size: 12px;
}
#popupCart .close-purchase-popup {
position: absolute;
right: 30px;
top: 22px;
}

.titleCartPopup {
font-size: 16px;
font-weight: 600;
}
.deleteCartPopup {
color: #757575;
font-size: 12px;
text-decoration: underline;
font-weight: 400;
align-self: center;
}
.deleteCartPrice {
font-size: 16px;
font-weight: 400;
align-self: center;
cursor: pointer;
}

.itemContent {
margin-bottom: 10px !important;
}
.itemProperties {
margin-bottom: 15px;
}
.propDeliver {
margin-bottom: 10px;
}
.propAddress {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
}
.contentPopupCart h4 {
font-size: 10px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
}
.propDeliver h4 {
margin-bottom: 5px;
}
.itemProperties p {
display: flex;
margin: 0;
margin-bottom: 5px;
font-size: 8px !important;
}
.itemProperties p span:first-child {
text-transform: uppercase;
display: inline-block;
width: 150px;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.propsAddonCart p {
margin: 0;
display: flex;
font-size: 8px !important;
margin-bottom: 5px;
}
.imgAddonTitlePrice {
font-size: 8px;
}
.imgAddonTitlePrice h5 {
text-transform: uppercase;
font-weight: 400;
}
.propsAddonCart p span {
display: inline-block;
}
.propsAddonCart p span:first-child {
text-transform: uppercase;
font-weight: 600;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.wrapperItemAddonCart {
display: none;
cursor: pointer;
}

.itemAddonCart {
max-height: 230px;
overflow-y: auto;
overflow-x: hidden;
}

.itemAddonCart.open .wrapperItemAddonCart {
display: block;
}
.itemAddonCart.open svg {
transform: rotate(90deg);
}

.footerPopupCart {
width: 100%;
position: absolute;
bottom: 0;
border-top: 1px solid #C4C4C4;
}
.btnViewCart {
background-color: #fff;
border: 1px solid #212121;
color: #212121;
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
}
.btnViewCheckout {
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
}

.btnViewCheckout:hover span {
color: #212121;
}
.btnViewCheckout:hover span:after {
background-color: #212121;
}
.btnContinueShopping {
color: #212121;
font-size: 12px;
font-weight: 400;
text-decoration: underline;
}

.itemMoney p {
font-size: 10px !important;
}

#city-group .btn {
margin-right: 12px;
}
#city-group .btn:last-child {
margin-right: 0;
}

#city-group .btn.selected,
#cities .btn.selected {
background-color: #212121!important;
color: #fff!important;
}

#cities {
width: 100%;
overflow: auto;
}

#cities .btn {
margin-right: 12px;
}

#cities .btn small {
text-transform: capitalize;
}

.selfpickup .steps .form-group.form-selfpickup {display: block}
.selfpickup #city-group, .selfpickup #city-label {display: none!important}

.btn-date-time {
width: calc(25% - 12px);
margin-bottom: 12px;
max-width: 188px;
line-height: 1!important;
}

#deliveryTime .btn {
margin-right: 12px;
}
#deliveryTime .btn:last-child {
margin-right: 0;
}

#noteDeliveryDate {
display: none;
background-color: #f5f5f5;
padding: 12px;
margin: 0;
font-size: 12px!important;
max-width: 100%;
}

.calendarbutton.stop {
pointer-events: none;
background-color: #b8b8b8 !important;
}

.loader {
width: 80px;
}

.loader-wheel {
animation: spin 1s infinite linear;
border: 2px solid rgba(30, 30, 30, 0.5);
border-left: 4px solid #fff;
border-radius: 50%;
height: 50px;
margin-bottom: 10px;
width: 50px;
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

@keyframes load {
0% {
content: 'Loading';
}
33% {
content: 'Loading.';
}
67% {
content: 'Loading..';
}
100% {
content: 'Loading...';
}
}

@media screen and (max-width: 768px){
#flower-step.block .stepwizard {
    background-color: #fff
}
#flower-step {display: none;}
.btn-date-time {
    max-width: 160px;
}
}

.template-product hr {border-color: #b8b8b8;}

            .bg-card {margin-left: 0;margin-right: 0;}
            .product-single__photos {margin-bottom: 5px;}
            .product-single__photos, .product-single__photos * {height: 100%;}
            #product-image {padding: 0;overflow-y: auto;overflow-x: hidden;}
            #product-image .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
            #product-image .gallery-top img {width: 100%;}
            #product-image .ProductThumbs {margin-left: 0;margin-bottom: 0;}
            #product-image .gallery-top .swiper-slide {width: 100%;}
            #product-image .gallery-thumbs .swiper-slide {width: 100%;margin-top: 0;margin-bottom: 10px;overflow: hidden}
            #product-image .gallery-thumbs .swiper-slide a,
            #product-image .gallery-thumbs .swiper-slide img {display: block;width: 100%}

            .product-single__media model-viewer {
            width: 100%;
            height: 500px;
            }

            .swiper-slide.product-single__video video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            }


            .carousel-button-next, .carousel-button-prev {background-image: none;}
            .swiper-container {width: 100%;height: 100%;}
            .swiper-slide {text-align: center;font-size: 18px;background-color: transparent;}
            #product-meta h1 {text-transform: uppercase;font-weight: 400;}
            #product-meta .product-meta--review a.link-anchor {margin: 0 5px 0 0!important;}
            #product-meta .product-meta--review .sep {margin-right: 5px;}
            #product-meta .spr-badge-caption {margin-right: 5px;}

            #featured-image-product .video {display: none;}
            #featured-image-product iframe {height: 275px;}

            #product-meta .spr-badge-starrating .spr-icon {font-size: 14px;color: #212121!important}
            #product-meta .spr-badge-starrating .spr-icon:before {font-size: 120%!important;}
            #product-meta .spr-badge-caption {font-size: 14px;}
            #product-meta .spr-badge[data-rating="0.0"] {display: none;}
            #product-meta .product-meta--review .spr-badge-caption a {color: #212121;}

            #product-meta .product-meta--review a.link-anchor {font-size: 13px;padding-top: 2px;margin: 0 5px;vertical-align: middle;display: inline-block;line-height: 22px;color: #212121;}
            #product-meta .product-meta--review .sep {padding-top: 2px;color: #212121;}

            #product-meta .ProductPrice {color: #212121;font-size: 20px;margin-right: 10px;font-weight: 600;}
            #product-meta .ComparePrice {text-decoration: line-through;color: gray}
            #product-meta .tag-discount {vertical-align: middle;display: inline-block;font-size: 12px;text-transform: uppercase;color: #212121;padding: 0 5px;line-height: 22px;margin-left: 10px;height: 24px;margin-top: 5px;font-weight: 700}
            #product-meta .discount-product-detail {align-self: center;}
            #product-meta .discount-product-detail * {display: inline-block;margin: 0!important;background-color: transparent!important;font-size: 16px;vertical-align: middle;}

            #product-meta .product-single__stock {display: inline-block;font-size: 12px;text-transform: uppercase;background: #757575;color: #f2f2f2;padding: 5px;border-radius: 5px;}
            #product-meta .short-desc li,
            #product-meta .short-desc li strong,
            #product-meta .short-desc li b {font-size: 16px;font-weight: 400;margin-bottom: 0;line-height: 24px;}
            #product-meta .assured {color: #f2f2f2;background-color: #212121;position: relative;top: -10px;border-radius: 0 0 5px 5px;padding-bottom: 10px;}
            #product-meta .assured span {display: block;font-size: 16px;padding: 5px 10px;}
            #product-meta .assured span.h-assured {font-size: 19px;border-bottom: 2px solid #212121;padding-top: 5px;padding-bottom: 5px;;font-weight: bold;}

            #product-meta .freeship p em {font-size: 16px;color: #b8b8b8;}
            #product-meta .freeship p span {display: inline-block;vertical-align: middle;}
            #product-meta .freeship p span .icon {-webkit-transition: all 0.4s; /* Safari */transition: all 0.4s;cursor: pointer;color: #b8b8b8;width: 20px;margin-left: 5px;}
            #product-meta .freeship.expand .icon {-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
            #product-meta .freeship .fs-content {display: none;}

            #product-meta .selector-wrapper {display: none;}
            #product-meta .single-option-selector {border-color: #212121;}
            #product-meta .selector-wrapper label {margin: 0.5rem 0!important;display: block;text-transform: uppercase;font-size: 12px;font-weight: 700;}

            #product-meta .js-qty, .ajaxcart__qty {margin-bottom: 0px;padding: 0;-webkit-flex: 0 0 115px;-moz-flex: 0 0 100px;-ms-flex: 0 0 115px;flex: 0 0 115px;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);border: 2px solid #212121;background-color: #f2f2f2;}
            #product-meta .js-qty input, .ajaxcart__qty input {height: 40px;border-color: transparent;}
            #product-meta .js-qty__adjust,
            #product-meta .ajaxcart__qty-adjust { border-color: #212121!important;border: none;}
            #product-meta .js-qty button,
            #product-meta .js-qty input {font-weight: 600;font-size: 24px!important;line-height: 2;}
            #product-meta .js-qty button svg {stroke: #212121;}
            #product-meta .js-qty .fallback-text {font-family: initial;line-height: 40px;}
            #product-meta .js-qty.mx-auto {margin-left: inherit!Important;margin-top: 0!Important;margin-right: 10px!important;}
            #product-meta #button-action {clear: both;}
            #product-meta #button-action .btn {font-size: 1rem;}
            #product-meta .nice-select.product-single__variants {width: inherit;}

            @media (min-width: 992px) {
            #product-image .product-image {padding-right: 80px;}
            }

            
            @media (min-width: 767px) {
            .form-flower #button-action {
                display: none
            }
            }
            @media (max-width: 768px) {
            #loc_delivery_mobile {
                display: none;
            }
            .form-flower #button-action .js-qty {
                display: none
            }
            }
            

            /* Product - Size Chart */
            #charts {width: 100%;margin: 10px 0;}
            .size_chart_ruler {background: url(//outerbloom.com/cdn/shop/t/138/assets/image-sprites.png?v=126204476377240176541752652419) no-repeat 0 -57px;float: left;width: 20px;height: 18px;margin-right: 0.5rem;}
            .SizeChartPanel a {font-size: 14px;color: #212121;font-weight: 600;text-decoration: underline;}

            /* USP ICON */
            .list-tag {padding: 10px 0;}
            .list-tag li {background-repeat: no-repeat;background-size: 60px;height: 100px;margin-bottom: 0;background-position: center;}
            .icon-privasi {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-ori {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-fresh {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-sameday {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-card {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-lisensi {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-pickup {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            /*.icon-gift {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}*/
            .icon-herbal {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-custom {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-halal {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}
            .icon-bestprice {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}

            .swatch-element.small.available {font-size: 100%;}

            @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
            /*** Remove all paddings around the image on small screen*/
            .mfp-img-mobile .mfp-image-holder {padding-left: 0;padding-right: 0; }
            .mfp-img-mobile img.mfp-img {padding: 0; }
            .mfp-img-mobile .mfp-figure:after {top: 0;bottom: 0; }
            .mfp-img-mobile .mfp-figure small {display: inline;margin-left: 5px; }
            .mfp-img-mobile .mfp-bottom-bar {background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;box-sizing: border-box; }
            .mfp-img-mobile .mfp-bottom-bar:empty {padding: 0; }
            .mfp-img-mobile .mfp-counter {right: 5px;top: 3px; }
            .mfp-img-mobile .mfp-close {top: 0;right: 0; width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);position: fixed;text-align: center;padding: 0; }
            }
            @media all and (max-width: 900px) {
            .mfp-arrow {-webkit-transform: scale(0.75);transform: scale(0.75); }
            .mfp-arrow-left {-webkit-transform-origin: 0;transform-origin: 0; }
            .mfp-arrow-right {-webkit-transform-origin: 100%;transform-origin: 100%; }
            .mfp-container {padding-left: 6px;padding-right: 6px; }
            }
            @media screen and (max-width: 768px){
            .mfp-content {width: 100%!Important;}
            #product-bottom-left {padding: 0;}
            }

            /** Product Step **/
            .product-meta {
            overflow-y: auto;
            overflow-x: hidden;
            }
            .product-meta {
            padding-left: 20px;
            padding-right: 20px;
            }
            #product-image, .product-meta {
            -ms-overflow-style: none;  /* Internet Explorer 10+ */
            scrollbar-width: none;  /* Firefox */
            }
            #product-image::-webkit-scrollbar, .product-meta::-webkit-scrollbar {
                display: none;  /* Safari and Chrome */
            }
            #product-meta .nav {display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;margin-left: 0;list-style: none;border-top: 1px solid #212121;border-bottom: 1px solid #212121 }
            #product-meta .stepwizard .nav .nav-item {width: 90px;margin-bottom: 0;text-transform: uppercase;}
            #product-meta .nav-link {display: block;}
            #product-meta .nav-link:focus, #product-meta .nav-link:hover {text-decoration: none; }
            #product-meta .nav-link.disabled {color: #868e96; }

            #product-meta .nav-tabs {border-bottom: 1px solid #dee2e6; }
            #product-meta .nav-tabs .nav-item {margin-bottom: -1px; }
            #product-meta .nav-tabs .nav-link {border: 1px solid transparent;border-top-left-radius: 0.25rem;border-top-right-radius: 0.25rem; }
            #product-meta .nav-tabs .nav-link:focus,
            #product-meta .nav-tabs .nav-link:hover {border-color: #e9ecef #e9ecef #dee2e6; }
            #product-meta .nav-tabs .nav-link.disabled {color: #868e96;background-color: transparent;border-color: transparent; }
            #product-meta .nav-tabs .nav-link.active,
            #product-meta .nav-tabs .nav-item.btn-success {color: #495057;background-color: #ffffff;border-color: #dee2e6 #dee2e6 #ffffff; }
            #product-meta .nav-tabs .dropdown-menu {margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0; }

            #product-meta .nav-pills .nav-link.active,
            #product-meta .nav-pills li.btn-success {color: #212121;border-bottom: 2px solid #212121;}
            .nav-item:has(+ .btn-success) a, .nav-item:has(+ * + .btn-success) a, .nav-item:has(+ * + * + .btn-success) a {font-weight: normal !important;}

            #product-meta .nav-fill .nav-item {flex: 1 1 auto;text-align: center; }

            #product-meta .nav-justified .nav-item {flex-basis: 0;flex-grow: 1;text-align: center; }

            #product-meta .tab-content .tab-pane {display: none; }
            #product-meta .tab-content .tab-pane h3 {font-size: 16px;text-transform: uppercase;color: #212121;font-weight: 600;}

            #product-meta .tab-content > .active {display: block; }
            #product-meta .nav-pills .nav-link {color: #212121;padding: 5px 0;}

            #product-meta .nav-pills .nav-link.active,
            #product-meta .nav-pills .btn-success {color: #212121;font-weight: 700;}
            #flower-step .nav-link[disabled] {pointer-events: none;cursor: not-allowed;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}

            #product-meta .panel-heading .nav-item a {font-size: 20px;text-transform: uppercase;color: #212121;font-weight: 700;}

            @media screen and (max-width: 992px) {
            #product-meta .tab-content .tab-pane { padding: 20px 15px; }
            }

            /*#product-meta .steps {padding: 1rem; }*/
            #product-meta .steps .container {max-width: 100%;}

            #product-meta #step-1 .steps .container {width: 100%;max-width: 400px !important;margin-left: 0;}

            .steps .form-group {margin-bottom: 1rem;width: 100%;}
            .steps h4 {font-size: 16px;text-transform: uppercase;font-weight: 600}
            .steps .form-group-half {width: 50%;}
            .steps label {display: inline-block;margin-bottom: .5rem;font-size: 14px;font-weight: 400!Important;}
            .steps .form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 14px;line-height: 1.5;color: #495057;color: #212121; background-color: #ffffff;background-clip: padding-box;border: 1px solid #ced4da;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
            .steps .group-radio label {vertical-align: top;}
            .steps .group-radio label span {font-size: 14px;}
            .steps .info-nextday {display: none;font-size: 14px!important;color: #212121;margin: 5px 0;padding: 6px 10px;border: 1px solid #EEEEEE;}
            .steps .info-nextday span:last-child {cursor: pointer;background-color: #212121;font-size: 12px;color: #fff;padding: 2px 5px;margin-left: 5px;font-weight: normal;}
            .steps .info-ongkir-kota {display: none}

            #product-meta .steps .btn {position: relative;display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;user-select: none;padding: 0.375rem 0.75rem;margin-right: 12px;line-height: 1.5;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
            #product-meta .steps .btn-primary {color: #ffffff!important;background-color: #212121!important;}
            #product-meta .steps .btn-block {display: block;width: 100%;height: auto;}
            #product-meta .steps .btn {color: #212121;transition: all .4s ease-in-out;height: 44px;line-height: 15px!important;}
            #product-meta .steps .btn:not([disabled]):not(.disabled) {cursor: pointer;}
            #product-meta .steps .btn-primary:hover {color: #ffffff;background-color: #757575!important;border-color: #757575!important;}
            #product-meta .steps .btn:hover {transform: translateY(-1px);}
            #product-meta .steps .btn .icon {background-color: transparent;vertical-align: middle;padding: 6px 0 10px;}

            #delivery-method {display: flex;}
            #delivery-method .btn {border: 1px solid !important;background-color: transparent;}
            #delivery-method button:last-child {margin-right: 0 !important;}
            #product-meta .steps .btn-delivery-method {width: 100%;}

            #deliveryDate {display: flex;}
            #deliveryDate button {background-color: transparent !important;max-width: 40px;height: auto !important;padding: 0 !important;font-size: 14px !important; margin-right: 10px !important;color: #212121;font-weight: 400;border: none;transition: none;transform: none;}
            #deliveryDate button:focus, #deliveryDate button:focus-visible {outline: none;border: none;}
            #deliveryDate button span {font-size: 14px;border-radius: 100%;width: 40px;height: 40px;max-width: 40px;display: block;border: 1px solid #212121;margin-top: 8px;padding: 11px;color: #212121;font-weight: 400}
            #deliveryDate button.selected {
            font-weight: 700 !important;
            }
            #deliveryDate button.selected span {background-color: #EEEEEE;color: #212121;font-weight: 700}
            #deliveryDate button[disabled], .calendarbutton.stop {color: #C4C4C4!important}
            #deliveryDate button[disabled] span,
            #product-meta .calendarbutton.stop span {background-color: #EEEEEE;color: #C4C4C4;border: none;}

            #full-date:focus-visible {outline: none;border: none}
            #full-date {padding: 0 !important;background: transparent !important;height: 20px !important;width: 100%;max-width: 100px !important;font-size: 12px !important;font-weight: 400 !important;color: #757575;cursor: pointer;}
            #full-date:hover {border: none;}

            #deliveryDateFull.filled {display: flex;width: 100%;justify-content: space-between;}
            #deliveryDateFull.filled > div {position: relative;width: 70%;}
            #deliveryDateFull.filled > div:after {content: "";background: url(/cdn/shop/t/129/assets/icon-calendar.png?v=1742933690);width: 16px;height: 15px;position: absolute;top: 13px;right: 40px;}
            #deliveryDateFull.filled input {border: 1px solid;width: 100%;max-width: 95% !important;height: 43px !important;font-size: 14px !important;font-weight: 700!Important;color: #212121;background-color: #EEEEEE !important;}
            #deliveryDateFull.filled > button {width: 30%;background-color: #212121;color: #fff; padding: 0px 12px; font-size: 12px;}

            @media (max-width: 992px) {
            #row-delivery-date {
                display: block;
            }
            #purchaseProduct .row .error {
                display: block;
            }
            #deliveryDateFull > div {
                display: flex;
            }
            }

            #deliveryTime .btn {width: 100%;line-height: 15px !important;font-size: 14px !important;padding: 0 !important;background: transparent;border: 1px solid #212121;height: 56px!important;color: #212121;font-weight: 400;transition: none;transform: none;}

            #deliveryTime .btn[disabled] {color: #C4C4C4!important;background-color: #EEEEEE!important;border: none}

            #product-meta .btn.calendar-group {height: auto!important;width: calc(33.33% - 5px);margin-bottom: 10px;font-weight: 600}

            #product-meta  .form-selfpickup p a {color: blue; text-decoration: underline;}

            #product-meta .steps .calendar-parcel .btn {
            height: auto!important;F
            text-transform: capitalize;
            width: calc(25% - 10px)!important;
            margin-bottom: 10px;
            }
            #product-meta .steps .calendar-parcel .btn span {
            display: block;
            }
            #product-meta .steps .calendar-parcel .btn.selected {
            background-color: #212121;
            color: #fff;
            }

            #product-meta .steps-btn.selected:not(.calendarbutton) {transform: translateY(1px)!important;background-color: #EEEEEE!important;font-weight: 700;border: 1px solid #212121!important;color: #212121;}

            #product-meta .steps-btn p {margin: 0; font-size: 0.8em;}

            #product-meta .steps-card {background-color: #f7ffd9;width: 100%;position: relative;padding: .75rem;border: none; }

            #product-meta .reviewCardPurchase {max-width: 395px;width: 100%;display: flex;justify-content: end;flex-wrap: wrap;}
            #greetingCard {width: 100%;display: flex;justify-content: end;}
            #product-meta #greetingCard .greetingCard {
                width: 100%;
                max-width: 395px;
                height: 550px;
                border: 1px solid #212121;
                margin-top: 20px;
                position: relative;
                justify-content: space-between;
                display: flex;
                flex-wrap: wrap;
            }
            #product-meta #greetingCard .greetingCard:after {content: "";border-bottom: 1px dotted #212121;position: absolute;top: 50%;display: block;width: 100%;}
            #product-meta #greetingCard .greetingCard > div {
            height: 50%;
            }
            #greetingCard .label-attach-foto {font-size: 12px;font-weight: 400 !important;}
            #product-meta .case-img-preview {position: relative;width: 100%;background-color: #fff;justify-content: center;display: flex;flex-direction: row;border-radius: 3px;height: 100%;}
            #product-meta .case-img-preview .btn-upload .preview-image {position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;max-width: 80%;display: block;margin: auto;flex: 1;padding: 3px;}

            #product-meta #greetingCard .greetingCard .placeholder-image label img {width: 40px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
            #product-meta .case-img-preview .btn-upload .icon-upload button svg {vertical-align: middle;align-self: center;margin-right: 10px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button span {display: block; font-size: 18px; margin-top: 10px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .placeholder-image img.empty-state-card {width: 76px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state {display: flex;gap: 20px;margin-bottom: 30px;margin-top: 30px;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {display: flex!important;padding: 0 20px!important;width: 170px;height: 43px !important;background: transparent;border: 1px solid #212121;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn img {width: 25px;align-self: center;}
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn span {text-transform: capitalize;font-size: 16px!important;align-self: center;margin: 0!important;color: #212121;font-weight: 400;}
            #product-meta .case-img-preview .remove-image {position: absolute;right: 10px;top: 10px;border: 2px solid #212121;border-radius: 100%;width: 30px;height: 30px;cursor: pointer;}
            #product-meta .case-img-preview .remove-image:hover {box-shadow: 0px 1px 4px #212121;}
            #product-meta .case-img-preview .remove-image svg {width: 27px; height: 26px;}

            #product-meta .steps-card-preview {width: 100%; flex-wrap: wrap; position: relative}
            #product-meta .case-video-preview {display: none; position: relative; width: 100%; padding: 10px 30px;background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2212121/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(184 184 184)' stroke-width='6' stroke-dasharray='10%2c 10%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");background-color: rgb(250 250 250 / 70%);position: absolute;bottom: 0;}
            #product-meta .case-video-preview p {margin: 0; color: #212121; font-size: 16px!important;align-self: center; display: flex; text-align: left;font-style: italic;}
            #product-meta .case-video-preview p span.replace-video {font-size: 14px;font-style: italic;font-weight: 600;color: green;display: block;}
            #product-meta .case-video-preview p span:last-child {
            font-size: 14px;
            padding-left: 5px;
            align-self: center;
            vertical-align: middle;
            line-height: 1;
        }
            #product-meta .case-video-preview p .replace-video {cursor: pointer;}
            #product-meta .case-video-preview button {position: relative; background-color: #fff; padding: 10px 20px; font-size: 16px; width: 225px;}
            #product-meta .case-video-preview label {width: 250px;padding: 5px;text-align: center; margin: 0;border: 1px solid;background-color: #fff;border-radius: 4px;}
            #product-meta .case-video-preview button img {position: absolute; top: 5px; left: 50%; margin-left: -15px;}
            #product-meta .case-video-preview .remove-media {width: 26px;height: 25px;border-radius: 100%;padding: 0px;border: 2px solid #212121;position: absolute;right: 7px;top: 6px;}
            #product-meta .case-video-preview .remove-media:hover {box-shadow: 0px 1px 4px #212121;}
            #product-meta .case-video-preview .remove-media svg {width: 20px;height: 21px;}
            #product-meta .case-video-preview #label-input-video > span {display: flex;justify-content: center;gap: 10px;}
            #product-meta .case-video-preview #label-input-video > span * {align-self: center;margin: 0;}

            .greetingCard .steps-card-input {width: 100%;padding: 0px 30px 20px;}
            .steps-card-input input {font-size: 14px !important;width: 140px !important;}
            .greetingCard .form-control#receipt-name-card {width: 106px;}
            .greetingCard .form-control#senderCard {width: 91px;position: absolute;right: 0;padding-right: 5px;}
            .steps .form-control, .greetingCard .form-control {border: none;border-bottom: 1px solid #212121;padding: 0;font-size: 14px;font-weight: 400;}
            .steps .form-control::placeholder {color: #21212140;text-transform: uppercase;}

            #msgCard {position: absolute; right: 0; bottom: 5px; border: 1px solid; font-size: 12px; padding: 4px 8px; background-color: #EEEEEE;}

            .steps .form-delivery .form-control {max-width: 100%;height: 35px;}

            #flower-step.disabled {
            position: relative;
            }
            #flower-step.disabled .stepwizard .tab-content {
            position: relative;
            opacity: 0.3;
            pointer-events: none;
            }
            #flower-step.disabled:after {
            content: "Stok Tidak Tersedia";
            display: block;
            margin: auto;
            color: #ffffff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #212121;
            font-size: x-large;
            font-weight: 600;
            }

            .button-next .btn {width: 100% !important;max-width: 100%;height: 43px !important;font-size: 16px !important;font-weight: 400 !important;margin: 0!important}
            .button-next .btn svg {vertical-align: middle;width: 20px;position: absolute;right: 10px;top: 3px;}
            .button-next .btn svg path {fill: #fff;}

            .save-card {text-align: right;margin-top: 20px;}
            .save-card button {width: 297px;text-align: center;height: 43px;cursor: pointer;cursor: pointer;background-color: #212121;color: #ffffff;}
            .save-card button[disabled] {background-color: #EEEEEE;color: #C4C4C4;cursor: not-allowed;}

            .btn-next-card {
            display: flex;
            justify-content: end;
            gap: 20px;
            }

            @media (max-width: 991px) {
              #product-meta #greetingCard .greetingCard {
                  margin: 20px auto;
              }
              .btn-next-card {
                  justify-content: center;
              }
            }
            
            .case-video-preview > div {
                flex-wrap: wrap;
            }
            #product-meta .case-video-preview button {
                padding: 10px 15px;
                font-size: 12px;
                width: calc(50% - 5px);
                display: block;
                margin-bottom: 0!important;
            }
            #product-meta .case-video-preview label {
                background-color: #fff;
                max-width: 150px;
                text-align: center;
                margin: 0;
                font-size: 12px;
            }
            .steps .steps-card-input {
                padding: 30px 15px 40px;
                border-top: 1px solid #212121;
            }
            #product-meta .case-video-preview p {
                font-size: 14px!important;
                text-align: center;
                margin-bottom: 10px;
                width: 100%;
                flex-wrap: wrap;
            }
            #product-meta .case-video-preview p span {
                text-align: center;
                display: block;
                width: 100%;
                padding: 0;
                margin: 0;
            }
            #product-meta .case-video-preview {
                padding: 10px;
                max-width: calc(100% - 10px);
                margin: 6px auto;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn img {
                display: none;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn span {
                font-size: 14px!important;
                align-self: center;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {
                flex-wrap: wrap;
                justify-content: center;
                font-size: 12px!important;
                height: 30px!important;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn {
                width: 110px;
            }
            #product-meta .case-img-preview .btn-upload .icon-upload button .button-empty-state .btn svg {
                display: none;
            }
            }

            #product-meta .btn.btn-uploadx {width: auto;}

            #flower-step .error {display: none;color: #a82121217;font-size: 12px!important;margin-top: 0.5rem !important;}
            #flower-step .has-error input,
            #flower-step .has-error textarea,
            #flower-step .has-error select,
            #flower-step .has-error .select2-selection {box-shadow: 0 1px 0px rgba(168, 0, 7, 0.5);border: none!important;}
            #product-anchor {position: relative;top: -125px;}
            #flower-step .tab-pane .label-congrats {display: block;}

            #flower-step #notif-surprise {display:none;font-size: 14px!important;padding-left: 25px;}
            #flower-step #notif-surprise textarea {font-size: 13px!important;min-height: 70px;}

            .form-group.custom-card {position: relative;border-bottom: 1px solid;padding-top: 40px;}
            .form-group.custom-card textarea {margin-bottom: 0;border: none !important;}
            .form-group.custom-card #show_note {position: absolute;bottom: 10px;right: 0;border: 1px solid #212121;background: #EEEEEE;color: #212121;height: 31px;font-size: 12px !important;padding: 7px;text-align: center;}
            
            #day0[disabled="disabled"] {background-color: #bbbbbb!important;}
            @media (max-width: 576px){
                #flower-step #step-3 .form-group {padding: 0;}
            }

            /** ADD ONS **/
            .collection-addons {overflow: hidden;}
            .swiper-slide.product-card {margin: 5px 0;}
            .products .bg-products {background-color: transparent;}
            .label-addons {width: 100%;font-size: 22px;font-weight: 600;text-transform: capitalize;padding: 0;margin: 10px 0 10px;}
            .cross-sell-popup-dektop-btn {list-style: none;margin: 5px 0 10px;padding: 0;float: left;width: 100%;}
            .cross-sell-popup-dektop-btn li {font-size: 1rem;text-transform: uppercase;margin: 0;padding: 0;float: none;cursor: pointer;text-align: center;width: 49%;border: #bfbfbf solid 2px;color: #212121;font-weight: 700;padding: 4px;}
            .cross-sell-popup-dektop-btn li.select {background-color: #00b01d;color: #fff;border-color: #00b01d;}
            .trigger-select {display: block;}
            #product-meta #step-4 .steps .btn-no-addons {max-width: 100%;width: 100%;background-color: #FFFFFF;color: #212121;box-shadow: none!Important;border: 2px solid #212121;}
            #product-meta #step-4 .steps .btn-cta {max-width: 100%;width: 100%;background-color: #212121;color: #fff;}
            .upsell-checked-img-cover {position: absolute;right: 0;bottom: 0;}
            .product-card-img-container {position: relative;}
            .upsell-checked-img-cover img {width: 40px!important;}
            .upsell-checked-img-cover img:first-child {display: none;}
            .trigger-select.active .upsell-checked-img-cover img:first-child {display: inline-block;}
            .trigger-select.active .upsell-checked-img-cover img:last-child {display: none;}
            .discount-product * {display: inline-block!important;color: #aaa;}
            @media (max-width: 576px){
                .panel-addons #step-4 .steps {padding: 0!important;}
            }
            /** End Product Step **/

            /** Product Papan Bunga **/
            .customize-papan {padding:20px 10px;position: relative;background: #ffffff;border: 2px solid #212121;height: 485px;}

            .customize-papan .case-occasion {text-align: center;}
            .customize-papan .case-occasion select,.customize-papan .case-occasion .nice-select {font-weight: 800;font-size: 20px;margin: 10px auto;font-family: 'Pacifico', cursive;outline: none;min-height: 40px;line-height: 40px;border: 2px solid #212121;padding: 0 55px;border-radius: 3px;}
            .case-occasion .nice-select {text-align:center!important;}
            .customize-papan .field-papan {clear: both;float: left;width: 100%;}
            .customize-papan .field-papan.group-field-1 {margin-bottom: 15px;}
            .customize-papan .group-field-1 .input-field {float: left;width: 100%;}
            .customize-papan .field-papan.group-field-2 {display: flex;gap: 10px;}
            .customize-papan .field-papan.group-field-2 .input-field {float: none;width: 50%;}
            .customize-papan .input-field {position: relative;}
            .customize-papan label.no-papan {position: absolute;background: #afafaf;width: 25px;height: 25px;line-height: 25px;text-align: center;border-radius: 100%;font-weight: 600;margin-bottom: 0;top: 10px;left: 5px;}

            .customize-papan .input-field.field-logo,
            .customize-papan input[type="file"] {cursor: pointer;}
            .customize-papan .field-papan.group-field-2 .input-field:first-child {margin-right: 15px;}
            .customize-papan .field-papan.group-field-2 select {margin-bottom: 0;}
            .customize-papan .group-field-2 .input-field:last-child {width: 100%;}
            .customize-papan .rec-logo {color: #f56d6d;font-size: 11px!important;clear: both;padding-top: 5px;margin-bottom: 10px;}
            .customize-papan input.sel {background: #212121;}
            .btn-upload-papan.uploaded svg g {fill: #ffffff;}

            
            .group-field-1 .limit{bottom:10px!important;}
            /*btn upload*/
            .field-logo{border-radius:3px;background:#e6e6e6;}
            .field-logo > input[type="file"]{opacity:0;z-index: 999; touch-action: auto;}
            .input-field.field-logo:active{background-color:#c5c5c5;}

            .ket-custom-papan {padding: 55px 0px 0px 17px;}
            .ket-custom-papan .ket-field {margin-bottom: 10px;}
            .ket-custom-papan .ket-field span:first-child {background: #afafaf;width: 25px;height: 25px;line-height: 25px;text-align: center;border-radius: 100%;font-weight: 600;display: inline-block;color: #212121;margin-right: 10px;}
            .ket-custom-papan .ket-field span:last-child {font-weight: 800;font-size: 16px;}
            /** End Product Papan Bunga **/

            /** Related Product **/
            #product-bottom .related-product {overflow: hidden;padding-left: 2px;}
            .product-card-carousel{position: relative;box-shadow: 0 1px 4px rgba(0,0,0,0.3);-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;border-radius: 5px;cursor: pointer;border: 0;height: auto;}
            .product-card-carousel:hover{transform: translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.3);z-index: 99;}
            .product-card-carousel .product-card-price-after {color: #212121;margin: 0;}
            .c-carousel{position:relative;} .collection-slider{overflow:hidden;padding:10px 0;}
            .carousel-button-next{position:absolute; top: 50%; right: 0;z-index:10; cursor: pointer;}
            .carousel-button-prev{position:absolute; top: 50%; left: 0;z-index:10; cursor: pointer;}

            /** Description Product **/
            #product-bottom .long-desc ul {display: none;}
            #product-bottom .long-desc table tr {height: 40px;text-align: center;}
            #product-bottom .long-desc table tr:nth-child(1),
            #product-bottom .long-desc table tr:nth-child(3),
            #product-bottom .long-desc table tr:nth-child(5),
            #product-bottom .long-desc table tr:nth-child(7),
            #product-bottom .long-desc table tr:nth-child(9),
            #product-bottom .long-desc table tr:nth-child(11),
            #product-bottom .long-desc table tr:nth-child(13),
            #product-bottom .long-desc table tr:nth-child(15) {background: #ECECEC;}
            #product-bottom .long-desc table tr td {border-right: 2px solid #b8b8b8;}
            #product-bottom .long-desc table tr td:last-child {border-right: none;}

            #product-bottom  .white-shadow{
                position:relative;
            text-align: center;
            text-decoration: none;
            }

            #product-bottom .white-shadow span {
            border: 1px solid #212121!important;
            padding: 5px;
            display: block;
            width: 100px;
            margin: auto;
            color: #212121;
            position: relative;
            bottom: 30px;
            z-index: 99;
        }
            #product-bottom .white-shadow span:hover {
            background-color: #212121;
            color: #fff;
            }

            #product-bottom .white-shadow:after{
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
                bottom: 100%;
                content: '';
                display: inline-block;
                height: 150px;
                position: absolute;
                right: 0;
                width: 100%;
            }
            #product-bottom a.less-more {
            text-decoration: none;
            text-align: center;
                padding-bottom: 20px;
        }
            #product-bottom a.less-more span {
            border: 1px solid;
            padding: 5px;
            color: #212121;
        }
            #product-bottom a.less-more span:hover {
            background-color: #212121;
            color: #fff;
        }

            #more_content {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            background-color: rgb(255 255 255 / 50%);
            padding: 10px;
            }
            .readmore span {
            cursor: pointer;
            background-color: #212121;
            color: #fff;
            display: block;
            width: 130px;
            height: 40px;
            margin: auto;
            padding: 9px;
            }

            #less_content {
            text-align: center;
            margin-top: 20px;
            }

        .product-description h3.heading-toggle {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            cursor: pointer;
        }

            .short-content.open > .content-toggle {
            display: block;
            padding-top: 20px;
        }

        .short-content.open > .content-toggle > ul + p {
            margin-top: 0;
        }

        .short-content {
            padding: 10px 0;
        }

        @media (min-width: 991px) {
            
            .short-content {
            border-bottom: 1px solid #c4c4c4;
            padding: 25px 0;
            }
            
        }

            /** Produk Lainnya **/
            #product-bottom .others-product ul {margin: 0;}
            #product-bottom .others-product ul li {list-style-type: none;}
            #product-bottom .others-product ul li a {color: #212121;font-weight: normal;}
            #product-bottom .others-product ul li a span {vertical-align: middle;display: inline-block;}
            #product-bottom .others-product ul li a span svg {fill: #212121;}

            /** Product Fixed **/
            #product-bottom #product-fixed .product-single__title {font-size: 19px!Important;font-weight: bold;}
            #product-bottom #product-fixed ul {margin: 0;margin-bottom: 15px;}
            #product-bottom #product-fixed ul li {list-style-type: none;margin: 0;}
            #product-bottom .product-price-fixed,
            #product-bottom .tag-discount {display: inline-block;vertical-align: middle;}
            #product-bottom .product-single__price--compare {color: #b8b8b8;font-size: 16px;font-weight: bold;}
            #product-bottom #ProductPrice-Product {font-size: 23px;font-weight: bold;color: #212121;}
            #product-bottom #product-fixed .tag-discount {vertical-align: middle;display: inline-block;font-size: 12px;text-transform: uppercase;background: #212121;color: #f2f2f2;padding: 0 5px;line-height: 22px;margin-left: 10px;height: 24px;margin-top: 5px;}
            .product-form__item.product-form__item--submit .btn {background-color: #212121;color: #f2f2f2;width: 100%;height: auto;}

            /** PRoduct Fixed **/
            .product-fixed {
                display: none;
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 99;
                background-color: #FFFFFF;
            }
            .product-fixed {
                box-shadow: 0px 4px 12px -4px #212121;
                padding: 10px 0;
            }
            .pfMeta {
                padding-left: 30px;
                align-self: center;
            }
            .pfMeta p {
                margin: 0;
                display: flex;
            }
            .pfMeta .pType {
                font-size: 12px !important;
                color: #757575;
            }
            .pfMeta .pTitle {
                font-size: 20px;
                font-weight: 400;
                text-transform: uppercase;
                margin: 0;
            }
            .pfMeta .pPrice .price {
                font-size: 16px;
                font-weight: 600;
            }
            .pfMeta .priceCompare {
                color: #757575;
                text-decoration: line-through;
                padding-left: 15px;
            }

            @media (max-width: 768px) {
                .product-fixed {
                    padding: 5px 0 10px;
                }
                .pfImage img {
                width: 60px;
                }
                .pfMeta .pTitle {
                font-size: 14px;
                }

                .pfMeta .pType {
                font-size: 8px !important;
                }

                .pfMeta .pPrice .price, .pfMeta .priceCompare {
                font-size: 14px;
                }

                .product-fixed .btn {
                height: 35px !important;
                padding: 0px !important;
                font-size: 12px !important;
                }

                .button-share-wishlist {
                display: none !important;
                }
            }

            /** Product Reviews **/
            #product-reviews {border-top: 1px solid #D1D1D6;}
            #product-reviews .stamped-container[data-widget-style] {margin: 0!important;}
            .stamped-header:before {content: "Review Pelanggan"!important;font-size: 24px;margin: 0 0 12px;font-weight: 600;font-family: Barlow,sans-serif;}
            #product-reviews .stamped-header:after {content: "+";position: absolute;right: 0;top: 0;font-size: 26px;}
            #product-reviews .stamped-header.open:after {content: "-";}

            #stamped-main-widget {margin: 1em 0px;}
            .stamped-container {position: relative;padding: 12px;}
            .stamped-summary-actions-newquestion,
            .stamped-summary-actions-newreview {box-shadow: 0 1px 4px rgba(0,0,0,0.3);transition: all .4s ease-in-out;text-transform: uppercase;background-color: #fafafa;color: #121212!important;border: none;padding: 5px 20px;}
            .stamped-summary-actions-newquestion:hover,
            .stamped-summary-actions-newreview:hover {transform: translateY(-1px);box-shadow: 0 4px 8px rgba(0,0,0,0.3);}

            .stamped-header-title {display: none;}
            .stamped-form-label {font-size: 14px;}
            .no-review{display:none;}
            .stamped-container {border:none;background-color:#fff;}
            .fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-starrating a {color: #ff7676;}
            .summary-rating-bar-content {background-color:#ff7676;}
            .stamped-button-primary {background-color: #ff3c3c;color: #fafafa;border: none;}

            .stamped-verified-badge {
                color: #567A94;
            }
            #stamped-sort-select {
                -webkit-appearance: none!important;
                -moz-appearance: none!important;
                appearance: none!important;
            }
            #stamped-sort-select::-ms-expand {
                display: none!important;
            }

            .stamped-summary-actions > span {display: none}
            @media (min-width: 991px) {
                .stamped-container {
                display: flex;
                }
                .stamped-header {
                width: 45%;
                }
                .stamped-content {
                width: 100%;
                }
                .stamped-container ul.stamped-tabs li {
                text-transform: uppercase!important;
                font-size: 24px!important;
                }
                ul.stamped-tabs li:after {
                font-size: 16px;
                }
                .stamped-summary-actions {
                position: absolute;
                top: 0;
                right: 0;
                height: 33px;
                font-weight: 400;
                font-size: 14px;
                }
                .stamped-summary-actions {
                float: left !important;
                }
                #stamped-sort-select, #stamped-sort-select2 {
                margin-bottom: 0;
                margin-top: 5px !important;
                }
                .stamped-summary-actions > span {
                margin-left: 0 !important;
                margin-right: 10px !important;
                }
            }
            @media (max-width: 992px){
                #product-reviews .stamped-container:before {font-size: 1.266em;}
                #stamped-main-widget {
                margin-right: 0!important;
                margin-left: 0!important;
                }
                .summary-overview .stamped-summary-caption.stamped-summary-caption-2 {display: block!important;}
            }

            /*
            Swatches Styles
            */

            
            
            .swatch {
            display: flex;
            flex-wrap: wrap;
            margin:1em 0;
            }
            /* Label */
            .swatch .header {
            width: 100%;
            margin: 0.5em 0;
            }
            /* Hide radio buttons.*/
            .swatch input {
            display:none;
            }
            .swatch label {
            width: 100%;
            display: block;
            /* To give width and height */
            /* Color swatches contain no text so they need to have a width.
            min-width:50px !important;
            height:35px !important;
            */
            /* No extra spacing between them */
            margin:0;
            /* Styling text */
            text-align:center;
            line-height:35px;
            white-space:nowrap;
            text-transform: uppercase;
            }
            .swatch-element label { padding:0 10px;border: 1px solid #212121; }
            .color.swatch-element label { padding:0; width: 30px; height: 30px; border-radius: 50%;}
            /* Styling selected swatch */
            /* Slightly raised */
            .swatch input:checked + label {
                border-color: #212121;
                font-weight: 700;
                background-color: #EEEEEE;
            }
            .swatch .swatch-element {
            -webkit-transform:translateZ(0); /* webkit flicker fix */
            -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
            margin:0px 10px 10px 0;
            position:relative;
            border: none;
            }
            .swatch .swatch-element input {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none;
            z-index: 9999;
            cursor: pointer;
        }
            /* Image with the cross in it */
            .crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
            .swatch .swatch-element .crossed-out { display:none; }
            .swatch .swatch-element.soldout .crossed-out { display:block; }
            .swatch .swatch-element.soldout label {
            filter: alpha(opacity=60); /* internet explorer */
            -khtml-opacity: 0.6;      /* khtml, old safari */
            -moz-opacity: 0.6;       /* mozilla, netscape */
            opacity: 0.6;           /* fx, safari, opera */
            }
            /* Tooltips */
            .swatch .tooltip {
            text-align:center;
            background:gray;
            color:#ffffff;
            bottom:100%;
            padding: 10px;
            display:block;
            position:absolute;
            width:100px;
            left:-23px;
            margin-bottom:15px;
            /* Make it invisible by default */
            filter:alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
            opacity:0;
            visibility:hidden;
            /* Animations */
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all .25s ease-out;
            -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
            -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
            -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
            z-index: 12121210;
            -moz-box-sizing:border-box;
            -webkit-box-sizing:border-box;
            box-sizing:border-box;
            }
            .swatch .tooltip:before {
            bottom:-20px;
            content:" ";
            display:block;
            height:20px;
            left:0;
            position:absolute;
            width:100%;
            }
            /* CSS triangle */
            .swatch .tooltip:after {
            border-left:solid transparent 10px;
            border-right:solid transparent 10px;
            border-top:solid gray 10px;
            bottom:-10px;
            content:" ";
            height:0;
            left:50%;
            margin-left:-13px;
            position:absolute;
            width:0;
            }
            .swatch .swatch-element:hover .tooltip {
            filter:alpha(opacity=100);
            -khtml-opacity:1;
            -moz-opacity:1;
            opacity:1;
            visibility:visible;
            -webkit-transform:translateY(0px);
            -moz-transform:translateY(0px);
            -ms-transform:translateY(0px);
            -o-transform:translateY(0px);
            transform:translateY(0px);
            }
            .swatch.error {
            background-color:#E8D2D2!important;
            color:#333!important;
            padding:1em;
            border-radius:5px;
            }
            .swatch.error p {
            margin:0.7em 0;
            }
            .swatch.error p:first-child {
            margin-top:0;
            }
            .swatch.error p:last-child {
            margin-bottom:0;
            }
            .swatch.error code {
            font-family:monospace;
            }

            .content-toggle {display: none;}
            .heading-toggle:after {
                content: "";
                display: block;
                box-sizing: border-box;
                height: 9px;
                width: 9px;
                border-style: solid;
                border-color: #212121;
                border-width: 0px 1px 1px 0px;
                transform: rotate(45deg);
                transition: border-width 150ms ease -in-out;
                position: absolute;
                top: 28px;
                right: 2px;
            }
            .short-content.open .heading-toggle:after {
                transform: rotate(225deg);
            }
            .short-desc.content-toggle ul li * {font-weight: normal;}

            .desc-add {margin-bottom: 20px!important;}
            .desc-add p {margin: 0;padding: 10px 20px;}

            .short-spec .content-toggle > ul:first-child {display: none;}
            .desc-add {margin-bottom: 40px!important;}
            .desc-add img {width: 100%;}

            .short-content.short-desc-mobile {border-bottom: none;}

            /* .product-spec table {
                display: none;
            } */

            @media (max-width: 991px) {
            .heading-toggle:after {
                top: 12px;
            }
            }

            .product-papan-bunga .swatch .swatch-element {
                width: calc(50% - 10px);
            }

            @media (max-width: 767px) {
            .c-carousel .swiper-button-next, .c-carousel .swiper-button-prev {display:none;}
            .product-card-carousel{min-height:248px; padding: 10px;}
            .product-card-carousel .h5{max-height: 36px;overflow: hidden;}
            .carousel-button-next, .carousel-button-prev{display:none;}
            .product-card-carousel .swiper-button-disabled {opacity: 0.3;cursor: default;}
            }

            @media (min-width: 992px) {
            .product-card-carousel{min-height:286px; padding:10px;}
            #product-bottom .related-product .swiper-slide {width: 24%!important;}
            .product-card-carousel{min-height:280px;padding: 10px;}
            .others-product ul li a {font-size: 18px;}
            #thumb-image-product.thumb-normal {height: auto;margin-top: 0;margin-bottom: 0;}
            .form-vertical{width:100%;}
            .nice-select{height:40px;}
            .product-meta--review .stamped-badge-caption span {
                display: inline-block!important;
                font-size: 14px;
                margin-left: 2px;
                text-transform: lowercase;
            }
            }

            @media (min-width: 1200px) {
            .product-card-carousel{min-height:308px; padding:10px;}
            }

            @media only screen and (min-width: 769px){

            #product-meta {padding-left: 15px;padding-right: 0px;}
            #product-meta h1 {font-size: 24px;}

            #product-meta .assured {width: 197px;float: right;}

            #product-meta #button-action .btn,
            #product-meta #button-action-step .btn {-webkit-flex: 0 0 300px;-moz-flex: 0 0 300px;-ms-flex: 0 0 300px;flex: 0 0 300px;height: auto!important;}

            #button-action.hide-lg {display: none;}

            }
            @media only screen and (max-width: 992px){
            /* Breadcrumb */
            .breadcrumb {overflow-x: scroll;white-space: nowrap;width: 100%;margin-bottom: 0;}

            .bg-card {margin-left: 0;margin-right: 0;border-radius: 0;}

            .product-image {padding-left: 0;padding-right: 0;}
            .product-single__photos {margin-bottom: 0;}

            #product-image .gallery-thumbs-2 .swiper-slide {width: 22%;float: left;}
            #product-image .gallery-thumbs-2 .swiper-slide img {background: #ffffff;}

            .carousel-button-next {right: 30px;}
            .carousel-button-prev {left: 8px;}
            #product-image .gallery-thumbs-2 .swiper-slide {border: 1px solid #f2f2f2;}

            .thumb-normal-2 {margin-left: 0;overflow: hidden;margin-bottom: 0;}
            .thumb-normal-2 li {width: 25%!Important;margin-bottom: 0;}

            #product-image .swiper-container {margin-top: -4px;}
            #featured-image-product2 .swiper-slide .video-wrapper {padding-bottom: 0;position: initial!important;}
            #featured-image-product2 .swiper-button-next,
            #featured-image-product2 .swiper-button-prev {background-image: none;}
            #featured-image-product2 .swiper-button-prev {left: 7px;}
            #featured-image-product2 .swiper-button-next {right: 14px;}
            #featured-image-product2 .gallery-mobile ul {margin-left: 0;}
            #featured-image-product2 .gallery-mobile ul li {margin-bottom: 0;list-style: none; height: auto!important;}
            #featured-image-product2 .swiper-pagination.swiper-pagination-fraction {width: 60px;right: 0!important;left: inherit!important;bottom: 0;background: -webkit-linear-gradient(bottom, rgba(255,255,255,.8) 30%, rgba(255,255,255, 0) 100%);padding: 5px;border-top-left-radius: 5px;}
            #featured-image-product2 .swiper-pagination-bullet {width: 20px;height: 3px;display: inline-block;border-radius: 0;background: #212121;}
            #featured-image-product2 video {width: 100%;}
            
            #product-meta {padding-left: 10px;padding-right: 10px;margin-top: 20px;}

            #product-meta h1 {font-size: 22px;}

            #product-meta .assured {top: 0;}

            #product-meta #AddToCartForm {margin-top: 10px;}

            #product-meta #button-action .row {margin-top: 0!important;}
            #product-meta #button-action .cta-wa {box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);border: 2px solid #212121;background-color: #f2f2f2;}
            #product-meta #button-action .cta-wa  .icon {width: 24px!important;height: 24px;color: #212121}
            #product-meta #button-action .cta-wa,
            #product-meta #button-action .js-qty {margin-right: 10px!Important;}
            #product-meta #button-action .cta-wa {padding: 7px 8px 5px;text-align: center;-webkit-flex: 0 0 40px;-moz-flex: 0 0 40px;-ms-flex: 0 0 40px;flex: 0 0 40px;}
            /*#product-meta #button-action .cta-wa a {display: none;}*/
            #product-meta #button-action .js-qty {margin-top: 0!important;}
            #product-meta .js-qty, .ajaxcart__qty {-webkit-flex: 0 0 100px;-moz-flex: 0 0 100px;-ms-flex: 0 0 100px;flex: 0 0 100px;}
            #product-meta .js-qty .fallback-text {width: 30px;}
            #product-meta .js-qty button, #product-meta .js-qty input {font-size: 24px!important;}
            #product-meta #button-action .btn {margin-top: 0; -webkit-flex: 1 0 100px;-moz-flex: 1 0 100px;-ms-flex: 1 0 100px;flex: 1 0 100px;height:auto!important;}

            /** Product Step Bunga **/
            #flower-step.block {display: block;position: fixed;top: 0;background: #f2f2f2;width: 100%;z-index: 9999;height: 100%;left: 0;margin: 0;overflow: auto;}
            #product-meta .steps .row {margin: 0;}
            #flower-step.block .m-no-step {border-bottom: 1px solid #b8b8b8;padding: 5px 10px;}
            #flower-step.block .m-no-step a {color: #212121;}
            #flower-step.block .stepwizard-row {display: none!important;}
            #flower-step.block .no-step {font-size: 20px;font-weight: bold;}
            #flower-step.block .nav-item {width: 100%;}
            #flower-step.block .step-check {float: right;}
            #flower-step.block .nav-link[disabled] .step-check svg {fill: #b8b8b8;}
            #flower-step.block .nav-link .step-check svg {fill: #757575;}
            #flower-step.block .stepwizard {padding: 0;}
            #flower-step.block .tab-content {padding-right: 0!important;}
            #flower-step.block .m-head {background: #212121;color: #f2f2f2;text-align: center;font-size: 22px;padding: 10px 0;}
            #flower-step.block .m-head .close-how-order {position: absolute;right: 0;top: -5px;}
            #flower-step.block .m-head .close-how-order svg {width: 25px;margin-right: 8px;}
            #flower-step.block .row.button-next .flex-wrap .resetBtn {width: 30%;border-radius: 0!important;background: #DF2030!important;color: #f2f2f2!important;font-weight: bold!important;}

            #flower-step.block .steps .button-next .flex-wrap {padding: 0;}
            #flower-step.block .steps .form-group h4 {font-size: 14px;margin-bottom: 10px!Important;}
            #flower-step.block .error {font-size: 14px;}
            #product-meta .steps .btn-cta {width: 100%;}
            #product-meta .steps .js-qty {display: none;}

            #product-meta .steps .or-cta {width: 100%;text-align: center;}
            #product-meta .steps .or-cta>span {text-align: center;display: block;font-weight: bold;text-transform: lowercase;padding: 10px;font-size: 17px;}
            #product-meta .steps .or-cta .btn-cta {width: 230px!important;background: red!important;color: #f2f2f2!important;}

            .product-bottom-right {-webkit-order: -1;-ms-flex-order: -1;order: -1;}
            #product-meta .tab-content .tab-pane h3 {display: none;}

            #product-meta .steps .button-next .btn {
                margin: 0 !important;
            }
            }

            @media only screen and (max-width: 768px){
                #product-top.container {max-width: 100%;padding: 0;}
                #product-meta .js-qty input {line-height: normal!important;}
                #product-meta #button-action {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 999;padding: 7px 10px 8px;background-color: #f2f2f2;box-shadow: 0 0px 8px 0 rgba(0,0,0,0.3);}
                #flower-step .tab-pane .label-congrats, #button-action-step {padding: 0 15px;}

                .bbb-widget {display: none;}

            }

            /*
            @media only screen and (max-width: 767px){
                .qcw-cs-container, .qcw-trigger-btn.qcw-cs-trigger-button {padding: 0;margin: 0;background-color: transparent!important;right: inherit;left: 18px;width: max-content;}
                .qcw-trigger-btn.qcw-cs-trigger-button div {display: none;}
            }
            */

            @media only screen and (max-width: 480px){
            li.firstbox, .secondbox {-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;border-right: none!Important; }
            #product-reviews .rattings .firstbox {border-bottom: 2px solid #b8b8b8;}
            #product-meta .js-qty, .ajaxcart__qty {-webkit-flex: 0 0 80px;-moz-flex: 0 0 80px;-ms-flex: 0 0 80px;flex: 0 0 80px;}
            #product-meta .js-qty button,
            #product-meta .js-qty input {font-size: 18px!important;line-height: 3;}
            #product-meta #button-action .btn {width: 100px;}
            #product-meta .js-qty button svg {width: 20px;}
            #button-action .quantity-selector{max-width: 75px;margin-right: 12px;margin-bottom:0;}


            #deliveryDate button {max-width: 34px;font-size: 12px !important;}
            #deliveryDate button span {font-size: 12px;width: 34px;height: 34px;max-width: 34px;padding: 10px;margin-right: 12px !important;}
            }

            #day0:disabled{background-color:#ececec;}

            /** Mobile Product Video **/
            .video-modal {display: none;position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100%;overflow: auto;z-index: 1;top: 0;left: 0;}
            .video-modal .video-wrapper {overflow: inherit;}
            .close-video {position: absolute;right: 9px;top: 8%;z-index: 2;padding: 5px;}
            .close-video .icon {width: 30px;height: 30px;color: #fff;}
            .video-container {position: relative;padding-bottom: 48.25%;padding-top: 35px;height: 0;box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);}
            .video-container iframe {position: absolute;top: 60%;left: 0;width: 100%;height: 100%;}

            .upsell-quantity {display: flex;width: 100px;margin: auto;}
            .upsell-quantity button {border: 1px solid;}
            .upsell-quantity input {width: 100%;margin: 0;border-top: 1px solid;border-bottom: 1px solid;text-align: center;font-size: 18px;font-weight: bold;    background-color: #fff;color: #212121;}

            li[aria-disabled=true] {
                color: #bbb;
                cursor: default;
            }
            .color-innocent-pink {
            background-color: #dabdd2!important;
            }
        .color-sky-blue {
            background-color: #a7b3d6 !important;
        }
        .color-angelic-white {
            background-color: #f8f2df !important;
        }

        .color-mint-oasis {
            background-color: #b1cbc6 !important;
        }

        .nextBtn[disabled] {
            opacity: .6;
        }
        .btn.calendar-group[disabled] {
            background-color: #b8b8b8 !important;
            }

            #cities + .select2 .select2-selection {
            font-size: 14px;
            font-weight: 400;
            border: 1px solid #212121;
            padding: 12px;
            }

        .sh-ws {
        padding: 10px 0;
        margin-bottom: 25px;
    }
        .sh-ws a {
        color: #212121;
        font-size: 12px;
        }
    .sh-ws svg {
    align-self: center;
    vertical-align: middle;
    width: 15px;
    padding-left: 5px;
    box-sizing: content-box;
}
    .sku-product {
        font-size: 12px;
        font-weight: 600;
        padding: 20px;
        margin-bottom: 20px;
    }
    .sku-product tbody {
        width: 400px;
        margin: auto;
    }
.sku-product tbody tr td {
    padding: 5px 0;
}
    .sku-product tbody tr td:first-child {
        width: 200px;
        text-transform: uppercase;
    }
    .sku-product tbody tr td:last-child {
    font-weight: 400;
    }
@media (max-width: 992px) {
    #flower-step.block .sh-ws, #flower-step.block .sku-product {
    display: none;
}
}

  body.open-funeral {overflow: hidden;}
  #recipient-address {
    min-height: 140px;
  }
  .address-rmhduka {
    cursor: pointer;
    bottom: 5px;
    left: 5px;
    border: 1px solid #ced4da;
    padding: 2px 10px;
    font-size: 14px;
    transition: all .4s ease-in-out;
    margin-top: 8px;
  }
  .address-rmhduka:hover {
    background-color: #212121;
    color: #fff;
  }
  #choose-funeral {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  z-index: 9;
  }
  #choose-funeral .wrapper-funeral {
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  }
  .wrapper-funeral ul {
  max-height: 400px;
  max-width: 400px;
  min-width: 300px;
  overflow: auto;
  margin: 0;
  }
  #choose-funeral ul li {
  list-style: none;
  margin: 0;
  padding: 6px 15px;
  cursor: pointer;
  }
  #choose-funeral ul li:hover {
  text-decoration: underline;
  }
  #choose-funeral .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  cursor: pointer;
  }
  .close-funeral {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #212121;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  }
.select2-hidden-accessible {display: none!important}
.select2.select2-container.select2-container--default {
display: block;
width: 100%!important;
}
.select2-selection__rendered {
width: 100%;
display: block;
color: #212121;
}
.select2-selection {
position: relative;
display: block;
background-clip: padding-box;
padding: 12px;
cursor: pointer;
height: 100%;
border: 1px solid #212121;
font-size: 14px;
color: #757575;
}
.select2-selection:after {
content: "";
display: block;
box-sizing: border-box;
height: 9px;
width: 9px;
border-style: solid;
border-color: #212121;
border-width: 0px 1px 1px 0px;
transform: rotate(45deg);
transition: border-width 150msease-in-out;
position: absolute;
top: 12px;
right: 30px;
}
.select2-dropdown {
box-sizing: border-box;
display: block;
position: inherit;
z-index: 9999;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
height: 300px;
overflow: auto;
}
.select2-search.select2-search--dropdown {
margin: 10px;
display: block;
}
.select2-results {
  height: 100%!important;
}
.select2-search__field {
  max-height: 100%!important;
  width: 100%;
  display: block;
}
.select2-results__options {
  height: 100%!important;
  max-height: 100%!important;
  margin: 10px;
}
.select2-results__options li {
list-style-type: none;
margin: 0;
padding: 5px;
cursor: pointer;
font-size: 14px;
}
/* .select2-results__options li:first-child {
display: none!important;
} */
.select2-results__option--highlighted {
background-color: #f2f2f2;
display: block!Important;
}
span.selection.needsclick {
position: relative;
}
#form-group-city .selection.needsclick:after {
top: 13px;
right: 5px;
}
#form-group-zip .selection.needsclick:after {
top: 8px;
right: 0;
background-size: 20px;
}
#form-group-zip .select2-selection {
font-size: 14px;
border-radius: 0;
padding: 0.5rem;
max-height: 35px;
}
.select2-container--open span.selection.needsclick:after {
transform: rotate(180deg);
}
#form-group-zip .select2-container--open span.selection.needsclick:after {
top: -5px!important;
right: 10px!important;
}
@media (min-width: 991px){
.select2-results__options li {
    font-size: 16px;
}
}

.iti__a11y-text {
display: none;
}
/* STEP OCCASION & ADD ON */
.nav-feature-step {
width: 100%;
}
.nav-feature-step div {
width: auto!important;
border: 1px solid #212121;
padding: 5px;
font-size: 12px;
margin-right: 10px;
margin-bottom: 10px;
text-transform: uppercase;
cursor: pointer;
}
.nav-feature-step div.selected, 
.nav-feature-step div:hover {
background-color: #212121;
color: #FFFFFF;
border: none;
font-weight: 700;
}

.button-next .btn-addon {
background-color: #FFFFFF;
border: 1px solid #212121;
color: #212121;
margin: 0!important;
}
.nextBtn.btn-addon svg path {
fill: #212121;
}
.adding-cart {
background: #eee;
background: linear-gradient(110deg, #212121 8%, #f5f5f5 18%, #212121 33%);
border-radius: 5px;
background-size: 200% 100%;
-webkit-animation: 1.5s shine linear infinite;
animation: 1.5s shine linear infinite;
height: 30px;
}

.row-pickup {
padding: 10px 0;
}
.row-pickup.selected {
background-color: #f4f4f4;
}
.row-pickup label {
margin: 0;
}
@keyframes shine {
100% {
background-position-x: -200%;
}
}

@media (max-width: 992px) {
.select2-selection:after {
right: 10px;
}
}

/* Dynamic Vase Availability Styles */
/* ================================= */
.swatch-element.unavailable {
display: none !important;
}

.swatch-element.unavailable label {
opacity: 0.5;
background-color: #f5f5f5;
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}

.swatch-element.unavailable input[type="radio"] {
pointer-events: none;
}

.swatch-element.unavailable:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: repeating-linear-gradient(
45deg,
transparent,
transparent 5px,
rgba(255,0,0,0.1) 5px,
rgba(255,0,0,0.1) 10px
);
z-index: 1;
}

/* Smooth transition for showing/hiding vase options */
.swatch-element {
transition: opacity 0.3s ease, transform 0.3s ease;
}

.swatch-element.unavailable {
opacity: 0;
transform: scale(0.8);
}

.swatch-element.available {
opacity: 1;
transform: scale(1);
}

/* Mobile Short Description - Duplicate of Desktop */
/* ================================================ */
@media (max-width: 991px) {
  .short-desc-mobile {
    margin-bottom: 2rem;
  }
  
  .short-desc-mobile .short-desc ul {
    margin: 0;
    padding-left: 20px;
  }
  
  .short-desc-mobile .short-desc ul li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  
  .short-desc-mobile .short-desc ul li:last-child {
    margin-bottom: 0;
  }
  
  .short-desc-mobile .short-desc ul li:nth-child(n + 4) {
    display: none;
  }
  
  .short-desc-mobile .short-desc ul li.showList:nth-child(n + 4) {
    display: list-item;
  }
  
  .short-desc-mobile .more-mobile {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #007bff;
    margin-top: 10px;
  }
  
  .short-desc-mobile .more-mobile.showMe {
    display: block;
  }
  
  .short-desc-mobile .short-desc strong,
  .short-desc-mobile .short-desc b {
    font-weight: 600;
  }
  
  .short-desc-mobile .short-desc em {
    font-style: italic;
    color: #6c757d;
  }
}
     .bg-card {
     background-color: #000000;
 }

.c-pdp-product-info {
        background-color: #000000 !important;
        padding: 12px;
        margin: 0;
        color: white;
    }
       .view-video{display:block; margin:auto; padding:5px 10px;font-size:16px;font-weight:bold;border:2px solid #ffffff;background:#fff;}
       .view-video .icon-play{fill:#ffffff;vertical-align: middle;}
       .video-modal{display:none;position:fixed;background: rgba(0,0,0,.5); width:100%; height:100%; overflow:auto; z-index:1; top:0;left:0;}
       .close-video{position:absolute;right:9px; top:8%;z-index:2;padding:5px;}
       .close-video .icon{width:30px;height:30px;}
       /*responsive iframe */
       .video-container {position: relative;padding-bottom: 48.25%;padding-top: 35px;height: 0;box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);}
       .video-container iframe {position: absolute;top:60%;left: 0;width: 100%;height: 100%;}
 
       .youtube {
         background-color: #000;
         margin-bottom: 30px;
         position: relative;
         padding-top: 56.25%;
         overflow: hidden;
         cursor: pointer;
         width: 100%;
       }
       .swiper-slide .youtube {
         max-width: 480px;
       }
       .youtube img {
         width: 100%;
         top: -16.82%;
         left: 0;
         opacity: 0.7;
       }
       .youtube .play-button {
         width: 90px;
         height: 60px;
         background-color: #333;
         box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
         z-index: 1;
         opacity: 0.8;
         border-radius: 6px;
       }
       .youtube .play-button:before {
         content: "";
         border-style: solid;
         border-width: 15px 0 15px 26.0px;
         border-color: transparent transparent transparent #fff;
       }
       .youtube img,
       .youtube .play-button {
         cursor: pointer;
       }
       .youtube img,
       .youtube iframe,
       .youtube .play-button,
       .youtube .play-button:before {
         position: absolute;
       }
       .youtube .play-button,
       .youtube .play-button:before {
         top: 50%;
         left: 50%;
         transform: translate3d( -50%, -50%, 0 );
       }
       .youtube iframe {
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
       }

.c-pdp-product-info__service--active {
     font-size: 12px;
     padding-left: 10px;
     text-align: left;
     max-width: 550px;
     margin: auto;
   }
   .c-pdp-product-info__service--active li {
     list-style: disc;
   }
   .c-pdp-product-info {
     background-color: #f5f5f5;
     padding: 12px;
     margin: 0;
   }
   .freeship em {
     font-style: italic;
     font-size: 12px !important;
   }
.product-meta--review {margin-top:10px}
.freeship * {font-size: 14px !important;font-style: normal;}
.short-desc-desktop {
         margin-bottom: 2rem;
         color: white;
     }
     .short-desc ul li:nth-child(n + 4) {
         display: none;
     }
     .short-desc ul li.showList:nth-child(n + 4) {
         display: list-item;
     }
     label.more {
         display: none;
     }
     label.more.showMe {
         display: block;
         font-size: 12px;
         text-transform: uppercase;
         font-weight: 700;
         cursor: pointer;
     }
.variant-metafield {
     display: block!important;
     width: 1px;
     padding: 0;
     border-color: #fff;
   }
   .select2-results__option[aria-disabled] {
     display: none;
   }
 
   .towel-bordir {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-around;
   }
.file-dnd * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
   }
   .file-dnd {
     width: 100%;
     height: 250px;
     border: 1px solid #ddd;
     border-radius: 10px;
     padding: 15px;
     display: flex;
     flex-direction: column;
     gap: 10px;
     /* box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05); */
     margin: auto;
   }
   .file-dnd input {
     display: none;
   }
   .file-dnd .before-upload {
     border: 1px dashed #888;
     flex: 1;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     cursor: pointer;
   }
   .file-dnd .before-upload > div {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 8px;
   }
   .file-dnd .before-upload > div h4 {
     width: 150px;
   }
   .file-dnd .before-upload > div p {
     font-size: 12px !important;
     color: #555;
   }
   .file-dnd.active .before-upload {
     border: 1px solid #5750d9;
     background-color: #f5f5ff;
   }
   .file-dnd .after-upload {
     position: relative;
     display: none;
   }
   .file-dnd .after-upload img {
     width: 100%;
     border-radius: 5px;
     max-height: 180px;
     object-fit: contain;
     display: block;
   }
   .file-dnd .after-upload .clear-btn {
     position: absolute;
     top: 10px;
     right: 10px;
     background: rgba(0, 0, 0, 0.5);
     width: 15px;
     height: 15px;
     text-align: center;
     line-height: 15px;
     border-radius: 50%;
     color: #fff;
     cursor: pointer;
     font-size: 14px;
}
@media (max-width: 768px) {
     .select2-search__field {
       pointer-events: none !important;
     }
     
     .select2-search {
       display: none !important;
     }
   }
.icon-img-footer {
     width: 80px; 
     padding: 0px 5px;
 }
 @media (min-width: 768px) {
     .icon-img-footer {
         width: 120px; 
     }
 }
 @media (min-width: 992px) {
     .icon-img-footer {
         width: 120px; 
     }
 }
:root {
        --brand: #00fffb;
        --brand-mid: #009297;
        --brand-dark: #006962;
        --border: #e5e7eb;
        --bg: #fff;
        --shadow: 0 6px 15px rgba(0, 0, 0, .08);
    }

    .app-card {
        max-width: 650px;
        margin: 25px auto;
        background: var(--bg);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: var(--shadow);
        border: 1px solid var(--border);
        transition: transform .2s, box-shadow .3s;
        font-family: system-ui, Arial, sans-serif;
        font-size: .92rem;
    }

    .app-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    }

    .app-header {
        padding: 12px 16px;
        text-align: center;
        background: linear-gradient(135deg, #000000, #5d5d5d, #000000);
        color: #fff;
        font-weight: 800;
        font-size: 1.15rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .app-table {
        width: 100%;
        border-collapse: collapse;
    }

    .app-table th,
    .app-table td {
        padding: 8px 12px;
        vertical-align: middle;
    }

    .app-table th {
        width: 35%;
        background: #e7e7e7;
        color: #585858;
        font-weight: 700;
        letter-spacing: .2px;
        text-transform: uppercase;
        font-size: .85rem;
    }

    .app-table td {
        border-bottom: 1px solid var(--border);
        color: #1f1f1f;
        font-size: .9rem;
        text-align: center;
    }

    @media (max-width: 640px) {
        .app-table,
        .app-table tbody,
        .app-table tr,
        .app-table th,
        .app-table td {
            display: block;
            width: 100%;
        }
    }

    .review-section {
        max-width: 850px;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
        font-family: system-ui, Arial, sans-serif;
    }

    .review-card {
        background: #000000;
        padding: 16px 20px;
        border-radius: 10px;
        border-left: 5px solid #4f4e4e;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
        transition: all .25s ease-in-out;
    }

    .review-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    }

    .review-author {
        font-weight: 700;
        color: var(--brand-dark);
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .92rem;
    }

    .review-author::before {
        content: "👤";
        font-size: 1rem;
    }

    .review-card p {
        margin: 0;
        color: #d3d3d3;
        font-size: .94rem;
    }

    .review-rating {
        margin-left: auto;
        font-weight: 700;
    }

    .stars {
        --rating: 5;
        --star-size: 1rem;
        --star-gap: 2px;
        --star-empty: #e5e7eb;
        --star-fill: #f4c430;
        position: relative;
        display: inline-block;
        font-size: var(--star-size);
        line-height: 1;
        letter-spacing: var(--star-gap);
    }

    .stars::before {
        content: "★★★★";
        color: var(--star-empty);
    }

    .stars::after {
        content: "★★★";
        color: var(--star-fill);
        position: absolute;
        left: 0;
        top: 0;
        width: calc((var(--rating) / 5) * 100%);
        overflow: hidden;
        white-space: nowrap;
        pointer-events: none;
    }

    .stars.lg {
        --star-size: 1.1rem;
        letter-spacing: 3px;
    }

    .badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .badge small {
        color: #555;
        font-weight: 600;
    }
#PBarNextFrameWrapper {
     display: none;
   }
   #backgroundPopup {
     display: none;
     position: fixed;
     _position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     background: rgb(117 117 117 / 24%);
     z-index: 1;
   }
   .sectionPurchase {
     height: 100%;
     position: relative;
     max-width: 1344px;
     background-color: #fff;
     padding: 0;
     overflow: hidden; /* Changed from auto to hidden */
     display: flex;
     flex-direction: column;
   }
   .sectionPurchase.purchaseAddonSpotify {
     max-width: 1070px!important;
     max-height: 765px!important;
   }
   .sectionPurchaseBoard {
     max-width: 872px!important;
     max-height: 821px!important;
   }
   .purchaseAddonSpotify .btn-action {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     display: flex;
     gap: 10px;
   }
   .wrapperPurchase {
     position: relative;
     height: 100%;
     display: flex;
     flex-direction: column;
   }
   
   /* New styles for scrollable content and sticky button */
   .purchase-content {
     flex: 1;
     overflow-y: auto;
     overflow-x: hidden;
     padding: 20px;
   }
   
   .purchase-button-wrapper {
     position: sticky;
     bottom: 0;
     background-color: #fff;
     border-top: 1px solid #e0e0e0;
     padding: 15px 0;
     margin-top: auto;
     z-index: 10;
   }
   
   .purchasePopup {
     display: none;
     position: fixed;
     background: rgb(117 117 117 / 24%);
     z-index: 999;
     padding: 40px;
     font-size: 13px;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
   }
   .popupPurchaseClose{
     font-size:14px;
     line-height:14px;
     right:45px;
     top:45px;
     position:absolute;
     color:#6fa5fd;
     font-weight:700;
     display:block;
     cursor: pointer;
   }
 
   .headerPurchase {
     margin-bottom: 30px;
     display: flex;
     justify-content: space-between;
   }
 
   .headerPurchase h3 {
     font-size: 16px;
     text-transform: uppercase;
   }
 
   .sectionPurchaseBoard .headerPurchase {
     margin-bottom: 15px;
   }
 
   .sectionPurchaseBoard .formAddressPurchase {
     padding-top: 0;
   }
 
   .purchaseArea {
     position: relative;
     height: 100%;
   }
 
   .purchaseArea h4 {
     width: 100%;
     font-size: 12px;
     font-weight: 600;
     margin-bottom: 10px;
     text-transform: uppercase;
   }
 
   .menuPurchase {
     margin-bottom: 30px;
   }
 
   .menuPurchase ul {
     list-style-type: none;
     margin: 0;
   }
 
   .menuPurchase ul li {
     display: inline-block;
     border: 1px solid #ffffff;
     padding: 5px 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     font-size: 12px;
     font-weight: 400;
   }
 
   .menuPurchase ul li:hover, .menuPurchase ul li.selected {
     background-color: #ffffff;
     color: #ffffff;
   }
 
   .contentPurchase h5 {
       font-size: 12px;
       margin-bottom: 10px;
       font-weight: 400;
       overflow: hidden;
   }
 
   /* Card */
 
   #itemCards {
     max-height: 430px;
     overflow: auto;
   }
 
   .item-cards {
       width: 100%;
   }
   .item-card.selected {
       border: 1px solid #ffffff;
   }
   .item-card:hover {
       border: 1px solid #C4C4C4;
   }
   .item-cards .item-card {
     position: relative;
     width: calc(33% - 10px);
     max-width: calc(33% - 10px);
     flex: 0 0 calc(33% - 10px);
     margin-bottom: 20px;
   }
   .item-cards .item-card label,
   .item-addons .item-addon label {
       position: absolute;
       left: 0;
       width: 100%;
       height: 100%;
   }
   .item-cards .item-card .card-image img,
   .item-addons .item-addon .card-image img {
       display: block;
       width: 100%;
   }
   .item-card .card-meta,
   .item-addon .card-meta {
       padding: 10px 5px 5px;
   }
   .item-card.selected .card-meta,
   .item-addon.selected .card-meta,
   .item-card.selected .card-qty {
       background-color: #ffffff;
       color: #fff;
       visibility: visible!important;
   }
   .item-card:hover .card-meta,
   .item-addon:hover .card-meta,
   .item-card:hover .card-qty {
       background-color: #C4C4C4;
       color: #fff;
       visibility: visible!important;
   }
   .item-cards .item-card p,
   .item-addons .item-addon p {
     font-size: 12px !important;
     margin: 0;
     font-weight: 600;
   }
   .item-card .card-meta input,
   .item-addon .card-meta input {
       display: none;
   }
   .item-cards .item-card h5,
   .item-addons .item-addon h5 {
     text-transform: uppercase;
     max-height: 35px;
   }
 
   @media (max-width: 768px) {
     .item-cards .item-card {
         width: calc(50% - 10px);
         max-width: calc(50% - 10px);
         flex: 0 0 calc(50% - 10px);
         margin-bottom: 0;
     }
   }
 
   .card-qty {
     display: flex;
     padding: 5px;
     visibility: hidden;
     background-color: #fff !important;
     z-index: 999;
   }
   .card-qty a {
     border-width: 1px;
     width: 30%;
     cursor: pointer;
     text-align: center;
     align-self: center;
     height: 28px;
     display: block;
     position: relative;
   }
   .card-qty a svg {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
   }
   input.btn-qty {
     border-width: 0px;
     border-radius: 0;
     background-color: #fff;
     -webkit-appearance: none;
     box-shadow: none !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none!important;
     width: 40%;
     border-left: 1px solid #c4c4c4;
     border-right: 1px solid #c4c4c4;
     padding: 0;
   }
 
   .sectionPurchaseBoard #itemAddons .item-card {
     width: calc(20% - 15px);
     max-width: calc(20% - 15px);
     flex: 0 0 calc(20% - 15px);
   }
 
   .purchase-button {
     width: 100%;
     padding: 0; /* Reset padding as it's now handled by wrapper */
     margin: 0;
   }
 
   .sectionPurchaseBoard .purchase-button {
     margin-top: 0 !important; /* Reset margin */
   }
 
   .back-purchase-button, .back-spotify {
       width: 139px;
       border: 1px solid;
       height: 43px;
   }
   .purchase-button .btn {
     width: 297px;
     height: 43px;
     background-color: #ffffff;
     color: #ffffff;
   }
   .purchase-button .btn[disabled] {
     background-color: #EEEEEE;
   }
   .back-purchase-button svg, .back-spotify svg {
     align-self: center;
     vertical-align: middle;
     margin-right: 10px;
   }
 
   #purchaseProduct .row .error {
     font-size: 12px !important;
     color: orange;
     margin-top: 5px;
   }
 
   .reviewCardPurchase {
     max-width: 448px;
     float: right;
   }
 
   .addonsPurchase .addon-item {display: flex;justify-content: space-between;}
   .addon-item * {align-self: center;font-size: 12px;}
   .addon-itm-title {width: 360px;}
   .addon-itm-line-price {color: #757575;width: 80px;justify-content: space-between;display: flex;}
 
   .propsAddonSpotify p {
     margin: 0;
     display: flex;
     font-size: 12px !important;
     margin-bottom: 5px;
   }
   .propsAddonSpotify p span:first-child {
     text-transform: uppercase;
     font-weight: 600;
     -ms-flex: 0 0 150px;
     flex: 0 0 150px;
     max-width: 150px;
   }
 
   .addonsPurchase .addons {
     max-height: 250px;
     overflow: auto;
   }
 
   .btn .loading:after {
     content: "";
     display: inline-block;
     width: 20px;
     height: 20px;
     padding: 3px;
     aspect-ratio: 1;
     border-radius: 50%;
     background: #FFFFFF;
     --_m: conic-gradient(#0000 10%, #ffffff), linear-gradient(#ffffff 0 0) content-box;
     -webkit-mask: var(--_m);
     mask: var(--_m);
     -webkit-mask-composite: source-out;
     mask-composite: subtract;
     animation: l3 1s infinite linear;
     margin: auto;
     vertical-align: middle;
     margin-left: 10px;
   }
 
   #qrcode img, #qrcode canvas {
     width: 50px;
     position: absolute;
     top: 12px;
     left: 16px;
   }
 
   .t-preview {
     position: absolute;
     top: 17px;
     left: 75px;
   }
   .t-preview p {
     margin: 0;
     font-size: 12px !important;
   }
   .t-preview .h3 {
     font-size: 16px !important;
     margin-bottom: 5px;
     font-weight: 600;
   }
   .scanCard {
     width: 100%;
     border: 1px solid;
     height: 76px;
     background-color: #fff;
   }
   .scanCard > div > img {
     position: absolute;
     right: 0;
     width: 55px;
   }
 
   @keyframes l3 {
     100% {
       transform: rotate(1turn);
     }
   }
 
   @media (min-width: 991px) {
     .sectionPurchase {
       height: 100%;
       position: relative;
       max-width: 1344px;
       background-color: #fff;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
     }
     .headerPurchase h3 {
       font-size: 20px;
     }
     .purchaseArea h4 {
       font-size: 16px;
     }
 
     .menuPurchase ul li {
         font-size: 16px;
     }
     
     .contentPurchase {
       margin-bottom: 30px;
     }
     .contentPurchase h5 {
       font-size: 16px;
     }
 
     .item-cards .item-card p,
     .item-addons .item-addon p {
       font-size: 16px !important;
     }
 
     .cards {
       float: right;
       width: 400px;
     }
 
     .item-cards .item-card {
       width: calc(25% - 30px);
       max-width: calc(25% - 30px);
       flex: 0 0 calc(25% - 30px);
     }
 
       #itemAddons .item-card {
         position: relative;
         width: calc(16% - 40px);
         max-width: calc(16% - 40px);
         flex: 0 0 calc(16% - 40px);
       }
       
     .purchase-button-wrapper {
         padding: 10px 20px;
     }
   }
 
   @media (max-width: 1200px) {
     .item-cards .item-card {
       width: calc(33% - 30px);
       max-width: calc(33% - 30px);
       flex: 0 0 calc(33% - 30px);
     }
   }
 
   @media (max-width: 992px) {
     .purchasePopup {
       padding: 0;
     }
     .item-cards .item-card h5,
     .item-addons .item-addon h5 {
       max-height: 30px;
     }
 
     .back-purchase-button, .back-spotify, .next-purchase-button {
         width: 100%;
     }
     .addon-itm-title {
       width: 300px;
     }
     .addon-itm-line-price {
       margin-right: 10px;
     }
     .t-preview {
       top: 10px;
     }
 
     .card-qty a {
       height: 15px;
     }
     
     .purchase-button-wrapper {
       padding: 15px;
     }
   }
 
   @media (max-width: 576px) {
     .purchase-button .btn {
         width: 100%!important;
     }
     .purchase-button > .col-12 {
       padding-left: 0;
       padding-right: 0;
     }
   }
.customize-papan .group-field-1 .input-field {float: left;width: 100%;height: 317px;background-color: #E5E5EA;}
   .customize-papan .input-field textarea {width: 100%;max-width: 421px;min-height: 150px;font-weight: 400;font-size: 16px;resize: none;background-color: #E5E5EA;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;color: #ffffff;border: none;}
   
   .customize-papan .field-papan.group-field-2 .input-field.field-logo {height: 90px;margin: 0;border-radius: 0;position: relative;-ms-flex: 0 0 174px;flex: 0 0 174px;max-width: 174px;}
   .customize-papan .btn-upload-papan svg {width: 21px;height: 25px;display: block;align-self: center;margin: auto;margin-bottom: 12px;}
   .svgLogoPapan {position: absolute;width: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
   .svgLogoPapan p {color: #8E8E93; margin: 0;}
   .svgLogoPapan p span {font-size: 12px;color: #FF0E00;}
   .customize-papan .btn-upload-papan img {margin: auto;display: block;position: absolute;width: 80px;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
   #suggest-messages {position: absolute;bottom: 5px;left: 5px;}
   #suggest-messages a {border: 1px solid #979797;background: #fff;color: #979797;border-radius: 3px;padding: 5px 10px;font-size: 10px;font-weight: 600;display: inline-block;}
   .case-occasion .nice-select:after {border-bottom: 2px solid #333;border-right: 2px solid #333;right: 20px;top: 42%;width: 10px;height: 10px;}
   .customize-papan .input-field input {font-weight: 600;font-size: 16px;width: 100%;height: 90px;min-height: 44px !important;border: none;background: #E5E5EA;margin: 0;border-radius: 0;text-align: center;color: #ffffff;}
   .customize-papan .input-field .limit {position: absolute;right: 15px;top: 0;color: #757575;}
 
   @media (min-width: 991px) {
     .customize-papan:before {content: "";position: absolute;border: 4px solid #ffffff;bottom: -50px;left: 210px;width: 100px;display: block;-ms-transform: rotate(60deg);-webkit-transform: rotate(60deg);transform: rotate(-65deg);}
     .customize-papan:after {content: "";position: absolute;border: 4px solid #ffffff;bottom: -52px;right: 240px;width: 100px;display: block;-ms-transform: rotate(-120deg);-webkit-transform: rotate(70deg);transform: rotate(70deg);}
   }
.animated-title {
     text-align: center;
     font-weight: bold;
     color: #079c02;
     font-size: 28px;
     position: relative;
     animation: glow 2s infinite alternate, moveUpDown 3s infinite;
 }
 
 /* Efek glow / bercahaya hijau */
 @keyframes glow {
     0% { text-shadow: 0 0 5px #079c02; color: #079c02; }
     50% { text-shadow: 0 0 20px #00ff55; color: #12d12b; }
     100% { text-shadow: 0 0 10px #1bff00; color: #079c02; }
 }
 
 /* Efek gerakan naik turun */
 @keyframes moveUpDown {
     0% { transform: translateY(0px); }
     50% { transform: translateY(-5px); }
     100% { transform: translateY(0px); }
 }
.stamped-review-header-title,
     .stamped-review-header .author,
     .stamped-review-content-body,
     .stamped-sort-select,
     .stamped-review-header .verified-badge[data-type=buyer]:after,
     .stamped-review-header-byline,
     .stamped-review-reply-body {font-size: 14px!important;font-family: 'Barlow',sans-serif!important;}
     .stamped-review {margin-bottom: 0;}
     .stamped-review-body {padding-left: 65px;}
     .stamped-review:first-child {padding-top: 25px;}
     .stamped-review-content {clear: none;}
     .stamped-review-reply {margin: 15px 0 0 65px;background: #f2f2f2;border-left: none;}
     .stamped-review-reply-body {padding-left: 65px;}
     .stamped-review-header .author {text-transform: capitalize;}
     .stamped-questions .stamped-review-content {padding-left: 65px;}
 
     .stamped-pagination {margin: 20px 0 0;}
     .stamped-pagination li {position: initial!important;display: inline-block;position: relative;vertical-align: middle;text-decoration: none;-webkit-tap-highlight-color: transparent;-webkit-box-flex: 0;-moz-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: 0 0;text-transform: none;color: #33373D;font-weight: 400;-webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;transition: background .1s ease,box-shadow .1s ease,color .1s ease;border: 1px solid #ccc;border-right: none;margin-bottom: 0;}
     .stamped-pagination li a {color: #121212;padding: 13px 18px;vertical-align: middle;display: block;}
     .stamped-pagination li.active a {background-color: #ddd;font-weight: 400;}
     .stamped-pagination li:hover a {background: #ddd;}
     .stamped-pagination .next {border-right: 1px solid #ccc;}
     .stamped-pagination li:first-child {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
     .stamped-pagination li:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
 
     #stamped-pagination-question span.page {display: inline-block;border: 1px solid #ccc;width: 47px;}
     #stamped-pagination-question span {font-size: 14px;}
     #stamped-pagination-question .page.active {padding: 12px;font-weight: 400;background: #ddd;}
     #stamped-pagination-question a, #stamped-pagination-question .page.active {color: #121212;padding: 13px 18px;vertical-align: middle;display: inline-block;}
     .stamped-pagination-deco {color: #121212;padding: 13px 18px;width: 47px;vertical-align: middle;display: inline-block;border: 1px solid #ccc;padding: 12px;}
     .stamped-pagination-prev, .stamped-pagination-next {position: inherit;}
     .stamped-pagination-prev a, .stamped-pagination-next a {width: auto!important;border: 1px solid #ccc;}
 
     @media (max-width: 480px){
       .stamped-review-reply {margin-left: 0!important;}
       select.stamped-sort-select {font-size: 13px!important;}
     }
 
   #product-reviews .stamped-summary-ratings, #product-reviews .stamped-summary-actions, .stamped-content {
       display: block !important;
   }
#shopify-section-newsletter {
       background: url(https://imagebank.b-cdn.net/AgentFolder/SLOTMANTAP/unnamed.png);
       background-attachment: fixed;
       margin-bottom: 0;
     }
     input:-webkit-autofill,
     input:-webkit-autofill:hover,
     input:-webkit-autofill:active,
     input:-webkit-autofill:focus {
       -webkit-box-shadow:0 0 0 50px white inset;
       -webkit-text-fill-color: #ffffff;
     }
     .section-newsletter {
       max-width: 800px;
       margin: auto;
       padding: 50px 0;
     }
     .section-newsletter h2 {
       font-weight: 700;
       font-size: 24px;
     }
     .section-newsletter input[type="email"] {
       width: 100%;
       text-align: center;
       border: none;
       border-bottom: 1px solid #ffffff;
       font-size: 16px;
       color: #757575;
       background-color: #eeeeee;
     }
     .section-newsletter .row label {
       font-size: 14px;
       cursor: pointer;
     }
     .section-newsletter .radio-inline input {
       width: auto;
     }
     .section-newsletter .btn {
       width: 130px;
       border: 1px solid #ffffff;
       box-shadow: none;
       font-size: 16px;
       font-weight: 500;
       text-transform: uppercase;
     }
     .section-newsletter form {
       margin: 30px 0 60px;
     }
     .section-newsletter input[type="radio"] {
       position: absolute;
       width: 1px;
       height: 1px;
     }
     .section-newsletter [type="radio"]:checked + label, .section-newsletter [type="radio"]:not(:checked) + label {
       position: relative;
       padding-left: 28px;
       cursor: pointer;
       line-height: 20px;
       display: inline-block;
       color: #666;
     }
     .section-newsletter [type="radio"]:checked + label:before, .section-newsletter [type="radio"]:not(:checked) + label:before {
       content: '';
       position: absolute;
       left: 0;
       top: 0;
       width: 18px;
       height: 18px;
       border: 1px solid #ddd;
       border-radius: 100%;
       background: #fff;
     }
     .section-newsletter [type="radio"]:checked + label:after, .section-newsletter [type="radio"]:not(:checked) + label:after {
       content: '';
       width: 12px;
       height: 12px;
       background: #ffffff;
       position: absolute;
       top: 3px;
       left: 3px;
       border-radius: 100%;
       -webkit-transition: all 0.2s ease;
       transition: all 0.2s ease;
     }
     .section-newsletter [type="radio"]:not(:checked) + label:after {
       opacity: 0;
       -webkit-transform: scale(0);
       transform: scale(0);
     }
     .opt-newsletter {display:none;}
     .footer-newsletter p, .footer-newsletter p a {
       color: #757575;
     }
     @media (max-width:991px){
       .section-newsletter h2 {
         font-size: 32px;
       }
       .section-newsletter input {
         width: 300px;
         font-size: 14px;
       }
       .section-newsletter {
         padding: 50px 20px;
       }
     }
     @media (max-width: 480px){
       .section-newsletter input[type="email"] {font-size: 16px;}
     }
   </style>
  <style>
 .icon-img-footer {
     width: 80px; 
     padding: 0px 5px;
 }
 @media (min-width: 768px) {
     .icon-img-footer {
         width: 120px; 
     }
 }
 @media (min-width: 992px) {
     .icon-img-footer {
         width: 120px; 
     }
 }
   #CartDrawer .ajaxcart__product.nExtra.Shipping.Cost .ajaxcart__qty button,
   #CartDrawer .ajaxcart__product.n3D2N .ajaxcart__qty button,
   #CartDrawer .ajaxcart__product.n4D3N .ajaxcart__qty button {display: none;}
   #CartDrawer .ajaxcart__product.nExtra.Shipping.Cost .ajaxcart__qty input,
   #CartDrawer .ajaxcart__product.n3D2N .ajaxcart__qty input,
   #CartDrawer .ajaxcart__product.n4D3N .ajaxcart__qty input {pointer-events: none;opacity: 0.5;}
   #CartDrawer .ajaxcart__product.nExtra.Shipping.Cost .ajaxcart__qty input,
   #CartDrawer .ajaxcart__product.n3D2N .ajaxcart__qty input,
   #CartDrawer .ajaxcart__product.n4D3N .ajaxcart__qty input {pointer-events: none;}
/** Search AutoComplete **/
   .resultsearch .ui-menu-item[data-cat="Collection"],
   .resultsearch .ui-menu-item[data-cat="Collection"] {display: none;}
   .resultsearch .ui-widget.ui-widget-content {
     width: 100%;
     top: 48px;
     border: none;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
   }
   .resultsearch .ui-menu-item {text-align: left;}
   .resultsearch .ui-menu-item>a, .resultsearch .ui-menu-item>span {display: inline-block;width: 100%;font-size: 16px;}.resultsearch .ui-menu-item img {vertical-align: middle;}.resultsearch .ui-menu-item a[data-cat="Collection"] img {display: none;}.resultsearch .ui-menu .ui-state-focus, .resultsearch .ui-menu .ui-state-active {margin: 0;}.ui-state-active, .ui-widget-content .ui-state-active {background: #f2f2f2;border: none;color: #ffffff;}.resultsearch .ui-menu-item>a,.resultsearch .ui-menu-item>span {display: inline-block;width: 100%;font-size: 13px;}.resultsearch .ui-menu-item a[data-cat="Produk"] img {margin-right: 10px;}.resultsearch .ui-menu-item a[data-cat="Produk"] .price {float: right;padding: 15px 0;}.ui-autocomplete-category.ui-menu-item[data-cat="Produk"]:before {content: "Product Populer";font-size: 13px;padding: 5px;margin: 5px 0;background: #f2f2f2;width: 100%;display: block;color: #ffffff;}.ui-autocomplete-category.ui-menu-item[data-cat="Produk"] span {display: none;}
   .ui-state-active {
     border: none!important;
     background-color: #fafafa!important;
     color: #000!important;
   }
   .ui-menu-item a[data-cat="Collection"] {padding: 5px 12px;}
   .ui-menu .ui-menu-item {line-height: normal;}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.fade.in{opacity:1}.modal-open .modal{overflow-x:hidden;overflow-y:auto;z-index:999999;background-color:rgba(0,0,0,.3)}.modal-dialog{position:relative;width:auto;margin:10px}.wishlist-model .modal-dialog{width:700px}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.wishlist-model .modal-content{}.wishlist-model .modal-header{min-height:0;padding:0;border-bottom:0}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #121212;filter:alpha(opacity=20);opacity:.2}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-header .close{margin-top:-2px}.wishlist-model .close{position:absolute;top:-10px;right:-10px;background:#fff;opacity:1;width:30px;height:30px;font-size:15px;border-radius:50%;z-index:10;box-shadow:0 1px 4px 0 #121212}.wishlist-model .close .icon-close{width:25px;height:25px}.modal-body{position:relative;padding:15px}.wishlist-model .modal-body{padding:0 30px;display:flex}.wishlist-model .wishlist-left{width:66.67%;border-right:1px solid #ccc;padding:30px 0}.wishlist-model .wishlist-note{position:relative;display:inline-block;margin-bottom:20px;margin-left:35px;border-bottom:1px solid #121212;color:#121212}.wishlist-model .wishlist-note a{color: #ffffff;}.wishlist-model .wishlist-note .cirle{position:absolute;top:-4px;left:-35px;width:25px;height:25px;color:#fff;background:#121212;line-height:25px;border-radius:50%;text-align:center}.wishlist-model .wishlist-note svg{fill:#fff}.wishlist-model .wishlist-note .cirle .icon-check{vertical-align:middle}.wishlist-model .product-left{width:33.33%;float:left;margin-right:30px}.wishlist-model .wishlist-image{overflow:hidden}.wishlist-model .wishlist-image img{transition:all .3s linear}.wishlist-model .wishlist-name{padding:0;margin-bottom:10px}.wishlist-model .wishlist-name a{color: #ffffff;}.wishlist-model .wishlist-price{margin-bottom:10px}.wishlist-model .wishlist-price .price{font-weight:700;margin-right:10px;font-size:15px}.wishlist-model .wishlist-price .price_compare{color:#ccc}.wishlist-model .wishlist-right{width:33.33%;padding:30px 0;padding-left:30px}.wishlist-model .btn-quick-shop{width:100%;border-color:#121212;background:#fff;color:#121212;padding:0 30px;transition:all .2s linear;height:36px;margin-bottom:10px;text-transform:uppercase}.wishlist-model .btn-cta{width:100%;font-size:1em;border-color:#ffffff;background:#ffffff;color:#fff;padding:0;transition:all .2s linear;height:36px;line-height:36px;margin-bottom:10px}.wishlist-model .quantity-content{text-align:center}.wishlist-model .quantity-content input{outline:none;text-align:center;font-weight:600;border:1px solid #121212}.wishlist-model .quantity-content button{border-color:#121212}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}

.stamped-badge[data-rating="0.0"]{display: none !Important;}
        
         div[data-load-type="continue"] ul.stamped-pagination li.next a, div[data-widget-load-type="continue"] ul.stamped-pagination li.next a {
           border-radius: 0px;
       }
           .stamped-review-body {
           padding-left: 0px !important;
       }
           #product-reviews .stamped-header:after {
             display:none !Important;
           }
       #stamped-main-widget .stamped-container, .stamped-badge-caption,#stamped-reviews-widget {
           font-family:inherit !important;
       }
.jss59 {
     background-color: rgba(0, 0, 0, 0.6);
   }
   .MuiBackdrop-root {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     display: flex;
     z-index: -1;
     position: fixed;
     align-items: center;
     justify-content: center;
     background-color: rgba(0, 0, 0, 0.5);
     -webkit-tap-highlight-color: transparent;
   }
   .MuiDialog-scrollPaper {
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .MuiDialog-container {
     height: 100%;
     outline: 0;
   }
   .MuiPaper-elevation24 {
     box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
   }
   .MuiDialog-paper {
     margin: 32px;
     position: relative;
     overflow-y: auto;
   }
   .MuiDialog-paperScrollPaper {
     display: flex;
     max-height: calc(100% - 64px);
     flex-direction: column;
   }
   .MuiDialog-paperWidthSm {
     max-width: 600px;
   }
   #location-lock-dialog {
     top: 20%;
     left: 0;
     right: 0;
     width: 30%;
     margin: 0px auto;
     display: block;
     padding: 30px;
     z-index: 99999;
     position: fixed;
     font-size: 14px;
     background: rgb(0, 0, 0);
     box-shadow: rgba(11, 11, 12, 0.2) 2px 4px 5px 0px;
     text-align: center;
     font-family: Roboto, Arial, sans-serif;
     line-height: 1;
     border-radius: 8px;
     -webkit-font-smoothing: subpixel-antialiased;
   }
   .MuiButtonBase-root {
     color: inherit;
     border: 0;
     cursor: pointer;
     margin: 0;
     display: inline-flex;
     outline: 0;
     padding: 0;
     position: relative;
     align-items: center;
     user-select: none;
     border-radius: 0;
     vertical-align: middle;
     -moz-appearance: none;
     justify-content: center;
     text-decoration: none;
     background-color: transparent;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: transparent;
   }
   .MuiIconButton-root {
     flex: 0 0 auto;
     color: rgba(0, 0, 0, 0.54);
     padding: 12px;
     overflow: visible;
     font-size: 1.5rem;
     text-align: center;
     transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     border-radius: 50%;
   }
   .MuiIconButton-label {
     width: 100%;
     display: flex;
     align-items: inherit;
     justify-content: inherit;
   }
   .MuiSvgIcon-root {
     fill: currentColor;
     width: 1em;
     height: 1em;
     display: inline-block;
     font-size: 1.5rem;
     transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     flex-shrink: 0;
     user-select: none;
   }
   .MuiTouchRipple-root {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 0;
     overflow: hidden;
     position: absolute;
     border-radius: inherit;
     pointer-events: none;
   }
   .jss36 {
     color: #222222;
     font-size: 24px;
     font-family: Roboto, Arial, sans-serif;
     font-weight: 500;
   }
   .jss37 {
     color: #555555;
     padding: 10px 0px 0px;
     font-size: 14px;
   }
   .MuiFormGroup-root {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
   }
   .MuiFormGroup-row {
     flex-direction: row;
   }
   .jss63 {
     width: 85%;
     margin: 15px auto;
     display: flex;
     padding: 11px 0px 0px;
     justify-content: space-evenly;
   }
   .MuiFormControlLabel-root {
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     margin-left: -11px;
     margin-right: 16px;
     vertical-align: middle;
     -webkit-tap-highlight-color: transparent;
   }
   .jss70 {
     margin: 0;
   }
   .MuiButtonBase-root {
     color: inherit;
     border: 0;
     cursor: pointer;
     margin: 0;
     display: inline-flex;
     outline: 0;
     padding: 0;
     position: relative;
     align-items: center;
     user-select: none;
     border-radius: 0;
     vertical-align: middle;
     -moz-appearance: none;
     justify-content: center;
     text-decoration: none;
     background-color: transparent;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: transparent;
   }
   .MuiIconButton-root {
     flex: 0 0 auto;
     color: rgba(0, 0, 0, 0.54);
     padding: 12px;
     overflow: visible;
     font-size: 1.5rem;
     text-align: center;
     transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     border-radius: 50%;
   }
   .MuiIconButton-colorSecondary {
     color: #f50057;
   }
   .jss71 {
     padding: 9px;
   }
   .MuiRadio-root {
     color: rgba(0, 0, 0, 0.54);
   }
   .jss64 {
     padding: 2px;
   }
   .MuiRadio-colorSecondary.Mui-checked {
     color: #f50057;
   }
   .MuiIconButton-label {
     width: 100%;
     display: flex;
     align-items: inherit;
     justify-content: inherit;
   }
   .MuiTypography-root {
     margin: 0;
   }
   .MuiTypography-body1 {
     font-size: 18px;
     font-family: Roboto,sans-serif;
     font-weight: 400;
     line-height: 1.5;
   }
   .location-popup_area-block__sp9Ws {
     display: -moz-box;
     display: flex;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     flex-direction: column;
     -moz-box-pack: center;
     justify-content: center;
     position: relative;
     margin: 10px 10% 0;
   }
   .location-popup_pin-search-box__3l5mJ {
     width: 100%;
     display: -moz-box;
     display: flex;
     -moz-box-align: center;
     align-items: center;
   }
   .location-popup_place-icon-city__1XAX5, .location-popup_place-icon__jSG0Q {
     position: absolute;
     z-index: 999;
   }
   .location-popup_place-icon__jSG0Q {
     color: #ffffff;
     padding-left: 8px;
   }
   .location-popup_place-icon__jSG0Q svg {
     width: 18px;
     height: 18px;
   }
   .location-popup_cancel-icon__FHujU {
     color: #fff;
     right: 10px;
     width: 16px;
     cursor: pointer;
     height: 16px;
     display: none;
     padding: 5px;
     position: absolute;
     background: #999;
     text-align: center;
     border-radius: 50%;
   }
   .location-popup_pin-search-box__3l5mJ>div>select {
 /*     -webkit-box-shadow: 0 0 10px #ffffff;
     box-shadow: 0 0 10px #ffffff; */
     text-transform: capitalize;
     border: 1px solid #ffffff;
     color: #ffffff;
     width: 100%;
     margin: 0;
     display: -moz-box;
     display: flex;
     padding: 0 30px;
     -webkit-animation: location-popup_focuses__1I8Gj 1.5s ease-in-out infinite;
     -moz-animation: location-popup_focuses__1I8Gj 1.5s ease-in-out infinite;
     animation: location-popup_focuses__1I8Gj 1.5s ease-in-out infinite;
     font-size: 16px;
     border-radius: 4px;
     height: 44px;
     moz-animation: location-popup_focuses__1I8Gj ease-in-out 1.5s infinite;
     webkit-animation: location-popup_focuses__1I8Gj ease-in-out 1.5s infinite;
   }
   .MuiButtonBase-root {
     color: inherit;
     border: 0;
     cursor: pointer;
     margin: 0;
     display: inline-flex;
     outline: 0;
     padding: 0;
     position: relative;
     align-items: center;
     user-select: none;
     border-radius: 0;
     vertical-align: middle;
     -moz-appearance: none;
     justify-content: center;
     text-decoration: none;
     background-color: transparent;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: transparent;
   }
   .MuiButton-root {
     color: rgba(0, 0, 0, 0.87);
     padding: 6px 16px;
     font-size: 0.875rem;
     min-width: 64px;
     box-sizing: border-box;
     transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-family: Roboto,sans-serif;
     font-weight: 500;
     line-height: 1.75;
     border-radius: 4px;
     text-transform: uppercase;
   }
   .MuiButton-contained {
     color: rgba(0, 0, 0, 0.87);
     box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
     background-color: #e0e0e0;
   }
   .MuiButtonBase-root.Mui-disabled {
     cursor: default;
     pointer-events: none;
   }
   .MuiButton-label {
     width: 100%;
     display: inherit;
     align-items: inherit;
     justify-content: inherit;
   }
   .cartButton_login_content__2j1f7 {
     display: -moz-box;
     display: flex;
     text-align: center;
     z-index: 9;
     font-size: 18px;
     font-weight: 500;
     color: #fff;
   }
   
   .jss35 {
     top: 5px;
     right: 5px;
     padding: 4px;
     position: absolute;
     border-radius: 50%;
   }
   .jss67 {
     cursor: pointer;
     font-size: 15px;
     line-height: 1.3;
     padding-left: 5px;
   }
   .jss69 {
     color: #222222;
   }
   .jss80 {
     color: #fff;
     width: 100%;
     height: 52px;
     padding: 11px 16px;
     font-size: 18px;
     min-width: 88px;
     min-height: 36px;
     transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-weight: 500;
     line-weight: 1em;
     border-radius: 4px;
     text-transform: uppercase;
     background-color: #E87325;
   }
   @media (min-width: 991px){
     .cartButton_login_content__2j1f7 {
         font-weight: 500;
     }
   }
 
   @media (max-width: 992px) {
     #location-lock-dialog {
       width: 100%;
       top: auto;
       bottom: 0;
       padding-left: 0;
       padding-right: 0;
     }
     .MuiFormGroup-row {
       display: block
     }
     .MuiIconButton-label input {
       margin: 0;
     }
   }

   .daftarku-fixed-footer {
             display: flex;
             justify-content: space-around;
             position: fixed;
             background: linear-gradient(to bottom, #666666 0%, #000000 50%, #666666 100%);
             box-shadow: 0 0 12px rgb(255, 0, 0);
             outline: none;
             padding: 5px 0;
             box-shadow: 0 0 0 0 2px 2px #198f01;
             left: 0;
             right: 0;
             bottom: 0;
             z-index: 99;
             border-radius: 40px 40px 0px 0px;
             border-style:dashed;
             
         }
 
         .daftarku-fixed-footer a {
             flex-basis: calc((100% - 15px*6)/ 5);
             text-decoration: none;
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             color: #ffffff;
             max-width: 75px;
             font-size: 12px;
             font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
         }
 
         .daftarku-fixed-footer a:hover {
             font-weight: bold;
         }
 
         .daftarku-fixed-footer .center {
             transform: scale(1.5) translateY(-5px);
             background: center no-repeat;
             background-size: contain;
             background-color: inherit;
             border-radius: 50%;
         }
 
         .daftarku-fixed-footer img {
             max-width: 30px;
             margin-bottom: 0;
             max-height: 30px;
         }
 #breadcrumbProduct {
                                padding: 20px 0;
                                border:1px solid #ffffff;
                            }
                            #breadcrumbProduct ul {
                                display: flex;
                                padding: 0;
                                list-style: none;
                                margin: 0;
                                gap: 12px;
                            }
                            #breadcrumbProduct ul li {
                                text-transform: uppercase;
                                margin: 0;
                                font-size: 12px;
                            }
                            #breadcrumbProduct ul li a {color: #757575;}
                            #breadcrumbProduct ul li svg {
                                width: 10px;
                                height: 10px;
                                padding: 0;
                                color: #757575;
                                vertical-align: middle;
}
div.advertisement-placeholder {
                            text-align: center;
                            padding-bottom: 20px;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                        }
                        div.advertisement-text p {
                            margin: 0;
                            font-family: Open Sans;
                            font-style: normal;
                            font-weight: normal;
                            font-size: 10px;
                            line-height: 20px;
                            color: #999999;
                        }
                        div.advertisement-banner {
                            margin: 0px auto;
                        }
                        div#div-gpt-ad-billboard-placeholder {
                            width: 996px;
                            margin: 0 auto;
                            background: #F5F5F5;
                            padding-bottom: unset !important;
                            min-height: 200px;
                        }
                        div#div-gpt-ad-lb-placeholder {
                            background: #F5F5F5;
                            padding-bottom: unset !important;
                            min-height: 280px;
                        }
                        .faq-section{
                            max-width:1200px;
                            margin:50px auto;
                            padding:40px 20px;
                            position:relative;
                            background-color: rgba(0, 0, 0, 0.1);
                            backdrop-filter: blur(25px);
                            border-radius: 20px;
                        }
                        .faq-section::before{
                            content:"";
                            position:absolute;
                            top:0;left:50%;
                            transform:translateX(-50%);
                            width:80%;
                            height:2px;
                            background:linear-gradient(90deg,transparent,#FFFFFF,transparent)
                        }
                        .faq-section h2{
                            text-align:center;
                            font-size:34px;font-weight:700;
                            margin-bottom:50px;
                            background: linear-gradient(135deg, #676767, #ebebeb, #676767);
                            -webkit-background-clip:text;
                            -webkit-text-fill-color:transparent;
                            background-clip:text;
                            font-family:"Poppins",sans-serif;letter-spacing:1px
                        }
                        .faq-container{
                            display:flex;
                            flex-direction:column;
                            gap:25px
                        }
                        .faq-item{
                            background:linear-gradient(145deg,#0a0a0a,#1a1a1a);
                            border:2px solid #FFFFFF;
                            border-radius:20px;overflow:hidden;
                            transition:all .4s ease;box-shadow:0 5px 20px rgba(0,0,0,0.5)
                        }
                        .faq-item:hover{
                            border-color:#FFFFFF;
                            transform:translateX(10px);
                            box-shadow:0 0 35px #FFFFFF;
                        }
                        .faq-question{width:100%;
                            padding:28px 35px;background:transparent;
                            color:#ffffff;
                            font-size:18px;
                            font-weight:600;
                            text-align:left;
                            border:none;cursor:pointer;
                            display:flex;
                            justify-content:space-between;
                            align-items:center;
                            font-family:"Poppins",sans-serif;
                            transition:all .3s ease
                        }
                        .faq-question:hover{color:#FFFFFF;}
                        .faq-question::after{
                            content:'+';
                            font-size:32px;
                            font-weight:300;
                            transition:all .4s ease;
                            color:#a200ff;
                            width:40px;
                            height:40px;
                            display:flex;
                            align-items:center;
                            justify-content:center;
                            border:2px solid #a200ff;border-radius:50%;
                            background:rgba(0, 0, 0, 0.1)
                        }
                        .faq-item.active .faq-question::after{
                            transform:rotate(135deg);
                            background:linear-gradient(to bottom, #a200ff 0%, #ffffff 50%, #a200ff 100%);
                            color:#000;border-color:transparent
                        }
                        .faq-answer{
                            max-height:0;
                            overflow:hidden;
                            transition:max-height .5s ease,padding .5s ease;
                            background:linear-gradient(180deg,rgba(253,228,4,0.05),transparent);
                            padding:0 35px
                        }
                        .faq-item.active .faq-answer{
                            max-height:800px;padding:30px 35px;
                            border-top:1px solid rgba(253, 228, 4, 0.3)
                        }
                        .faq-answer p{
                            color:#e0e0e0;
                            font-size:16px;
                            line-height:2;
                            margin:0;
                            font-family:"Poppins",sans-serif
                        }
                        @media (max-width:768px){
                            .faq-section{padding:30px 15px}
                            .faq-section h2{font-size:26px}
                            .faq-question{
                                font-size:16px;
                                padding:22px 25px
                            }
                            .faq-question::after{
                                width:35px;
                                height:35px;
                                font-size:28px
                            }
                            .faq-answer{padding:0 25px}
                            .faq-item.active .faq-answer{padding:25px}
                            .faq-item:hover{transform:translateX(5px)}
                        }
.btnn-2{
                                                                    display:grid;
                                                                    grid-template-columns:repeat(2, 1fr);
                                                                    text-align:center;
                                                                    gap:8px;
                                                                }
                                                                .btnn-2 > a{
                                                                    border:1px solid #FFFFFF;
                                                                    padding:10px;
                                                                    color:#FFFFFF;
                                                                    text-transform:uppercase;
                                                                    border-radius:8px;
                                                                }