/* 
 * Mason Theme - Apple-Inspired Complete Site CSS
 * Apple-inspired design with WooCommerce support
 */

/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Accessibility: visually hidden (screen reader only) */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
    line-height: 1.4705882353;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-style: normal;
}

/* ============================================
   UNIFIED APPLE HEADER - ALL TEMPLATES
   ============================================ */

/* Apply to PHP header.php and Block Editor headers */
.mason-header,
.has-apple-header header,
.wp-block-template-part header,
header.mason-header,
.site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Block Editor Template Part Compatibility */
.wp-block-template-part[class*="header"],
[data-type="core/template-part"][class*="header"] {
	position: sticky;
	top: 0;
	z-index: 9999;
}

/* ============================================
   HEADER & NAVIGATION (Apple Style)
   ============================================ */
.mason-header,
.ac-gn-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: rgba(251, 251, 253, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.mason-nav,
.ac-gn {
    height: 44px;
}

.mason-nav-container,
.ac-gn-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    position: relative;
}

.mason-logo,
.ac-gn-item-apple {
    display: flex;
    align-items: center;
}

.mason-logo img,
.mason-logo .custom-logo,
.ac-gn-item-apple img {
    height: 20px;
    width: auto;
}

.mason-logo svg,
.ac-gn-item-apple svg {
    height: 44px;
    width: auto;
    fill: #1d1d1f;
}

.mason-site-title,
.ac-gn-link {
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1f;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 44px;
}

.ac-gn-link-text {
    font-size: 12px;
}

.mason-nav-menu,
.ac-gn-list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

.mason-nav-menu li,
.ac-gn-item {
    margin: 0;
    padding: 0;
}

.mason-nav-menu a,
.ac-gn-item a {
    color: #1d1d1f;
    text-decoration: none;
    font-size: 12px;
    padding: 0 9.6px;
    height: 44px;
    display: flex;
    align-items: center;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.mason-nav-menu a:hover,
.ac-gn-item a:hover {
    opacity: 0.8;
}

.mason-nav-actions,
.ac-gn-bag-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.mason-search-link,
.ac-gn-link-search {
    position: relative;
    color: #1d1d1f;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 8px;
    opacity: 0.8;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-search-link:hover,
.ac-gn-link-search:hover {
    opacity: 1;
}

.mason-search-link svg,
.ac-gn-link-search svg {
    fill: #1d1d1f;
}

.mason-cart-link,
.ac-gn-link-bag {
    position: relative;
    color: #1d1d1f;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 8px;
    opacity: 0.8;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-cart-link:hover,
.ac-gn-link-bag:hover {
    opacity: 1;
}

.mason-cart-link svg,
.ac-gn-link-bag svg {
    fill: #1d1d1f;
}

.mason-cart-icon {
    font-size: 18px;
}

.mason-cart-count,
.ac-gn-bag-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #8da3d4;
    color: #ffffff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 5px;
}

/* ============================================
   UPDATED HEADER STRUCTURE
   ============================================ */

/* Logo */
.ac-gn-logo {
    display: flex;
    align-items: center;
    height: 44px;
}

.ac-gn-logo img,
.ac-gn-logo .custom-logo-link img {
    height: 24px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

/* Navigation Links */
.ac-gn-nav {
    display: flex;
    align-items: center;
    gap: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ac-gn-nav-link {
    color: #1d1d1f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    padding: 0 12px;
    height: 44px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.ac-gn-nav-link:hover {
    opacity: 0.7;
}

/* Action Icons */
.ac-gn-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.ac-gn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #1d1d1f;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.ac-gn-icon:hover {
    opacity: 0.7;
}

.ac-gn-icon svg {
    width: 18px;
    height: 18px;
}

/* Cart Count Badge */
.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #ff3b30;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* Buy Button */
.ac-gn-buy {
    background-color: #8da3d4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.ac-gn-buy:hover {
    background-color: #a3b8e0;
}

/* ============================================
   SEARCH MODAL
   ============================================ */

.mason-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.mason-search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mason-search-modal-content {
    position: relative;
    background-color: #ffffff;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mason-search-container {
    padding: 30px;
    position: relative;
}

.mason-search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #1d1d1f;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.mason-search-close:hover {
    background-color: #f5f5f7;
}

.mason-search-form {
    margin-bottom: 30px;
}

.mason-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.mason-search-icon {
    position: absolute;
    left: 16px;
    color: #86868b;
    pointer-events: none;
}

.mason-search-input {
    width: 100%;
    height: 56px;
    padding: 0 20px 0 52px;
    font-size: 17px;
    border: none;
    border-radius: 12px;
    background-color: #f5f5f7;
    color: #1d1d1f;
    outline: none;
    transition: background-color 0.3s ease;
}

.mason-search-input:focus {
    background-color: #e8e8ed;
}

.mason-search-input::placeholder {
    color: #86868b;
}

.mason-search-suggestions {
    margin-top: 20px;
}

.mason-search-label {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.mason-search-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mason-search-quick-links a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f7;
    color: #1d1d1f;
    font-size: 14px;
    text-decoration: none;
    border-radius: 18px;
    transition: background-color 0.3s ease;
}

.mason-search-quick-links a:hover {
    background-color: #e8e8ed;
}

/* Mobile Responsive - Header */
@media (max-width: 1068px) {
    .ac-gn-nav {
        display: none;
    }
    
    .ac-gn-content {
        justify-content: space-between;
    }
}

@media (max-width: 734px) {
    .ac-gn-logo img {
        height: 20px;
        max-width: 120px;
    }
    
    .ac-gn-actions {
        gap: 14px;
    }
    
    .ac-gn-buy {
        display: none;
    }
    
    .mason-search-modal-content {
        margin: 20px;
        margin-top: 80px;
    }
    
    .mason-search-container {
        padding: 20px;
    }
    
    .mason-search-input {
        height: 48px;
        font-size: 16px;
    }
}

/* ============================================
   CART PAGE (Apple Style)
   ============================================ */

/* Cart Container */
.mason-cart-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
}

/* Cart Header */
.mason-cart-header {
    margin-bottom: 30px;
}

.mason-cart-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

.mason-cart-header-message {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
}

.mason-text-semibold {
    font-weight: 600;
}

/* Installment Banner */
.mason-installment-banner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f5f5f7;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.mason-installment-icon {
    flex-shrink: 0;
}

.mason-installment-icon img {
    width: 82px;
    height: 82px;
}

.mason-installment-content {
    flex: 1;
}

.mason-installment-description {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
    margin: 0 0 8px 0;
}

/* Cart Items List */
.mason-cart-items {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.mason-cart-item {
    border-bottom: 1px solid #d2d2d7;
    padding: 30px 0;
}

.mason-cart-item:first-child {
    border-top: 1px solid #d2d2d7;
}

.mason-item-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
}

/* Product Image */
.mason-item-image {
    position: relative;
}

.mason-item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Product Content */
.mason-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mason-item-details {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: start;
}

.mason-item-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19048;
    letter-spacing: 0.011em;
    color: #1d1d1f;
    margin: 0 0 8px 0;
}

.mason-item-title a {
    color: #1d1d1f;
    text-decoration: none;
}

.mason-item-title a:hover {
    text-decoration: underline;
}

/* Quantity Selector */
.mason-item-quantity .quantity {
    display: inline-block;
}

.mason-item-quantity select,
.mason-item-quantity input[type="number"] {
    width: 60px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1d1d1f;
    cursor: pointer;
}

.mason-item-quantity select:hover,
.mason-item-quantity input[type="number"]:hover {
    border-color: #8f8f94;
}

/* Price & Remove */
.mason-item-price-details {
    text-align: right;
}

.mason-item-price {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.mason-item-price p {
    margin: 0;
}

.mason-item-remove {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #8da3d4;
    text-decoration: none;
    display: inline-block;
}

.mason-item-remove:hover {
    text-decoration: underline;
}

/* Delivery Options */
.mason-item-fulfillment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    background: #f5f5f7;
    border-radius: 12px;
}

.mason-delivery-info,
.mason-pickup-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.mason-delivery-icon,
.mason-pickup-icon {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    color: #1d1d1f;
}

.mason-delivery-text,
.mason-pickup-text {
    flex: 1;
}

.mason-delivery-label,
.mason-pickup-label {
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    margin-bottom: 4px;
}

.mason-delivery-date,
.mason-pickup-date {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

/* Cart Summary */
.mason-cart-summary {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
}

.mason-summary-content {
    max-width: 600px;
}

.mason-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.mason-summary-row:not(:last-child) {
    border-bottom: 1px solid #d2d2d7;
}

.mason-summary-label {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-summary-value {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-summary-total {
    border-top: 1px solid #1d1d1f !important;
    padding-top: 20px;
    margin-top: 8px;
}

.mason-summary-total .mason-summary-label,
.mason-summary-total .mason-summary-value {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19048;
    letter-spacing: 0.011em;
}

.mason-zip-button {
    background: none;
    border: none;
    color: #8da3d4;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-left: 4px;
}

.mason-summary-financing {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #d2d2d7;
}

/* Checkout Options */
.mason-checkout-options {
    margin-bottom: 40px;
}

.mason-checkout-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin: 0 0 30px 0;
}

.mason-checkout-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mason-checkout-box {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    padding: 30px;
}

.mason-checkout-box-header {
    margin-bottom: 20px;
}

.mason-checkout-payment-label {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.mason-checkout-amount {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19048;
    letter-spacing: 0.011em;
    color: #1d1d1f;
}

.mason-checkout-button-wrapper,
.mason-checkout-buttons {
    margin-bottom: 20px;
}

.mason-checkout-box-footer {
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #6e6e73;
}

/* Apple-Style Buttons (from provided CSS) */
.button,
.mason-button-installment,
.mason-button-checkout {
    --sk-button-color: #fff;
    --sk-button-color-hover: var(--sk-button-color);
    --sk-button-color-active: var(--sk-button-color-hover);
    --sk-button-border-color: transparent;
    --sk-button-border-radius: 12px;
    --sk-button-padding-horizontal: 31px;
    --sk-button-padding-vertical: 18px;
    --sk-button-min-width-basis: 90px;
    --sk-button-border-width: 1px;
    
    background: #8da3d4;
    border-color: var(--sk-button-border-color);
    border-radius: var(--sk-button-border-radius);
    border-style: solid;
    border-width: var(--sk-button-border-width);
    box-sizing: border-box;
    color: var(--sk-button-color);
    cursor: pointer;
    display: block;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.17648;
    min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal) * 2);
    padding: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width)) calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    transition: background-color 0.3s ease;
}

.button:hover,
.mason-button-installment:hover,
.mason-button-checkout:hover {
    background: #a3b8e0;
}

.as-buttonlink {
    background: none;
    border: none;
    color: #8da3d4;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
}

.as-buttonlink:hover {
    text-decoration: underline;
}

/* Help Section */
.mason-cart-help {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.mason-help-content {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-chat-button {
    color: #8da3d4;
    text-decoration: none;
}

.mason-chat-button:hover {
    text-decoration: underline;
}

/* Empty Cart */
.mason-cart-empty {
    text-align: center;
    padding: 60px 20px;
}

.mason-cart-empty p {
    font-size: 21px;
    line-height: 1.19048;
    letter-spacing: 0.011em;
    color: #1d1d1f;
    margin-bottom: 30px;
}

/* Mobile Responsive - Cart */
@media (max-width: 1068px) {
    .mason-item-row {
        grid-template-columns: 150px 1fr;
        gap: 20px;
    }
    
    .mason-item-details {
        grid-template-columns: 1fr;
    }
    
    .mason-item-price-details {
        text-align: left;
    }
    
    .mason-item-fulfillment {
        grid-template-columns: 1fr;
    }
    
    .mason-checkout-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 734px) {
    .mason-cart-page {
        padding: 40px 16px 60px;
    }
    
    .mason-cart-title {
        font-size: 32px;
    }
    
    .mason-item-row {
        grid-template-columns: 1fr;
    }
    
    .mason-item-image {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .mason-installment-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .mason-installment-icon img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    
    .mason-cart-summary {
        padding: 20px;
    }
    
    .mason-checkout-title {
        font-size: 24px;
    }
}

/* ============================================
   CHECKOUT PAGE (Apple Style)
   ============================================ */

/* Checkout Container */
.mason-checkout-page,
.woocommerce-checkout .mason-checkout-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

/* Checkout Header */
.mason-checkout-header {
    margin-bottom: 40px;
}

.mason-checkout-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #1d1d1f;
    margin: 0;
}

/* Checkout Layout */
.mason-checkout-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
}

/* Checkout Details (Left Column) */
.mason-checkout-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mason-checkout-section {
    background: #ffffff;
    border-radius: 18px;
    padding: 0;
}

.mason-section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin: 0 0 24px 0;
}

/* Form Fields */
.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout label {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 17px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    background: #ffffff;
    color: #1d1d1f;
    transition: border-color 0.3s ease;
}

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout input[type="password"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #8da3d4;
    outline: none;
}

/* Checkout Sidebar (Right Column) */
.mason-checkout-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.mason-checkout-review {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 30px;
}

/* Order Review Table */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 0;
    font-size: 14px;
    color: #1d1d1f;
    border-bottom: 1px solid #d2d2d7;
}

.woocommerce-checkout-review-order-table th {
    font-weight: 600;
    text-align: left;
}

.woocommerce-checkout-review-order-table td {
    text-align: right;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    border-top: 1px solid #d2d2d7;
    padding-top: 16px;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 21px;
    font-weight: 600;
    border-top: 2px solid #1d1d1f;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

/* Payment Methods */
.woocommerce-checkout-payment {
    margin-top: 24px;
}

.woocommerce-checkout-payment .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.woocommerce-checkout-payment .wc_payment_method {
    margin-bottom: 12px;
}

.woocommerce-checkout-payment .payment_method_label {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border: 2px solid #d2d2d7;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-checkout-payment input[type="radio"]:checked ~ .payment_method_label {
    border-color: #8da3d4;
    background: rgba(0, 113, 227, 0.05);
}

.woocommerce-checkout-payment .payment_method_label img {
    margin-right: 12px;
}

/* Place Order Button */
.woocommerce-checkout #place_order {
    width: 100%;
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 18px 31px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: none;
    letter-spacing: -0.022em;
}

.woocommerce-checkout #place_order:hover {
    background: #a3b8e0;
}

/* Checkout Messages */
.mason-checkout-message,
.woocommerce-info,
.woocommerce-message {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #1d1d1f;
}

/* Responsive Checkout */
@media (max-width: 1068px) {
    .mason-checkout-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mason-checkout-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 734px) {
    .mason-checkout-page {
        padding: 40px 16px 60px;
    }
    
    .mason-checkout-title {
        font-size: 32px;
    }
    
    .mason-section-title {
        font-size: 24px;
    }
}

/* ============================================
   MY ACCOUNT PAGE (Apple Style)
   ============================================ */

/* Account Container */
.mason-account-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

/* Account Header */
.mason-account-header {
    margin-bottom: 40px;
}

.mason-account-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #1d1d1f;
    margin: 0;
}

.mason-account-title span {
    color: #8da3d4;
}

/* Account Layout */
.mason-account-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
}

/* Account Navigation */
.mason-account-nav {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.mason-account-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mason-account-nav li {
    margin-bottom: 2px;
}

.mason-account-nav a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mason-account-nav a:hover {
    background: #f5f5f7;
}

.mason-account-nav li.is-active a {
    background: #8da3d4;
    color: #ffffff;
    font-weight: 600;
}

/* Account Content */
.mason-account-content {
    background: #ffffff;
}

.mason-account-content h2,
.mason-account-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin: 0 0 24px 0;
}

.mason-account-content p {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin-bottom: 16px;
}

/* Orders Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #d2d2d7;
    font-size: 14px;
}

.woocommerce-orders-table th {
    background: #f5f5f7;
    font-weight: 600;
    color: #1d1d1f;
}

.woocommerce-orders-table td {
    color: #1d1d1f;
}

.woocommerce-orders-table .woocommerce-button {
    background: #8da3d4;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 980px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.woocommerce-orders-table .woocommerce-button:hover {
    background: #a3b8e0;
}

/* Addresses */
.woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.woocommerce-Address {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 24px;
}

.woocommerce-Address-title h3 {
    font-size: 21px;
    margin-bottom: 16px;
}

.woocommerce-Address address {
    font-size: 14px;
    line-height: 1.42859;
    color: #1d1d1f;
    font-style: normal;
}

/* Edit Account Form */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    font-size: 17px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    background: #ffffff;
    color: #1d1d1f;
    margin-bottom: 16px;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #8da3d4;
    outline: none;
}

.woocommerce-EditAccountForm label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover {
    background: #a3b8e0;
}

/* Responsive Account */
@media (max-width: 1068px) {
    .mason-account-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mason-account-nav {
        position: relative;
        top: 0;
    }
    
    .mason-account-nav ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px;
    }
    
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 734px) {
    .mason-account-page {
        padding: 40px 16px 60px;
    }
    
    .mason-account-title {
        font-size: 32px;
    }
    
    .mason-account-nav ul {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   PROMO RIBBON / NOTIFICATION BANNER
   ============================================ */
.mason-promo-ribbon {
    background-color: #f5f5f7;
    border-bottom: 0.5px solid #d2d2d7;
    position: relative;
    z-index: 9998;
}

.mason-promo-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
}

.mason-promo-slider {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mason-promo-track {
    width: 100%;
    position: relative;
}

.mason-promo-item {
    display: none;
    padding: 12px 60px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.mason-promo-item.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mason-promo-content {
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-promo-link {
    color: #8da3d4;
    text-decoration: none;
    margin-left: 4px;
    white-space: nowrap;
}

.mason-promo-link:hover {
    text-decoration: underline;
}

.mason-promo-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
}

.mason-promo-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    opacity: 0.6;
    transition: opacity 0.3s;
    pointer-events: auto;
}

.mason-promo-arrow:hover {
    opacity: 1;
}

.mason-promo-arrow svg {
    fill: #1d1d1f;
    display: block;
}

.mason-promo-prev {
    margin-left: 0;
}

.mason-promo-next {
    margin-right: 0;
}

/* Mobile responsive */
@media (max-width: 734px) {
    .mason-promo-item {
        padding: 12px 50px;
    }
    
    .mason-promo-content {
        font-size: 12px;
    }
    
    .mason-promo-nav {
        padding: 0 5px;
    }
    
    .mason-promo-arrow {
        padding: 6px;
    }
    
    .mason-promo-arrow svg {
        width: 10px;
        height: 16px;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 22px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.hero-content {
    flex: 1;
    max-width: 50%;
    padding-right: 40px;
}

.hero-headline {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.015em;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.hero-tagline {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 21px;
    line-height: 1.381;
    color: #86868b;
    margin-bottom: 40px;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.btn-primary {
    background-color: #1d1d1f;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 980px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #000000;
}

.btn-secondary {
    background-color: transparent;
    color: #1d1d1f;
    padding: 12px 22px;
    border-radius: 980px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #1d1d1f;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #f5f5f7;
}

.hero-visual {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-stage {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.product-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* ============================================
   MARKETING COPY SECTION
   ============================================ */
.marketing-copy {
    text-align: center;
    padding: 120px 22px;
    max-width: 1024px;
    margin: 0 auto;
}

.marketing-copy h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.0625;
    letter-spacing: -0.009em;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.marketing-copy p {
    font-size: 28px;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #86868b;
}

/* ============================================
   FEATURED IN SECTION
   ============================================ */
.featured-in-section {
    background-color: #fbfbfd;
    padding: 80px 22px;
    text-align: center;
}

.featured-in-container {
    max-width: 1024px;
    margin: 0 auto;
}

.featured-in-section h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.381;
    color: #86868b;
    margin-bottom: 40px;
    letter-spacing: 0.011em;
}

.featured-in-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.featured-in-links a {
    font-size: 17px;
    color: #1d1d1f;
    text-decoration: none;
    transition: opacity 0.3s;
}

.featured-in-links a:hover {
    opacity: 0.7;
}

/* ============================================
   TECHNOLOGICALLY UNRIVALED SECTION
   ============================================ */
.technologically-unrivaled-section {
    padding: 100px 22px;
    text-align: center;
}

.technologically-unrivaled-container {
    max-width: 1024px;
    margin: 0 auto;
}

.technologically-unrivaled-section h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 40px;
    color: #1d1d1f;
}

.technologically-unrivaled-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 60px 0;
}

.tech-item {
    text-align: center;
}

.tech-item img {
    width: 200px;
    height: 200px;
    border-radius: 18px;
    margin-bottom: 20px;
    object-fit: cover;
}

.tech-item p {
    font-size: 17px;
    color: #1d1d1f;
    text-transform: lowercase;
}

.tech-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.tech-badges span {
    font-size: 14px;
    color: #86868b;
    padding: 8px 16px;
    background-color: #f5f5f7;
    border-radius: 980px;
}

/* ============================================
   PRODUCT CATEGORIES SECTION
   ============================================ */
.product-categories-section {
    padding: 100px 22px;
    background-color: #fbfbfd;
}

.product-categories-container {
    max-width: 1024px;
    margin: 0 auto;
}

.product-categories-section h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 60px;
    text-align: center;
    color: #1d1d1f;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.category-card {
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.category-card h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 30px;
    margin: 0;
    color: #1d1d1f;
}

.category-link {
    display: block;
    padding: 0 30px 30px;
    color: #8da3d4;
    text-decoration: none;
    font-size: 17px;
}

.category-link:hover {
    text-decoration: underline;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features-section {
    padding: 100px 22px;
}

.features-container {
    max-width: 1024px;
    margin: 0 auto;
}

.features-section h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 60px;
    text-align: center;
    color: #1d1d1f;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #8da3d4;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1f;
}

.feature-item p {
    font-size: 17px;
    color: #86868b;
    line-height: 1.47059;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
    padding: 100px 22px;
    background-color: #fbfbfd;
}

.testimonials-container {
    max-width: 1024px;
    margin: 0 auto;
}

.testimonials-section h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 60px;
    text-align: center;
    color: #1d1d1f;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-stars {
    font-size: 20px;
    color: #ffd700;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 21px;
    line-height: 1.381;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.testimonial-product {
    font-size: 14px;
    color: #86868b;
    margin-bottom: 8px;
}

.testimonial-rating {
    font-size: 14px;
    color: #86868b;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.newsletter-section {
    padding: 100px 22px;
    text-align: center;
}

.newsletter-container {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-section h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.newsletter-section > .newsletter-container > p {
    font-size: 21px;
    line-height: 1.381;
    color: #86868b;
    margin-bottom: 40px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #d2d2d7;
    border-radius: 980px;
    font-size: 17px;
    font-family: inherit;
    background-color: #ffffff;
    color: #1d1d1f;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #8da3d4;
}

.newsletter-disclaimer {
    font-size: 12px;
    color: #86868b;
    line-height: 1.5;
    margin-top: 20px;
}

/* ============================================
   FOOTER
   ============================================ */
.mason-footer {
    background-color: #f5f5f7;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 60px;
    border-top: 0.5px solid #d2d2d7;
}

.mason-footer-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #d2d2d7;
    margin-bottom: 20px;
}

.mason-footer-column h4 {
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1f;
    margin-bottom: 0.8em;
    letter-spacing: 0.01em;
    line-height: 1.33337;
}

.mason-footer-column p {
    font-size: 12px;
    color: #86868b;
    margin-bottom: 12px;
}

.mason-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mason-footer-column ul li {
    margin-bottom: 0.8em;
}

.mason-footer-column ul li a {
    font-size: 12px;
    color: #86868b;
    text-decoration: none;
    transition: text-decoration 0.3s;
    line-height: 1.33337;
    letter-spacing: -0.01em;
}

.mason-footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-newsletter {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-newsletter input[type="email"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #d2d2d7;
    border-radius: 980px;
    font-size: 12px;
    font-family: inherit;
}

.footer-newsletter button {
    padding: 8px 16px;
    background-color: #1d1d1f;
    color: #ffffff;
    border: none;
    border-radius: 980px;
    font-size: 12px;
    cursor: pointer;
}

.mason-footer-legal {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    padding-top: 20px;
    font-size: 12px;
    color: #86868b;
    line-height: 1.5;
    text-align: center;
}

.mason-footer-legal p {
    margin: 0;
}

.mason-footer-legal a {
    color: #8da3d4;
    text-decoration: none;
}

.mason-footer-legal a:hover {
    text-decoration: underline;
}

.mason-footer-legal img {
    height: 20px;
    vertical-align: middle;
    margin: 0 4px;
}

/* ============================================
   PRODUCT NAVIGATION CARDS
   ============================================ */
.mason-product-nav {
    margin-bottom: 60px;
    overflow: hidden;
}

.mason-product-nav-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
}

.mason-product-nav-scroller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    padding-bottom: 10px;
}

.mason-product-nav-scroller::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.mason-product-card {
    flex: 0 0 auto;
    width: 280px;
    list-style: none;
}

.mason-product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mason-product-card-link:hover {
    transform: translateY(-4px);
}

.mason-product-card-content {
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.mason-product-card-link:hover .mason-product-card-content {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mason-product-card-image {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f5f5f7;
    overflow: hidden;
}

.mason-product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mason-product-card-link:hover .mason-product-card-image img {
    transform: scale(1.05);
}

.mason-product-card-info {
    padding: 20px;
}

.mason-product-card-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.21053;
    letter-spacing: 0.012em;
    color: #1d1d1f;
    margin: 0;
}

/* Mobile responsive */
@media (max-width: 734px) {
    .mason-product-card {
        width: 240px;
    }
    
    .mason-product-card-image {
        height: 160px;
    }
    
    .mason-product-card-title {
        font-size: 17px;
    }
    
    .mason-product-nav {
        margin-bottom: 40px;
    }
}

/* ============================================
   WOOCOMMERCE PRODUCT STYLES
   ============================================ */
.mason-woocommerce-inner {
    min-height: 60vh;
}

.content-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 22px;
}

.mason-shop-header {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
}

.mason-shop-header-content {
    max-width: 800px;
    margin: 0 auto;
}

.mason-shop-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 16px;
    color: #1d1d1f;
}

.mason-shop-description {
    font-size: 21px;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #86868b;
    margin: 0;
}

/* Legacy support */
.shop-header {
    text-align: center;
    margin-bottom: 60px;
}

.shop-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.shop-description {
    font-size: 21px;
    line-height: 1.381;
    color: #86868b;
}

.shop-sidebar {
    background-color: #fbfbfd;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 40px;
}

.shop-sidebar h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-section h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1f;
}

.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-list li {
    margin-bottom: 8px;
}

.filter-list a {
    font-size: 14px;
    color: #86868b;
    text-decoration: none;
    transition: color 0.3s;
}

.filter-list a:hover {
    color: #8da3d4;
}

.price-range {
    width: 100%;
    margin-bottom: 10px;
}

.price-display {
    font-size: 14px;
    color: #86868b;
    text-align: center;
}

.products-grid-container {
    margin-top: 40px;
}

.products-grid,
.products,
ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23.5294117647rem, 1fr));
    gap: 30px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mason-product-card,
.product,
li.product {
    background-color: #ffffff !important;
    border-radius: 18px !important;
    padding: 20px !important;
    text-align: center !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.mason-product-card:hover,
.product:hover,
li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.mason-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mason-product-image-wrapper,
.woocommerce-loop-product__link img {
    margin-bottom: 20px !important;
    position: relative;
    overflow: hidden;
    border-radius: 12px !important;
    background: #f5f5f7;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mason-product-image-wrapper img,
.woocommerce-loop-product__link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.mason-product-card:hover .mason-product-image-wrapper img,
.product:hover .woocommerce-loop-product__link img {
    transform: scale(1.05) !important;
}

.mason-product-title,
.woocommerce-loop-product__title {
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.21053 !important;
    letter-spacing: 0.012em !important;
    margin-bottom: 8px !important;
    color: #1d1d1f !important;
}

.mason-product-price,
.price {
    font-size: 17px !important;
    line-height: 1.47059 !important;
    letter-spacing: -0.022em !important;
    color: #86868b !important;
    margin-bottom: 12px !important;
}

/* Product Color Buttons - Apple Style */
.mason-product-colors {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.mason-color-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
    display: inline-block;
    position: relative;
    margin: 0 3px;
}

.mason-color-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.mason-color-button:hover {
    transform: scale(1.15);
}

/* ============================================
   SIMPLIFIED PRODUCT CARDS (Apple Style)
   ============================================ */

/* Product Grid Container */
ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23.5294117647rem, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Product Card Container - Exact Apple Specs */
.mason-product-card {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.078);
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    width: 100%;
    max-width: 23.5294117647rem;
    margin: 0 auto;
}

.mason-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.15);
}

.mason-product-content {
    display: flex;
    flex-direction: column;
    height: 29.4117647059rem;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

/* Product Image */
.mason-product-image {
    position: relative;
    background: #f5f5f7;
    height: 18rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px -30px 20px -30px;
}

.mason-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.mason-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.mason-product-card:hover .mason-product-image img {
    transform: scale(1.05);
}

/* Product Info Section */
.mason-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

/* Color Swatches - Apple Style */
.mason-color-swatches {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    min-height: 20px;
}

.mason-color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mason-color-swatch:hover {
    transform: scale(1.2);
}

.mason-swatch-color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

/* Product Badge - New/Sale */
.mason-product-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.mason-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 12px;
}

.mason-badge-new {
    background-color: #8da3d4;
    color: #ffffff;
}

.mason-badge-sale {
    background-color: #ff3b30;
    color: #ffffff;
}

/* Product Title */
.mason-product-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    margin: 0 0 8px 0;
    color: #1d1d1f;
}

.mason-product-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mason-product-title a:hover {
    color: #8da3d4;
}

/* Product Price */
.mason-product-price {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin: 0;
}

.mason-product-price .woocommerce-Price-amount {
    font-weight: 400;
}

.mason-product-price del {
    opacity: 0.6;
    margin-right: 8px;
    display: inline-block;
}

.mason-product-price ins {
    text-decoration: none;
    color: #8da3d4;
    font-weight: 500;
}

/* Mobile Responsive */
/* Mobile Responsive - Product Cards */
@media (max-width: 1068px) {
    ul.products {
        grid-template-columns: repeat(auto-fill, minmax(18.4117647059rem, 1fr));
        gap: 20px;
    }
    
    .mason-product-card {
        max-width: 18.4117647059rem;
    }
    
    .mason-product-content {
        height: auto;
        min-height: 26rem;
        padding: 24px;
    }
    
    .mason-product-image {
        height: 15rem;
        margin: -24px -24px 16px -24px;
    }
}

@media (max-width: 734px) {
    ul.products {
        grid-template-columns: 1fr;
    }
    
    .mason-product-card {
        max-width: 100%;
    }
    
    .mason-product-content {
        padding: 20px;
        min-height: 24rem;
    }
    
    .mason-product-image {
        height: 14rem;
        margin: -20px -20px 16px -20px;
    }
    
    .mason-product-title {
        font-size: 15px;
    }
    
    .mason-product-price {
        font-size: 13px;
    }
}

/* ============================================
   CATEGORY NAVIGATION (Apple Chapter Nav Style)
   ============================================ */

.mason-category-nav {
    background: #fbfbfd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.mason-category-nav-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
}

.mason-category-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.mason-category-nav-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.mason-category-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.mason-category-item {
    flex: 0 0 auto;
    transition: opacity 0.3s ease;
}

.mason-category-item:hover {
    opacity: 0.8;
}

.mason-category-item.active .mason-category-link {
    opacity: 1;
}

.mason-category-item.active .mason-category-label {
    color: #1d1d1f;
    font-weight: 600;
}

.mason-category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.mason-category-link:hover {
    opacity: 0.7;
}

.mason-category-image {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mason-category-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mason-category-label {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mason-category-label .mason-badge {
    font-size: 9px;
    padding: 2px 6px;
    margin-left: 4px;
}

/* Navigation Arrows */
.mason-category-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mason-category-arrow:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mason-category-arrow svg {
    fill: #1d1d1f;
}

.mason-category-arrow-prev {
    left: 0;
}

.mason-category-arrow-next {
    right: 0;
}

.mason-category-arrow.disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* Mobile Responsive */
@media (max-width: 734px) {
    .mason-category-nav {
        padding: 16px 0;
        margin-bottom: 30px;
    }
    
    .mason-category-nav-container {
        padding: 0 16px;
    }
    
    .mason-category-list {
        gap: 20px;
    }
    
    .mason-category-image {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    
    .mason-category-label {
        font-size: 11px;
    }
    
    .mason-category-arrow {
        width: 32px;
        height: 32px;
    }
}

/* Add to Cart Button */
.add_to_cart_button,
.button.product_type_simple,
.button.product_type_variable {
    background-color: #1d1d1f !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 980px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background-color 0.3s !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

.add_to_cart_button:hover,
.button.product_type_simple:hover,
.button.product_type_variable:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Pagination */
.pagination,
.woocommerce-pagination {
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 0.5px solid #d2d2d7 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    padding: 8px 16px !important;
    text-decoration: none !important;
    color: #1d1d1f !important;
    font-size: 17px !important;
    border-radius: 8px !important;
    transition: background-color 0.3s !important;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
    background-color: #f5f5f7 !important;
}

.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
    font-weight: 600 !important;
}

/* ============================================
   SINGLE PRODUCT PAGE (Apple Style)
   ============================================ */

/* Product Flagship Layout */
.mason-product-flagship {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
}

.mason-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* Left Column - Product Images */
.mason-product-col-left {
    position: relative;
}

.mason-product-media-sticky {
    position: sticky;
    top: 100px;
}

.mason-product-image-main {
    background: #f5f5f7;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mason-product-image-main img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Buy Strip Features */
.mason-buystrip {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 20px;
}

.mason-buystrip-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mason-buystrip-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mason-buystrip-item:last-child {
    border-bottom: none;
}

.mason-buystrip-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
}

.mason-buystrip-icon svg {
    width: 100%;
    height: 100%;
    fill: #1d1d1f;
}

.mason-buystrip-text {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Right Column - Product Details */
.mason-product-col-right {
    position: relative;
}

/* Product Header */
.mason-product-header {
    margin-bottom: 20px;
}

.mason-product-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.0834933333;
    letter-spacing: -0.003em;
    color: #1d1d1f;
    margin: 12px 0 0 0;
}

/* Product Excerpt */
.mason-product-excerpt {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
    margin-bottom: 30px;
}

/* Product Variations */
.mason-product-variations {
    margin-bottom: 30px;
}

.mason-variations-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin-bottom: 16px;
}

.mason-variations-wrapper {
    background: #ffffff;
    border-radius: 12px;
}

/* Variation Selectors - Apple Style */
.variations select,
.mason-variations-wrapper select {
    width: 100%;
    height: 56px;
    padding: 0 44px 0 16px;
    font-size: 17px;
    border: 2px solid #d2d2d7;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1d1d1f;
    cursor: pointer;
    transition: border-color 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231d1d1f' d='M6 5.586L1.707 1.293A1 1 0 00.293 2.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414L6 5.586z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.variations select:hover,
.mason-variations-wrapper select:hover {
    border-color: #8f8f94;
}

.variations select:focus,
.mason-variations-wrapper select:focus {
    outline: none;
    border-color: #8da3d4;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
}

/* Form Selector Radio Buttons - Apple Style */
.form-selector {
    margin-bottom: 12px;
}

.form-selector-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-selector-label {
    display: block;
    padding: 16px 20px;
    border: 2px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form-selector-input:hover ~ .form-selector-label {
    border-color: #8f8f94;
}

.form-selector-input:checked ~ .form-selector-label {
    border-color: #8da3d4;
    background-color: rgba(0, 113, 227, 0.05);
}

.form-selector-input:focus ~ .form-selector-label {
    outline: none;
    border-color: #8da3d4;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
}

.form-selector-title {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    display: block;
    margin-bottom: 4px;
}

.form-selector-left-col {
    flex: 1;
}

.form-selector-right-col {
    text-align: right;
    font-size: 14px;
    color: #86868b;
}

.form-label-small {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
}

/* Price Section */
.mason-product-price-section {
    margin-bottom: 30px;
    padding: 24px 0;
    border-top: 1px solid #d2d2d7;
    border-bottom: 1px solid #d2d2d7;
}

.mason-price-box {
    text-align: left;
}

.mason-price-main {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.mason-price-main .woocommerce-Price-amount {
    font-weight: 600;
}

.mason-price-installment {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
}

/* Add to Cart Actions */
.mason-product-actions {
    margin-bottom: 30px;
}

.mason-product-actions .button,
.mason-product-actions .single_add_to_cart_button {
    width: 100%;
    height: 56px;
    background-color: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mason-product-actions .button:hover,
.mason-product-actions .single_add_to_cart_button:hover {
    background-color: #a3b8e0;
}

.mason-product-actions .button:disabled {
    background-color: #d2d2d7;
    color: #86868b;
    cursor: not-allowed;
}

/* Product Meta */
.mason-product-meta {
    padding: 20px 0;
    border-top: 1px solid #d2d2d7;
}

.mason-meta-item {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin-bottom: 8px;
}

.mason-meta-label {
    font-weight: 600;
    color: #1d1d1f;
    margin-right: 4px;
}

/* Product Tabs */
.mason-product-tabs-wrapper {
    background: #f5f5f7;
    padding: 60px 0;
    margin-top: 60px;
}

.mason-product-tabs-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
}

.woocommerce-tabs {
    margin-top: 0;
}

.woocommerce-tabs .tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #d2d2d7;
}

.woocommerce-tabs .tabs li {
    margin: 0;
}

.woocommerce-tabs .tabs li a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #86868b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.woocommerce-tabs .tabs li a:hover {
    color: #1d1d1f;
}

.woocommerce-tabs .tabs li.active a {
    color: #1d1d1f;
    border-bottom-color: #1d1d1f;
}

.woocommerce-tabs .panel {
    padding: 0;
}

.woocommerce-tabs .panel h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
    letter-spacing: 0.007em;
    color: #1d1d1f;
    margin-bottom: 20px;
}

/* Enhanced Variation Selectors (Apple-Style with Features) */
.mason-variations-selector-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mason-variation-selector {
    position: relative;
}

.mason-variation-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.mason-variation-features {
    padding-left: 0;
    margin: 12px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 12px;
}

.mason-feature-item {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.mason-feature-positive {
    color: #1d1d1f;
}

.mason-feature-positive::before {
    content: '✓';
    color: #1d1d1f;
    font-weight: 600;
    margin-right: 8px;
    font-size: 16px;
}

.mason-feature-negative {
    color: #86868b;
}

.mason-feature-negative::before {
    content: '—';
    margin-right: 8px;
    color: #86868b;
}

.mason-variation-installment {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Badge Styles */
.mason-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.mason-badge-engraving {
    background-color: rgba(0, 113, 227, 0.1);
    color: #8da3d4;
}

.mason-badge-sale {
    background-color: rgba(255, 59, 48, 0.1);
    color: #ff3b30;
}

/* FAQ Section */
.mason-product-faqs {
    background: #f5f5f7;
    padding: 60px 0;
    margin-top: 60px;
}

.mason-faqs-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
}

.mason-faqs-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin-bottom: 30px;
}

.mason-faqs-container h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin: 20px 0 10px 0;
}

.mason-faqs-container p {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin-bottom: 20px;
}

/* Mobile Responsive - Single Product */
@media (max-width: 1068px) {
    .mason-product-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mason-product-media-sticky {
        position: relative;
        top: 0;
    }
    
    .mason-product-flagship {
        padding: 40px 22px 60px;
    }
    
    .mason-variation-header {
        flex-direction: column;
        gap: 8px;
    }
    
    .form-selector-right-col {
        text-align: left;
    }
}

@media (max-width: 734px) {
    .mason-product-flagship {
        padding: 30px 16px 50px;
    }
    
    .mason-product-layout {
        gap: 30px;
    }
    
    .mason-product-title {
        font-size: 32px;
    }
    
    .mason-price-main {
        font-size: 24px;
    }
    
    .mason-buystrip {
        padding: 16px;
    }
    
    .mason-buystrip-item {
        padding: 10px 0;
    }
    
    .mason-faqs-title {
        font-size: 24px;
    }
}

/* ============================================
   FOOTER BRANDING SECTION
   ============================================ */

.mason-footer-branding {
	background-color: #f5f5f7;
	padding: 40px 22px;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 40px;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo img {
	max-width: 200px;
	height: auto;
	display: inline-block;
}

.mason-legal-disclaimers {
	max-width: 800px;
	margin: 0 auto;
}

.mason-legal-disclaimers .legal-text {
	font-size: 12px;
	line-height: 1.33337;
	color: #86868b;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.mason-legal-disclaimers .legal-text:last-child {
	margin-bottom: 0;
}

.mason-legal-disclaimers a {
	color: #8da3d4;
	text-decoration: none;
	transition: opacity 0.3s;
}

.mason-legal-disclaimers a:hover {
	opacity: 0.7;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1068px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-visual {
        max-width: 100%;
    }

    .mason-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 734px) {
    .hero-headline {
        font-size: 48px;
    }

    .hero-tagline {
        font-size: 21px;
    }

    .mason-nav-menu {
        display: none;
    }

    .mason-footer-container {
        grid-template-columns: 1fr;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .technologically-unrivaled-grid {
        flex-direction: column;
    }
    
    .mason-footer-branding {
        padding: 30px 22px;
    }
    
    .footer-logo img {
        max-width: 150px;
    }
    
    .mason-legal-disclaimers .legal-text {
        font-size: 11px;
    }
}

