/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* =========================
   ACCOUNT PAGE
========================= */

.account-layout{
    max-width:1440px;
    margin:40px auto;
    padding:0 20px;
    display:flex;
    gap:20px;
    font-family:'Inter',sans-serif;
}

/* =========================
   SIDEBAR
========================= */

.account-sidebar{
    width:195px;
    flex-shrink:0;
}

.account-sidebar .woocommerce-MyAccount-navigation{
    border:1px solid #d9d9d9;
    background:#fff;
}

.account-sidebar .woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.account-sidebar .woocommerce-MyAccount-navigation li{
    border-bottom:1px solid #d9d9d9;
}

.account-sidebar .woocommerce-MyAccount-navigation li:last-child{
    border-bottom:none;
}

.account-sidebar .woocommerce-MyAccount-navigation li a{
    display:flex;
    align-items:center;
    min-height:52px;
    padding:0 16px;
    color:#222;
    text-decoration:none;
    font-size:14px;
    font-weight:400;
    line-height:1;
}

.account-sidebar .woocommerce-MyAccount-navigation li a br{
    display:none;
}

.account-sidebar .woocommerce-MyAccount-navigation li.is-active a{
    background:#8d1e24;
    color:#fff;
    font-weight:500;
}

.account-sidebar .woocommerce-MyAccount-navigation li:not(.is-active) a:hover{
    background:#f7f7f7;
}

/* =========================
   CONTENT AREA
========================= */

.account-content{
    flex:1;
    border:1px solid #d8a6a8;
    background:#fff;
}

/* =========================
   DASHBOARD HEADER
========================= */

.account-content .woocommerce-notices-wrapper{
    display:none;
}

.account-content p:first-of-type{
    margin:0;
    padding:16px 24px;
    border-bottom:1px solid #d8a6a8;
    background:#faf5f5;
    font-size:15px;
    font-weight:500;
    color:#8d1e24;
    position:relative;
}

/* Edit Button */

.account-content p:first-of-type::after{
    content:"Edit Details";
    position:absolute;
    right:15px;
    top:10px;
    border:1px solid #8d1e24;
    color:#8d1e24;
    padding:8px 14px;
    font-size:13px;
    font-weight:500;
    cursor:pointer;
}

/* =========================
   INFO AREA
========================= */

.account-content p:nth-of-type(2){
    margin:0;
    padding:22px;
    font-size:14px;
    color:#333;
    line-height:1.8;
}

.account-content p:nth-of-type(3){
    display:none;
}

/* =========================
   LINKS
========================= */

.account-content a{
    color:#8d1e24;
    text-decoration:none;
}

.account-content a:hover{
    text-decoration:underline;
}

/* =========================
   HEADINGS
========================= */

h1.entry-title,
.page-title{
    font-family:'Inter',sans-serif;
    font-size:20px !important;
    font-weight:600 !important;
    color:#111;
}
/* .elementor-heading-title */

/* =========================
   WOOCOMMERCE FORMS
========================= */

.woocommerce form .form-row{
    margin-bottom:18px;
}

.woocommerce form label{
    font-size:14px;
    font-weight:500;
    margin-bottom:8px;
}

.woocommerce form .input-text,
.woocommerce form select,
.woocommerce form textarea{
    height:48px;
    border:1px solid #d8d8d8;
    border-radius:2px;
    font-size:16px;
    font-family:'Inter',sans-serif;
}

.woocommerce button.button{
    background:#8d1e24;
    color:#fff;
    border:none;
    padding:12px 25px;
    font-size:14px;
}

.woocommerce button.button:hover{
    background:#76191d;
}

/* =========================
   TABLES
========================= */

.woocommerce table.shop_table{
    border-collapse:collapse;
    width:100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    padding:12px;
    border:1px solid #ececec;
    font-size:14px;
}

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

@media(max-width:991px){

    .account-layout{
        flex-direction:column;
    }

    .account-sidebar{
        width:100%;
    }

    .account-sidebar .woocommerce-MyAccount-navigation li a{
        min-height:48px;
    }

}

@media(max-width:767px){

    .account-layout{
        padding:0 15px;
        margin:25px auto;
    }

    .account-content{
        width:100%;
    }

    .account-content p:first-of-type{
        padding:14px;
        padding-right:14px;
    }

    .account-content p:first-of-type::after{
        position:static;
        display:block;
        margin-top:12px;
        width:100%;
        text-align:center;
    }

    .account-content p:nth-of-type(2){
        padding:16px;
    }

}

@media(max-width:480px){

    .account-sidebar .woocommerce-MyAccount-navigation li a{
        font-size:13px;
        padding:0 12px;
    }

}


/* Product Details Page Start */

/* .cp-wrap {
    display: flex;
    gap: 60px;
    padding: 40px;
    font-family: 'Inter Tight', sans-serif;
}

.cp-gallery {
    display: flex;
    gap: 20px;
}

.cp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cp-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}

.cp-main img {
    width: 450px;
    border-radius: 12px;
}


.cp-content {
    max-width: 500px;
}

.cp-breadcrumb {
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
}

.cp-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: oklch(19% .04 265);
    margin: 10px 0;
}

.cp-price {
    font-size: 22px;
    margin: 10px 0;
}

.cp-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}


.cp-attr {
    margin-bottom: 20px;
}

.cp-attr label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.cp-price del {
    color:#999;
    margin-left:10px;
}

.cp-price ins {
    color:#0b1a33;
    text-decoration:none;
}

.cp-options {
    display: flex;
    gap: 10px;
     border-radius:30px;
    padding:10px 18px;
}

.cp-option {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
}

.cp-option.active {
    background: #0b1a33;
    color: #fff;
     border-color:#0b1a33;
}


.cp-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.cp-qty input {
    width: 50px;
    text-align: center;
}


.cp-btn {
    background: #0b1a33;
    color: #fff;
    padding: 14px 20px;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    font-weight:600;
}

.cp-feature {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    margin-top:10px;
}


@media(max-width: 768px){
    .cp-wrap {
        flex-direction: column;
    }

    .cp-main img {
        width: 100%;
    }

    .cp-gallery {
        flex-direction: column-reverse;
    }

    .cp-thumbs {
        flex-direction: row;
    }
} */



/* Custom WooCommerce Single & Variable Product Page Layout Styles */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* MAIN WRAPPER */
.cp-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    gap: 54px;
    background-color: #faf8f5;
    color: #1a202c;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.cp-wrap * {
    box-sizing: border-box;
}

/* LEFT GALLERY COLUMN */
.cp-gallery {
    display: flex;
    gap: 18px;
    flex: 1 1 52%;
    max-width: 620px;
    align-items: flex-start;
}

.cp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.cp-thumb {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #ede8e1;
}

.cp-thumb.active,
.cp-thumb:hover {
    border-color: #0b1526;
    opacity: 1;
}

.cp-main {
    position: relative;
    flex: 1;
    border-radius: 14px;
    overflow: hidden;
    background-color: #ede8e1;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.cp-main img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: opacity 0.25s ease;
}

.cp-sale-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0b1526;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 4px;
    z-index: 2;
}

.cp-wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    z-index: 2;
    color: #1a202c;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: none;
}

.cp-wishlist-btn:hover {
    transform: scale(1.06);
    background-color: #ffffff;
}

/* RIGHT CONTENT COLUMN */
.cp-content {
    flex: 1 1 48%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
}

.cp-breadcrumb {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a18663;
    margin: 0 0 10px 0;
}

.cp-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    color: #1a202c;
    margin: 0 0 12px 0;
    line-height: 1.15;
}

/* RATING */
.cp-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.cp-stars {
    color: #a18663;
    font-size: 15px;
    letter-spacing: 2px;
}

.cp-rating-text {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

/* PRICE DISPLAY */
.cp-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.cp-price-current,
.cp-price-html ins {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #0b1526;
    text-decoration: none;
}

.cp-price-regular,
.cp-price-html del {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 4px;
}

.cp-price-html {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #0b1526;
}

.cp-save-badge {
    background: #f5ece0;
    color: #8c6838;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    margin-left: 4px;
}

/* SHORT DESCRIPTION */
.cp-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 24px;
}

/* ATTRIBUTES / VARIATIONS */
.cp-attributes {
    margin-bottom: 24px;
}

.cp-attr {
    margin-bottom: 20px;
}

.cp-attr-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
}

.cp-attr-title {
    font-weight: 600;
    color: #1a202c;
}

.cp-attr-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-attr-selected-val {
    color: #64748b;
    font-size: 13px;
}

.cp-size-guide-link {
    color: #a18663;
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.cp-size-guide-link:hover {
    color: #0b1526;
}

.cp-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cp-option {
    padding: 9px 20px;
    border: 1px solid #dfd9d0;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    color: #2d3748;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.cp-option:hover {
    border-color: #0b1526;
}

.cp-option.active {
    background: #0b1526;
    color: #ffffff;
    border-color: #0b1526;
    font-weight: 600;
}

/* ACTIONS (QTY & BUTTONS) */
.cp-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.cp-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dfd9d0;
    border-radius: 30px;
    background: #ffffff;
    padding: 3px 8px;
    height: 50px;
}

.cp-qty button {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #1a202c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.15s ease;
}

.cp-qty button:hover {
    background: #f1ede6;
    color: #1a202c;
}

.cp-qty input {
    width: 36px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    -moz-appearance: textfield;
    outline: none;
}

.cp-qty input::-webkit-outer-spin-button,
.cp-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cp-btn-group {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
    min-width: 280px;
}

.cp-btn {
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    white-space: nowrap;
    text-decoration: none;
}

.cp-btn-add {
    flex: 2;
    background: #0b1526;
    color: #ffffff;
    border: none;
}

.cp-btn-add:hover {
    background: #17263f;
}

.cp-btn-buy {
    flex: 1;
    background: transparent;
    color: #0b1526;
    border: 1px solid #0b1526;
    display: none;
}

.cp-btn-buy:hover {
    background: #0b1526;
    color: #ffffff;
}

/* FEATURES LIST */
.cp-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-bottom: 32px;
    font-size: 13px;
    color: #475569;
}

.cp-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cp-feature-bullet {
    color: #a18663;
    font-size: 9px;
    flex-shrink: 0;
}

/* TRUST BADGES ROW */
.cp-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    border-top: 1px solid #e8e2d8;
    padding-top: 28px;
    text-align: center;
}

.cp-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
}

.cp-trust-icon {
    width: 24px;
    height: 24px;
    stroke: #a18663;
}

/* THE DETAILS SECTION */
.cp-details-section {
    background: #faf8f5;
    padding: 60px 20px;
}

#cp-quantity-input {
        padding: 0!important;
}

.cp-details-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.cp-details-heading {
    flex: 0 0 240px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    color: #1a202c;
    margin: 0;
}

.cp-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}

.cp-grid-item {
    border-bottom: 1px solid #e8e2d8;
    padding-bottom: 14px;
}

.cp-grid-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8c929e;
    margin-bottom: 6px;
}

.cp-grid-val {
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    margin: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .cp-wrap {
        flex-direction: column;
        gap: 36px;
        padding: 24px 16px;
    }

    .cp-gallery {
        flex-direction: column-reverse;
        max-width: 100%;
        width: 100%;
        gap: 14px;
    }

    .cp-thumbs {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 4px;
    }

    .cp-thumb {
        width: 64px;
        height: 64px;
    }

    .cp-content {
        max-width: 100%;
        width: 100%;
    }

    .cp-details-container {
        flex-direction: column;
        gap: 28px;
    }

    .cp-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 500px) {
    .cp-features {
        grid-template-columns: 1fr;
    }

    .cp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cp-qty {
        width: 100%;
        justify-content: center;
    }

    .cp-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .cp-btn {
        width: 100%;
    }
}

/* Product Details Page End */