/* Awarahoon Premium Shop Swatches */

.woocommerce .products,
.woocommerce-page .products,
.products {
    list-style: none !important;
}

.products > .product,
.products > section.product {
    list-style: none !important;
}

.products > .product::marker,
.products > section.product::marker {
    content: "" !important;
    font-size: 0 !important;
}

.products .product::before,
.products .product::after {
    content: none !important;
}

.products .product .product-group-button,
.products .product .product-group-button-meta,
.products .product .thumbnail-wrapper .loop-add-to-cart,
.products .product .thumbnail-wrapper .wishlist,
.products .product .thumbnail-wrapper .compare,
.products .product .thumbnail-wrapper .quickshop {
    display: none !important;
}

.products .product {
    margin: 0 !important;
    padding: 0 0 22px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.products .product .product-wrapper {
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
}

.products .product .thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f3f3f3;
    border-radius: 0 !important;
}

.products .product .thumbnail-wrapper figure {
    width: 100%;
    margin: 0 !important;
    aspect-ratio: .79 / 1;
    overflow: hidden;
}

.products .product .thumbnail-wrapper img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center top;
    transition: transform .45s ease;
}

.products .product:hover .thumbnail-wrapper img {
    transform: scale(1.025);
}

.products .product .meta-wrapper {
    padding: 0 15px 5px !important;
    text-align: left !important;
}

.products .product .heading-title,
.products .product .product-name,
.products .product h2,
.products .product h3 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #090909 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.35px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.products .product .heading-title a,
.products .product .product-name a,
.products .product h2 a,
.products .product h3 a {
    color: #090909 !important;
    font: inherit !important;
}

.products .product .price {
    width: 100%;
    margin: 0 0 14px !important;
    display: block !important;
    color: #171717 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.products .product .price *,
.products .product .price .amount,
.products .product .price bdi {
    color: inherit !important;
    font: inherit !important;
}

.products .product .price del {
    margin-right: 7px;
    color: #898989 !important;
    opacity: 1 !important;
}

.products .product .price ins {
    color: #111 !important;
    background: transparent !important;
    text-decoration: none !important;
}

.awara-card-purchase {
    width: 100%;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.awara-card-purchase form.cart,
.awara-card-purchase form.variations_form {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.awara-card-purchase .variations {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.awara-swatches {
    width: 100%;
    margin: 0 0 15px;
}

.awara-swatch-group {
    width: 100%;
    margin: 0 0 15px;
}

.awara-swatch-heading {
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.awara-swatch-title {
    font-weight: 500;
}

.awara-swatch-current {
    font-weight: 400;
    color: #575757;
}

.awara-swatch-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.awara-swatch {
    position: relative;
    min-width: 43px;
    height: 42px;
    padding: 0 12px;
    border: 1.5px solid #171717 !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.awara-swatch:hover {
    transform: translateY(-1px);
}

.awara-swatch.is-selected {
    background: #090909 !important;
    border-color: #090909 !important;
    color: #fff !important;
}

.awara-swatch.is-disabled {
    border-color: #ccc !important;
    color: #aaa !important;
    background: linear-gradient(to top right, transparent 47%, #bbb 49%, #bbb 51%, transparent 53%) !important;
    cursor: not-allowed;
    opacity: .6;
}

.awara-swatch.awara-colour-swatch {
    width: 35px;
    min-width: 35px;
    height: 35px;
    padding: 4px;
    border: 1.5px solid #c4c4c4 !important;
    border-radius: 50%;
    background: #fff !important;
}

.awara-colour-swatch::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background: var(--awara-swatch-colour, #ddd);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.awara-colour-swatch.is-selected {
    border-color: #111 !important;
    background: #fff !important;
    box-shadow: 0 0 0 1px #111;
}

.awara-colour-swatch.is-disabled::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    background: #777;
    transform: rotate(45deg);
}

.awara-card-purchase .reset_variations {
    margin: 2px 0 11px !important;
    display: inline-block !important;
    color: #777 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
}

.awara-card-purchase .single_variation_wrap {
    width: 100%;
}

.awara-card-purchase .single_variation {
    min-height: 0 !important;
    margin: 0 !important;
}

.awara-card-purchase .woocommerce-variation-description,
.awara-card-purchase .woocommerce-variation-availability,
.awara-card-purchase .woocommerce-variation-price {
    display: none !important;
}

.awara-card-purchase .woocommerce-variation-add-to-cart {
    width: 100%;
    margin: 0 !important;
}

.awara-card-purchase .quantity {
    display: none !important;
}

.products .product .awara-premium-cart,
.awara-card-purchase .single_add_to_cart_button {
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1.5px solid #0a0a0a !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    background: #0a0a0a !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .7px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    box-shadow: none !important;
    opacity: 1;
    transition: background .25s ease, color .25s ease, transform .25s ease, opacity .25s ease !important;
}

.products .product .awara-premium-cart:hover,
.awara-card-purchase .single_add_to_cart_button:hover {
    background: #fff !important;
    color: #0a0a0a !important;
    transform: translateY(-1px);
}

.awara-cart-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.awara-cart-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.awara-card-purchase .single_add_to_cart_button::before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' d='M6.5 8.5h11l1 11h-13l1-11ZM9 8.5V6.7a3 3 0 0 1 6 0v1.8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' d='M6.5 8.5h11l1 11h-13l1-11ZM9 8.5V6.7a3 3 0 0 1 6 0v1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.awara-card-purchase .single_add_to_cart_button.disabled,
.awara-card-purchase .single_add_to_cart_button:disabled,
.awara-card-purchase .single_add_to_cart_button.wc-variation-selection-needed {
    background: #ddd !important;
    border-color: #ddd !important;
    color: #777 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.awara-out-of-stock {
    background: #eee !important;
    border-color: #eee !important;
    color: #777 !important;
    cursor: default !important;
}

.products .product .added_to_cart {
    width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 7px;
    display: block;
    background: #f2f2f2;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:1101px) {
    .woocommerce .products,
    .woocommerce-page .products,
    .products {
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        gap:34px 18px !important;
    }

    .woocommerce .products .product,
    .woocommerce-page .products .product,
    .products .product {
        width:100% !important;
        max-width:none !important;
        float:none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .woocommerce .products,
    .woocommerce-page .products,
    .products {
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        gap:30px 14px !important;
    }

    .woocommerce .products .product,
    .woocommerce-page .products .product,
    .products .product {
        width:100% !important;
        float:none !important;
    }

    .products .product .heading-title,
    .products .product .product-name {
        font-size:18px !important;
    }
}

@media screen and (max-width:767px) {
    .woocommerce .products,
    .woocommerce-page .products,
    .products {
        width:100% !important;
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        column-gap:10px !important;
        row-gap:30px !important;
        margin:0 !important;
        padding:0 !important;
    }

    .woocommerce .products .product,
    .woocommerce-page .products .product,
    .products .product,
    .products > section.product {
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
        float:none !important;
    }

    .products .product .thumbnail-wrapper {
        margin-bottom:13px !important;
    }

    .products .product .meta-wrapper {
        padding:0 10px 4px !important;
    }

    .products .product .heading-title,
    .products .product .product-name,
    .products .product h2,
    .products .product h3 {
        margin-bottom:7px !important;
        font-size:17px !important;
        line-height:1.08 !important;
        letter-spacing:-.2px !important;
    }

    .products .product .price {
        margin-bottom:12px !important;
        font-size:15px !important;
    }

    .awara-swatch-group {
        margin-bottom:13px;
    }

    .awara-swatch-heading {
        margin-bottom:7px;
        font-size:13px;
    }

    .awara-swatch-list {
        gap:6px;
    }

    .awara-swatch {
        min-width:35px;
        height:36px;
        padding:0 8px;
        border-radius:7px;
        font-size:12px;
    }

    .awara-swatch.awara-colour-swatch {
        width:31px;
        min-width:31px;
        height:31px;
        padding:3px;
    }

    .products .product .awara-premium-cart,
    .awara-card-purchase .single_add_to_cart_button {
        min-height:44px !important;
        padding:10px 8px !important;
        gap:7px;
        border-radius:7px !important;
        font-size:11px !important;
        letter-spacing:.35px !important;
    }

    .awara-cart-icon,
    .awara-cart-icon svg {
        width:15px;
        height:15px;
    }

    .awara-card-purchase .single_add_to_cart_button::before {
        width:15px;
        height:15px;
    }
}

@media screen and (max-width:380px) {
    .woocommerce .products,
    .woocommerce-page .products,
    .products {
        column-gap:7px !important;
    }

    .products .product .meta-wrapper {
        padding-left:8px !important;
        padding-right:8px !important;
    }

    .products .product .heading-title,
    .products .product .product-name {
        font-size:15px !important;
    }

    .awara-swatch {
        min-width:32px;
        height:34px;
        padding:0 7px;
        font-size:11px;
    }
}


/* =========================================================
   V1.1 — MINIMAL PREMIUM CARD REDESIGN
   Inspired by clean editorial product cards.
========================================================= */

:root{
    --awara-card-bg:#f5f4f0;
    --awara-card-ink:#111111;
    --awara-card-muted:#6f6f68;
    --awara-card-line:rgba(17,17,17,.12);
    --awara-card-chip:#e8e7df;
    --awara-card-radius:24px;
}

/* Card shell */
.products .product .product-wrapper{
    position:relative;
    height:100%;
    overflow:hidden;
    background:var(--awara-card-bg) !important;
    border:1px solid rgba(17,17,17,.08) !important;
    border-radius:var(--awara-card-radius) !important;
    box-shadow:0 10px 30px rgba(0,0,0,.06) !important;
    transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.products .product:hover .product-wrapper{
    transform:translateY(-4px);
    box-shadow:0 16px 40px rgba(0,0,0,.10) !important;
    border-color:rgba(17,17,17,.14) !important;
}

/* Image section */
.products .product .thumbnail-wrapper{
    margin:0 !important;
    padding:10px 10px 0 !important;
    background:transparent !important;
    border-radius:var(--awara-card-radius) var(--awara-card-radius) 0 0 !important;
    overflow:hidden !important;
}

.products .product .thumbnail-wrapper figure{
    aspect-ratio:.84 / 1 !important;
    overflow:hidden !important;
    border-radius:18px !important;
    background:#ecebe6 !important;
}

.products .product .thumbnail-wrapper img{
    object-fit:cover !important;
    object-position:center top !important;
    border-radius:18px !important;
}

/* Minimal information bar */
.products .product .meta-wrapper{
    position:relative;
    padding:18px 18px 18px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
        "title price"
        "purchase purchase";
    column-gap:14px;
    row-gap:10px;
    align-items:end;
    background:var(--awara-card-bg) !important;
}

/* Title */
.products .product .heading-title,
.products .product .product-name,
.products .product h2,
.products .product h3{
    grid-area:title;
    margin:0 !important;
    color:var(--awara-card-ink) !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:20px !important;
    font-weight:500 !important;
    line-height:1.1 !important;
    letter-spacing:-.35px !important;
    text-transform:none !important;
}

.products .product .heading-title a,
.products .product .product-name a,
.products .product h2 a,
.products .product h3 a{
    color:inherit !important;
}

/* Price as a clean right-aligned block */
.products .product .price{
    grid-area:price;
    margin:0 !important;
    padding-left:14px !important;
    border-left:1px solid var(--awara-card-line);
    color:var(--awara-card-ink) !important;
    font-size:22px !important;
    font-weight:700 !important;
    line-height:1 !important;
    white-space:nowrap;
    text-align:right !important;
}

.products .product .price del{
    display:block;
    margin:0 0 3px !important;
    color:#8e8e88 !important;
    font-size:12px !important;
    font-weight:400 !important;
}

.products .product .price ins{
    display:block;
}

/* Purchase area */
.awara-card-purchase{
    grid-area:purchase;
    margin-top:2px !important;
}

/* Swatch layout */
.awara-swatches{
    margin:0 0 14px !important;
}

.awara-swatch-group{
    margin:0 0 12px !important;
}

.awara-swatch-heading{
    margin:0 0 7px !important;
    font-size:12px !important;
    color:var(--awara-card-muted) !important;
    letter-spacing:.2px;
}

.awara-swatch-title{
    color:var(--awara-card-muted) !important;
    font-weight:500 !important;
}

.awara-swatch-current{
    color:var(--awara-card-ink) !important;
    font-weight:500 !important;
}

/* Minimal chips */
.awara-swatch-list{
    gap:6px !important;
}

.awara-swatch{
    min-width:36px !important;
    height:30px !important;
    padding:0 10px !important;
    border:1px solid transparent !important;
    border-radius:999px !important;
    background:var(--awara-card-chip) !important;
    color:var(--awara-card-ink) !important;
    font-size:11px !important;
    font-weight:500 !important;
    box-shadow:none !important;
    transform:none !important;
}

.awara-swatch:hover{
    border-color:rgba(17,17,17,.22) !important;
    transform:none !important;
}

.awara-swatch.is-selected{
    background:var(--awara-card-ink) !important;
    border-color:var(--awara-card-ink) !important;
    color:#ffffff !important;
}

/* Color dots */
.awara-swatch.awara-colour-swatch{
    width:28px !important;
    min-width:28px !important;
    height:28px !important;
    padding:3px !important;
    border:1px solid rgba(17,17,17,.18) !important;
    background:#ffffff !important;
    box-shadow:none !important;
}

.awara-colour-swatch.is-selected{
    border-color:#111111 !important;
    box-shadow:0 0 0 1px #111111 !important;
}

/* Premium CTA */
.products .product .awara-premium-cart,
.awara-card-purchase .single_add_to_cart_button{
    min-height:42px !important;
    padding:11px 14px !important;
    border:1px solid var(--awara-card-ink) !important;
    border-radius:999px !important;
    background:var(--awara-card-ink) !important;
    color:#ffffff !important;
    font-size:11px !important;
    font-weight:600 !important;
    letter-spacing:.35px !important;
    text-transform:none !important;
    box-shadow:none !important;
}

.products .product .awara-premium-cart:hover,
.awara-card-purchase .single_add_to_cart_button:hover{
    background:transparent !important;
    color:var(--awara-card-ink) !important;
    transform:none !important;
}

.awara-cart-icon,
.awara-cart-icon svg{
    width:15px !important;
    height:15px !important;
}

.awara-card-purchase .single_add_to_cart_button::before{
    width:15px !important;
    height:15px !important;
}

/* Disabled button */
.awara-card-purchase .single_add_to_cart_button.disabled,
.awara-card-purchase .single_add_to_cart_button:disabled,
.awara-card-purchase .single_add_to_cart_button.wc-variation-selection-needed{
    background:#d8d7d1 !important;
    border-color:#d8d7d1 !important;
    color:#7f7f78 !important;
}

/* Responsive */
@media screen and (max-width:767px){
    .products .product .product-wrapper{
        border-radius:18px !important;
    }

    .products .product .thumbnail-wrapper{
        padding:7px 7px 0 !important;
    }

    .products .product .thumbnail-wrapper figure,
    .products .product .thumbnail-wrapper img{
        border-radius:13px !important;
    }

    .products .product .meta-wrapper{
        padding:12px 12px 14px !important;
        grid-template-columns:minmax(0,1fr);
        grid-template-areas:
            "title"
            "price"
            "purchase";
        row-gap:7px;
    }

    .products .product .heading-title,
    .products .product .product-name,
    .products .product h2,
    .products .product h3{
        font-size:15px !important;
        line-height:1.12 !important;
    }

    .products .product .price{
        padding-left:0 !important;
        border-left:0 !important;
        font-size:17px !important;
        text-align:left !important;
    }

    .products .product .price del{
        display:inline;
        margin-right:5px !important;
        font-size:11px !important;
    }

    .products .product .price ins{
        display:inline;
    }

    .awara-swatch-heading{
        font-size:11px !important;
    }

    .awara-swatch{
        min-width:31px !important;
        height:27px !important;
        padding:0 8px !important;
        font-size:10px !important;
    }

    .awara-swatch.awara-colour-swatch{
        width:25px !important;
        min-width:25px !important;
        height:25px !important;
    }

    .products .product .awara-premium-cart,
    .awara-card-purchase .single_add_to_cart_button{
        min-height:38px !important;
        padding:9px 10px !important;
        font-size:10px !important;
    }
}


/* =========================================================
   V1.2 — COMPACT PRODUCT TYPOGRAPHY
   Title and price styled like the supplied reference.
========================================================= */

.products .product .meta-wrapper{
    padding:16px 16px 18px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:0 !important;
}

/* Compact bold uppercase title */
.products .product .heading-title,
.products .product .product-name,
.products .product h2,
.products .product h3{
    width:100% !important;
    margin:0 0 7px !important;
    padding:0 !important;
    color:#111111 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    letter-spacing:-.15px !important;
    text-align:left !important;
    text-transform:uppercase !important;
}

/* Slightly larger small price text */
.products .product .price{
    width:100% !important;
    margin:0 0 14px !important;
    padding:0 !important;
    border:0 !important;
    color:#6f6f6f !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:13px !important;
    font-weight:400 !important;
    line-height:1.3 !important;
    text-align:left !important;
    white-space:normal !important;
}

/* More breathing room before swatches/button */
.awara-card-purchase{
    width:100% !important;
    margin-top:8px !important;
}

/* Keep sale prices tidy */
.products .product .price del{
    display:inline !important;
    margin-right:5px !important;
    color:#9a9a9a !important;
    font-size:12px !important;
}

.products .product .price ins{
    display:inline !important;
    color:#6f6f6f !important;
}

/* Mobile tuning */
@media screen and (max-width:767px){
    .products .product .meta-wrapper{
        padding:13px 12px 15px !important;
    }

    .products .product .heading-title,
    .products .product .product-name,
    .products .product h2,
    .products .product h3{
        margin-bottom:6px !important;
        font-size:13px !important;
        line-height:1.16 !important;
    }

    .products .product .price{
        margin-bottom:11px !important;
        font-size:12px !important;
        line-height:1.3 !important;
    }

    .awara-card-purchase{
        margin-top:7px !important;
    }
}
