:root {
    --united-red: #a83333;
    --united-red-dark: #8a2828;
    --united-red-light: #c24545;
    --united-gold: #c6ac83;
    --united-gold-dark: #a28130;
    --united-gold-light: #d4c09f;
    --united-dark: #0f0e0f;
    --united-dark-2: #141314;
    --united-dark-3: #1e1b1b;
    --united-surface: #1a1618;
    --united-white: #ffffff;
    --united-text: #d0d0d0;
    --united-text-muted: #9e9e9e;
    --united-border: rgba(198, 172, 131, 0.2);
    --united-border-2: rgba(198, 172, 131, 0.35);
    --united-overlay: rgba(15, 14, 15, 0.85);

    /* Re-map Coffee template variables to United brand */
    --color-primary: var(--united-red);
    --color-secondary: var(--united-gold);

    /* Legacy template variable aliases → United brand tokens */
    --Primary: var(--united-red);
    --Secondary: var(--united-gold);
    --White: var(--united-white);
    --Black: var(--united-dark);
    --Border: var(--united-border);
    --bg-main: var(--united-dark);
    --bg-2: var(--united-dark-3);
    --bg-3: var(--united-surface);
    --bg-input: var(--united-dark-2);
}
@media (min-width: 1921px) {
    .choose-us {
        background-size: cover;
    }
    .wg-coffee-post > .center,
    .wg-coffee-post > .left {
        width: 100%;
    }
    .wg-coffee-post > .right {
        width: 50%;
    }
    .right .coffee-post-item .image img,
    .left .coffee-post-item .image img {
        height: unset;
    }
    .wg-coffee-time .left img {
        width: 100%;
        height: unset;
    }
}

@media (max-width: 1440px) {
    .choose-us.style-1.type-1 .img-left {
        margin-left: 95px;
    }
    .choose-us.style-1.type-2 .img-right {
        margin-right: 94px;
    }
    .wg-wiew-item img {
        height: unset !important;
    }
    .private-item .content {
        padding: 40px 20px 40px 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .book-table .wrap {
        gap: 30px;
    }
    .wg-shop-detail .content-inner {
        padding-left: 0;
    }
    .wg-404 .content {
        padding-top: 50px;
    }
    .wg-about .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .wg-about .content {
        padding: 30px 30px 0 30px;
    }
    .wg-welcom {
        left: 0;
    }
    .choose-us {
        background-size: cover;
    }
    .choose-us .content {
        margin-top: 89px;
        margin-right: 15px;
    }
    .right .coffee-post-item .image img,
    .left .coffee-post-item .image img {
        height: unset;
    }
    .wg-banner-item {
        padding: 40px;
    }
    .wg-banner-coffee .bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .header-2 #site-logo {
        left: 85px;
    }
    html[dir="rtl"] .header-2 #site-logo {
        left: auto;
        right: 85px;
    }
    .header-2 > .top,
    .header-2 > .header-inner {
        padding-left: 0;
        padding-inline-start: 150px;
    }
    .partners {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .product-item .image {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .header-2 > .top .information {
        gap: 15px;
    }
    .wg-banner-coffee .row > div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .choose-us.style-1 .content {
        margin-right: 0;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .choose-us .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .wg-about .wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wg-about .image,
    .wg-about .content {
        width: 50%;
    }
    .private-item .content .title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .header-inner-wrap {
        padding-left: 40px;
        padding-right: 42px;
    }
    .main-nav.left {
        padding-left: 94px;
    }
    .main-nav.right {
        padding-left: 210px;
    }
    .choose-us.style-1.type-1 .content {
        margin-right: 0;
    }
    .choose-us.style-1.type-1 .image-2 {
        left: -95px;
    }
    .choose-us.style-1.type-2 .img-right {
        margin-right: 214px;
    }
    .choose-us.style-1.type-2 .content {
        padding-right: 15px;
    }
    .book-table .wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .book-table .wrap > div:first-child {
        order: 1;
        width: 47%;
    }
    .book-table .wrap > div:last-child {
        order: 2;
        width: 47%;
    }
    .book-table .wrap > .content {
        order: 3;
    }
}

@media (max-width: 1024px) {
    .wg-banner-coffee .top img {
        height: unset;
    }
    .header-2 .widget-social {
        display: none;
    }
    .choose-us .image {
        width: unset;
    }
    .private-item {
        flex-wrap: wrap;
    }
    .private-item .right,
    .private-item .content {
        width: 100%;
    }
    .header-right {
        gap: 30px;
    }
    .main-nav.left {
        padding-left: 30px;
    }
    .main-nav.right {
        padding-left: 185px;
    }
    .wg-coffee-time {
        grid-template-columns: repeat(2, 1fr);
    }
    .wg-coffee-time .right {
        height: 500px;
        grid-column: span 2 / 3;
    }
    .wg-coffee-time .mapboxgl-canvas {
        width: 100% !important;
    }
    .choose-us.style-1.type-2 .wrap,
    .choose-us.style-1.type-1 .wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wg-portfolio .wrap {
        grid-gap: 15px;
    }
    .coffee-post-item .content .name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .tf-mouse,
    .header-2 .wg-bag,
    .canvas,
    .header-right::after,
    .main-nav {
        display: none;
    }
    .mobile-button {
        display: block;
    }
    .special-menu-item.season {
        margin-top: 0;
    }
    .swiper-button,
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }
    .wg-contact-us .left {
        padding-right: 0;
    }
    .choose-us.style-1.type-2 .content {
        margin-right: 0;
        padding-right: 0;
    }
    .wg-about .image,
    .wg-about .content {
        margin-left: 0;
        margin-right: 0;
    }
    .wg-about .content {
        margin-left: -100px;
    }
    .wg-coffee-post {
        flex-wrap: wrap;
    }
    .wg-coffee-post > div {
        width: 100%;
    }
    .choose-us.style-1 .image {
        width: unset;
    }
    .wg-reservation .item-1,
    .wg-reservation .item-2 {
        display: none;
    }
    .wg-about .hour-opening {
        min-width: unset;
        width: 100%;
    }
    .header-2 .header-inner-wrap {
        justify-content: flex-end;
        padding-right: 0;
        padding-inline-end: 80px;
    }
    .header-2 .header-right {
        position: absolute;
        top: 50%;
        right: 84px;
        transform: translateY(-50%);
    }
    .header-2[dir="rtl"] .header-right {
        right: auto;
        left: 84px;
        flex-direction: row;
    }
    #header_main.header-2 .wg-bag {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    #header_main.header-2 .header-right {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    #header_main.header-2 .wg-bag svg {
        width: 17px;
        height: 19px;
    }
    #header_main.header-2 .lang-switch-icon {
        min-width: 52px;
    }
    .header-2.is-fixed #site-logo {
        position: fixed;
        top: -100%;
        left: 56px;
        z-index: 100;
    }
    html[dir="rtl"] .header-2.is-fixed #site-logo {
        left: auto;
        right: 56px;
    }
    .header-2[dir="rtl"].is-fixed #site-logo {
        left: auto;
        right: 56px;
    }
    #header_main.header-2 .header-inner-wrap {
        justify-content: flex-end;
        padding-inline-start: 0;
        padding-inline-end: 80px;
    }
    #header_main.header-2 .header-right {
        right: 84px;
        left: auto;
        flex-direction: row;
    }
    #header_main.header-2.is-fixed #site-logo {
        left: 56px;
        right: auto;
    }
    .header-2.is-fixed.is-small #site-logo {
        top: 56px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .swiper-wrapper {
        padding-bottom: 0 !important;
    }
    .private-event .image {
        width: unset;
        height: unset;
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .private-event .image img {
        position: unset !important;
        width: 100% !important;
    }
}

@media (max-width: 820px) {
    .wg-offer-item {
        flex-wrap: wrap;
    }
    .product-item .image img {
        margin-left: 0;
    }
    .cart-item {
        flex-wrap: wrap;
        row-gap: 0px;
    }
    .service-item .content .title {
        font-size: 20px;
        line-height: 20px;
    }
    .service-item .content > i {
        font-size: 60px;
    }
    .service-item .content p {
        padding: 0 40px;
        font-size: 13px;
        line-height: 20px;
    }
    .wg-coffee-time .left img {
        height: unset;
    }
    .wg-coffee-time .center {
        padding-top: 0;
    }
    .wg-coffee-time .center .number-phone,
    .wg-coffee-time .center .heading-section {
        margin-bottom: 10px;
    }
    .wg-about .content {
        margin-left: -200px;
    }
}

@media (max-width: 768px) {
    .wg-about {
        background: none;
    }
    .wg-about .image,
    .wg-about .content {
        margin-left: 0;
        width: 100%;
    }
    .wg-about .image img,
    .wg-about .image {
        min-width: unset;
        width: 100%;
    }
    .wg-coffee-time {
        grid-template-columns: repeat(1, 1fr);
    }
    .wg-coffee-time .right {
        grid-column: auto;
    }
    .wg-coffee-time .left img {
        height: unset;
        width: 100%;
    }
    .wg-coffee-time .center {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .choose-us.style-1.type-2 .img-right {
        min-width: unset;
    }
    .wg-private > .item-2,
    .wg-private > .item-1,
    .wg-testimonial.style-1 > .item-3,
    .wg-testimonial.style-1 > .item-2,
    .wg-testimonial.style-1 > .item-1 {
        display: none;
    }
    .wg-banner-coffee .top img {
        height: 300px;
    }
}

@media (max-width: 700px) {
    br {
        display: none;
    }
    .discovery-menu-item {
        margin-bottom: 140px;
    }
    .wg-reservation form .columns {
        flex-wrap: wrap;
    }
    .wg-reservation form .columns {
        gap: 0;
    }
    .wg-reservation form select,
    .wg-reservation form input {
        margin-bottom: 30px !important;
    }
    .header-2 > .header-inner {
        padding: 0;
        margin-top: 0;
        background-image: none;
        background-color: var(--united-dark);
    }
    .wg-banner-coffee .top img {
        height: 150px;
    }
    .choose-us.style-1 .right {
        flex-wrap: wrap;
        justify-content: center;
    }
    .choose-us .right .box-infor {
        width: 100%;
    }
    .choose-us .right {
        padding-left: 0;
    }
    .choose-us .right .box-infor {
        position: unset;
        margin-bottom: 15px;
    }
    .private-event .image {
        flex-wrap: wrap;
    }
    .product-item.style-list {
        flex-wrap: wrap;
    }
    .product-item.style-list .image {
        width: 100% !important;
    }
    .side-bar {
        margin-top: 50px;
    }
    .product-item .image img {
        margin-left: 0;
    }
    .wg-404 .title img {
        width: 200px;
    }
    .wg-404 .title::before {
        transform: translateX(-175px);
        top: 0;
        font-size: 165px;
    }
    .wg-404 .title::after {
        transform: translateX(175px);
        top: 0;
        font-size: 165px;
    }
    .wg-shop-detail .images .image-top img {
        margin-left: -60px;
        min-width: unset;
    }
    .wg-shop-detail .images .image-bottom {
        gap: 15px;
    }
    .book-table .wrap > div:first-child,
    .book-table .wrap > div:last-child {
        width: 100%;
    }
    .coffee-post-item.style-1 .content {
        top: 50%;
    }
    .wg-portfolio .wrap {
        grid-template-areas:
            "aa aa"
            "aa aa"
            "bb cc"
            "dd dd"
            "ee ff"
            "gg gg";
        grid-template-columns: repeat(2, 1fr);
    }
    .wg-offer-item .image {
        min-width: unset;
    }
    .wg-offer-item .content .title {
        margin-top: 0 !important;
    }
    .choose-us.style-1.type-2 .content {
        margin-top: 0;
        padding-top: 0;
    }
    .choose-us.style-1.type-2 .image-2 {
        position: unset;
        margin-top: 30px;
    }
    .choose-us.style-1.type-2 .img-right {
        margin-right: 0;
    }
    .choose-us.style-1.type-1 .content {
        margin-top: 0;
        padding-top: 30px;
        margin-bottom: 0;
    }
    .choose-us.style-1.type-1 .img-left {
        min-width: unset;
        margin-left: 0;
    }
    .choose-us.style-1.type-1 .image-2 {
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 15px;
    }
    .partners {
        padding-left: 15px;
        padding-right: 15px;
    }
    .grid-follow-instagram,
    .grid-contact-item {
        grid-template-columns: repeat(1, 1fr);
    }
    .wg-update-wrap > .item-2,
    .wg-update-wrap > .item-1,
    .banner-page > .item-1,
    .banner-page > .item-2,
    .header-top {
        display: none;
    }
    .wg-information:last-child {
        width: 100%;
    }
    .header #site-logo {
        width: 120px;
        height: auto;
        padding: 0 8px;
        transform: translate(-50%, -58%);
    }

    .header-2 #site-logo {
        top: 50%;
        left: 56px;
    }
    html[dir="rtl"] .header-2 #site-logo {
        left: auto;
        right: 56px;
    }
    .header-2[dir="rtl"] #site-logo {
        left: auto;
        right: 56px;
    }
    #header_main.header-2 #site-logo {
        left: 56px;
        right: auto;
    }
    .header-2 .header-right {
        right: 72px;
    }
    .header-2[dir="rtl"] .header-right {
        right: auto;
        left: 72px;
    }
    #header_main.header-2 .header-right {
        right: 72px;
        left: auto;
        flex-direction: row;
        gap: 12px;
    }
    #header_main.header-2 .wg-bag {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    #header_main.header-2 .lang-switch-icon {
        min-width: 48px;
    }
    .header-right {
        gap: 15px;
    }
    .wg-update-wrap form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-title {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .home-2 .page-title {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .page-title .content .title {
        font-size: 40px;
        line-height: 50px;
    }
    .service-item {
        margin-bottom: 15px;
    }
    .footer-bottom {
        justify-content: center;
    }
    .footer {
        padding-top: 70px !important;
    }
    .logo-footer {
        text-align: center;
    }
    .special-menu.style-1,
    .wg-reservation,
    .wg-contact-us,
    .wg-update,
    .choose-us.style-1.type-1,
    .follow-instagram.style-1,
    .wg-update.type-1,
    .our-product,
    .wg-our-team,
    .wg-private,
    .customer-testimonial.style-1,
    .wg-shop,
    .wg-shop-detail,
    .our-product.style-slide,
    .wg-news,
    .choose-us.style-1,
    .discovery-menu,
    .cake-bakery,
    .wg-menu,
    .special-menu {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .private-event,
    .wg-about {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .wg-testimonial.style-1,
    .follow-instagram,
    .wg-offer {
        padding-bottom: 70px;
    }
    .wg-testimonial {
        padding-bottom: 0;
    }
    .banner-page {
        padding-top: 200px !important;
    }
    .book-table {
        background-image: none;
        background-color: var(--united-dark);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 479px),
    (min-width: 480px) and (max-width: 767px),
    (min-width: 768px) and (max-width: 1023px) {
    /* ============================================
       QUICK ADD MODAL
       ============================================ */

    .quick-add-container {
        width: 90% !important;
    }
    .quick-add-overlay {
        z-index: 9998 !important;
    }

    /* Scale down all quick-add content by 50% for mobile small */
    .quick-add-content {
        padding: 15px 3px 0 3px !important;
    }

    .quick-add-close-btn {
        top: 10px !important;
        font-size: 22px !important;
        width: 32px !important;
        height: 32px !important;
    }

    /* Header - Image and Info */
    .quick-add-header {
        gap: 12px !important;
        margin-bottom: 15px !important;
    }

    .quick-add-image-wrapper {
        width: fit-content;
        height: fit-content;
        border-radius: 8px !important;
    }

    .quick-add-info {
        gap: 8px !important;
    }

    .quick-add-product-name {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    .quick-add-product-price {
        font-size: 14px !important;
    }

    .quick-add-product-description {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .quick-add-product-tags img {
        width: 24px !important;
        height: 24px !important;
        border-radius: 4px !important;
    }

    /* Carousel - Match image wrapper dimensions */
    .quick-add-image-wrapper .qa-carousel {
        height: 100px !important;
        border-radius: 8px !important;
    }

    .qa-carousel-dots {
        margin-top: 4px !important;
        gap: 4px !important;
    }

    .qa-carousel-dot {
        width: 6px !important;
        height: 6px !important;
    }

    /* Lightbox - Mobile adjustments */
    .qa-lightbox-content {
        width: 100vw !important;
        height: 70vh !important;
        max-width: none !important;
        max-height: none !important;
        border-radius: 0 !important;
    }

    .qa-lightbox-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .qa-lightbox-slide img {
        max-width: 95% !important;
        max-height: 95% !important;
        border-radius: 0 !important;
    }

    .qa-lightbox-close {
        top: 10px !important;
        right: 10px !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 24px !important;
    }

    .qa-lightbox-dots {
        margin-top: 10px !important;
        gap: 6px !important;
    }

    .qa-lightbox-dot {
        width: 8px !important;
        height: 8px !important;
    }
    /* Sections */
    .quick-add-section h3 {
        font-size: 14px !important;
        margin: 10px 0 10px 0 !important;
    }

    /* Attributes */
    .quick-add-attributes {
        gap: 10px !important;
    }

    .attribute-group label {
        font-size: 12px !important;
    }

    .attribute-group select,
    .attribute-group input {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }

    .variant-option {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    /* Add-ons */
    .quick-add-addons {
        gap: 10px !important;
    }

    .addon-item {
        gap: 8px !important;
        padding: 8px !important;
    }

    .addon-checkbox {
        width: 16px !important;
        height: 16px !important;
    }

    .addon-name {
        font-size: 12px !important;
    }

    .addon-price {
        font-size: 11px !important;
    }

    /* Product Tags Grid */
    .quick-add-tags-grid {
        grid-template-columns: repeat(auto-fill, minmax(35px, 1fr)) !important;
        gap: 8px !important;
    }

    .tag-item {
        padding: 5px !important;
    }

    .tag-image {
        max-width: 30px !important;
        max-height: 30px !important;
    }

    /* Related Products - Compact cards for mobile */
    .quick-add-related-products {
        gap: 10px !important;
    }

    .related-product-card {
        width: 120px !important;
        border-radius: 10px !important;
    }

    .related-card-name {
        font-size: 11px !important;
    }

    .related-card-price {
        font-size: 10px !important;
    }

    /* Footer */
    .quick-add-footer {
        gap: 8px !important;
        padding: 10px 0 0 0 !important;
        padding-bottom: 8px !important;
    }

    .footer-price-display {
        padding: 8px 10px !important;
        font-size: 12px !important;
        gap: 5px !important;
    }

    .price-label {
        font-size: 11px !important;
    }

    .price-value {
        font-size: 14px !important;
    }

    .price-currency {
        font-size: 10px !important;
    }

    .quantity-selector {
        width: auto !important;
        padding: 0 5px !important;
    }

    .qty-btn {
        padding: 6px 8px !important;
        font-size: 14px !important;
    }

    .qty-input {
        width: 35px !important;
        font-size: 12px !important;
        padding: 6px 0 !important;
    }

    .quick-add-cart-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
        width: auto !important;
    }
    .quick-add-video-container {
        width: 100% !important;
    }

    /* ============================================
       MINI CART - Mobile/Tablet Responsive
       ============================================ */
    .mini-cart {
        width: calc(100vw - var(--sidebar-width-collapsed, 50px)) !important;
        max-width: 320px !important;
        left: 0 !important;
        right: auto !important;
        transform: translate3d(-100%, 0, 0) !important;
        height: 100vh !important;
    }

    .mini-cart.active {
        transform: translate3d(0, 0, 0) !important;
    }

    /* RTL mini-cart on mobile */
    #miniCart[dir="rtl"] {
        left: auto !important;
        right: 0 !important;
        transform: translate3d(100%, 0, 0) !important;
    }

    #miniCart[dir="rtl"].active {
        transform: translate3d(0, 0, 0) !important;
    }

    .mini-cart-qty-btn {
        width: 26px !important;
        height: 26px !important;
    }

    .mini-cart-qty-input {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 26px !important;
        padding: 0 !important;
        flex: 0 0 32px !important;
    }

    .mini-cart .mini-cart-qty-wrapper .mini-cart-qty-input[type="number"] {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 26px !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1 !important;
        background: transparent !important;
        flex: 0 0 32px !important;
    }

    .mini-cart-edit-btn {
        margin-right: 0 !important;
    }

    .mini-cart-edit-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .mini-cart-remove-btn {
        margin-left: 0 !important;
    }

    .mini-cart-remove-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .mini-cart-item {
        padding: 10px !important;
        border-radius: 12px !important;
    }

    .mini-cart-item-controls {
        gap: 4px !important;
    }

    .mini-cart-footer {
        padding: 10px 12px 14px !important;
    }

    .btn-checkout {
        font-size: 12px !important;
        letter-spacing: 0.03em !important;
    }

    .mini-cart-item-image {
        display: none !important;
    }

    .mini-cart-header {
        padding: 14px 12px !important;
    }
}

@media (max-width: 991px) {
    .u-category-toolbar {
        align-items: flex-start;
        gap: 10px;
    }

    .u-filter-toggle-btn {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .u-category-bar {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px 0 10px;
        scrollbar-width: none;
    }

    .u-category-bar::-webkit-scrollbar {
        display: none;
    }

    .u-tag-filter-bar {
        padding: 16px;
        border-radius: 20px;
    }

    .u-tag-filter-dropdowns {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .u-tag-filter-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .u-tag-filter-apply-btn,
    .u-tag-filter-cancel-btn {
        width: 100%;
        min-width: 0;
    }

    .wg-shop .side-bar {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .wg-shop .side-bar-item {
        margin-bottom: 20px;
    }

    .wg-shop .side-bar-item.recent-product {
        display: none;
    }

    .wg-shop .side-bar-item.categories {
        display: none;
    }

    .wg-shop .side-bar-item.categories .category-sidebar-link {
        display: block;
        border: 1px solid #703a3a;
        border-radius: 999px;
        padding: 7px 14px;
        font-size: 14px;
        line-height: 1.2;
        color: #703a3a;
        white-space: nowrap;
    }

    .wg-shop .side-bar-item.categories .category-sidebar-link.active {
        background: #703a3a;
        color: #fff;
    }

    .cart-page-section {
        padding: 56px 0 66px;
    }

    .cart-header {
        margin-bottom: 20px;
    }

    .cart-header h1 {
        font-size: 32px;
    }

    .cart-item {
        flex-wrap: wrap;
    }

    .cart-item-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .cart-summary-card {
        margin-top: 20px;
        position: static;
        top: auto;
    }

    html[dir="rtl"] .cart-item-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .cart-header h1 {
        font-size: 26px;
        gap: 8px;
    }

    .cart-subtitle {
        font-size: 12px;
    }

    .cart-item {
        padding: 12px;
        border-radius: 14px;
        gap: 12px;
    }

    .cart-item-image {
        width: 88px;
        height: 88px;
    }

    .cart-item-name {
        font-size: 16px;
    }

    .cart-item-price {
        font-size: 17px;
        margin-top: 8px;
    }

    .cart-qty-btn,
    .cart-edit-btn,
    .remove-item-btn {
        width: 30px;
        height: 30px;
    }

    .cart-qty-input {
        width: 36px;
        min-width: 36px;
        max-width: 36px;
        height: 30px;
        font-size: 13px;
        line-height: 1;
    }

    .cart-edit-icon,
    .remove-item-icon {
        width: 16px;
        height: 16px;
    }

    .cart-summary-card {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .cart-summary-card h3 {
        font-size: 16px;
    }

    .cart-summary-card .total-row {
        font-size: 24px;
    }

    .btn-checkout-full,
    .btn-continue-shopping {
        font-size: 12px;
        border-radius: 10px;
        padding: 10px 12px;
    }
}

@media (max-width: 991px) {
    .checkout-page-section {
        padding: 54px 0 68px;
    }

    .checkout-header h1 {
        font-size: 34px;
    }

    .checkout-page-section .step-content {
        padding: 24px;
    }

    .checkout-page-section .checkout-section,
    .checkout-page-section .order-type-selection,
    .checkout-page-section .scheduled-date-section,
    .checkout-page-section .payment-method-section,
    .checkout-page-section .checkout-summary-card,
    .checkout-page-section .form-section {
        padding: 18px;
    }

    .checkout-page-section .order-type-options,
    .checkout-page-section .payment-options {
        grid-template-columns: 1fr;
    }

    .checkout-page-section .coupon-input-group,
    .checkout-page-section .points-input-group {
        flex-direction: column;
    }

    .checkout-page-section .btn-apply-coupon,
    .checkout-page-section .btn-apply-points {
        width: 100%;
    }

    .checkout-page-section .step-actions,
    .checkout-page-section .checkout-actions {
        flex-direction: column;
    }

    .checkout-page-section .step-actions > * {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .checkout-header {
        margin-bottom: 22px;
    }

    .checkout-header h1 {
        font-size: 28px;
        gap: 8px;
    }

    .checkout-subtitle {
        font-size: 12px;
    }

    .checkout-progress-indicator {
        padding: 6px;
        border-radius: 14px;

        
    }

    .progress-steps {
        gap: 4px;
    }

    .step-circle {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .step-label {
        font-size: 11px;
    }

    .progress-line {
        margin: 0 4px;
    }
    .checkout-page-section{
        .column-c{
            width:85% !important;
            gap:5px !important;
        }
    }

    .checkout-page-section .checkout-items {
        max-height: 310px;
    }

    .checkout-page-section .checkout-item {
        padding: 8px;
        border-radius: 10px;
        gap: 8px;
    }

    .checkout-page-section .checkout-item-image {
        width: 56px;
        height: 56px;
    }

    .checkout-page-section .checkout-item-name {
        font-size: 13px;
    }

    .checkout-page-section .qty-btn {
        width: 26px;
        height: 26px;
    }

    .checkout-page-section .qty-input {
        width: 42px;
    }

    .checkout-page-section .total-row {
        font-size: 22px;
    }

    .checkout-terms-modal {
        padding: 10px;
        align-items: flex-end;
    }

    .checkout-terms-dialog {
        width: 100%;
        max-height: min(88vh, 100%);
        border-radius: 16px 16px 0 0;
    }

    .checkout-terms-header,
    .checkout-terms-body,
    .checkout-terms-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .checkout-terms-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .order-confirmation-section {
        padding: 22px 14px 64px;
    }

    .order-confirmation-section .order-confirmation-header h1 {
        font-size: 32px;
    }

    .order-confirmation-section .order-number-badge {
        font-size: 16px;
        padding: 11px 20px;
    }

    .order-confirmation-section .order-info-card {
        padding: 20px;
    }

    .order-confirmation-section .summary-row.total {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .order-confirmation-section .order-confirmation-header h1 {
        font-size: 28px;
    }

    .order-confirmation-section .order-confirmation-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .order-confirmation-section .order-item {
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 10px;
    }

    .order-confirmation-section .item-image {
        width: 70px;
        height: 70px;
    }

    .order-confirmation-section .item-price {
        grid-column: 1 / -1;
        padding-top: 6px;
    }

    .order-confirmation-section .item-addon-row {
        padding-inline-start: 0;
    }

    .order-confirmation-section .info-row {
        flex-direction: column;
        gap: 4px;
    }

    .order-confirmation-section .info-value {
        text-align: start;
    }

    .order-confirmation-section .btn-primary,
    .order-confirmation-section .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}
