/**
 * Schulman's Home - Child Theme Custom CSS
 * All site-specific overrides go here.
 * This file is loaded on every page via Magento_Theme/layout/default_head_blocks.xml
 */


/* ==========================================================================
   BASE — Ensure body stays white (overrides Porto's #8f8f8f mobile-nav rule)
   ========================================================================== */

body {
    background-color: #ffffff !important;
}

body.contact-index-index,
body.customer-account-login,
body.customer-account-create,
body.customer-account-forgotpassword,
body.customer-account-createpassword,
body.catalog-category-view {
    background-color: #f5f5f5 !important;
}



/* ==========================================================================
   SIDEBAR — White card for the entire sidebar column
   ========================================================================== */

.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
}

/* Shrink sidebar slightly so the two floated columns no longer add up to 100%,
   creating a natural gap between the sidebar card and the product grid */
.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
    width: calc(22.3% - 20px) !important;
}

/* Hide the Size filter from the category sidebar */
.filter-options-item[attribute="size"] {
    display: none !important;
}

/* Blocks inside are transparent — sidebar handles the bg */
.catalog-category-view .sidebar-main .block,
.catalog-category-view .sidebar-main .side-custom-block,
.catalogsearch-result-index .sidebar-main .block,
.catalogsearch-result-index .sidebar-main .side-custom-block {
    background: transparent;
}

/* — COMMENTED OUT (pending step-by-step restore) —
@media (min-width: 992px) {
    .catalog-category-view .columns,
    .catalogsearch-result-index .columns {
        display: flex;
        align-items: flex-start;
    }
    .catalog-category-view .column.main,
    .catalogsearch-result-index .column.main {
        flex: 1;
        min-width: 0;
    }
    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        order: -1;
        flex-shrink: 0;
        width: 24% !important;
        border-radius: 8px;
        overflow: hidden;
        padding: 20px 16px !important;
        box-sizing: border-box;
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}
@media (max-width: 991px) {
    .catalog-category-view .sidebar-main,
    .catalogsearch-result-index .sidebar-main {
        border-radius: 8px;
        overflow: hidden;
        padding: 16px;
        box-sizing: border-box;
    }
}
*/


/* ==========================================================================
   SOCIAL ICONS — TikTok (not in Porto's bundled FA6, use SVG mask)
   ========================================================================== */

.share-links .share-tiktok {
    background: #010101 !important;
    overflow: hidden;
}
.share-links .share-tiktok::before {
    font-family: none !important;
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M448 209.9a210.1 210.1 0 0 1-122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0h88a121.2 121.2 0 0 0 1.9 22.2A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
    z-index: 2;
}


/* ==========================================================================
   HEADER NAV — Hide All Departments toggle
   ========================================================================== */

#main-toggle-menu {
    display: none !important;
}




/* ==========================================================================
   HEADER NAV — Font styling & dropdown alignment
   ========================================================================== */

@media (min-width: 992px) {
    .page-header.type22 .navigation .level-top {
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.06em !important;
    }

    /* header-center centres the whole nav — reset dropdowns back to left */
    .page-header.type22 .navigation .submenu,
    .page-header.type22 .navigation .subchildmenu {
        text-align: left;
    }

    /* Pop nested submenus to the RIGHT of the parent dropdown */
    .page-header.type22 .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu {
        left: 100% !important;
        right: auto !important;
    }
}


/* ==========================================================================
   HEADER NAV — Fix 2-line wrapping
   ========================================================================== */

@media (min-width: 992px) {
    /* Prevent the main nav from wrapping to a second line */
    .page-header.type22 .navigation:not(.side-megamenu) > ul {
        flex-wrap: nowrap !important;
    }

    /* Porto's default right-padding at 1220px+ is 39px — too wide for 9 items.
       This keeps the dropdown arrow space (20px right) while fitting on one row. */
    .page-header.type22 .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 10px 20px 10px 10px !important;
        font-size: 13px !important;
    }
}


/* ==========================================================================
   HEADER TOP BAR — Layout, spacing & typography
   ========================================================================== */

.topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .01em;
    color: #444;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Small icons — override the 23.68px Porto default for .wel-msg i */
.topbar-content i {
    font-size: 11px !important;
    color: #ec268f;
    margin-right: 5px;
}

.topbar-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.topbar-link:hover {
    color: #ec268f;
}

/* Vertical pipe divider */
.topbar-divider {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #ddd;
    flex-shrink: 0;
}

/* Social icons in topbar — smaller than footer version */
.topbar-social.share-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar-social.share-links a {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
    line-height: 22px !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    background: transparent !important;
    color: #666 !important;
}

.topbar-social.share-links a:hover {
    background: #ec268f !important;
    border-color: #ec268f !important;
    color: #fff !important;
}

/* TikTok in topbar — white SVG is invisible on transparent bg.
   Use filter to darken it for default state, restore on hover. */
.topbar-social.share-links .share-tiktok {
    background: transparent !important;
}

.topbar-social.share-links .share-tiktok::before {
    filter: brightness(0) opacity(0.45) !important;
}

.topbar-social.share-links .share-tiktok:hover {
    background: #ec268f !important;
}

.topbar-social.share-links .share-tiktok:hover::before {
    filter: none !important;
}

/* Account / nav links on the right of the top panel */
.page-header.type22 .header.links > li > a {
    font-weight: 600 !important;
    font-size: 12.5px !important;
}


/* ==========================================================================
   LEGAL PAGES — Boxed layout, typography & title suppression
   (Privacy Policy, Terms & Conditions, Returns Policy, Shipping & Delivery)
   ========================================================================== */

/* Hide the Magento-rendered page title — each page has its own inside the content */
.cms-privacy-policy .page-title-wrapper,
.cms-terms-conditions .page-title-wrapper,
.cms-returns-policy .page-title-wrapper,
.cms-customer-service .page-title-wrapper {
    display: none;
}

/* Constrained centred layout */
.privacy-policy-content,
.terms-conditions-content,
.returns-policy-content,
.shipping-delivery-content {
    max-width: 860px;
    margin: 40px auto 60px;
    padding: 0 24px;
}

/* Intro paragraph */
.privacy-policy-content .policy-intro,
.returns-policy-content .policy-intro,
.shipping-delivery-content .policy-intro {
    font-size: 13px;
    color: #888;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1.2rem;
    margin-bottom: 1.8rem;
}

/* Document title — first h3 in Terms, h2.policy-page-title in Privacy, Returns & Shipping */
.terms-conditions-content h3:first-of-type,
.privacy-policy-content h2.policy-page-title,
.returns-policy-content h2.policy-page-title,
.shipping-delivery-content h2.policy-page-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.02em;
    text-transform: none;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: .4rem;
    color: #222529;
}

/* Subtitle line under page titles */
.privacy-policy-content .policy-subtitle,
.returns-policy-content .policy-subtitle,
.shipping-delivery-content .policy-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 1.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #f0f0f0;
}

/* Section headings */
.privacy-policy-content h2:not(.policy-page-title),
.terms-conditions-content h3:not(:first-of-type),
.returns-policy-content h2:not(.policy-page-title),
.shipping-delivery-content h2:not(.policy-page-title) {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #222529;
    margin-top: 2.2rem;
    margin-bottom: .6rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #efefef;
}

/* Body text */
.privacy-policy-content p,
.terms-conditions-content p,
.returns-policy-content p,
.shipping-delivery-content p {
    font-size: 14px;
    line-height: 1.85;
    color: #555;
    margin-bottom: .9rem;
}

/* Lists */
.privacy-policy-content ul,
.terms-conditions-content ul,
.returns-policy-content ul,
.shipping-delivery-content ul {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

.privacy-policy-content ul li,
.terms-conditions-content ul li,
.returns-policy-content ul li,
.shipping-delivery-content ul li {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin-bottom: .35rem;
}

/* Links */
.privacy-policy-content a,
.terms-conditions-content a,
.returns-policy-content a,
.shipping-delivery-content a {
    color: #ec268f;
    text-decoration: none;
}

.privacy-policy-content a:hover,
.terms-conditions-content a:hover,
.returns-policy-content a:hover,
.shipping-delivery-content a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .privacy-policy-content,
    .terms-conditions-content,
    .returns-policy-content,
    .shipping-delivery-content {
        padding: 0 16px;
        margin: 24px auto 40px;
    }
}


/* ==========================================================================
   HEADER LOGO — Larger logo in normal header; logo in sticky nav for type22
   ========================================================================== */

/* Main logo — lift Porto's 50px max-height cap on desktop */
@media (min-width: 992px) {
    .page-header.type22 .header-main .logo img {
        max-height: 44px !important;
        height: auto !important;
        width: auto !important;
        max-width: none !important;
    }

    /* Sticky state: logo is injected into the nav bar via JS.
       Porto's .sticky-logo uses height:35px — bump it a little for readability. */
    header.page-header.type22.sticky-header .navigation .sticky-logo .logo img {
        height: 30px !important;
        max-height: 42px !important;
        width: auto !important;
        max-width: none !important;
        margin-right: 16px !important;
    }

    /* Ensure the sticky-logo aligns nicely with the nav items */
    header.page-header.type22.sticky-header .navigation .sticky-logo {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
}


/* ==========================================================================
   HOMEPAGE SECTIONS — Spacing between section title/subtitle and product grid
   ========================================================================== */

/*
 * Porto's settings_default.css defines no margin-bottom on .porto-u-heading,
 * so the subtitle text sits flush against the product container below it.
 * Sections that intentionally have no gap already use the Bootstrap mb-0
 * utility class (margin-bottom:0 !important) so they won't be affected.
 */
.cms-index-index .porto-u-heading {
    margin-bottom: 18px;
}


/* ==========================================================================
   PRODUCT CARD — White card with hover lift
   ========================================================================== */

/* Tighten inter-card gap (Porto default: 10px) so each card is wider.
   Switch from float to flexbox grid for equal-height rows. */
.products-grid .products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -6px;
    margin-right: -6px;
}
.products-grid .product-item {
    display: flex;
    float: none;
    padding-left: 6px;
    padding-right: 6px;
}

.product-item-info.type3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.product-item-info.type3 .product-image-photo {
    transition: transform 0.35s ease;
}

.product-item-info.type3:hover .product-image-photo {
    transform: scale(1.07);
}

.product-item-info.type3 .product-item-details {
    flex: 1;
    background: #fff;
    padding: 10px 12px 12px;
}

.product-item-info.type3:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    z-index: 2;
    position: relative;
    border-color: #ec268f;
}

/* Remove Porto's default photo box-shadow on hover — we use card lift + image scale instead */
.product-item-info.type3:hover .product-item-photo:not(.porto-tb-featured-image) {
    box-shadow: none;
}

/* ==========================================================================
   PRODUCT LIST VIEW — White card with hover lift (mirrors grid type3 card)
   ========================================================================== */

.product-item-info.type0 {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    margin-bottom: 12px;
}

.product-item-info.type0:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    z-index: 2;
    position: relative;
    border-color: #ec268f;
}

.product-item-info.type0 .product-item-photo {
    overflow: hidden;
}

.product-item-info.type0 .product-image-photo {
    transition: transform 0.35s ease;
}

.product-item-info.type0:hover .product-image-photo {
    transform: scale(1.07);
}

.product-item-info.type0:hover .product-item-photo:not(.porto-tb-featured-image) {
    box-shadow: none;
}

/* ==========================================================================
   CATEGORY PAGE — Toolbar card + page title
   ========================================================================== */

/* Sort/filter toolbar — white card to match sidebar and product cards */
.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    background: #fff;
    border-radius: 8px;
    padding: 6px 16px;
    margin-bottom: 16px;
    margin-right: 0 !important;  /* cancel Porto's -10px gutter trick so right edge aligns with product cards */
    box-sizing: border-box;
}

/* Kill any bottom margin / right margin on direct toolbar children that inflates the card height */
.catalog-category-view .toolbar-products > *,
.catalogsearch-result-index .toolbar-products > * {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

/* Push grid/list toggle to the far right of the flex toolbar */
.catalog-category-view .toolbar-products .modes,
.catalogsearch-result-index .toolbar-products .modes {
    margin-left: auto;
}

/* Bottom toolbar (after product grid) — strip Porto's border-top/padding-top and keep the card clean */
.catalog-category-view .products.wrapper ~ .toolbar-products,
.catalogsearch-result-index .products.wrapper ~ .toolbar-products {
    border-top: none !important;
    padding-top: 6px !important;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Category & search page title — more presence than Porto's 20px default */
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    text-transform: none;
    margin-bottom: 16px;
}


/* Hide "Cart" text in header minicart — icon only */
.minicart-wrapper .action.showcart .text {
    display: none !important;
}



/* Hide extra staticwidth megamenu items (Fashion, Electronics) from type22 nav */
.page-header.type22 .navigation li.level0.staticwidth {
    display: none !important;
}

/* ==========================================================================
   FOOTER MIDDLE — Social icons (same look & behaviour as header topbar)
   ========================================================================== */

.footer .follow-us .share-links a {
    background: transparent !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

.footer .follow-us .share-links a:hover,
.footer .follow-us .share-links a:focus {
    background: #ec268f !important;
    border-color: #ec268f !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* TikTok: its SVG mask is white — darken to grey in default state, restore on hover */
.footer .follow-us .share-links .share-tiktok::before {
    filter: brightness(0) opacity(0.45) !important;
}
.footer .follow-us .share-links .share-tiktok:hover::before {
    filter: none !important;
}

/* Payment logo — nudge left without affecting surrounding layout */
.footer .widget_media_image img {
    transform: translateX(-15px);
}


/* ==========================================================================
   CONTACT PAGE — Title + horizontal info bar with equal spacing
   ========================================================================== */

h1.contacts-title {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 28px;
    line-height: 1.1;
    text-transform: none;
    border: none;
    padding: 0;
}

h1.contacts-title strong {
    font-weight: 700;
    color: #ec268f;
}

@media (max-width: 767px) {
    h1.contacts-title {
        font-size: 30px;
    }
}

.contact-info-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 32px;
    margin-bottom: 28px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 0;
    min-width: 180px;
    position: relative;
}

.contact-info-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #e8e8e8;
}

.contact-info-item i {
    font-size: 18px;
    color: #fff;
    background-color: #ec268f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-info-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    margin-bottom: 2px;
}

.contact-info-text span:not(.contact-info-label) {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Stack on small screens */
@media (max-width: 575px) {
    .contact-info-items {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Contact + Auth pages — rounded inputs (covers .input-text and .required-entry.input-text) */
#contact-form .input-text,
#contact-form textarea,
body.customer-account-login .input-text,
body.customer-account-create .input-text,
body.customer-account-create .input-text.required-entry {
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    transition: border-color 0.2s ease;
}

#contact-form .input-text:focus,
#contact-form textarea:focus,
body.customer-account-login .input-text:focus,
body.customer-account-create .input-text:focus {
    border-color: #ec268f !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(236, 38, 143, 0.08) !important;
}

#contact-form .action.submit {
    border-radius: 6px !important;
}

/* Contact map — rounded corners + white border */
#store_map {
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #fff;
    box-sizing: border-box;
}

/* Contact form — card wrapper */
.contact-form-col #contact-form {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 32px;
}

/* ==========================================================================
   AUTH PAGES — Shared layout & components (login + signup)
   ========================================================================== */

/* Centred wrapper — contains title + card on both pages */
.auth-wrapper {
    max-width: 520px;
    margin: 40px auto 60px;
}

/* Card — identical for login (.block-customer-login) and signup (.block-customer-register) */
body.customer-account-login .block-customer-login,
body.customer-account-create .block-customer-register {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 36px;
    width: 100%;
    box-sizing: border-box;
}

/* Title block above the card */
.auth-header {
    text-align: center;
    margin-bottom: 28px;
}

.auth-title {
    font-size: 42px;
    font-weight: 300;
    color: #222529;
    margin: 0 0 6px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: none;
    border: none;
    padding: 0;
}

.auth-title strong {
    font-weight: 700;
    color: #ec268f;
}

@media (max-width: 767px) {
    .auth-title { font-size: 30px; }
}

.auth-subtitle {
    font-size: 13.5px;
    color: #888;
    margin: 0;
}

/* Hide Magento's default page titles */
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper {
    display: none !important;
}

/* Hide Porto's block-title and legend headings inside the card */
body.customer-account-login .block-title,
body.customer-account-create .legend {
    display: none !important;
}

/* Strip fieldset defaults — no border, padding, or extra margin on both pages */
body.customer-account-login .fieldset.login,
body.customer-account-create .fieldset.create.account {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
    clear: both !important;
}

/* Consistent field spacing on both pages */
body.customer-account-login .fieldset .field,
body.customer-account-create .fieldset .field {
    margin-bottom: 16px !important;
}

/* Full-width inputs, consistent sizing on both pages */
body.customer-account-login .input-text,
body.customer-account-create .input-text {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    height: auto !important;
}

/* Forgot password link — right-aligned (login only) */
.auth-forgot-row {
    text-align: right;
    margin-top: -8px;
    margin-bottom: 20px;
}

.auth-forgot-link {
    font-size: 12.5px;
    color: #888;
    text-decoration: none;
}

.auth-forgot-link:hover {
    color: #ec268f;
}

/* Submit button — full width, centred text, shared by both pages */
.auth-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 6px !important;
    padding: 13px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Actions toolbar fills full width on both pages */
body.customer-account-login .actions-toolbar,
body.customer-account-create .actions-toolbar {
    width: 100% !important;
    margin: 0 0 16px !important;
}

/* Switch link ("Don't have an account? / Already have one?") — shared */
.auth-switch {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}

.auth-switch a {
    color: #ec268f !important;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
}

.auth-switch a:hover {
    color: #ec268f !important;
    text-decoration: underline;
}

/* Bust Magento's 48% abs-blocks-2columns constraint on login page */
body.customer-account-login .login-container .block {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Hide Porto's "Required fields" note on login */
body.customer-account-login .field.note {
    display: none !important;
}

/* ── Forgot Password & Reset Password — card layout matching login ─────────── */

/* White card */
body.customer-account-forgotpassword .block-customer-forgotpassword,
body.customer-account-createpassword .block-customer-resetpassword {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

/* Ensure form and fieldset don't introduce extra width constraints */
body.customer-account-forgotpassword .form.password.forget,
body.customer-account-createpassword .form.password.reset {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Hide Magento's default page title (second title) */
body.customer-account-forgotpassword .page-title-wrapper,
body.customer-account-createpassword .page-title-wrapper {
    display: none !important;
}

/* Hide Porto block-title and fieldset legend */
body.customer-account-forgotpassword .block-title,
body.customer-account-forgotpassword legend,
body.customer-account-createpassword .block-title,
body.customer-account-createpassword legend {
    display: none !important;
}

/* Strip fieldset defaults */
body.customer-account-forgotpassword .fieldset,
body.customer-account-createpassword .fieldset {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
    clear: both !important;
}

/* Field spacing */
body.customer-account-forgotpassword .fieldset .field,
body.customer-account-createpassword .fieldset .field {
    margin-bottom: 16px !important;
}

/* Full-width inputs */
body.customer-account-forgotpassword .input-text,
body.customer-account-createpassword .input-text {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    height: auto !important;
}

/* Actions toolbar full width */
body.customer-account-forgotpassword .actions-toolbar,
body.customer-account-createpassword .actions-toolbar {
    width: 100% !important;
    margin: 8px 0 16px !important;
}

/* Hide "required fields" note and back link in actions */
body.customer-account-forgotpassword .field.note,
body.customer-account-createpassword .field.note,
body.customer-account-forgotpassword .actions-toolbar .secondary,
body.customer-account-createpassword .actions-toolbar .secondary {
    display: none !important;
}

/* Override compiled CSS that shrinks .form.create.account to 83% and constrains its children.
   Rules from styles-l.css that we must neutralise:
     .form.create.account                  { max-width: 83.333%; margin: 0 auto }
     .form.create.account > .fieldset      { width: 50%; padding: 0 25px; float: left }
     .form.create.account .actions-toolbar { max-width: 50%; padding: 0 25px }
     .form.create.account .actions-toolbar>.primary .action { background:#222529; padding:1rem }
*/
body.customer-account-create .form.create.account {
    max-width: 100% !important;
    margin: 0 !important;
}

body.customer-account-create .form.create.account > .fieldset {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

body.customer-account-create .form.create.account .actions-toolbar {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}

body.customer-account-create .form.create.account .actions-toolbar > .primary,
body.customer-account-create .form.create.account .actions-toolbar > .secondary {
    display: block !important;
    float: none !important;
    width: 100% !important;
}

/* Signup only — first + last name side by side */
body.customer-account-create .field-name-row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

body.customer-account-create .field-name-row .field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0 !important;
    float: none !important;
    width: auto !important;
}

/* Ensure the control div and input fill the flex cell fully */
body.customer-account-create .field-name-row .control {
    width: 100%;
}

body.customer-account-create .field-name-row .input-text {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    height: auto !important;
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
}

@media (max-width: 575px) {
    body.customer-account-create .field-name-row {
        flex-direction: column;
        gap: 0;
    }

    body.customer-account-create .field-name-row .field {
        margin-bottom: 16px !important;
    }
}

/* ==========================================================================
   HOME PAGE — Popular Departments: image scale + button magenta fill
   ========================================================================== */

/* Clip the image so it doesn't overflow the container on scale */
.category-container .product-category .thumb-info-wrapper {
    overflow: hidden;
}

/* Smooth image scale on card hover */
.category-container .product-category .thumb-info-wrapper img {
    display: block;
    transition: transform 0.45s ease;
}

.category-container .product-category:hover .thumb-info-wrapper img {
    transform: scale(1.08);
}

/*
 * Magenta fill animation — left to right "loading" wipe.
 * The gradient is 200% wide: left half = magenta (#ec268f), right half = white.
 * At rest the background is positioned at the right (shows white).
 * On hover it slides to the left (shows magenta) — creating the wipe effect.
 */
.category-container .btn_design {
    background-image: linear-gradient(to right, #ec268f 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.35s ease;
    color: #000;
}

.category-container .product-category:hover .btn_design {
    background-position: left center;
    color: #fff;
}


/* ==========================================================================
   BLOG — Card-style post list matching site design language
   ========================================================================== */

/* Gray page background (matches category / contact pages) */
body.blog-page {
    background-color: #f5f5f5 !important;
}

/* Page title — contact-page style: large, light weight, magenta bold word */
.blog-title-wrapper {
    margin-bottom: 28px;
}

h1.blog-main-title {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 6px;
    line-height: 1.1;
    text-transform: none;
    border: none;
    padding: 0;
}

h1.blog-main-title strong {
    font-weight: 700;
    color: #ec268f;
}

.blog-main-subtitle {
    font-size: 13.5px;
    color: #888;
    margin: 0;
}

@media (max-width: 767px) {
    h1.blog-main-title { font-size: 30px; }
}

/* Remove default <ol> padding/spacing */
.blog-page .post-list-wrapper .post-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ── Post card ─────────────────────────────────────────────────────────── */
.blog-page .post-holder {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

/* Remove Magefan's default border-bottom — card border replaces it */
.blog-page-list .post-holder {
    border-bottom: none !important;
}

.blog-page .post-holder:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    border-color: #ec268f;
    transform: translateY(-2px);
}

/* ── Post header (title + meta) ─────────────────────────────────────────── */
.blog-page .post-holder .post-header {
    padding: 32px 24px 0;
}

.blog-page .post-list .post-header .post-title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.blog-page .post-list .post-header .post-title a {
    color: #222529;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.blog-page .post-list .post-header .post-title a:hover {
    color: #ec268f;
}

/* Meta line (date, author) */
.blog-page .post-holder .post-header .post-info {
    padding: 0 0 16px;
    font-size: 12px;
    color: #bbb;
    letter-spacing: 0.01em;
}

.blog-page .post-holder .post-header .post-info .label {
    font-weight: 600;
    color: #bbb;
}

.blog-page .post-holder .post-header .post-info .value {
    font-style: normal;
    color: #aaa;
}

/* ── Post content (image + excerpt + read-more) ─────────────────────────── */
.blog-page .post-holder .post-content {
    padding: 0 24px 24px;
}

/* Featured image — full-bleed across the card width, fixed height, cover crop */
.blog-page .post-description .post-ftimg-hld {
    margin: 0 -24px 20px;
    height: 220px;
    overflow: hidden;
    border-radius: 0;
}

.blog-page .post-description .post-ftimg-hld img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-page .post-holder:hover .post-ftimg-hld img {
    transform: scale(1.05);
}

/* Excerpt text */
.blog-page .post-text-hld {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 16px;
}

/* Read more — magenta accent, no float */
.blog-page .post-read-more {
    display: inline-block;
    float: none;
    color: #ec268f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-page .post-read-more:hover {
    color: #c01570;
    text-decoration: underline;
}

/* ── Blog sidebar — white card ──────────────────────────────────────────── */
.blog-page .sidebar-additional {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
}

.blog-page .sidebar-additional .block {
    background: transparent;
}


/* ==========================================================================
   CHECKOUT PAGE — Consistent styling matching site design language
   ========================================================================== */

/* Gray page background */
body.checkout-index-index {
    background-color: #f5f5f5 !important;
}

/* ── Each checkout step (Shipping Address + Shipping Methods) as a white card */
.checkout-index-index .opc-wrapper .opc > li {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 28px 32px;
    margin-bottom: 20px;
    box-sizing: border-box;
    list-style: none;
}

/* ── Step titles ("Shipping Address", "Shipping Methods") ───────────────── */
.checkout-index-index .opc-wrapper .step-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #ec268f !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 16px !important;
    margin-bottom: 24px !important;
    margin-top: 0 !important;
}

/* ── Form inputs & selects — rounded + magenta focus ────────────────────── */
.checkout-index-index .input-text,
.checkout-index-index select.select {
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-index-index .input-text:focus,
.checkout-index-index select.select:focus {
    border-color: #ec268f !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(236, 38, 143, 0.08) !important;
}

/* ── Field labels ───────────────────────────────────────────────────────── */
.checkout-index-index .field .label span {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.02em;
}

/* ── Saved address cards ────────────────────────────────────────────────── */
.checkout-index-index .shipping-address-item {
    border-radius: 8px !important;
    border: 2px solid #e5e5e5 !important;
    transition: border-color 0.2s ease;
    font-size: 13.5px;
    line-height: 1.7;
}

.checkout-index-index .shipping-address-item:hover {
    border-color: #f5a8d4 !important;
}

.checkout-index-index .shipping-address-item.selected-item {
    border-color: #ec268f !important;
}

/* Selected address checkmark badge — magenta */
.checkout-index-index .shipping-address-item.selected-item::after {
    background: #ec268f !important;
    border-radius: 0 8px 0 0;
}

/* ── "Ship Here" button ─────────────────────────────────────────────────── */
.checkout-index-index .action-select-shipping-item {
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ── Shipping method table ──────────────────────────────────────────────── */
.checkout-index-index .table-checkout-shipping-method tbody td {
    border-top-color: #f0f0f0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 13.5px;
}

.checkout-index-index .table-checkout-shipping-method tbody tr:hover td {
    background: #fdf5fa;
}

/* Highlight selected shipping row */
.checkout-index-index .table-checkout-shipping-method tbody input[type="radio"]:checked ~ td,
.checkout-index-index .table-checkout-shipping-method tbody tr:has(input:checked) td {
    color: #ec268f;
    font-weight: 600;
}

/* ── Primary / Continue button — magenta ────────────────────────────────── */
.checkout-index-index .action.primary,
.checkout-index-index .actions-toolbar > .primary .action {
    background-color: #ec268f !important;
    border-color: #ec268f !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.checkout-index-index .action.primary:hover,
.checkout-index-index .actions-toolbar > .primary .action:hover {
    background-color: #c01570 !important;
    border-color: #c01570 !important;
}

/* ── Order Summary sidebar card ─────────────────────────────────────────── */
.checkout-index-index .opc-block-summary {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 24px 28px;
    box-sizing: border-box;
}

/* "Order Summary" title */
.checkout-index-index .opc-block-summary > .title {
    display: block;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #222529 !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

/* Cart item rows */
.checkout-index-index .opc-block-summary .minicart-items .product-item {
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.checkout-index-index .opc-block-summary .product-item-name-block .product-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #222529;
    line-height: 1.4;
}

.checkout-index-index .opc-block-summary .details-qty,
.checkout-index-index .opc-block-summary .price-including-tax,
.checkout-index-index .opc-block-summary .price-excluding-tax {
    font-size: 12.5px;
    color: #888;
}

/* Totals table */
.checkout-index-index .opc-block-summary .table-totals {
    margin-top: 16px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    width: 100%;
}

.checkout-index-index .opc-block-summary .totals th,
.checkout-index-index .opc-block-summary .totals td {
    font-size: 13px;
    color: #666;
    padding: 5px 0;
    border: none !important;
}

/* Grand total row */
.checkout-index-index .opc-block-summary .grand.totals th,
.checkout-index-index .opc-block-summary .grand.totals td {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222529 !important;
    border-top: 1px solid #e5e5e5 !important;
    padding-top: 14px !important;
}

/* Grand total price in magenta */
.checkout-index-index .opc-block-summary .grand.totals .price {
    color: #ec268f;
}

/* ── Order summary items — always expanded, no collapsible toggle ────────── */

/* Force the cart items content visible regardless of the collapsible widget state */
.checkout-index-index .block.items-in-cart > .content[data-role="content"] {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

/* Remove the toggle arrow and pointer cursor from the title */
.checkout-index-index .block.items-in-cart .title {
    cursor: default !important;
    pointer-events: none !important;
}

.checkout-index-index .block.items-in-cart .title::after,
.checkout-index-index .block.items-in-cart .title::before {
    display: none !important;
}

/* ── Authentication block (guest / login toggle) ─────────────────────────── */
.checkout-index-index .block-authentication .block-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ec268f;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

/* ── Progress bar steps ─────────────────────────────────────────────────── */
.checkout-index-index .opc-progress-bar-item._active::before,
.checkout-index-index .opc-progress-bar-item._complete::before {
    background: #ec268f !important;
    border-color: #ec268f !important;
}

.checkout-index-index .opc-progress-bar-item._active > span::before,
.checkout-index-index .opc-progress-bar-item._complete > span::before {
    background: #ec268f !important;
    border-color: #ec268f !important;
}


/* ==========================================================================
   CHECKOUT — 2-COLUMN FORM (Option A) + VISUAL SECTION DIVIDER (Option B)
   ========================================================================== */

/* ── Option A: 2-column address form on desktop ──────────────────────────── */

@media (min-width: 768px) {

    /* Turn the address fieldset into a flex container */
    .checkout-index-index .form-shipping-address .fieldset {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
    }

    /* All fields full-width by default */
    .checkout-index-index .form-shipping-address .fieldset > .field {
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* ── Pair: First Name + Last Name ── */
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.firstname"],
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.lastname"] {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    /* ── Pair: City + Postcode ── */
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.city"],
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.postcode"] {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    /* ── Pair: Country + Region/State ── */
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.country_id"],
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.region_id"],
    .checkout-index-index .form-shipping-address .field[name="shippingAddress.region"] {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* ── Visual section divider between Address and Delivery Method ── */
.checkout-index-index .checkout-shipping-method {
    position: relative;
    margin-top: 8px;
    padding-top: 28px;
    border-top: 1px dashed #e0e0e0;
}

/* If methods are in their own step card, remove the duplicate border */
.checkout-index-index li[id="shipping-method"] > .checkout-shipping-method {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* ── Checkout progress bar — make cleaner / larger ──────────────────────── */
.checkout-index-index .opc-progress-bar {
    margin-bottom: 28px;
}

.checkout-index-index .opc-progress-bar-item {
    width: auto !important;
    margin-right: 24px;
}

.checkout-index-index .opc-progress-bar-item > span {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #aaa !important;
}

.checkout-index-index .opc-progress-bar-item._active > span,
.checkout-index-index .opc-progress-bar-item._complete > span {
    color: #ec268f !important;
}

/* ==========================================================================
   ABOUT US PAGE — Full redesign matching site design language
   ========================================================================== */

/* Gray background + hide default Magento page title */
body.cms-about-us {
    background-color: #f5f5f5 !important;
}

body.cms-about-us .page-title-wrapper {
    display: none !important;
}

/* ── Hero title (matches contact + blog style) ──────────────────────────── */
h1.about-title {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 6px;
    line-height: 1.1;
    text-transform: none;
    border: none;
    padding: 0;
}

h1.about-title strong {
    font-weight: 700;
    color: #ec268f;
}

.about-subtitle {
    font-size: 13.5px;
    color: #888;
    margin: 0 0 32px;
}

@media (max-width: 767px) {
    h1.about-title { font-size: 30px; }
}

/* ── White card (base) ──────────────────────────────────────────────────── */
.about-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 40px 48px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .about-card { padding: 28px 20px; }
}

/* ── Small magenta section label ────────────────────────────────────────── */
.about-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ec268f;
    margin-bottom: 10px;
}

/* ── Section heading ────────────────────────────────────────────────────── */
.about-heading {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 16px;
    text-transform: none;
    border: none;
    padding: 0;
    line-height: 1.3;
}

/* ── Body text ──────────────────────────────────────────────────────────── */
.about-card p,
.about-trade-text p,
.about-story-text p {
    font-size: 14.5px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 12px;
}

/* ── Story card — two columns ────────────────────────────────────────────── */
.about-story-card {
    display: flex;
    gap: 48px;
    align-items: center;
}

.about-story-text { flex: 1; min-width: 0; }

.about-story-image {
    flex: 0 0 320px;
    max-width: 320px;
}

@media (max-width: 767px) {
    .about-story-card { flex-direction: column; }
    .about-story-image { flex: none; max-width: 100%; width: 100%; }
}

/* ── Real photos in about cards ─────────────────────────────────────────── */
.about-real-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* ── Photo placeholder ───────────────────────────────────────────────────── */
.about-photo-placeholder {
    background: #f5f5f5;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    color: #bbb;
    gap: 12px;
}

.about-photo-placeholder i {
    font-size: 32px;
}

.about-photo-placeholder span {
    font-size: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

/* ── Three pillars bar (mirrors contact info bar) ───────────────────────── */
.about-pillars {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 28px 32px;
    margin-bottom: 24px;
}

.about-pillar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 0;
    min-width: 180px;
    position: relative;
}

.about-pillar:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #e8e8e8;
}

.about-pillar i {
    font-size: 18px;
    color: #fff;
    background-color: #ec268f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-pillar-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.about-pillar-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
}

.about-pillar-desc {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

@media (max-width: 767px) {
    .about-pillars { flex-direction: column; align-items: flex-start; }
    .about-pillar::after { display: none; }
}

/* ── Product category tags ───────────────────────────────────────────────── */
.about-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.about-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.about-category-tag i {
    color: #ec268f;
    font-size: 13px;
}

/* ── Mission block — magenta bg ─────────────────────────────────────────── */
.about-mission {
    background: #ec268f;
    border-radius: 12px;
    padding: 48px;
    margin-bottom: 24px;
    text-align: center;
    box-sizing: border-box;
}

.about-mission .about-label {
    color: rgba(255, 255, 255, 0.75);
}

.about-mission-text {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.65;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    font-style: italic;
}

.about-mission-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .about-mission { padding: 32px 20px; }
    .about-mission-text { font-size: 17px; }
}

/* ── Trade card — two columns ────────────────────────────────────────────── */
.about-trade-card {
    display: flex;
    gap: 48px;
    align-items: center;
}

.about-trade-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.about-trade-text { flex: 1; min-width: 0; }

@media (max-width: 767px) {
    .about-trade-card { flex-direction: column; }
    .about-trade-image { flex: none; max-width: 100%; width: 100%; }
}

/* ── Promise / closing statement ────────────────────────────────────────── */
.about-promise {
    text-align: center;
    padding: 32px 24px 8px;
    font-size: 16px;
    color: #777;
    line-height: 1.8;
}

.about-promise strong {
    color: #222529;
    font-weight: 700;
}


/* Contact form — phone + email side by side */
.contact-form-row {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
    width: 100%;
}

.contact-form-row .contact-form-col {
    flex: 1 1 50% !important;
    min-width: 0;
    width: auto !important;
    float: none !important;
    margin-right: 0 !important;
}

@media (max-width: 575px) {
    .contact-form-row {
        flex-direction: column !important;
        gap: 0;
    }
}


/* ==========================================================================
   CHECKOUT SUCCESS PAGE — On-brand confirmation experience
   ========================================================================== */

/* Gray background, hide default Magento H1 */
body.checkout-onepage-success {
    background-color: #f5f5f5 !important;
}

body.checkout-onepage-success .page-title-wrapper {
    display: none !important;
}

/* ── Centered content wrapper ────────────────────────────────────────────── */
.success-page-wrap {
    max-width: 660px;
    margin: 48px auto 64px;
    text-align: center;
}

/* ── Animated magenta checkmark circle ───────────────────────────────────── */
.success-checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ec268f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    animation: successPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

/* CSS-only checkmark (border trick) */
.success-check-v {
    display: block;
    width: 36px;
    height: 20px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) translateY(-4px);
}

@keyframes successPop {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* ── Hero heading ────────────────────────────────────────────────────────── */
.success-hero-title {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 8px;
    line-height: 1.1;
    text-transform: none;
    border: none;
    padding: 0;
}

.success-hero-title strong {
    font-weight: 700;
    color: #ec268f;
}

.success-hero-sub {
    font-size: 14px;
    color: #888;
    margin: 0 0 32px;
    line-height: 1.6;
}

/* ── Order confirmation card ─────────────────────────────────────────────── */
.success-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 32px 40px;
    margin: 0 0 28px;
}

.success-card-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ec268f;
    margin-bottom: 10px;
}

.success-order-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #222529;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    text-decoration: none;
}

a.success-order-num:hover {
    color: #ec268f;
}

.success-email-note {
    font-size: 13.5px;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

/* ── "What happens next" — 3-column steps ────────────────────────────────── */
.success-steps {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.success-step {
    flex: 1;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.success-step i {
    font-size: 26px;
    color: #ec268f;
    margin-bottom: 4px;
}

.success-step strong {
    font-size: 13px;
    font-weight: 700;
    color: #222529;
    display: block;
}

.success-step span {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

/* ── Action buttons ──────────────────────────────────────────────────────── */
.success-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.success-cta {
    display: inline-block;
    padding: 14px 44px !important;
    background-color: #ec268f !important;
    border-color: #ec268f !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease;
}

.success-cta:hover {
    background-color: #c01570 !important;
    border-color: #c01570 !important;
    color: #fff !important;
}

.success-view-order {
    font-size: 13px;
    color: #ec268f;
    font-weight: 600;
    text-decoration: none;
}

.success-view-order:hover {
    text-decoration: underline;
}

/* ── Registration block (guest → create account) ─────────────────────────── */
body.checkout-onepage-success #registration {
    max-width: 660px;
    margin: 0 auto 40px;
    text-align: center;
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .success-page-wrap {
        margin: 24px auto 40px;
        padding: 0 16px;
    }

    .success-hero-title { font-size: 30px; }
    .success-card { padding: 24px 20px; }
    .success-order-num { font-size: 26px; }

    .success-steps {
        flex-direction: column;
        gap: 12px;
    }

    .success-step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 16px;
        padding: 16px;
    }

    .success-step i {
        font-size: 22px;
        flex-shrink: 0;
        margin-top: 2px;
        margin-bottom: 0;
    }
}


/* ==========================================================================
   PAYFAST REDIRECT PAGE — Branded holding screen while redirecting
   ========================================================================== */

body.payfast-redirect-index {
    background-color: #f5f5f5 !important;
}

/* Hide the default Magento page title (the block has no title set anyway) */
body.payfast-redirect-index .page-title-wrapper {
    display: none !important;
}

/* ── Centered wrapper ────────────────────────────────────────────────────── */
.payfast-redirect-wrap {
    max-width: 520px;
    margin: 80px auto 60px;
    text-align: center;
    padding: 0 20px;
}

/* ── Spinning magenta loader ─────────────────────────────────────────────── */
.payfast-spinner {
    width: 64px;
    height: 64px;
    border: 5px solid #f0d0e6;
    border-top-color: #ec268f;
    border-radius: 50%;
    animation: pfSpin 0.85s linear infinite;
    margin: 0 auto 32px;
}

@keyframes pfSpin {
    to { transform: rotate(360deg); }
}

/* ── Heading & sub ───────────────────────────────────────────────────────── */
.payfast-redirect-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 10px;
    text-transform: none;
    border: none;
    padding: 0;
    line-height: 1.3;
}

.payfast-redirect-sub {
    font-size: 13.5px;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

/* ── Fallback — hidden until 5 s timeout ─────────────────────────────────── */
.payfast-fallback {
    display: none;
    margin-top: 40px;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: opacity 0.4s ease;
}

.payfast-fallback-note {
    font-size: 13.5px;
    color: #888;
    margin: 0 0 16px;
}

.payfast-fallback-btn {
    display: inline-block;
    padding: 12px 36px !important;
    background-color: #ec268f !important;
    border-color: #ec268f !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: background-color 0.2s ease;
}

.payfast-fallback-btn:hover {
    background-color: #c01570 !important;
    border-color: #c01570 !important;
}


/* ==========================================================================
   EMPTY CART PAGE — Redesigned to match site style
   ========================================================================== */

/* Hide default "Shopping Cart" H1 */
body.checkout-cart-index .page-title-wrapper {
    display: none !important;
}

/* Muted background — only when cart is empty (class added by noItems.phtml) */
body.cart-is-empty {
    background-color: #f5f5f5 !important;
}

/* ── Centered outer wrapper ──────────────────────────────────────────────── */
.empty-cart-wrap {
    max-width: 480px;
    margin: 56px auto 72px;
    text-align: center;
    padding: 0 20px;
}

/* ── Magenta circle with bag SVG (floats above the card) ─────────────────── */
.empty-cart-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ec268f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -42px;
    position: relative;
    z-index: 1;
    animation: emptyCartPop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes emptyCartPop {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* ── White card ──────────────────────────────────────────────────────────── */
.empty-cart-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 64px 40px 40px;
}

/* ── Heading ─────────────────────────────────────────────────────────────── */
.empty-cart-title {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #222529;
    margin: 0 0 10px;
    line-height: 1.1;
    text-transform: none;
    border: none;
    padding: 0;
}

.empty-cart-title strong {
    font-weight: 700;
    color: #ec268f;
}

/* ── Subtitle ────────────────────────────────────────────────────────────── */
.empty-cart-sub {
    font-size: 14px;
    color: #888;
    margin: 0 0 32px;
    line-height: 1.6;
}

/* ── CTA button ──────────────────────────────────────────────────────────── */
.empty-cart-actions {
    display: flex;
    justify-content: center;
}

.empty-cart-cta {
    display: inline-block;
    padding: 14px 44px !important;
    background-color: #ec268f !important;
    border-color: #ec268f !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease;
}

.empty-cart-cta:hover {
    background-color: #c01570 !important;
    border-color: #c01570 !important;
    color: #fff !important;
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .empty-cart-wrap {
        margin: 32px auto 48px;
    }

    .empty-cart-title {
        font-size: 26px;
    }

    .empty-cart-card {
        padding: 56px 24px 32px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MINICART — Shopify-style full-height side drawer
   Uses Porto’s built-in offcanvas mode (popup_design=2):
   - Porto handles display, transform, and .active toggling
   - We override width, border-radius, transitions, and all visual styling
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Drawer panel overrides (Porto offcanvas base = correct; we refine) ──────── */
.minicart-wrapper.minicart-offcanvas .block-minicart {
    width: 420px !important;
    border-radius: 0 !important;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Inner wrapper Porto sets as flex column — ensure it fills height */
.minicart-wrapper.minicart-offcanvas .block-minicart > div {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* ── Backdrop overlay with blur ───────────────────────────────────────────── */
.minicart-wrapper.minicart-offcanvas .minicart-overlay {
    background: rgba(0, 0, 0, 0.35) !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

/* Suppress Porto's arrow caret on the trigger icon when offcanvas */
.minicart-wrapper.minicart-offcanvas .action.showcart.active .minicart-icon::after {
    display: none !important;
}

/* ── Drawer header ───────────────────────────────────────────────────────── */
.mc-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    background: #fff;
}

.mc-drawer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.mc-drawer-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: #e31a8a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 11px;
    line-height: 1;
}

.mc-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1.5px solid #bbb;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    flex-shrink: 0;
    padding: 0;
}

.mc-drawer-close:hover {
    background: #e31a8a;
    color: #fff;
}

/* ── Scrollable items area ────────────────────────────────────────────────────── */
.mc-items-area {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.mc-items-area::-webkit-scrollbar { width: 4px; }
.mc-items-area::-webkit-scrollbar-track { background: transparent; }
.mc-items-area::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }

.mc-items-area .minicart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ── Individual cart items ───────────────────────────────────────────────────── */
.mc-items-area .product-item {
    padding: 16px 16px;
    border-bottom: 1px solid #f5f5f5;
}
.mc-items-area .product-item:last-child { border-bottom: none; }

/* The real siblings are inside .product — make that the flex row */
.mc-items-area .product-item .product {
    display: flex !important;
    flex-direction: row !important;
    gap: 14px !important;
    align-items: flex-start !important;
}

/* Image: left slot — clear float, kill global min-height from product listings */
.mc-items-area .product-item .product-item-photo {
    float: none !important;
    order: 1 !important;
    flex-shrink: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mc-items-area .product-item-photo .product-image-container {
    width: 72px !important;
    height: 72px !important;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    border: 1px solid #f0f0f0;
}
.mc-items-area .product-item-photo .product-image-photo {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover;
}

/* Details: right slot */
.mc-items-area .product-item .product-item-details {
    order: 2 !important;
    flex: 1 !important;
    min-width: 0;
}
.mc-items-area .product-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
    line-height: 1.35;
}
.mc-items-area .product-item-name a { color: inherit; text-decoration: none; }
.mc-items-area .product-item-name a:hover { color: #e31a8a; }
.mc-items-area .product-item-pricing .price {
    font-size: 14px;
    font-weight: 700;
    color: #e31a8a;
}
.mc-items-area .product-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.mc-items-area .details-qty .label { display: none; }
.mc-items-area .details-qty .item-qty {
    width: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 0;
    color: #333;
}
.mc-items-area .details-qty .update-cart-item {
    font-size: 11px;
    margin-left: 6px;
    cursor: pointer;
    color: #888;
    background: none;
    border: none;
    text-decoration: underline;
}
.mc-items-area .action.delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #888;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}
.mc-items-area .action.delete:hover { background: #ffe0f0; color: #e31a8a; }

/* ── Sticky footer ───────────────────────────────────────────────────────────── */
.mc-footer {
    flex-shrink: 0;
    padding: 16px 16px 20px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.mc-subtotal-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.mc-subtotal-label {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Hide the label Porto's subtotal.html injects — we have our own mc-subtotal-label */
.mc-subtotal-row .subtotal .label {
    display: none;
}

.mc-subtotal-row .price-container .price,
.mc-subtotal-row .subtotal .price {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.mc-footer-actions { margin-bottom: 10px; }

.mc-checkout-btn {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    background: #e31a8a !important;
    border-color: #e31a8a !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    border-radius: 8px !important;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    text-align: center;
}
.mc-checkout-btn:hover {
    background: #c01570 !important;
    border-color: #c01570 !important;
}

.mc-footer-secondary { text-align: center; margin-top: 10px; }

.mc-viewcart-link {
    font-size: 13px;
    color: #888;
    text-decoration: none;
    transition: color 0.15s;
}
.mc-viewcart-link:hover { color: #e31a8a; }

/* ── Empty state (inside drawer) ────────────────────────────────────────────────── */
.mc-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
    text-align: center;
}

.mc-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #e31a8a;
    border-radius: 50%;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.mc-empty-title {
    font-size: 22px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.3;
}
.mc-empty-title strong { font-weight: 700; color: #e31a8a; }

.mc-empty-sub {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 260px;
}

.mc-empty-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 13px 32px !important;
    background: #e31a8a !important;
    border-color: #e31a8a !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s ease;
}
.mc-empty-btn:hover {
    background: #c01570 !important;
    border-color: #c01570 !important;
    color: #fff !important;
}

/* ── Mobile — keep a sensible fixed width, never full-screen ───────────────────────── */
@media (max-width: 480px) {
    .minicart-wrapper.minicart-offcanvas .block-minicart {
        width: 340px !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   CONFIRMATION DIALOG (Remove from cart, etc.)
   ══════════════════════════════════════════════════════════════════════════ */

/* Darken and blur the backdrop */
.modals-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Use flexbox on the fixed overlay to truly centre the card */
.modal-popup.confirm {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow-y: auto !important;
    padding: 20px !important;
}

/* The card itself */
.modal-popup.confirm .modal-inner-wrap {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin: auto !important;
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22) !important;
}

/* Header area */
.modal-popup.confirm .modal-header {
    padding: 28px 28px 12px !important;
    border-bottom: none !important;
}

/* Hide the title (confirm has no title by default — avoids empty gap) */
.modal-popup.confirm .modal-header .modal-title:empty {
    display: none !important;
}

/* Close ✕ button — small, top-right */
.modal-popup.confirm .action-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    padding: 4px !important;
    background: transparent !important;
    border: none !important;
    color: #aaa !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}
.modal-popup.confirm .action-close:hover {
    color: #555 !important;
}

/* Message text */
.modal-popup.confirm .modal-content {
    padding: 0 28px 8px !important;
    font-size: 14px !important;
    color: #444 !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

/* Footer — stack buttons side by side, centred */
.modal-popup.confirm .modal-footer {
    padding: 20px 28px 28px !important;
    border-top: none !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    justify-content: center !important;
}

/* Cancel button */
.modal-popup.confirm .action-dismiss {
    flex: 1 !important;
    background: transparent !important;
    border: 2px solid #ddd !important;
    color: #666 !important;
    border-radius: 8px !important;
    padding: 11px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    cursor: pointer !important;
    transition: border-color 0.2s, color 0.2s !important;
}
.modal-popup.confirm .action-dismiss:hover {
    border-color: #bbb !important;
    color: #333 !important;
}

/* Confirm / OK button — brand pink */
.modal-popup.confirm .action-accept {
    flex: 1 !important;
    background: #e31a8a !important;
    border: 2px solid #e31a8a !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 11px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    cursor: pointer !important;
    transition: background 0.2s, border-color 0.2s !important;
}
.modal-popup.confirm .action-accept:hover {
    background: #c01570 !important;
    border-color: #c01570 !important;
}

/* Mobile — full-width card with smaller padding */
@media (max-width: 480px) {
    .modal-popup.confirm {
        padding: 16px !important;
    }
    .modal-popup.confirm .modal-inner-wrap {
        max-width: 100% !important;
        border-radius: 12px !important;
    }
    .modal-popup.confirm .modal-footer {
        flex-direction: column !important;
    }
}

/* ── Numeric rating score badge next to stars on product listings ── */
.product-item .rating-summary .rating-score {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* ── Star ratings: force yellow + inline-flex to keep score horizontally aligned ── */
.product-item .rating-summary {
    display: inline-flex !important;
    align-items: center;
    overflow: visible !important;
    white-space: nowrap;
}
.product-item .rating-summary .rating-result > span:before {
    color: #ffc600 !important;
}

/* ── Product name: force uppercase across PDP, PLP, search & widgets ── */
.catalog-product-view .page-title .base,
.product-item-name,
.product-item-name a,
.product-name {
    text-transform: uppercase !important;
}

/* ==========================================================================
   REVIEW CARDS — social-media style
   Layout per card: avatar | [name ★★★★★] | title | date | body
   ========================================================================== */

/* Reset Porto's float-based review-item */
.review-list .review-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.review-list .review-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}
.review-list .review-item:last-child {
    border-bottom: none;
}

/* Avatar circle */
.review-list .review-avatar {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ec268f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
}
/* Cycle colours so consecutive reviews look distinct */
.review-list .review-item:nth-child(5n+2) .review-avatar { background-color: #222529; }
.review-list .review-item:nth-child(5n+3) .review-avatar { background-color: #6c63ff; }
.review-list .review-item:nth-child(5n+4) .review-avatar { background-color: #00a884; }
.review-list .review-item:nth-child(5n+5) .review-avatar { background-color: #e67e22; }

/* Body column */
.review-list .review-body {
    flex: 1 1 0;
    min-width: 0;
}

/* Row 1: name + stars inline */
.review-list .review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.review-list .review-author-name {
    font-size: 14px;
    font-weight: 700;
    color: #222529;
    white-space: nowrap;
}

/* Stars — inline inside the header row */
.review-list .review-ratings {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.review-list .review-ratings .rating-summary.item {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.review-list .review-ratings .rating-label { display: none; }
.review-list .review-ratings .rating-result {
    width: 78px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.review-list .review-ratings .rating-result:before {
    color: #ddd;
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    letter-spacing: 2px;
}
.review-list .review-ratings .rating-result > span:before {
    color: #ffc600;
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    letter-spacing: 2px;
}

/* Row 2: review headline */
.review-list .review-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

/* Row 3: date */
.review-list .review-date {
    display: block;
    font-size: 11px;
    color: #bbb;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

/* Row 4: body text */
.review-list .review-content {
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ==========================================================================
   PRODUCT CARD — wishlist icon & sale badge fixes
   ========================================================================== */

/* 1. Wishlist heart: join Add to Cart + Compare in the on-hover icon row
   Porto places cart at right:56px and compare at right:15px (each 36px wide, 5px gap).
   Wishlist sits one slot further left at right:97px. All three reveal on parent hover. */
.product-item-info.type3 .product-item-actions .towishlist,
.product-item-info.type5 .product-item-actions .towishlist,
.product-item-info.type6 .product-item-actions .towishlist {
    position: absolute !important;
    right: 97px !important;
    top: 15px !important;
    bottom: auto !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 34px !important;
    border: 1px solid #ddd !important;
    border-radius: 30px !important;
    background-color: #fff !important;
    color: #333 !important;
    text-align: center !important;
    visibility: hidden !important;
    opacity: 0 !important;
    display: block !important;
    box-shadow: none !important;
    z-index: 3 !important;
    transition: .25s !important;
}
.product-item-info.type3 .product-item-actions .towishlist::before,
.product-item-info.type5 .product-item-actions .towishlist::before,
.product-item-info.type6 .product-item-actions .towishlist::before {
    display: block !important;
    font-size: .9375rem !important;
    line-height: 34px !important;
    font-weight: normal !important;
}
/* Reveal on parent hover — same pattern as tocart + tocompare */
.product-item-info.type3:hover .product-item-actions .towishlist,
.product-item-info.type5:hover .product-item-actions .towishlist,
.product-item-info.type6:hover .product-item-actions .towishlist {
    visibility: visible !important;
    opacity: 1 !important;
}
/* Self-hover: brand pink fill */
.product-item-info.type3 .product-item-actions .towishlist:hover,
.product-item-info.type5 .product-item-actions .towishlist:hover,
.product-item-info.type6 .product-item-actions .towishlist:hover {
    color: #fff !important;
    background-color: #ec268f !important;
    border-color: #ec268f !important;
}
/* Full-width product name (no bottom-corner wishlist overlap anymore) */
.product-item-info.type3 .product.name,
.product-item-info.type5 .product.name,
.product-item-info.type6 .product.name {
    padding-right: 0 !important;
}

/* 2. Sale badge: pill-shaped, vibrant red, uppercase */
.product-label.sale-label {
    background-color: #e8000a !important;
    border-radius: 50px !important;
    padding: 5px 11px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

