@import url(theme-root.css);

/*
Developer:      Muhammad Salam
Developer URL:  https://www.linkedin.com/in/salamaslamofficial/
Company:        ICTechnology, Australia
Company URL:    ictechnology.com.au
Description:    This file only contains the shop relevent styles.
*/

.shop-hero-section{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) ,url(../images/background-shop-2026.webp);
    background-position: center ,center;
    background-size: cover, cover;
    color: var(--off-text);
}
.shop-hero-section .container{
    /* height: 512px; */
    height: 80vh;
}
.hero-details-section{
    padding-bottom: 56px;
}
.hero-heading{
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.hero-paragraph{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.shop-product-section{
    padding: 80px 0;
}
.product-row{
    margin-top: 56px;
    margin-bottom: 56px;
}
.load-more-btn{
    font-size: 14px;
    color: var(--primary-text);
}
.modal-close-btn{
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent !important;
    outline: none;
    border: none;
}
.form-select:focus{
    box-shadow: none !important;
    border-color: #E5E5E5;
}
.offcanvas-body{
    overflow: hidden;
}

.model-product-image{
    background: var(--Background-Light-Grey);
}
.model-product-details{
    padding: 52px 24px;
}
.product-title{
    font-size: 48px;
    line-height: 54px;
    width: 100%;
}
.small-label{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 24px;
    margin-bottom: 14px;
}
.product-price{
    font-size: 32px;
    line-height: 120%;
}
.product-size-quantity:first-child{
    width: 60%;
}
.product-size-quantity:last-child{
    width: 36% !important;
}
.product-description-title{
    font-size: 24px;
    line-height: 120%;
    margin-top: 35px;
    margin-bottom: 12px;
}
.product-description-details{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.quantity-input{
    width: 60px;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
}
.view-product-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out, right 0.3s ease-in-out !important;
}
.view-product-btn:hover{
    background: var(--prominent-bg);
}
.catalog-card:hover > .card-thumbnail .view-product-btn {
    opacity: 1;
    bottom: 12px;
    right: 12px;
}
.sidecartheading{
    font-size: 32px !important;
    line-height: 120% !important;
}
.side-cart-canvas{
    min-width: auto;
    width: 1209px;
}
.side-cart-row{
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2,1fr);
}
.side-cart-col:first-child{
    width: 709px;
    border-right: 1px solid var(--light-secondary, #98A2B3);
}
.side-cart-col:last-child{
    width: 500px;
    padding: 24px 38px;
    padding-right: 10px;
}
.cart-product{
    padding: 24px;
    border-bottom: 1px solid var(--light-secondary, #98A2B3);
}
.product-img{
    background: url(../images/product.webp);
    border-radius: 12px;
    height: 151px;
    width: 145px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.sc-product-title{
    font-size: 24px;
    width: 250px;
}
.sc-attributes{
    font-size: 14px;
}
.sc-attribute-sku{
    margin-top: 24px;
}
.sc-product-price{
    font-size: 24px;
}
.cart-product-section{
    min-height: 54vh;
    max-height: 54vh;
    overflow-y: scroll;
}
.summary-section{
    padding: 24px;
    position: absolute;
    top: 60%;
    left: 0%;
    width: 57%;
}
.subtotal-delivery{
    margin: 12px 0;
    padding: 4.5px 0;
    border-top: 1px solid var(--light-secondary, #98A2B3);
    border-bottom: 1px solid var(--light-secondary, #98A2B3);
}
.subtotal-delivery-row{
    padding: 8px 0;
}
.st-d-label{
    font-size: 18px;
}
.summary-title{
    font-size: 18px;
}
.s-label{
    font-size: 24px;
}
.proceed-checkout-btn{
    margin-top: 40px;
}
.you-may-also-like{
    margin-bottom: 24px;
}
.n-thanks{
    font-size: 14px;
    line-height: 100%;
    text-decoration-line: underline;
    color: var(--primary-text, #275A91);
}
.sidecart-input{
    border-radius: 30px;
    border: 1px solid var(--Background-Grey, #E5E5E5);
    margin-bottom: 20px;
}
.catalog-product-btn{
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--primary-text, #275A91);
}
.catalog-product-title{
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
}
.catalog-product-thumbnail{
    height: 234.3px;
    background-size: 85% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.product-catalog-col{
    background: var(--Background-Light-Grey, #F2F2F2);
    border-radius: 12px;
}
.product-catalog-row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    padding-right: 12px;
}
.catalog-product-info{
    padding: 16px 14px;
}
.product-catalog-section{
    height: 100vh;
    overflow-y: scroll;
}
.sc-product-remove{
    position: absolute;
    right: 2% !important;
    top: 12% !important;
}
.checout-quantity{
    position: absolute;
    bottom: 13%;
    right: 2%;
}
.qty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    label {
        flex: 1 0 100%;
    }
    input {
        text-align: center;
        border: none;
        padding: 0px 0px 0px 15px;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        width: 64px;
    }
}
.qtyplus, .qtyminus{
    background-color: transparent;
    border: none;
}

.shop-project-drodown {
    position: relative;
}
.shop-project-drodown select {
    display: none;
}
.select-shop-project {
    background-color: var(--off-bg);
}
.select-shop-project:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-shop-project.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
}
.select-shop-project {
    width: 250px;
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 15px 22px 15px 22px;
    border-radius: 12px;
    border: 1px solid var(--prominent-bg);
    cursor: pointer;
    user-select: none;
}
.select-shop-items div {
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
}
.select-shop-items {
    position: absolute;
    background-color: var(--off-bg);
    border-radius: 0px;
    margin-top: 7px;
    border: 1px solid var(--Background-Grey);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-shop-hide {
    display: none;
}
.select-shop-items div:hover, .same-as-selected {
    background-color: var(--Background-Light-Grey);
}

.shop-card-title{
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #1F4F7C;
    font-style: normal;
    font-weight: bold;
    }
    .elipse_character{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
                line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
    }
    .shop-product-cart{
        height: 120px;
        /* height: 250px; */
        position: relative;
    }
    .shop-cart-btn{
        position: absolute;
        bottom: 25px;
        width: 88% !important;
    }
@media only screen and (max-width: 768px) {
    .product-card-col{
      width: 50%; /* Two columns on 768px devices */
    }
    .product-model-dialog{
        max-width: 95%;
    }
    .quantity-input{
        width: 28px;
    }
    .side-cart-row{
        grid-template-columns: repeat(1,1fr);
    }
    .side-cart-col{
        width: 100% !important;
    }
    .cart-product-section {
        min-height: 67vh;
        max-height: 67vh;
    }
    .product-catalog-row{
        grid-template-columns: repeat(3,1fr);
    }
    .product-catalog-section {
        height: 57vh;
    }
    .qty {
        label {
            flex: 1 0 100%;
        }

        input {
            padding: 0px !important;
            width: 30px !important;
        }

    }
    .offcanvas-body{
        overflow: scroll;
    }
    .summary-section{
        position: relative;
        top: 0% !important;
        width: 97.7% !important;
        padding: 0px;
        margin: 20px 0px;
    }
    .option-row .col-md-6{
        flex: 100%;
    }

    .category-project-filter{
        justify-content: space-between;
    }
}
/* Media query for even smaller screens (e.g., smartphones) */
@media only screen and (max-width: 480px) {
    .shop-hero-section .container{
        height: 80vh;
        background-size: cover !important;
    }
    .cart-data{
    width:95% !important;
}
    .hero-details-section{
        padding-bottom: 50px;
    }
    .hero-heading{
        font-size: 48px;
    }
    .hero-paragraph{
        font-size: 20px;
    }
    .shop-product-section{
        padding: 40px 0;
    }
    .product-row{
        margin-top: 0px;
        margin-bottom: 24px;
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0rem;
    }
    .shop-product-section .container{
        padding: 0 20px;
    }
    .product-title{
        font-size: 36px;
        line-height: 42px;
        width: 100%;
    }
    .product-price{
        font-size: 24px;
        line-height: 120%;
    }
    .product-description-title{
        font-size: 20px;
    }
    .product-description-details{
        font-size: 14px;
    }
    .model-product-details{
        padding: 36px 18px;
    }
    .quantity-input{
        width: 32px;
    }
    .product-card-col{
        width: 50%; /* Two columns on mobile devices */
    }
    .side-cart-row{
        display: block;
    }
    .side-cart-col:first-child{
        width: auto;
        border-right: 1px solid var(--light-secondary, #98A2B3);
    }
    .side-cart-col:last-child{
        width: auto;
    }
    .catalog-product-price{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .product-catalog-row{
        grid-template-columns: repeat(2,1fr);
    }
    .side-cart-col:last-child {
        padding: 24px 20px;
        padding-right: 10px;
    }
    .cart-product-row{
        flex-wrap: nowrap !important;
    }
    .cart-product-row .col-md-3{
        width: 37%;
        padding-left: 0px !important;
    }
    .cart-product-row .col-md-9{
        width: 63%;
    }
    .product-img{
        height: 172px;
        width: 116px;
    }
    .sc-product-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        width: 100% !important;
    }
    .sc-attributes{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }
    .sc-attribute-sku{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .quantity-price{
        margin-top: 23px;
    }
    .sc-product-remove{
        top: 9% !important;
    }
    .cart-product-section{
        min-height: 50vh;
        max-height: 50vh;
    }
    .summary-section{
        width: 95% !important;
    }
    .catalog-product-thumbnail{
        height: 165px;
        margin-top: 10px;
    }
    .category-project-filter{
        display: block !important;
    }
    .select-shop-project {
        width: 100%;
    }
    .shop-product-title{
        padding-bottom: 0px !important;
    }
    .shop-product-title{
        padding-bottom: 0px !important;
    }
    .shop-product-cart {
        height: 100%;
    }
    .shop-cart-btn {
        position: relative;
        width: 100% !important;
        bottom: 0px;
        background: #EEF7FE;
        margin-top: 5px;
        border-radius: 16px;
        /* color: #1F4F7C; */
    }

    .mobile-card-details {
        padding: 5px;
        padding-bottom: 0px;
        margin: 10px 0px 0px !important;
    }

    .mobile-card-title {
        font-size: 16px;
        font-weight: bold;
        color: rgb(97, 97, 221);
        padding: 0px 5px;
        line-height: 18px;
    }

    .mobile-catalog-card {
        border-radius: 16px !important;
        /* background: #EEF7FE; */
        padding: 5px;
        min-height: 250px;
    }

    .mobile-card-thumbnail {
        height: 150px;
        padding: 10px;
        border-radius: 16px;
    }

    .mobile-card-price {
        font-size: 14px;
        font-weight: 200;
        color: rgb(97, 97, 221);
    }

    /* 1,4,5,8,9,12,... */
    .product-row > .col-6:nth-child(4n+1) .mobile-catalog-card,
    .product-row > .col-6:nth-child(4n) .mobile-catalog-card,
    .product-row > .col-6:nth-child(4n+1) .shop-cart-btn ,
    .product-row > .col-6:nth-child(4n) .shop-cart-btn {
        background: #FAFAFA !important;
    }

    /* default (2,3,6,7,10,11,...) */
    .product-row > .col-6 .mobile-catalog-card,
    .product-row > .col-6 .shop-cart-btn  {
        background: #EEF7FE !important;
    }

}

.cart-product-section::-webkit-scrollbar {
    width: 6px;
}
.cart-product-section::-webkit-scrollbar-thumb {
    background-color: #98A2B3;
    border-radius: 40px;
}
.product-catalog-section::-webkit-scrollbar {
    width: 6px;
}
.product-catalog-section::-webkit-scrollbar-thumb {
    background-color: #98A2B3;
    border-radius: 40px;
}


.mobile-catalog-card{
    border-radius: 12px;
    /* background: #ECF9FC; */
    padding: 5px;
    min-height: 250px;
}

.mobile-card-thumbnail {
    height: 150px;
    padding: 10px;
}

.mobile-card-details {
    margin: 10px 0px;
}

.mobile-card-price {
    font-size: 14px;
    font-weight: 200;
    color: rgb(97, 97, 221);
}

.mobile-card-title {
    font-weight: bold;
    color: rgb(97, 97, 221);
}

/* Odds */
.product-row > .col-6:nth-child(odd) .catalog-card,
.product-row > .col-6:nth-child(odd) .cart-btn {
    background: #FAFAFA;
}

/* Even */
.product-row > .col-6:nth-child(even) .catalog-card,
.product-row > .col-6:nth-child(even) .cart-btn {
    background: #EEF7FE;
}

