/* =========================
   POSH PASTURES CLEAN CSS
========================= */

/* =========================
   HEADER / SEARCH
========================= */

.header-search,
.elementor-search-form {
    max-width: 220px !important;
}

.elementor-search-form__container {
    min-height: 34px !important;
    height: 34px !important;
}

.elementor-search-form__input {
    font-size: 13px !important;
    padding: 6px 10px !important;
}

.elementor-search-form__submit {
    width: 42px !important;
    min-width: 42px !important;
}

/* =========================
   PRODUCT PAGE LAYOUT
========================= */

header,
.elementor-location-header,
.site-content,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .summary.entry-summary {
    padding: 20px 10px 20px 0 !important;
}

/* =========================
   PRODUCT TITLE
========================= */

body.single-product .product_title {
    color: #111 !important;
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    max-width: 700px;
}

/* =========================
   PRICE STYLING
========================= */

body.single-product p.price,
body.single-product .price,
body.single-product .elementor-widget-woocommerce-product-price .price {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    color: #1a2a6c !important;
    margin-bottom: 25px !important;
}

body.single-product .price .woocommerce-Price-amount,
body.single-product .price bdi {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1a2a6c !important;
}

body.single-product .price small,
body.single-product .price .woocommerce-price-suffix,
body.single-product .price span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-transform: uppercase;
}

/* =========================
   STOCK TEXT
========================= */

body.single-product .stock {
    font-size: 15px !important;
    color: #5c7c2f !important;
    margin-bottom: 25px !important;
}

/* =========================
   DELIVERY BOX
========================= */

.delivery-box {
    border: 2px solid #2846ff;
    border-radius: 10px;
    padding: 22px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.5;
    background: #fafcff;
}

/* =========================
   QUANTITY BOX
========================= */

body.single-product input.qty {
    width: 70px !important;
    height: 52px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
}

/* =========================
   ADD TO CART BUTTON
========================= */

body.single-product .single_add_to_cart_button {
    background: #1a7f37 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 34px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: 0.2s ease;
}

body.single-product .single_add_to_cart_button:hover {
    background: #14652c !important;
}

/* =========================
   PRODUCT IMAGES
========================= */

body.single-product .woocommerce-product-gallery img {
    border-radius: 12px !important;
}

/* =========================
   PRODUCT GALLERY ARROWS
========================= */

.single-product .wpgs-for .slick-arrow {
    background: rgba(0,0,0,0.7) !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    z-index: 999999 !important;
}

.single-product .wpgs-for .slick-arrow:before {
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 54px !important;
}

/* =========================
   PRODUCT TABS
========================= */

body.single-product .woocommerce-tabs {
    max-width: 1200px;
    margin: 60px auto;
}

/* =========================
   KLARNA BOX
========================= */

.klarna-category-message {
    margin: 14px 0;
    padding: 12px;
    background: #faf7ff;
    border: 1px solid #e5d9ff;
    border-radius: 8px;
    text-align: center;
    line-height: 1.5;
}

.klarna-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #6c2bd9;
    margin-bottom: 4px;
}

.klarna-payments {
    display: block;
    font-size: 15px;
    color: #222;
}

.klarna-small {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    body.single-product .product_title {
        font-size: 30px !important;
    }

    body.single-product .price .woocommerce-Price-amount,
    body.single-product .price bdi {
        font-size: 18px !important;
    }

    body.single-product .single_add_to_cart_button {
        width: 100%;
    }

    .single-product .wpgs-for .slick-arrow {
        width: 44px !important;
        height: 44px !important;
    }

    .single-product .wpgs-for .slick-arrow:before {
        font-size: 22px !important;
        line-height: 44px !important;
    }

}