@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sofiasans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");

:root {
    --c-black: #23232c;
    --c-white: #fff;
    --bs-primary: #da627d;
    --bs-primary-dark: #a4395a;
    --fc-primary: #da627d;
    --fc-primary-dark: #a4395a;
    --fc-light-primary: #f2cad3;
    --fc-dark-primary: #a4395a;
    --fc-gray-200: #ecf0ef;
}

.pagination {
    --fc-pagination-active-bg: #da627d;
    --fc-pagination-active-border-color: #da627d;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: unset !important;
}

/* utils */
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fw500 {
    font-weight: 500;
}

.sofia {
    font-family: "Sofia Sans", "Poppins", sans-serif;
}

.main-minH {
    min-height: 600px;
}

.h-100vh {
    height: 100vh;
}

.cursor-pointer {
    cursor: pointer;
}

.right-0 {
    right: 0;
}

.btn-ghost {
    background-color: transparent !important;
    border: none;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.btn:focus {
    box-shadow: none;
}
/* utils */

/* ... */
.logo {
    height: 80px;
}

.logo-dash {
    height: 80px;
}

.c-nav {
    border-bottom: 1px solid #e8e9eb;
    width: 100%;
}

.c-header,
.c-pd-header {
    height: 100vh;
}

.c-pd-header {
    height: 70vh;
    background-color: #f9fafb;
    /* background-color: rgba(255, 165, 172, .3); */
}

.c-footer {
    border-top: 1px solid #e8e9eb;
}

.nav-link,
.c-links {
    color: #212529;
    transition: 0.3s ease-out;
}

.nav-link:hover,
.c-links:hover {
    color: var(--bs-primary) !important;
}

a {
    color: var(--bs-primary);
}

a:hover {
    color: var(--bs-primary);
}

.nav-menu.dropdown-menu {
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    animation: slideUp 0.2s ease-out;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: var(--c-white);
    border-color: var(--bs-primary);
    border-radius: 2px;
}

.btn-primary:hover {
    background-color: var(--bs-primary-dark);
    border-color: var(--bs-primary);
    color: var(--c-white);
}

.btn-outline-primary,
.page-item a {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.page-item a:hover {
    background-color: rgba(218, 98, 125, 0.3);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.btn-outline-primary:hover,
.page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--c-white);
}

.disabled-link {
    pointer-events: none;
    color: gray !important;
    border-color: gray !important;
    cursor: not-allowed;
}

input[type="search"] {
    font-size: 12px;
}

.checkout-left input::placeholder,
.checkout-left input:not([type="radio"]),
.checkout-left select {
    font-size: 12px !important;
}
.icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem;
}
.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem;
}
.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
}
.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
}
.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
}
.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
}
.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
}
.icon-xxxl {
    height: 7rem;
    line-height: 7rem;
    width: 7rem;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.input-spinner {
    width: 70px;
}

.prd-btn {
    position: absolute;
    top: 10px;
    right: 0;
}

.checkout-gif {
    height: 340px;
}

.cartBadgePos {
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: var(--bs-primary);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mobile-search-input {
    display: block;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.input-spinner .button-minus,
.input-spinner .button-plus {
    background-color: transparent;
    border-color: var(--fc-gray-200);
    height: 2rem;
    width: 33.3%;
    padding-block: 0 !important;
    border: none !important;
}
.input-spinner .button-minus:hover,
.input-spinner .button-plus:hover {
    background-color: var(--fc-gray-200);
    border-color: var(--fc-gray-200);
}
.input-spinner .form-input {
    background: 0 0;
    border: 1px solid var(--fc-gray-200);
    height: 100%;
    /* min-height: 2rem; */
    text-align: center;
    width: 33.3% !important;
    padding-block: 0 !important;
    border: none !important;
}
.input-spinner .form-input[type="number"]::-webkit-outer-spin-button,
.input-spinner .form-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
.input-spinner .form-input[type="number"] {
    -moz-appearance: textfield;
}

/* carousel */
.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-inner img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption h5 {
    font-family: "Sofia sans", "Poppins", sans-serif;
}

.product-carousel-indicators button.thumbnail {
    width: 100px;
}

.product-carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.product-carousel-indicators button.thumbnail img {
    height: 100px;
}

.product-carousel-indicators {
    position: static;
}
/* carousel */

.section-title,
.section-tab {
    text-align: center;
    color: var(--c-black);
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 2px solid var(--c-black);
    margin-bottom: 30px;
}

.section-title-II {
    font-family: "Sofia Sans";
    font-size: 24px;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 30px;
}

.section-tab {
    border-bottom: none;
}

.section-tab.active {
    border-bottom: 2px solid var(--c-black);
}

/* product-container */
.product-container {
    margin-bottom: 45px;
}

.product-img-container {
    height: 250px;
    margin-bottom: 20px;
}

.product-detail-img-container {
    height: 400px;
    width: 100%;
    background-color: var(--c-black);
}

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

.product h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 7px 0;
}

.product p {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.product-detail-title {
    font-family: "Sofia Sans", "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #1e1e23;
    text-transform: none;
}

.product-detail-amount {
    font-size: 26px;
    color: #1e1e23;
}

.product-img-container {
    overflow-y: hidden;
}

.btn-addToCart,
.btn-wishlist {
    height: 41px;
    width: 41px;
    border-radius: 50%;
    position: absolute;
    bottom: -43px;
    right: 65%;
    transform: translateX(50%);
    transition: 0.3s ease-out;
    opacity: 0.5;
}

.btn-wishlist {
    right: 40%;
    transition-delay: 0.1s;
}

.product:hover .btn-addToCart,
.product:hover .btn-wishlist {
    bottom: 5px;
    opacity: 1;
}

.desc-n-reviews {
    margin-top: 180px;
}
/* product-container */

/* checkout */
.checkout-left {
    padding: 40px 40px 100px 100px;
    border-right: 1px solid #dee2e6;
}

.checkout-right {
    padding: 40px 100px 100px 40px;
    background-color: #fafafa;
}

.payment-radio-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid #d7d7d7;
    padding: 1rem 1.3rem;
}

.payment-radio-container .left {
    margin-left: 1.3rem;
}

.payment-radio-container .accepted_payments img {
    height: 24px;
}

.payment-radio-container .accepted_payments .plus3 {
    height: 24px;
    width: 38px;
    background-color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-radio-container:has(input[type="radio"]:checked) {
    border-color: var(--bs-primary);
    background-color: rgba(218, 98, 125, 0.1);
}

.payment-radio-container .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.payment-radio-container .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 98, 125, 0.25);
}

.pay_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #d7d7d7;
    gap: 15px;
    padding: 25px 10px;
}

.pay_info svg {
    width: 162px;
    color: rgba(0, 0, 0, 0.56);
}

.checkout-product .product-img {
    width: 64px;
    height: 64px;
}

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

.discount-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.discount-box input {
    width: 80%;
}

.discount-box button {
    width: 20%;
    height: fit-content;
}

@media screen and (max-width: 765px) {
    .c-nav {
        width: unset;
    }

    .c-mt-150 {
        margin-top: 130px;
    }

    .desc-n-reviews {
        margin-top: 50px;
    }

    .checkout-left {
        border-right: none;
        padding: 20px;
        padding-bottom: 0;
    }

    .checkout-right {
        padding: 20px;
        background-color: transparent;
    }

    .checkout-product .product-img {
        width: 54px;
        height: 54px;
    }

    .checkout-gif {
        height: 240px;
    }

    .discount-box input {
        width: 70%;
    }

    .discount-box button {
        width: 30%;
    }

    .logo {
        height: 60px;
    }

    .c-header {
        height: 80vh;
    }
}

/* KEYFRAMES */
@keyframes slideUp {
    from {
        transform: translate(0, 53px);
    }

    to {
        transform: translateY(0, 43px);
    }
}
