/*
Theme Name: Aroma Amour
Theme URI: https://aromaamour.pk
Author: Nasir Zia
Author URI: https://nasirzia.com
Description: Theme Designed by Nasir Zia.
Requires at least: 6.1
Tested up to: 7.1
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.innerheader {
    background: #000;
    color: #fff;
    text-align: center;
}
.inner-title {
    
    padding-bottom:50px;
}
.inner-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.main-wrapper {
width:100%;
 max-width:1280px;
 margin:0 auto;
    padding-top: 100px;
}
.innerheaderpart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.innerheader img {
    width: 100px;
}

.innerheader .col-md-2.logoforthisone {
    display: block;
    text-align: left;
}

.inner-social {
    display: flex;
    flex-direction: row;
    padding:10px 10px 0 0;
}

.inner-social a{
    color:#fff;
    font-size:22px;
    margin:0 0 0 20px
}

/* About Us — full-bleed layout inside main-wrapper */
.page-template-page-about-us .main-wrapper,
.page-template-page-template-page-about-us-php .main-wrapper {
    max-width: none;
    width: 100%;
    padding-top: 40px;
    margin: 0;
}

.about-page {
    overflow: hidden;
}

.about-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 600;
    color: #f59425;
    margin-bottom: 10px;
}

.about-brand-title {
    font-size: clamp(48px, 7vw, 84px);
    line-height: 0.95;
    margin: 0 0 18px;
    color: #111;
}

.about-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 16px;
    max-width: 34em;
}

.about-story {
    padding: 20px 0 80px;
}

.about-story-copy p {
    color: #555;
    line-height: 1.75;
    font-size: 15px;
}

.about-cms-content {
    margin-top: 18px;
}

.about-collage {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    align-items: end;
    min-height: 520px;
}

.about-collage-main img,
.about-collage-stack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-collage-main {
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    animation: aboutFadeUp 0.9s ease both;
}

.about-collage-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 100%;
    min-height: 520px;
}

.about-collage-stack img:first-child {
    animation: aboutFadeUp 1s ease 0.12s both;
}

.about-collage-stack img:last-child {
    animation: aboutFadeUp 1.1s ease 0.22s both;
}

.about-philosophy {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 90px 0;
}

.about-philosophy-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(0.15) brightness(0.45);
    transform: scale(1.02);
}

.about-philosophy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.72), rgba(31,88,172,0.35) 55%, rgba(239,21,21,0.28));
}

.about-philosophy .container {
    position: relative;
    z-index: 1;
}

.about-philosophy-copy h2 {
    font-size: clamp(42px, 6vw, 72px);
    margin-bottom: 16px;
    color: #fff;
}

.about-philosophy-copy p {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,0.9);
    margin: 0 auto;
    max-width: 34em;
}

.about-values {
    padding: 90px 0 70px;
    background: #fff;
}

.about-values-row {
    border-top: 1px solid #ececec;
    padding-top: 40px;
}

.about-value {
    padding-right: 20px;
}

.about-value-num {
    display: block;
    font-size: 13px;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: #1f58ac;
    margin-bottom: 14px;
}

.about-value h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.about-value p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}

.about-dual {
    padding: 20px 0 70px;
}

.about-dual-panel {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    min-height: 420px;
}

.about-dual-panel img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.4s ease;
}

.about-dual-panel:hover img {
    transform: scale(1.05);
    filter: brightness(0.85);
}

.about-dual-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: #fff;
}

.about-dual-caption span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    margin-bottom: 6px;
    opacity: 0.85;
}

.about-dual-caption strong {
    font-size: 22px;
    font-weight: 500;
}

.about-journey {
    padding: 90px 0;
    background: #faf7f2;
}

.about-journey-visual {
    position: relative;
    min-height: 420px;
}

.about-journey-visual > img:first-child {
    width: 85%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.about-journey-float {
    position: absolute;
    width: 42% !important;
    height: auto !important;
    right: 0;
    bottom: -24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    animation: aboutFloat 4.5s ease-in-out infinite;
}

.about-journey-copy h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    margin: 0 0 28px;
    color: #111;
}

.about-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.about-steps li {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #e4ddd3;
}

.about-steps li:last-child {
    border-bottom: 1px solid #e4ddd3;
}

.about-steps strong {
    font-size: 16px;
    color: #111;
}

.about-steps span {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.about-cta {
    padding: 100px 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(31,88,172,0.12), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(239,21,21,0.1), transparent 35%),
        #111;
    color: #fff;
    text-align: center;
}

.about-cta h2 {
    font-size: clamp(42px, 6vw, 70px);
    color: #fff;
    margin-bottom: 14px;
}

.about-cta p {
    max-width: 28em;
    margin: 0 auto 28px;
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.7;
}

.about-cta-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about-cta-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.45);
    padding-bottom: 2px;
    font-size: 15px;
}

.about-cta-link:hover {
    color: #a2cfde;
    border-color: #a2cfde;
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
    .about-collage,
    .about-collage-stack {
        min-height: 0;
    }

    .about-collage {
        grid-template-columns: 1fr;
    }

    .about-collage-main {
        min-height: 340px;
        height: 340px;
    }

    .about-collage-stack {
        grid-template-rows: none;
        grid-template-columns: 1fr 1fr;
        min-height: 220px;
        height: 220px;
    }

    .about-steps li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .about-journey-visual > img:first-child {
        width: 100%;
        height: 360px;
    }

    .about-journey-float {
        width: 38% !important;
        bottom: -16px;
    }
}

@media (max-width: 767px) {
    .about-story {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .about-philosophy {
        min-height: 340px;
        padding: 70px 0;
    }

    .about-dual-panel,
    .about-dual-panel img {
        min-height: 300px;
    }

    .about-stats .col-6 {
        margin-bottom: 24px;
    }

    .about-journey {
        padding: 60px 0 80px;
    }

    .about-cta {
        padding: 70px 0;
    }
}

/* WooCommerce product card — fixed layout */
section.product-list .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.single-list-item {
    background: #fff;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.single-list-item .product-thumb {
    display: block;
    background: #f5f5f5;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.single-list-item .product-thumb img,
.single-list-item > a:not(.wishlist):not(.linkbtn) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.single-list-item:hover .product-thumb img,
.single-list-item:hover > a:not(.wishlist):not(.linkbtn) img {
    transform: scale(1.04);
    filter: none;
}

.single-list-item .product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 16px 18px;
}

.single-list-item h4 {
    position: relative;
    margin: 0 0 6px;
    padding-right: 52px;
    min-height: 44px;
}

.single-list-item h4 a {
    color: #111;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}

.single-list-item h4 .product-rating,
.single-list-item h4 span.product-rating {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #222;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-weight: 600;
    white-space: nowrap;
}

.single-list-item h4 .product-rating i {
    color: #FFC107;
    font-size: 12px;
}

.single-list-item h6 {
    color: #9d9d9d;
    padding: 0;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.single-list-item .list-price,
.single-list-item span.list-price {
    display: block;
    color: #E91E63;
    padding: 0;
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.single-list-item .list-price .woocommerce-Price-amount,
.single-list-item .list-price .woocommerce-Price-amount bdi,
.single-list-item .list-price .amount {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}

.single-list-item a.linkbtn {
    display: block;
    margin: auto 0 0;
    padding: 11px 12px;
    width: 100%;
    border-radius: 40px;
    background: #a2cfde;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.single-list-item a.linkbtn:hover {
    background: #7fb9cd;
    color: #fff;
}

.single-list-item a.wishlist {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    color: #e91e64;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Prevent old broad span rule from breaking cards */
.single-list-item > span:not(.list-price) {
    display: block;
}

@media (max-width: 767px) {
    .single-list-item h4 {
        min-height: 40px;
        padding-right: 46px;
    }

    .single-list-item h4 a {
        font-size: 13px;
    }

    .single-list-item .list-price {
        font-size: 16px;
    }
}

/* ===== Cart drawer ===== */
.aroma-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.aroma-cart-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.aroma-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(400px, 92vw);
    height: 100%;
    background: #fff;
    z-index: 9999;
    transform: translateX(105%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -12px 0 40px rgba(0,0,0,0.18);
}

.aroma-cart-drawer.is-open {
    transform: translateX(0);
}

body.aroma-cart-open {
    overflow: hidden;
}

.aroma-cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.aroma-cart-drawer-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.aroma-cart-count {
    font-weight: 500;
    color: #777;
    font-size: 15px;
}

.aroma-cart-close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #222;
    padding: 0 4px;
}

.aroma-cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
}

.aroma-mini-cart-list {
    list-style: none;
    margin: 0;
    padding: 0 16px;
    flex: 1;
}

.aroma-mini-cart-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.aroma-mini-cart-item .remove {
    position: absolute;
    top: 10px;
    right: 0;
    color: #999;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
}

.aroma-mini-cart-thumb img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #eee;
    display: block;
}

.aroma-mini-cart-name {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    padding-right: 18px;
    margin-bottom: 6px;
}

.aroma-mini-cart-meta {
    display: block;
    font-size: 13px;
    color: #666;
}

.aroma-mini-cart-footer {
    margin-top: auto;
    border-top: 1px solid #eee;
    padding: 16px 18px 22px;
    background: #fafafa;
}

.aroma-mini-cart-footer .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 14px;
    font-size: 15px;
}

.aroma-mini-cart-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
}

.aroma-btn-outline,
.aroma-btn-solid,
.aroma-mini-cart-buttons .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

.aroma-btn-outline,
.aroma-mini-cart-buttons .button.wc-forward:not(.checkout) {
    background: #fff !important;
    color: #111 !important;
    border-color: #111 !important;
}

.aroma-btn-solid,
.aroma-mini-cart-buttons .button.checkout {
    background: #b71c1c !important;
    color: #fff !important;
    border-color: #b71c1c !important;
}

.aroma-mini-cart-empty {
    padding: 48px 24px;
    text-align: center;
}

.aroma-mini-cart-empty p {
    margin-bottom: 18px;
    color: #666;
}

/* ===== Single Product (Scents-inspired) ===== */
.aroma-product-page .inner-title {
    display: none;
}

.aroma-product-page .main-wrapper {
    max-width: none;
    width: 100%;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 60px;
}

.aroma-sp-wrap,
.aroma-single-product {
    background: #fff;
}

.aroma-sp-container {
    max-width: 1200px;
}

.aroma-sp-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: start;
    padding: 20px 0 50px;
}

.aroma-sp-gallery {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: start;
}

.aroma-sp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 520px;
    overflow-y: auto;
}

.aroma-sp-thumb {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0;
    width: 72px;
    height: 72px;
    overflow: hidden;
    cursor: pointer;
}

.aroma-sp-thumb.is-active {
    border-color: #111;
}

.aroma-sp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aroma-sp-main-image {
    background: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.aroma-sp-main-image--solo {
    grid-column: 1 / -1;
}

.aroma-sp-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aroma-sp-collection {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px;
    text-transform: none;
}

.aroma-sp-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #111;
    line-height: 1.15;
}

.aroma-sp-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    margin-bottom: 14px;
    font-size: 13px;
}

.aroma-sp-stars {
    color: #111;
}

.aroma-sp-stars .fa-star {
    color: #111;
    font-size: 12px;
}

.aroma-sp-excerpt {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.aroma-sp-excerpt p {
    margin: 0;
}

.aroma-sp-price-wrap {
    margin: 0 0 18px;
}

.aroma-sp-price,
.aroma-sp-price .amount,
.aroma-sp-price .woocommerce-Price-amount {
    color: #c62828 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

.aroma-sp-price del {
    opacity: 0.55;
    margin-right: 8px;
}

.aroma-sp-price del .amount {
    font-size: 18px !important;
}

.aroma-sp-format {
    margin-bottom: 18px;
}

.aroma-sp-format-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #777;
    margin-bottom: 10px;
}

.aroma-sp-format-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aroma-sp-pill {
    margin: 0;
    cursor: pointer;
}

.aroma-sp-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aroma-sp-pill span {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    color: #222;
    background: #fff;
    transition: border-color 0.2s, background 0.2s;
}

.aroma-sp-pill input:checked + span {
    border-color: #111;
    background: #111;
    color: #fff;
}

.aroma-sp-attr-select {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.aroma-sp-qty-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.aroma-sp-qty-label {
    font-size: 13px;
    color: #666;
}

.aroma-sp-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.aroma-sp-qty-btn {
    width: 38px;
    height: 40px;
    border: 0;
    background: #fafafa;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.aroma-sp-qty .quantity {
    margin: 0;
}

.aroma-sp-qty .qty {
    width: 48px !important;
    height: 40px;
    border: 0 !important;
    text-align: center;
    box-shadow: none !important;
    background: #fff;
}

.aroma-sp-atc,
.single_add_to_cart_button.aroma-sp-atc {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: #b71c1c !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    padding: 15px 20px !important;
    margin: 8px 0 18px;
    transition: background 0.2s;
}

.aroma-sp-atc:hover {
    background: #8e0000 !important;
}

.aroma-sp-trust {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.aroma-sp-trust li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #333;
    padding: 6px 0;
}

.aroma-sp-trust i {
    width: 18px;
    text-align: center;
    color: #111;
}

.aroma-sp-tax-note {
    font-size: 12px;
    color: #888;
    margin: 0 0 18px;
}

.aroma-sp-feature-icons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.aroma-sp-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90px;
    text-align: center;
    font-size: 11px;
    color: #444;
}

.aroma-sp-feature-icon {
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111;
}

.woocommerce-variation-price {
    display: none;
}

.woocommerce-variation.single_variation {
    margin-bottom: 8px;
}

.aroma-sp-fbt {
    border-top: 1px solid #eee;
    padding: 40px 0;
}

.aroma-sp-fbt h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.aroma-sp-fbt-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.aroma-sp-fbt-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

.aroma-sp-fbt-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 1px solid #eee;
}

.aroma-sp-fbt-item strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.aroma-sp-fbt-item strong a {
    color: #111;
    text-decoration: none;
}

.aroma-sp-fbt-item span {
    font-size: 13px;
    color: #c62828;
}

.aroma-sp-fbt-plus {
    font-size: 22px;
    color: #999;
}

.aroma-sp-fbt-action {
    margin-left: auto;
    text-align: right;
}

.aroma-sp-fbt-total {
    margin: 0 0 10px;
    font-size: 14px;
}

.aroma-sp-fbt-btn {
    display: inline-block;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.aroma-sp-accordions {
    border-top: 1px solid #eee;
    padding: 10px 0 30px;
}

.aroma-sp-acc {
    border-bottom: 1px solid #e8e8e8;
}

.aroma-sp-acc summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.aroma-sp-acc summary::-webkit-details-marker {
    display: none;
}

.aroma-sp-acc summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
}

.aroma-sp-acc[open] summary::after {
    content: "–";
}

.aroma-sp-acc-body {
    padding: 0 0 22px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.aroma-sp-notes-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.aroma-sp-notes-list li {
    padding: 6px 0;
}

.aroma-sp-reviews {
    border-top: 1px solid #eee;
    padding: 40px 0;
}

.aroma-sp-reviews h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.aroma-sp-related {
    border-top: 1px solid #eee;
    padding: 40px 0 20px;
}

.aroma-sp-related h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
}

.aroma-sp-related .row {
    display: flex;
    flex-wrap: wrap;
}

.aroma-sp-summary .reset_variations {
    display: none !important;
}

.aroma-sp-summary .woocommerce-variation-availability {
    margin-bottom: 8px;
    font-size: 13px;
}

.aroma-sp-reviews .comment-respond,
.aroma-sp-reviews .woocommerce-Reviews {
    max-width: 820px;
}

.aroma-sp-reviews .comment-form textarea,
.aroma-sp-reviews .comment-form input[type="text"],
.aroma-sp-reviews .comment-form input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.aroma-sp-reviews .star-rating {
    color: #111;
}


@media (max-width: 991px) {
    .aroma-sp-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .aroma-sp-gallery {
        grid-template-columns: 60px 1fr;
    }

    .aroma-sp-fbt-action {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .aroma-sp-fbt-row {
        flex-direction: column;
        align-items: stretch;
    }

    .aroma-sp-fbt-item {
        min-width: 0;
        width: 100%;
    }

    .aroma-sp-summary h1 {
        font-size: clamp(22px, 6vw, 30px);
    }

    .aroma-sp-price {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .aroma-sp-gallery {
        grid-template-columns: 1fr;
    }

    .aroma-sp-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
    }

    .aroma-sp-thumb {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }

    .aroma-sp-atc-row {
        flex-wrap: wrap;
    }

    .aroma-sp-atc-row .single_add_to_cart_button {
        width: 100%;
        margin-top: 10px;
    }
}
.col-auto.logoforthisone {
    width: 160px;
}
img.tpimg.no-mobile {
    float: right;
}