/* For WebKit-based browsers (Chrome, Safari, Edge) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* General fallback for other browsers */
input[type="number"] {
  appearance: textfield;
}

body {
    overflow-x:hidden;
}

h3, h1, h2, h4{
    font-family: "Montserrat", sans-serif !important;
    text-align: left;
    margin: 20px auto;
}

p{
    font-weight: 400 !important;
    font-family:'Helvetica Neue', Arial, sans-serif !important;
}

footer {
    background: #151515
}

p a {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
}

button:active {
    background-color: #282828 !important;
    box-shadow: unset;
}

button:focus {
    box-shadow: unset !important;
}

table, .table {
    border-radius: 20px !important;
    background-color: rgb(245, 245, 220);
}


.table-bordered > :not(caption) > * > * {
    border: none;
    font-weight: 300;
}

input[type="number"]:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 2px rgb(245, 245, 220);
}

main {
    margin-top: 40px;
}

#alert {
    width: 80% !important;
    max-width: 600px;
    top: 90% !important;
    bottom: 20px !important;
    margin-right: 20px !important;
    margin-left: unset !important;
    left: unset !important;
    right: 0;
    pointer-events: none;
}

#content .row::-webkit-scrollbar {
    display: none;
}

.product-thumb .description h4 {
    font-weight: bold;
    text-align: left;
}

legend {
    font-weight: 200 !important;
}

p, a{
    font-family: "Roboto", sans-serif !important;
    font-weight: 200;
}

input[type="checkbox"]:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 0.25rem rgb(245, 245, 220);
}

input[type="checkbox"]:checked {
    background-color: #4a4a4a;
    border: none;
}

.overlay-inactive {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    height: 100svh;
    width: 100svw;
    z-index: 900;
}

/* Nav bar code */
#top {
    display: flex;
    position: fixed;
    width: 100%;
    background: rgb(46, 117, 182) !important;
    border: none;
    z-index: 800;
    top: 0;
    height: 60px;
}

#top .container {
    position: relative;
    right: 0;
    padding: unset;
    margin: unset;
    max-width: unset;
}


#top .col {
    position: relative;
    display: flex;
    align-items: center;
    right: 0;
    padding: unset;
    margin: unset;
    height: 60px;
}

#top .col .list-inline {
    position: fixed;
    right: 19px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
    margin-right: 0;
    height: 60px;
}

#top .list-inline li a i {
    font-size: 1.5rem;
}

#logo {
    height: 60px; 
    margin: unset !important;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#logo img {
    position: relative;
    height: 100%;
    object-fit:contain;
    width: 100%;
    margin-top: 8px;
}

/* DISPLAY MOBILE SEARCH NONE */

#top .list-inline .btn-light {
    display: none;
}

/* CART DROP DOWN MENU */
#menu .cancel-nav-bar {
    display: none;
}

.dropdown .dropdown-menu .dropdown-item:active{
    background: rgb(0, 0, 0, 0.3) !important;
}


/* Cart btn */
#cart {
    position: unset;
    top: unset;
    height: unset !important;
    width: unset !important;
    display: unset;
    flex-direction: unset;
    align-items: unset;
    background-color: unset !important;
    left: unset;
    z-index: 10000;
}

#cart .dropdown {
    position: unset;
    display: unset;
    margin: unset;
    padding: unset !important;
    height: unset;
    width: unset;
    background: unset;
}

#cart .dropdown .dropdown-menu {
    position: fixed !important;
    inset: unset;
    right: 0;
    top: 20px !important;
    transform: unset !important;
    align-self: end;
    padding: 20px !important;
    height: 70%;
    width: 100%;
    max-width: 512px !important;
    bottom: 0px !important;
    margin: auto !important;
    max-width: 760px;
    z-index: 8000;
    border-radius: 40px;
    box-shadow: rgb(0, 0, 0, 0.3) 2px 2px 5px 0px;
    background: #fff;
}

#cart .dropdown .dropdown-menu button i{
    color: rgb(255, 0, 0) !important;
    font-size: 1.2rem;
}

#cart .cart-btn a {
    color:  rgb(0, 0, 0) !important;
    font-size: 0.9rem;
    float: right;
    margin-left: 30px;
    text-decoration: underline;
}

header {
    width: 100%;
    height: 80px;
    background: rgb(46, 117, 182) !important;
    margin-top: 60px;
}

header .container {
    position: relative;
    top: 20px;
    height: 50px;
    max-width: 700px;
    width: 100%;
}

header .search-bar {
    background:  rgb(255, 255, 255);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 8px;
    height: 40px;
    position: relative;
}

header .search-bar input {
    height: 100%;
    width: 100%;
    border: 2px transparent solid;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    position: relative;
    outline: none;
    transition: 0.5s ease;
    min-height: 40px;
    max-height: 45px;
}

header .search-bar input:focus {
    height: 100%;
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    position: relative;
    outline: none;
    border: #0033ff 2px solid;
}

header .search-bar button {
    position: absolute !important;
    right: 3px;
    background: rgb(46, 117, 182) !important;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

td a{
    color: rgb(0, 0, 0);
}

h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #000000;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: none;
    max-width: 100%;
    height: auto;
}

#cart .dropdown .dropdown-toggle{
    position: relative !important;
    top: 3px;
    right: 5px;
    margin-right: 20px;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    border: none;
    padding: unset;
    background: #39498b;
}

#cart .dropdown .dropdown-toggle i {
    font-size: 1.5rem;
}

#cart .dropdown button p {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: rgb(39, 57, 71);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
}

#cart .dropdown button i {
    color: rgb(0, 0, 0) !important;
}

#top .list-inline li a .fa-user{
    position: relative;
    top: -5px;
    font-size: 1.5rem;
    font-weight: 100; 
    color: #000000;
}

#top .list-inline li a span{
    position: relative;
    top: -5px;
    font-size: 0.8rem;
    font-weight: 100; 
    color: #4a4a4a;
}

#top .list-inline .contact-list .contact-info-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#top .list-inline .contact-list .contact-info-icon span {
    margin-bottom: -5px;
    margin-left: 2px;
}

#top .list-inline .contact-list .contact-info-icon .fa-mobile-screen-button {
    position: relative;
    top: -5px;
    font-size: 1.5rem !important;
    color: #000000;
}

.d-none {
    display: inline-block !important;
}

#cart .cancel-cart{
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #4a4a4a;
    border-radius: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
}

form .input-group .btn-primary {
    display: none !important;
}

form .input-group .btn-danger {
    position: relative;
    top: 15px;
    width: 30%;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    outline: none;
    border: none;
}

form .input-group .btn-danger i {
    color: rgb(255, 0, 0);
    font-size: 1rem;
}

/* Product search */
main .breadcrumb {
    border: none;
    border-radius: none;
    background: none;
    height: 40px;
}

.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}

main .breadcrumb li a i, main .breadcrumb li a {
    color: #4a4a4a;
}


.form-control:focus, .form-select:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 0.25rem rgb(245, 245, 220);
}

.btn-primary {
    border: none;
    border-radius: 20px;
    background: #000000;
    transition: 0.5s ease-in;
}

.btn-primary:hover {
    transition: 0.5s ease-in;
    background: linear-gradient(45deg, rgb(150, 150, 0), #000000, #000000, rgb(150, 150, 0));
    border: none;
    border-radius: 20px;
}

    /* HOME PRODUCT DISPLAY */
#common-home #content .row #carousel-banner-0, #common-home #content .row-cols-1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 440px;
    margin-bottom: 100px;
}

.registration-div {
    margin: auto !important;
    width: 100%;
}

.shipping-div {
    display: none;
    margin: auto !important;
    width: 100%;
}

@media only screen and (max-width: 768px) {  
    #top .row {
        position: relative;
        left: 0;
        margin: unset;
        height: 100%;
    }
    #top .list-inline li a .fa-user{
        position: relative;
        top: -5px;
        font-size: 1.2rem;
        font-weight: 100; 
        color: #000000;
    }

    #top .list-inline li a i{
        position: relative;
        top: 3px;
        font-size: 1.2rem;
        color: #4a4a4a;
    }

    #top .list-inline .btn{
        position: relative;
        top: -3px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
    }

    #top .list-inline .btn-light{
        position: relative;
        top: -8px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
    }

    #top .list-inline button i{
        color: #4a4a4a;
    }

    #top .list-inline .contact-list {
        display: none !important;
    }

    .d-none {
        display: none !important;
    }
    #logo {
        height: 60px; 
        margin: unset !important;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #cart .dropdown .dropdown-toggle{
        position: relative !important;
        margin-right: 5px;
        height: 35px !important;
        width: 35px !important;
        border-radius: 50% !important;
        padding: unset;
        background: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #cart .dropdown .dropdown-toggle i {
        font-size: 1.3rem;
    }

    #cart .dropdown button p {
        position: absolute;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background: rgb(39, 57, 71);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
    }

    .contact-info-icon {
        display: none;
    }

    header .search-bar button {
        position: absolute !important;
        right: 4px;
        background: rgb(46, 117, 182) !important;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    header .search-bar {
        background: rgb(255, 255, 255);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        border-radius: 4px;
        height: 35px;
        position: relative;
    }

    .cart-btn {
        width: 100%;
    }

    #menu {
        position: fixed;
        display: flex !important;
        background: unset !important;
        top: 4px;
        left: 0;
        z-index: 8000;
        padding: unset;
        border: none;
    }

    #menu button {
        position: fixed;
        top: 18px;
        right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: unset;
        height: 30px;
        width: 30px;
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    #menu button i{
        color: rgb(0, 0, 0) !important;
        font-size: 1.5em !important;
        border: none;
    }

    #menu #navbar-menu {
        position: fixed;
        top: 0;
        text-align: left;
        right: 0;
        bottom: 0;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        width: 100% !important;
        overflow-y: scroll;
    }

    #menu .navbar-nav li a{
        font-size: 1.2rem;
        color: rgb(39, 39, 39) !important;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    #category {
        display: none !important;
    }

    #menu .cancel-nav-bar {
        position: fixed;
        z-index: 9000;
        height: 30px;
        width: 30px;
        border-radius: 10px;
        background-color: rgb(209, 209, 209);
        color: rgb(47, 47, 47);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        top: 10px;
        right: 30px;
        cursor: pointer;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    #carousel-banner-0 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: -30px !important;
        border: none;
    }
        /* HOME PRODUCT DISPLAY */

    .flex-column {
        flex-direction: column !important;
        min-width: 300px;
    }

    #content .row:nth-last-of-type(3) .col {
        width: 320px;
    }

    #content .row::-webkit-scrollbar {
        display: none;
    }

    /* thumb */
    .row .col .mb-3 .product-thumb {
        max-width: 290px;
        width: 100%;
    }

        /* Register account */
    #account-register .row #content {
        display: flex;
        flex-direction: column;
        border-radius: 20px !important;
        border: none !important;
        box-shadow: 0 0 5px 1px  rgba(0, 0, 0, 0.1);
        padding: 20px !important;
        margin: 0 20px 750px 20px !important;
    }

}

/* SLIDE SHOW CODE */

#common-home{
    width: 100%;
    max-width: unset;
}

#common-home .row {
    padding: unset;
}

#content #carousel-banner-0 .carousel-inner .carousel-item {
    position: relative;
    height: 100%;
}

#content .carousel-inner .carousel-item .justify-content-center{
    height: 100%;
    width: 100%;
}

/* #content .carousel-inner .carousel-item .justify-content-center .col-12{
    position: relative;
} */

#content #carousel-banner-0 .carousel-inner{
    height: 100%;
}

#content #carousel-banner-0 .carousel-inner .carousel-item .justify-content-center img{
    position: absolute;
    height: 100% !important;
    border-radius: 20px;
    width: 100%;
    left: 0;
    object-fit: cover;
    image-rendering: auto;
}

#carousel-banner-0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0px;
    border: none;
}

#carousel-banner-0 .carousel-control-prev {
    top: 80%;
    left: 10px;
    width: 90px;
    height: 60px;
    opacity: 100%;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
}

#carousel-banner-0 .carousel-control-next {
    top: 80%;
    left: 100px;
    width: 90px;
    height: 60px;
    opacity: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
}

#carousel-banner-0 .carousel-control-prev:hover, #carousel-banner-0 .carousel-control-next:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
}

#carousel-banner-0 .carousel-control-prev span, #carousel-banner-0 .carousel-control-next span {
    font-size: 1rem;
    box-shadow: unset !important;
}

.carousel-indicators button{
    width: 30px !important;
    height:4px !important;
}

.slide .col-12 {
    width: 100%;
    height: 100%;
    
}

#carousel-banner-0 {
    display: flex;
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.slide .col-12 {
    width: 100%;
    height: 100%;
    
}

/* END OF SLIDE */

/* PRODUCTS CODE */
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 290px;
}


.row .col .mb-3 .product-thumb{
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    max-width: 300px;
    width: 100%;
}

.product-thumb .content .button  {
    position: static;
}

.product-thumb .content .button button {
    position: absolute;
}

.product-thumb .content .button button:nth-of-type(1) {
    background: #000000;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    height: 60px;
    width: 60px;
    right: 10px;
    bottom: 8px;
    transition: 0.5s ease;
    font-size: 0.9rem;
}

.product-thumb .content .button button:nth-of-type(1):active {
    background: linear-gradient(45deg, rgb(150, 150, 0), #000000, #000000, rgb(150, 150, 0)) ;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    height: 60px;
    width: 60px;
    right: 10px;
    bottom: 10px;
}

.product-thumb .content .button button:nth-of-type(2) {
    border-radius: 100%;
    border: none;
    height: 40px;
    width: 40px;
    left: 10px;
    top: 10px;
    color: rgb(33, 37, 41);
}

.product-thumb .content .button button:nth-of-type(3) {
    border-radius: 100%;
    border: none;
    height: 40px;
    width: 40px;
    left: 10px;
    top: 80px;
    color: rgb(33, 37, 41);
}

.product-thumb .content .description h4 a {
    color: rgb(74, 74, 74);
    font-weight: 300;
}

.product-thumb .content .description .price .price-new, .product-thumb .content .description .price .price-old {
    font-weight: 500;
    font-size: 1.1rem !important;
}


.alert-success {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5) !important;
    outline: none;
    border: none;
    border-radius: 10px;
}


#menu {
    position: fixed;
    display: none;
    background: unset !important;
    top: 4px;
    left: 0;
    z-index: 100000;
    padding: unset;
    border: none;
}

/* COLUMN LEFT LIST GROUP */
#column-left .list-group {
    padding: 10px;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 0 5px 1px  rgba(0, 0, 0, 0.1);
}

/* Login */
#account-login .row .flex-column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 0 5px 1px  rgba(0, 0, 0, 0.1);
    padding: 20px !important;
}

#account-login .row .flex-column h2 {
    color: #000000;
    font-weight: 600;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#account-login .row .flex-column input:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 2px rgb(245, 245, 220);
}
#account-login .row .flex-column input {
    border-radius: 8px;
}

#account-login .row .flex-column button {
    width: 100%;
    border-radius: 8px;
    font-weight: 600 !important;
    font-size: 1rem;

}
#account-login .row .flex-column form a {
    color: #282828;
    text-align: center;
    margin: 20px auto;
}

#account-login .row .flex-column form label{
    font-weight: 700;
    font-size: 0.85rem;
}

/* Register account */
#account-register .row #content {
    display: flex;
    flex-direction: column;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 0 5px 1px  rgba(0, 0, 0, 0.1);
    padding: 20px !important;
    margin: auto auto 300px auto;
    max-width: 700px;
}

#account-register .row #content h1 {
    color: #000000;
    font-weight: 600;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#account-register .row #content h3 {
    color: #000000;
    font-weight: 100;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#account-register .row #content form fieldset div .col-sm-10 input:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 2px rgb(245, 245, 220);
}
#account-register .row #content form fieldset .col-sm-10 input {
    border-radius: 8px;
}

#account-register .row #content form button {
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
}

#account-register .row #content form button:active {
    background: rgb(245, 245, 220) !important;
}


#account-register .row #content p a, #account-register .row #content form a b {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
}


/* PRODUCT */
.row #content .nav-tabs .nav-item a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
}

#product-info .row #content input:focus, #product-info .row #content textarea:focus {
    border: rgb(245, 245, 220);
    box-shadow: 0 0 0 2px rgb(245, 245, 220);
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#product-info .row #content input, #product-info .row #content textarea{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#product-info .row #content .btn-group button{
    border-radius: 8px !important;
    width: 100%;
    margin-top: 10px;
    margin: 10px;
}

/* ACCOUNT PAGE */

#account-account #content {
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}



#account-account #content .list-unstyled li a {
    background-color: rgba(0, 93, 121, 0.078);
    padding: 8px;
    border-radius: 10px;
}

#account-account #content h1 i,#account-account #content h2 .fa-envelope {
    margin-right: 10px;
    font-weight: 100 !important;
}

#account-account #content h2 .fa-bag-shopping {
    margin-right: 10px;
}

#account-account #content .list-unstyled{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#account-account #content h1, #account-account #content h2 {
    text-align: left;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.custom-animation-container {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 340px;
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Text and Button Styling */
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

p {
    color: #6b7280;
}

.custom-success-button {
    width: 100%;
    padding: 12px 24px;
    background-color: rgb(46, 117, 182);
    margin-top: 12px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-success-button:hover {
    background-color: rgb(46, 117, 182);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.custom-success-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-success-button:disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* --- Animation Core Styles --- */
.custom-check-wrapper {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 20px;
    align-self: center;
    margin: auto;
}

.custom-success-circle {
    fill: none;
    stroke: #4CAF50; /* Green */
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 283; /* Circumference of a 96px diameter circle */
    stroke-dashoffset: 283;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 0.6s ease-in-out;
    align-self: center;
}

.custom-success-checkmark {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    /* Checkmark drawing starts 0.4s after the circle starts */
    transition: stroke-dashoffset 0.6s ease-in-out 0.4s;
    align-self: center;
}

/* Radial Explosion Effects (for a satisfying puff) */
.custom-check-wrapper::before,
.custom-check-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

/* --- Active State Classes --- */
.custom-is-active .custom-success-circle {
    stroke-dashoffset: 0; /* Draw the circle */
}

.custom-is-active .custom-success-checkmark {
    stroke-dashoffset: 0; /* Draw the checkmark */
}

/* Radial Explosion Keyframes */
@keyframes radial-explode {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 250px;
        height: 250px;
        opacity: 0;
    }
}

.custom-is-active .custom-check-wrapper::before {
    background: rgba(76, 175, 80, 0.4);
    animation: radial-explode 0.7s ease-out;
}

.custom-is-active .custom-check-wrapper::after {
    background: rgba(135, 203, 137, 0.3);
    animation: radial-explode 1s ease-out 0.1s;
}

.incr-decr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2
}

.incr-decr input {
    position: relative;
    height: 24px;
    width: 40px;
}

.incr-decr button {
    height: 24px;
    width: 40px;
    border: none;
    outline: none;
}
