/* 
 * 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-button,
.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-button:hover,
.ac-gn-link-search:hover {
    opacity: 1;
}

.mason-search-button 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
   ============================================ */

/* ============================================
   SEARCH FLYOUT (Apple-Inspired)
   ============================================ */

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

.mason-search-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    transition: opacity 0.3s ease;
}

.mason-search-button:hover {
    opacity: 0.7;
}

.mason-search-icon svg {
    fill: #1d1d1f;
    width: 15px;
    height: 44px;
}

.mason-search-flyout {
    position: absolute;
    top: 100%;
    right: 0;
    width: 420px;
    max-height: 388px;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
    overflow: hidden;
}

.mason-search-flyout.active {
    opacity: 1;
    transform: translateY(0);
}

.mason-search-flyout-content {
    padding: 0;
}

.mason-search-form {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

.mason-search-input {
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 3.2941176471rem;
    padding: 1.0588235294rem 0.9411764706rem 0;
    padding-inline-end: 2.8823529412rem;
    margin: 0;
    margin-bottom: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.022em;
    line-height: 1.2353641176;
    text-align: start;
    text-overflow: ellipsis;
    border: 1px solid;
    border-color: #86868b;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1d1d1f;
    outline: none;
    cursor: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.mason-search-input:focus {
    border-color: #8da3d4;
    background-color: rgba(255, 255, 255, 0.95);
    outline: none;
}

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

.mason-search-input::-webkit-search-decoration,
.mason-search-input::-webkit-search-cancel-button,
.mason-search-input::-webkit-search-results-button,
.mason-search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.mason-search-input::-ms-clear,
.mason-search-input::-ms-reveal {
    display: none;
}

.mason-search-submit {
    position: absolute;
    right: 0.9411764706rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    z-index: 1;
}

.mason-search-clear {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    z-index: 1;
}

.mason-search-clear:hover,
.mason-search-submit:hover {
    opacity: 0.7;
}

.mason-search-clear svg,
.mason-search-submit svg {
    fill: currentColor;
}

.mason-search-quicklinks {
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
}

.mason-search-quicklinks-header {
    font-size: 12px;
    font-weight: 600;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 12px 0;
    padding: 0;
}

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

.mason-search-quicklinks-item {
    margin: 0;
    padding: 0;
}

.mason-search-quicklinks-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #1d1d1f;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mason-search-quicklinks-link:last-child {
    border-bottom: none;
}

.mason-search-quicklinks-link:hover {
    color: #8da3d4;
}

.mason-search-quicklinks-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mason-search-quicklinks-icon svg {
    fill: currentColor;
    width: 9px;
    height: 16px;
}

.mason-search-quicklinks-text {
    flex: 1;
}

/* 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-flyout {
        width: calc(100vw - 44px);
        right: 22px;
        left: 22px;
        max-height: 60vh;
    }
    
    .mason-search-input {
        height: 3.2941176471rem;
        font-size: 17px;
        padding: 1.0588235294rem 0.9411764706rem 0;
        padding-inline-end: 2.8823529412rem;
    }
    
    .mason-search-quicklinks {
        max-height: calc(60vh - 100px);
    }
}

/* ============================================
   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: center;
}

.mason-item-title-wrapper {
    display: flex;
    align-items: center;
}

.mason-item-quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.mason-item-price-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.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-preorder-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.mason-preorder-info {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.mason-preorder-info:hover {
    opacity: 0.8;
}

.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;
}

/* Delivery Login Prompt */
.mason-delivery-login-prompt {
    margin-top: 8px;
}

.mason-login-link {
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-login-link:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* Expedited Shipping Prompt */
.mason-expedited-shipping-prompt {
    margin-top: 8px;
}

.mason-expedited-link {
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #8da3d4;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mason-expedited-link:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* Gift Wrapping */
.mason-gift-wrap-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-gift-wrap-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #8da3d4;
    flex-shrink: 0;
}

.mason-gift-wrap-confirmation {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #34c759;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

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

/* Gift Message */
.mason-gift-message-wrapper {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d2d2d7;
}

.mason-gift-message-label {
    display: block;
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    font-weight: 600;
    margin-bottom: 8px;
}

.mason-gift-message-input {
    width: 100%;
    min-height: 80px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    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;
    resize: vertical;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.mason-gift-message-input:focus {
    outline: none;
    border-color: #8da3d4;
}

.mason-gift-message-input::placeholder {
    color: #86868b;
    opacity: 1;
}

.mason-gift-message-char-count {
    margin-top: 6px;
    text-align: right;
    font-size: 11px;
    line-height: 1.27273;
    letter-spacing: -0.006em;
    color: #86868b;
}

.mason-gift-message-char-count .mason-char-count.mason-char-limit {
    color: #ff3b30;
    font-weight: 600;
}

/* 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;
}

/* Discount Row */
.mason-summary-discount {
    color: #34c759;
}

.mason-summary-discount .mason-summary-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mason-remove-coupon {
    background: none;
    border: none;
    color: #8da3d4;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    font-family: inherit;
    transition: color 0.3s ease;
}

.mason-remove-coupon:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* Gift Card / Promo Code Section */
.mason-summary-promo {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #d2d2d7;
}

.mason-promo-toggle {
    background: none;
    border: none;
    color: #8da3d4;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color 0.3s ease;
}

.mason-promo-toggle:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

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

.mason-promo-input-wrapper {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.mason-promo-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 17px;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1d1f;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.mason-promo-input:focus {
    outline: none;
    border-color: #8da3d4;
}

.mason-promo-input::placeholder {
    color: #86868b;
    opacity: 1;
}

.mason-promo-button {
    padding: 12px 24px;
    font-size: 17px;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: #8da3d4;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.mason-promo-button:hover {
    background: #a3b8e0;
}

.mason-promo-button:active {
    transform: scale(0.98);
}

.mason-promo-messages {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
}

.mason-promo-messages .woocommerce-message,
.mason-promo-messages .woocommerce-error,
.mason-promo-messages .woocommerce-info {
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0;
}

.mason-promo-messages .woocommerce-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.mason-promo-messages .woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.mason-promo-messages .woocommerce-info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* 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;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.mason-chat-button:hover {
    text-decoration: underline;
    color: #6b8bc4;
}

.mason-chat-button:active {
    color: #5a7ab0;
}

.mason-chat-button[data-ai-chat-trigger="true"] {
    position: relative;
}

.mason-chat-button[data-ai-chat-trigger="true"]::after {
    content: '🤖';
    margin-left: 4px;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.mason-chat-button[data-ai-chat-trigger="true"]:hover::after {
    opacity: 1;
}

/* 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;
}

.mason-checkout-container {
    width: 100%;
}

/* 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;
    margin-bottom: 40px;
}

.mason-checkout-section:last-child {
    margin-bottom: 0;
}

.mason-checkout-section-title,
.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 input[type="number"],
.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;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1d1f;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.woocommerce-checkout input[type="text"]::placeholder,
.woocommerce-checkout input[type="email"]::placeholder,
.woocommerce-checkout input[type="tel"]::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #86868b;
    opacity: 1;
}

.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 input[type="number"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #8da3d4;
    background-color: #ffffff;
    outline: none;
}

.woocommerce-checkout select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231d1d1f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.woocommerce-checkout textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Checkbox and Radio Styling */
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
    accent-color: #8da3d4;
}

.woocommerce-checkout .form-row-wide {
    width: 100%;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 48%;
}

.woocommerce-checkout .form-row-first {
    float: left;
}

.woocommerce-checkout .form-row-last {
    float: right;
}

.woocommerce-checkout .form-row::after {
    content: "";
    display: table;
    clear: both;
}

/* Required Field Indicator */
.woocommerce-checkout .required {
    color: #ff3b30;
    margin-left: 4px;
}

/* 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;
}

/* Empty Checkout State */
.mason-checkout-empty {
    text-align: center;
    padding: 80px 20px;
}

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

.mason-checkout-empty-button {
    display: inline-block;
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-checkout-empty-button:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

/* Checkout Form Styling */
.mason-checkout-form {
    width: 100%;
}

/* Terms and Conditions */
.woocommerce-checkout .form-row.terms {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d2d2d7;
}

.woocommerce-checkout .form-row.terms label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400;
    cursor: pointer;
}

.woocommerce-checkout .form-row.terms input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Account Creation */
.woocommerce-checkout .create-account {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d2d2d7;
}

.woocommerce-checkout .create-account label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    cursor: pointer;
}

.woocommerce-checkout .create-account input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
}

/* 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-checkout-section-title,
    .mason-section-title {
        font-size: 24px;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100%;
        float: none;
    }

    .mason-checkout-empty {
        padding: 60px 20px;
    }

    .mason-checkout-empty p {
        font-size: 19px;
    }
}

/* ============================================
   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 */
.mason-edit-account-form,
.woocommerce-EditAccountForm {
    max-width: 600px;
}

.mason-edit-account-form .form-row,
.woocommerce-EditAccountForm .form-row {
    margin-bottom: 20px;
}

.mason-edit-account-form input[type="text"],
.mason-edit-account-form input[type="email"],
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.mason-edit-account-form input[type="password"],
.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;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1d1f;
    margin-bottom: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.woocommerce-EditAccountForm input[type="text"]:focus,
.woocommerce-EditAccountForm input[type="email"]:focus {
    border-color: #8da3d4;
    background-color: #ffffff;
    outline: none;
}

.woocommerce-EditAccountForm input[type="text"]::placeholder,
.woocommerce-EditAccountForm input[type="email"]::placeholder {
    color: #86868b;
    opacity: 1;
}

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

.woocommerce-EditAccountForm .woocommerce-Button,
.mason-button-primary {
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-EditAccountForm .woocommerce-Button:hover,
.mason-button-primary:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.woocommerce-EditAccountForm .woocommerce-Button:active,
.mason-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Password Change Fieldset - Apple Style */
.mason-password-fieldset {
    padding: 30px !important;
    margin: 0 0 20px 0 !important;
    margin-bottom: 10px !important;
    outline: none !important;
    border-radius: 12px;
    border: none;
    background-color: #f5f5f7;
}

.mason-password-fieldset legend {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.022em;
    line-height: 1.47059;
    color: #1d1d1f;
    padding: 0 12px;
    margin-bottom: 20px;
}

.mason-password-fieldset .form-row {
    margin-bottom: 20px;
}

.mason-password-fieldset .form-row:last-child {
    margin-bottom: 0;
}

.mason-password-fieldset label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
    letter-spacing: -0.016em;
    line-height: 1.42859;
}

/* Password Input Wrapper */
.password-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
}

.password-input .woocommerce-Input--password {
    width: 100%;
    padding: 12px 48px 12px 16px;
    font-size: 17px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1d1d1f;
    margin-bottom: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.password-input .woocommerce-Input--password:focus {
    border-color: #8da3d4;
    background-color: #ffffff;
}

.password-input .woocommerce-Input--password::placeholder {
    color: #86868b;
    opacity: 1;
}

/* Show Password Button */
.show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
    transition: color 0.3s ease;
    z-index: 1;
    outline: none;
}

.show-password-input:hover {
    color: #1d1d1f;
}

.show-password-input:focus {
    color: #8da3d4;
    outline: 2px solid #8da3d4;
    outline-offset: 2px;
    border-radius: 4px;
}

.show-password-input::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3C5.5 3 1.73 6.11 0 10.5C1.73 14.89 5.5 18 10 18C14.5 18 18.27 14.89 20 10.5C18.27 6.11 14.5 3 10 3ZM10 15.5C7.52 15.5 5.5 13.48 5.5 11C5.5 8.52 7.52 6.5 10 6.5C12.48 6.5 14.5 8.52 14.5 11C14.5 13.48 12.48 15.5 10 15.5ZM10 8C8.62 8 7.5 9.12 7.5 10.5C7.5 11.88 8.62 13 10 13C11.38 13 12.5 11.88 12.5 10.5C12.5 9.12 11.38 8 10 8Z' fill='currentColor'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}

.show-password-input[aria-pressed="true"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3C5.5 3 1.73 6.11 0 10.5C1.73 14.89 5.5 18 10 18C14.5 18 18.27 14.89 20 10.5C18.27 6.11 14.5 3 10 3ZM10 15.5C7.52 15.5 5.5 13.48 5.5 11C5.5 8.52 7.52 6.5 10 6.5C12.48 6.5 14.5 8.52 14.5 11C14.5 13.48 12.48 15.5 10 15.5ZM10 8C8.62 8 7.5 9.12 7.5 10.5C7.5 11.88 8.62 13 10 13C11.38 13 12.5 11.88 12.5 10.5C12.5 9.12 11.38 8 10 8Z' fill='currentColor'/%3E%3Cpath d='M2.5 2.5L17.5 17.5' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Responsive Password Fieldset */
@media (max-width: 734px) {
    .mason-password-fieldset {
        padding: 20px !important;
    }
    
    .password-input {
        max-width: 100%;
    }
}

/* 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: 300px;
    list-style: none;
}

.mason-product-card-link {
    display: block;
    width: 300px;
    height: 400px;
    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 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    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: 300px;
    height: 300px;
    background-color: #f5f5f7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.mason-product-card-placeholder {
    color: #86868b;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}

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

.mason-product-card-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100px;
}

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

/* Mobile responsive */
@media (max-width: 734px) {
    .mason-product-card {
        width: 240px;
    }
    
    .mason-product-card-link {
        width: 240px;
        height: 320px;
    }
    
    .mason-product-card-image {
        width: 240px;
        height: 240px;
    }
    
    .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-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    margin-top: 0;
}

.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: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    pointer-events: none;
}

.mason-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 12px;
    width: 69px;
    margin-bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    pointer-events: auto;
}

.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-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        margin-top: 0;
    }
}

@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-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        margin-top: 0;
    }
    
    .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;
}

/* ============================================
   APPLE-STYLE "VIEW MORE" PAGINATION
   ============================================ */

.mason-pagination-apple {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 0.5px solid #d2d2d7;
}

.mason-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

/* Standard Pagination (Desktop) - Hidden by default, show View More instead */
.mason-pagination-standard {
    display: none;
}

.mason-pagination-standard .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.mason-pagination-standard .page-numbers li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mason-pagination-standard .page-numbers a,
.mason-pagination-standard .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
}

.mason-pagination-standard .page-numbers a:hover {
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.mason-pagination-standard .page-numbers .current {
    background-color: #f5f5f7;
    color: #1d1d1f;
    font-weight: 600;
}

.mason-pagination-standard .page-numbers .next,
.mason-pagination-standard .page-numbers .prev {
    font-size: 20px;
    color: #8da3d4;
}

.mason-pagination-standard .page-numbers .next:hover,
.mason-pagination-standard .page-numbers .prev:hover {
    background-color: rgba(141, 163, 212, 0.1);
}

/* View More Dropdown (Apple Style) */
.mason-pagination-viewmore {
    position: relative;
    display: block;
}

.mason-viewmore-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mason-viewmore-button:hover {
    background-color: #f5f5f7;
    border-color: #86868b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.mason-viewmore-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mason-viewmore-button[aria-expanded="true"] {
    background-color: #f5f5f7;
    border-color: #8da3d4;
}

.mason-viewmore-button[aria-expanded="true"] .mason-viewmore-icon {
    transform: rotate(180deg);
}

.mason-viewmore-text {
    display: inline-block;
}

.mason-viewmore-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    color: #86868b;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-viewmore-button:hover .mason-viewmore-icon {
    color: #1d1d1f;
}

/* Dropdown Menu */
.mason-viewmore-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    max-width: 320px;
    max-height: 400px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.95);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    overflow: hidden;
}

.mason-viewmore-dropdown.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
    pointer-events: auto;
}

.mason-viewmore-dropdown-content {
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom Scrollbar */
.mason-viewmore-dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.mason-viewmore-dropdown-content::-webkit-scrollbar-track {
    background: transparent;
}

.mason-viewmore-dropdown-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.mason-viewmore-dropdown-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* Page List */
.mason-viewmore-pages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mason-viewmore-page-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mason-viewmore-page-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border-radius: 12px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.mason-viewmore-page-link:hover {
    background-color: #f5f5f7;
    color: #1d1d1f;
}

.mason-viewmore-page-link.current {
    background-color: rgba(141, 163, 212, 0.1);
    color: #8da3d4;
    font-weight: 500;
}

.mason-viewmore-page-number {
    display: inline-block;
}

.mason-viewmore-page-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #8da3d4;
    flex-shrink: 0;
}

.mason-viewmore-page-check svg {
    width: 16px;
    height: 16px;
}

/* Mobile Responsive */
@media (max-width: 734px) {
    .mason-pagination-standard {
        display: none;
    }
    
    .mason-pagination-viewmore {
        display: block;
    }
    
    .mason-viewmore-dropdown {
        left: 0;
        right: 0;
        transform: translateY(10px);
        min-width: auto;
        width: 100%;
    }
    
    .mason-viewmore-dropdown.active {
        transform: translateY(0);
    }
}

/* Desktop: Show View More as alternative option */
@media (min-width: 735px) {
    .mason-pagination-viewmore {
        display: block;
    }
    
    /* Option to hide standard pagination on desktop if desired */
    /* .mason-pagination-standard {
        display: none;
    } */
}

/* ============================================
   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;
    }
}

/* ============================================
   ABOUT US PAGE (Apple Style)
   ============================================ */

.mason-about-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-about-container {
    width: 100%;
}

/* About Header */
.mason-about-header {
    margin-bottom: 60px;
    text-align: center;
}

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

/* About Content */
.mason-about-content {
    font-size: 21px;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #1d1d1f;
}

.mason-about-content h1,
.mason-about-content .wp-block-post-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07143;
    letter-spacing: -0.005em;
    color: #1d1d1f;
    margin: 60px 0 24px 0;
}

.mason-about-content h1:first-child,
.mason-about-content .wp-block-post-title:first-child {
    margin-top: 0;
}

.mason-about-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0em;
    color: #1d1d1f;
    margin: 60px 0 24px 0;
}

.mason-about-content h2:first-of-type {
    margin-top: 0;
}

.mason-about-content h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.21053;
    letter-spacing: 0.012em;
    color: #86868b;
    margin: 40px 0 12px 0;
    text-transform: uppercase;
}

.mason-about-content p {
    font-size: 21px;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #1d1d1f;
    margin-bottom: 24px;
}

.mason-about-content p:last-child {
    margin-bottom: 0;
}

/* Images */
.mason-about-content img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 40px 0;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mason-about-content img[src*="Logo"],
.mason-about-content img[alt*="Logo"] {
    max-width: 400px;
    margin: 40px auto;
    box-shadow: none;
}

/* Content Sections */
.mason-about-content > * {
    max-width: 100%;
}

/* Spacing between sections */
.mason-about-content h2 + p,
.mason-about-content h5 + p {
    margin-top: 0;
}

/* Links */
.mason-about-content a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-about-content a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* Quote Styling - Applied to h2 elements that are quotes */
.mason-about-content h2 {
    position: relative;
}

/* Style quotes (h2 elements that contain quotes) */
.mason-about-content h2:not(:first-of-type) {
    /* Quotes will be styled via inline styles or specific classes */
}

/* Large quote text styling - can be applied via class or inline */
.mason-about-content .quote-text,
.mason-about-content h2.quote {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.004em;
    font-style: italic;
    color: #1d1d1f;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #d2d2d7;
    border-bottom: 1px solid #d2d2d7;
    margin: 60px 0;
}

/* Notice Section */
.mason-about-content h2 + h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    text-transform: none;
    margin-top: 12px;
}

/* Responsive About Page */
@media (max-width: 1068px) {
    .mason-about-page {
        padding: 40px 22px 60px;
    }
    
    .mason-about-title {
        font-size: 48px;
    }
    
    .mason-about-content h1,
    .mason-about-content .wp-block-post-title {
        font-size: 48px;
    }
    
    .mason-about-content h2 {
        font-size: 32px;
    }
    
    .mason-about-content p {
        font-size: 19px;
    }
}

@media (max-width: 734px) {
    .mason-about-page {
        padding: 30px 16px 50px;
    }
    
    .mason-about-header {
        margin-bottom: 40px;
    }
    
    .mason-about-title {
        font-size: 40px;
    }
    
    .mason-about-content h1,
    .mason-about-content .wp-block-post-title {
        font-size: 40px;
        margin: 40px 0 20px 0;
    }
    
    .mason-about-content h2 {
        font-size: 28px;
        margin: 40px 0 20px 0;
    }
    
    .mason-about-content h5 {
        font-size: 17px;
        margin: 30px 0 10px 0;
    }
    
    .mason-about-content p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    
    .mason-about-content img {
        margin: 30px 0;
        border-radius: 12px;
    }
    
    .mason-about-content img[src*="Logo"] {
        max-width: 300px;
    }
    
    .mason-about-content .quote-text,
    .mason-about-content h2.quote {
        font-size: 24px;
        padding: 30px 0;
        margin: 40px 0;
    }
}

/* ============================================
   WISHLIST PAGE - APPLE STYLE
   ============================================ */
.mason-wishlist-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-wishlist-header {
    margin-bottom: 40px;
    text-align: center;
}

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

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

/* Wishlist Actions */
.mason-wishlist-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d2d2d7;
}

.mason-wishlist-clear-all {
    background: transparent;
    border: 1px solid #d2d2d7;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.016em;
    line-height: 1.42859;
    padding: 8px 16px;
    border-radius: 980px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.mason-wishlist-clear-all:hover {
    background: #f5f5f7;
    border-color: #86868b;
}

.mason-wishlist-clear-all:active {
    transform: scale(0.98);
}

/* Wishlist Grid */
.mason-wishlist-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}

.mason-wishlist-item {
    margin: 0;
    padding: 0;
}

.mason-wishlist-item-content {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 18px;
    padding: 20px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mason-wishlist-item-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #8da3d4;
}

/* Remove Button */
.mason-wishlist-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid #d2d2d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    outline: none;
    color: #1d1d1f;
}

.mason-wishlist-remove:hover {
    background: #ff3b30;
    border-color: #ff3b30;
    color: #ffffff;
    transform: scale(1.1);
}

.mason-wishlist-remove:active {
    transform: scale(0.95);
}

.mason-wishlist-remove svg {
    width: 14px;
    height: 14px;
}

/* Product Image */
.mason-wishlist-item-image {
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f7;
}

.mason-wishlist-item-image a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.mason-wishlist-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mason-wishlist-item-content:hover .mason-wishlist-item-image img {
    transform: scale(1.05);
}

/* Product Info */
.mason-wishlist-item-info {
    flex: 1;
    margin-bottom: 16px;
}

.mason-wishlist-item-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin: 0 0 8px 0;
}

.mason-wishlist-item-title a {
    color: #1d1d1f;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.mason-wishlist-item-price {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin-bottom: 8px;
}

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

.mason-wishlist-item-price del {
    color: #86868b;
    margin-right: 8px;
}

.mason-wishlist-item-price ins {
    text-decoration: none;
    color: #1d1d1f;
}

/* Stock Status */
.mason-wishlist-item-stock {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin-top: 8px;
}

.mason-wishlist-item-stock.out-of-stock {
    color: #ff3b30;
}

/* Actions */
.mason-wishlist-item-actions {
    margin-top: auto;
}

.mason-wishlist-item-actions .button,
.mason-wishlist-view-product {
    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;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-wishlist-item-actions .button:hover,
.mason-wishlist-view-product:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.mason-wishlist-item-actions .button:active,
.mason-wishlist-view-product:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Empty Wishlist */
.mason-wishlist-empty {
    text-align: center;
    padding: 80px 20px;
}

.mason-wishlist-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    color: #d2d2d7;
}

.mason-wishlist-empty-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

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

.mason-wishlist-empty-button {
    display: inline-block;
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-wishlist-empty-button:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.mason-wishlist-empty-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Wishlist Button on Product Cards */
.mason-wishlist-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid #d2d2d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    outline: none;
    color: #1d1d1f;
}

.mason-wishlist-button:hover {
    background: #ffffff;
    border-color: #8da3d4;
    transform: scale(1.1);
}

.mason-wishlist-button.active,
.mason-wishlist-button.in-wishlist {
    background: #ff3b30;
    border-color: #ff3b30;
    color: #ffffff;
}

.mason-wishlist-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mason-wishlist-button.active svg,
.mason-wishlist-button.in-wishlist svg {
    fill: currentColor;
    stroke: none;
}

.mason-product-content {
    position: relative;
}

/* Responsive Wishlist */
@media (max-width: 1068px) {
    .mason-wishlist-page {
        padding: 40px 22px 60px;
    }

    .mason-wishlist-title {
        font-size: 48px;
    }

    .mason-wishlist-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 734px) {
    .mason-wishlist-page {
        padding: 30px 16px 50px;
    }

    .mason-wishlist-title {
        font-size: 40px;
    }

    .mason-wishlist-subtitle {
        font-size: 19px;
    }

    .mason-wishlist-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
    }

    .mason-wishlist-item-content {
        padding: 16px;
    }

    .mason-wishlist-empty {
        padding: 60px 20px;
    }

    .mason-wishlist-empty-title {
        font-size: 28px;
    }

    .mason-wishlist-empty-text {
        font-size: 19px;
    }
}

/* Wishlist Notification */
.mason-wishlist-notification {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: #1d1d1f;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    max-width: 320px;
}

.mason-wishlist-notification.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mason-wishlist-notification-success {
    background: #34c759;
}

.mason-wishlist-notification-error {
    background: #ff3b30;
}

@media (max-width: 734px) {
    .mason-wishlist-notification {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}

/* ============================================
   CONTACT PAGE TEMPLATE - APPLE STYLE
   ============================================ */
.mason-contact-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-contact-container {
    width: 100%;
}

/* Page Header */
.mason-contact-header {
    margin-bottom: 60px;
    text-align: center;
}

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

/* Contact Sections */
.mason-contact-sections {
    margin-bottom: 60px;
}

.mason-contact-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #d2d2d7;
}

.mason-contact-section:last-of-type:not(.mason-contact-map-section) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.mason-contact-section-content {
    font-size: 21px;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #1d1d1f;
}

.mason-contact-section-content p {
    margin: 0 0 16px 0;
}

.mason-contact-section-content p:last-child {
    margin-bottom: 0;
}

.mason-contact-section-content a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-contact-section-content a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

.mason-contact-section-content strong {
    font-weight: 600;
    color: #1d1d1f;
}

/* Map Section */
.mason-contact-map-section {
    margin-top: 48px;
    margin-bottom: 48px;
}

.mason-contact-map-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #f5f5f7;
}

.mason-contact-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 18px;
}

/* Contact Form Section */
.mason-contact-form-section {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #d2d2d7;
}

.mason-contact-form-content {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
}

/* Style Ninja Forms to match Apple design */
.mason-contact-form-content .nf-form-cont {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 40px;
}

.mason-contact-form-content .nf-form-wrap {
    max-width: 100%;
}

.mason-contact-form-content .nf-field-label label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.016em;
    line-height: 1.42859;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.mason-contact-form-content .ninja-forms-field {
    width: 100%;
    padding: 12px 16px;
    font-size: 17px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1d1f;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

.mason-contact-form-content .ninja-forms-field:focus {
    border-color: #8da3d4;
}

.mason-contact-form-content textarea.ninja-forms-field {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.mason-contact-form-content input[type="submit"],
.mason-contact-form-content .nf-field-element input[type="submit"] {
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: auto;
}

.mason-contact-form-content input[type="submit"]:hover,
.mason-contact-form-content .nf-field-element input[type="submit"]:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.mason-contact-form-content input[type="submit"]:active,
.mason-contact-form-content .nf-field-element input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-contact-form-content .ninja-forms-req-symbol {
    color: #ff3b30;
}

.mason-contact-form-content .nf-form-fields-required {
    font-size: 14px;
    color: #86868b;
    margin-bottom: 24px;
}

/* Responsive Contact Page */
@media (max-width: 1068px) {
    .mason-contact-page {
        padding: 40px 22px 60px;
    }

    .mason-contact-title {
        font-size: 48px;
    }

    .mason-contact-section-title {
        font-size: 24px;
    }

    .mason-contact-section-content {
        font-size: 19px;
    }
}

@media (max-width: 734px) {
    .mason-contact-page {
        padding: 30px 16px 50px;
    }

    .mason-contact-title {
        font-size: 40px;
    }

    .mason-contact-section {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .mason-contact-section-title {
        font-size: 21px;
    }

    .mason-contact-section-content {
        font-size: 17px;
    }

    .mason-contact-map-wrapper {
        border-radius: 12px;
    }

    .mason-contact-form-section {
        margin-top: 40px;
        padding-top: 40px;
    }

    .mason-contact-form-content .nf-form-cont {
        padding: 24px;
    }
}

/* ============================================
   RETURNS & EXCHANGES PAGE - APPLE STYLE
   ============================================ */
.mason-returns-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-returns-container {
    width: 100%;
}

/* Page Header */
.mason-returns-header {
    margin-bottom: 40px;
    text-align: center;
}

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

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

/* Policy Notice */
.mason-returns-notice {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 40px;
    text-align: center;
}

.mason-returns-notice-text {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin: 0;
}

.mason-returns-notice-text a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-returns-notice-text a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* Returns Sections */
.mason-returns-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #d2d2d7;
}

.mason-returns-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.mason-returns-section-content {
    font-size: 21px;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #1d1d1f;
}

.mason-returns-section-content p {
    margin: 0 0 16px 0;
}

.mason-returns-section-content p:last-child {
    margin-bottom: 0;
}

.mason-returns-section-content a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-returns-section-content a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

.mason-returns-section-content strong {
    font-weight: 600;
    color: #1d1d1f;
}

.mason-returns-section-content ul {
    margin: 16px 0;
    padding-left: 24px;
}

.mason-returns-section-content li {
    margin-bottom: 8px;
}

/* Exclusions Box */
.mason-returns-exclusions {
    background: #f5f5f7;
    border-left: 4px solid #ff3b30;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
}

.mason-returns-exclusions p {
    margin-bottom: 12px;
}

.mason-returns-exclusions ul {
    margin: 12px 0;
}

.mason-returns-exclusions li {
    margin-bottom: 8px;
}

/* Return Address */
.mason-returns-address {
    background: #f5f5f7;
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0;
}

.mason-returns-address p {
    margin: 0;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
}

.mason-returns-address strong {
    font-weight: 600;
    color: #1d1d1f;
}

/* CTA Section */
.mason-returns-cta {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
}

.mason-returns-cta-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

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

.mason-returns-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.mason-returns-cta-button {
    display: inline-block;
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-returns-cta-button:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.mason-returns-cta-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-returns-cta-button-secondary {
    background: #ffffff;
    color: #1d1d1f;
    border: 1px solid #d2d2d7;
}

.mason-returns-cta-button-secondary:hover {
    background: #f5f5f7;
    border-color: #8da3d4;
    color: #8da3d4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Returns Page */
@media (max-width: 1068px) {
    .mason-returns-page {
        padding: 40px 22px 60px;
    }

    .mason-returns-title {
        font-size: 48px;
    }

    .mason-returns-section-title {
        font-size: 24px;
    }

    .mason-returns-section-content {
        font-size: 19px;
    }
}

@media (max-width: 734px) {
    .mason-returns-page {
        padding: 30px 16px 50px;
    }

    .mason-returns-title {
        font-size: 40px;
    }

    .mason-returns-subtitle {
        font-size: 19px;
    }

    .mason-returns-section {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .mason-returns-section-title {
        font-size: 21px;
    }

    .mason-returns-section-content {
        font-size: 17px;
    }

    .mason-returns-cta {
        padding: 32px 24px;
        margin-top: 40px;
    }

    .mason-returns-cta-title {
        font-size: 28px;
    }

    .mason-returns-cta-text {
        font-size: 19px;
    }

    .mason-returns-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .mason-returns-cta-button {
        width: 100%;
    }
}

/* ============================================
   FAQ PAGE - APPLE STYLE
   ============================================ */
.mason-faq-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-faq-container {
    width: 100%;
}

/* Page Header */
.mason-faq-header {
    margin-bottom: 60px;
    text-align: center;
}

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

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

/* Search Bar */
.mason-faq-search {
    max-width: 600px;
    margin: 0 auto 40px;
}

.mason-faq-search-input {
    width: 100%;
    padding: 12px 48px 12px 16px;
    font-size: 17px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1d1f;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

.mason-faq-search-input:focus {
    border-color: #8da3d4;
}

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

/* Category Filters */
.mason-faq-categories {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.mason-faq-category-btn {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f;
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 980px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mason-faq-category-btn:hover {
    background: #f5f5f7;
    border-color: #86868b;
}

.mason-faq-category-btn.active {
    background: #8da3d4;
    color: #ffffff;
    border-color: #8da3d4;
}

/* FAQ Accordion */
.mason-faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mason-faq-item {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-faq-item.active {
    border-color: #8da3d4;
    box-shadow: 0 4px 20px rgba(141, 163, 212, 0.15);
}

.mason-faq-question {
    width: 100%;
    padding: 24px;
    background: none;
    border: none;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.381;
    letter-spacing: 0.011em;
    color: #1d1d1f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    outline: none;
    transition: color 0.3s ease;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mason-faq-question:hover {
    color: #8da3d4;
}

.mason-faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-faq-item.active .mason-faq-icon {
    transform: rotate(180deg);
}

.mason-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 24px;
}

.mason-faq-item.active .mason-faq-answer {
    max-height: 1000px;
    padding: 0 24px 24px 24px;
}

.mason-faq-answer-content {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    padding-top: 8px;
}

.mason-faq-answer-content p {
    margin-bottom: 16px;
}

.mason-faq-answer-content p:last-child {
    margin-bottom: 0;
}

.mason-faq-answer-content ul,
.mason-faq-answer-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.mason-faq-answer-content li {
    margin-bottom: 8px;
}

.mason-faq-answer-content a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-faq-answer-content a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

/* No Results */
.mason-faq-no-results {
    text-align: center;
    padding: 60px 20px;
    display: none;
}

.mason-faq-no-results.show {
    display: block;
}

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

.mason-faq-no-results-text {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
    margin: 0;
}

/* Responsive FAQ */
@media (max-width: 1068px) {
    .mason-faq-page {
        padding: 40px 22px 60px;
    }

    .mason-faq-title {
        font-size: 48px;
    }
}

@media (max-width: 734px) {
    .mason-faq-page {
        padding: 30px 16px 50px;
    }

    .mason-faq-title {
        font-size: 40px;
    }

    .mason-faq-subtitle {
        font-size: 19px;
    }

    .mason-faq-question {
        padding: 20px;
        font-size: 19px;
    }

    .mason-faq-answer {
        padding: 0 20px;
    }

    .mason-faq-item.active .mason-faq-answer {
        padding: 0 20px 20px 20px;
    }

    .mason-faq-categories {
        gap: 8px;
    }

    .mason-faq-category-btn {
        font-size: 13px;
        padding: 6px 12px;
    }
}

/* ============================================
   OUTLET PAGE - APPLE STYLE
   ============================================ */
.mason-outlet-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 22px 80px;
    background: #ffffff;
}

.mason-outlet-container {
    width: 100%;
}

/* Page Header */
.mason-outlet-header {
    margin-bottom: 60px;
    text-align: center;
}

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

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

/* Outlet Grid */
.mason-outlet-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.mason-outlet-item {
    margin: 0;
    padding: 0;
}

/* Sale Badge Emphasis */
.mason-outlet-item .mason-badge-sale {
    background: #ff3b30;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.mason-outlet-item .mason-product-price del {
    color: #86868b;
    font-size: 15px;
}

.mason-outlet-item .mason-product-price ins {
    color: #ff3b30;
    font-weight: 600;
}

/* Empty State */
.mason-outlet-empty {
    text-align: center;
    padding: 80px 20px;
}

.mason-outlet-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    color: #d2d2d7;
}

.mason-outlet-empty-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

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

.mason-outlet-empty-button {
    display: inline-block;
    background: #8da3d4;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.23536;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mason-outlet-empty-button:hover {
    background: #a3b8e0;
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
    transform: translateY(-1px);
}

.mason-outlet-empty-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Pagination Styling for Outlet */
.mason-outlet-page .woocommerce-pagination {
    margin-top: 60px;
    text-align: center;
}

.mason-outlet-page .woocommerce-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.mason-outlet-page .woocommerce-pagination li {
    margin: 0;
    padding: 0;
}

.mason-outlet-page .woocommerce-pagination a,
.mason-outlet-page .woocommerce-pagination span {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f;
    text-decoration: none;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.mason-outlet-page .woocommerce-pagination a:hover {
    background: #f5f5f7;
    border-color: #8da3d4;
    color: #8da3d4;
}

.mason-outlet-page .woocommerce-pagination .current {
    background: #8da3d4;
    color: #ffffff;
    border-color: #8da3d4;
}

.mason-outlet-page .woocommerce-pagination .prev,
.mason-outlet-page .woocommerce-pagination .next {
    font-size: 18px;
    padding: 8px 16px;
}

/* Responsive Outlet Page */
@media (max-width: 1068px) {
    .mason-outlet-page {
        padding: 40px 22px 60px;
    }

    .mason-outlet-title {
        font-size: 48px;
    }

    .mason-outlet-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 734px) {
    .mason-outlet-page {
        padding: 30px 16px 50px;
    }

    .mason-outlet-title {
        font-size: 40px;
    }

    .mason-outlet-subtitle {
        font-size: 19px;
    }

    .mason-outlet-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
        margin-bottom: 40px;
    }

    .mason-outlet-empty {
        padding: 60px 20px;
    }

    .mason-outlet-empty-title {
        font-size: 28px;
    }

    .mason-outlet-empty-text {
        font-size: 19px;
    }

    .mason-outlet-page .woocommerce-pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* ============================================
   LEGAL PAGE - DISTRACTION-FREE TEMPLATE
   ============================================ */

/* Disable sticky header on legal pages */
body.mason-legal-page-template .mason-header,
body.mason-legal-page-template header.mason-header,
body.mason-legal-page-template .ac-gn-header,
body.mason-legal-page-template .has-apple-header header,
body.mason-legal-page-template .wp-block-template-part header,
body.mason-legal-page-template [data-type="core/template-part"][class*="header"] {
    position: relative !important;
    top: 0 !important;
}

/* Legal Page Container */
.mason-legal-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 22px 100px;
    background: #ffffff;
}

.mason-legal-container {
    width: 100%;
}

/* Legal Page Header */
.mason-legal-header {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d7;
}

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

.mason-legal-updated {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #86868b;
    margin: 0;
}

/* Legal Content */
.mason-legal-content {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mason-legal-content p {
    margin-bottom: 20px;
}

.mason-legal-content p:last-child {
    margin-bottom: 0;
}

/* Headings */
.mason-legal-content h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0.004em;
    color: #1d1d1f;
    margin: 48px 0 20px 0;
}

.mason-legal-content h2:first-of-type {
    margin-top: 0;
}

.mason-legal-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16667;
    letter-spacing: 0.009em;
    color: #1d1d1f;
    margin: 36px 0 16px 0;
}

.mason-legal-content h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.21053;
    letter-spacing: 0.012em;
    color: #1d1d1f;
    margin: 28px 0 12px 0;
}

/* Lists */
.mason-legal-content ul,
.mason-legal-content ol {
    margin: 20px 0;
    padding-left: 28px;
}

.mason-legal-content li {
    margin-bottom: 12px;
    line-height: 1.47059;
}

.mason-legal-content ul {
    list-style-type: disc;
}

.mason-legal-content ol {
    list-style-type: decimal;
}

.mason-legal-content ul ul,
.mason-legal-content ol ol,
.mason-legal-content ul ol,
.mason-legal-content ol ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Links */
.mason-legal-content a {
    color: #8da3d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mason-legal-content a:hover {
    color: #6b8bc4;
    text-decoration: underline;
}

.mason-legal-content a:focus {
    outline: 2px solid #8da3d4;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Strong and Emphasis */
.mason-legal-content strong {
    font-weight: 600;
    color: #1d1d1f;
}

.mason-legal-content em {
    font-style: italic;
}

/* Blockquotes */
.mason-legal-content blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    border-left: 4px solid #8da3d4;
    background: #f5f5f7;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.mason-legal-content blockquote p {
    margin-bottom: 12px;
}

.mason-legal-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Tables */
.mason-legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}

.mason-legal-content th,
.mason-legal-content td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #d2d2d7;
}

.mason-legal-content th {
    font-weight: 600;
    background: #f5f5f7;
    color: #1d1d1f;
}

.mason-legal-content tr:last-child td {
    border-bottom: none;
}

/* Horizontal Rules */
.mason-legal-content hr {
    border: none;
    border-top: 1px solid #d2d2d7;
    margin: 40px 0;
}

/* Code and Pre */
.mason-legal-content code {
    font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
    font-size: 15px;
    background: #f5f5f7;
    padding: 2px 6px;
    border-radius: 4px;
    color: #1d1d1f;
}

.mason-legal-content pre {
    background: #f5f5f7;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 24px 0;
    font-size: 15px;
    line-height: 1.5;
}

.mason-legal-content pre code {
    background: none;
    padding: 0;
}

/* Placeholder */
.mason-legal-placeholder {
    padding: 60px 20px;
    text-align: center;
    background: #f5f5f7;
    border-radius: 18px;
    border: 2px dashed #d2d2d7;
}

.mason-legal-placeholder-text {
    font-size: 19px;
    line-height: 1.21053;
    letter-spacing: 0.012em;
    color: #86868b;
    margin: 0 0 24px 0;
}

.mason-legal-placeholder-note {
    max-width: 600px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    text-align: left;
}

.mason-legal-placeholder-note p {
    font-size: 15px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin: 0;
}

.mason-legal-placeholder-note strong {
    color: #1d1d1f;
    font-weight: 600;
}

/* Responsive Legal Page */
@media (max-width: 1068px) {
    .mason-legal-page {
        padding: 60px 22px 80px;
    }

    .mason-legal-title {
        font-size: 40px;
    }

    .mason-legal-content h2 {
        font-size: 28px;
    }

    .mason-legal-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 734px) {
    .mason-legal-page {
        padding: 40px 16px 60px;
    }

    .mason-legal-header {
        margin-bottom: 40px;
        padding-bottom: 24px;
    }

    .mason-legal-title {
        font-size: 32px;
    }

    .mason-legal-content {
        font-size: 16px;
    }

    .mason-legal-content h2 {
        font-size: 24px;
        margin-top: 36px;
    }

    .mason-legal-content h3 {
        font-size: 20px;
        margin-top: 28px;
    }

    .mason-legal-content h4 {
        font-size: 17px;
        margin-top: 24px;
    }

    .mason-legal-content ul,
    .mason-legal-content ol {
        padding-left: 24px;
    }

    .mason-legal-content table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mason-legal-content th,
    .mason-legal-content td {
        padding: 10px 12px;
    }

    .mason-legal-placeholder {
        padding: 40px 16px;
    }

    .mason-legal-placeholder-text {
        font-size: 17px;
    }
}

/* Gift Messages on Checkout */
.mason-gift-messages-section {
    margin-top: 40px;
}

.mason-checkout-gift-message-item {
    margin-bottom: 24px;
}

.mason-checkout-gift-message-item:last-child {
    margin-bottom: 0;
}

.mason-checkout-gift-message-label {
    display: block;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
    font-weight: 600;
    margin-bottom: 8px;
}

.mason-checkout-gift-message-input {
    width: 100%;
    min-height: 80px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    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;
    resize: vertical;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.mason-checkout-gift-message-input:focus {
    outline: none;
    border-color: #8da3d4;
}

.mason-checkout-gift-message-input::placeholder {
    color: #86868b;
    opacity: 1;
}

.mason-checkout-gift-message-char-count {
    margin-top: 6px;
    text-align: right;
    font-size: 11px;
    line-height: 1.27273;
    letter-spacing: -0.006em;
    color: #86868b;
}

.mason-checkout-gift-message-char-count .mason-char-count.mason-char-limit {
    color: #ff3b30;
    font-weight: 600;
}

/* Responsive Cart Enhancements */
@media (max-width: 1068px) {
    .mason-item-fulfillment {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 734px) {
    .mason-gift-message-wrapper {
        margin-top: 12px;
        padding-top: 12px;
    }
    
    .mason-checkout-gift-message-item {
        margin-bottom: 20px;
    }
}

/* Quantity Update Notification */
.mason-quantity-update-notification {
    padding: 16px;
    background: #f5f5f7;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    animation: slideDownFade 0.3s ease;
    display: inline-flex;
    position: absolute;
    top: calc(100% + 8px);
    left: -605%;
    /* transform: translateX(-65%); */
    z-index: 10;
    width: 100%;
    min-width: 500px;
    max-width: 500px;
    box-sizing: border-box;
    margin-top: 0;
    box-shadow: 0 8px 20px rgb(0 0 0 / 15%);
}

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

.mason-qty-notification-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.mason-qty-notification-text strong {
    font-weight: 600;
    color: #1d1d1f;
}

.mason-qty-old,
.mason-qty-new {
    font-weight: 800;
    color: #1d1d1fc2;
}

.mason-qty-new {
    font-weight: 800;
    color: #1d1d1fc2;
}

.mason-qty-notification-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mason-qty-confirm-button,
.mason-qty-revert-button {
    flex: 1;
    min-width: 140px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.mason-qty-confirm-button {
    background: #8da3d4;
    color: #ffffff;
}

.mason-qty-confirm-button:hover {
    background: #a3b8e0;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
}

.mason-qty-confirm-button:active {
    transform: translateY(0);
}

.mason-qty-revert-button {
    background: #ffffff;
    color: #1d1d1f;
    border: 1px solid #d2d2d7;
}

.mason-qty-revert-button:hover {
    background: #f5f5f7;
    border-color: #8da3d4;
    color: #8da3d4;
}

.mason-qty-revert-button:active {
    transform: scale(0.98);
}

/* Responsive Quantity Notification */
@media (max-width: 734px) {
    .mason-quantity-update-notification {
        padding: 12px;
        position: relative;
        left: auto;
        /* transform: none; */
        top: auto;
        max-width: 100%;
        min-width: auto;
        margin-top: 12px;
    }
    
    .mason-qty-notification-actions {
        flex-direction: column;
    }
    
    .mason-qty-confirm-button,
    .mason-qty-revert-button {
        width: 100%;
        min-width: auto;
    }
}

/* Pre-order Button */
.mason-preorder-button {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: #8da3d4;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.mason-preorder-button:hover {
    background: #a3b8e0;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
}

.mason-preorder-button:active {
    transform: translateY(0);
}

/* Pre-order Modal */
.mason-preorder-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mason-preorder-modal-overlay.show {
    display: flex;
}

.mason-preorder-modal {
    background: #ffffff;
    border-radius: 18px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease;
}

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

.mason-preorder-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid #d2d2d7;
}

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

.mason-preorder-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #86868b;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mason-preorder-modal-close:hover {
    background: #f5f5f7;
    color: #1d1d1f;
}

.mason-preorder-modal-content {
    padding: 30px;
}

.mason-preorder-notice {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    margin: 0 0 24px 0;
}

.mason-preorder-notice strong {
    font-weight: 600;
    color: #1d1d1f;
}

.mason-preorder-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.mason-preorder-list li {
    font-size: 15px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #1d1d1f;
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    border-bottom: 1px solid #f5f5f7;
}

.mason-preorder-list li:last-child {
    border-bottom: none;
}

.mason-preorder-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8da3d4;
    font-weight: 600;
    font-size: 20px;
}

.mason-preorder-product-name {
    font-size: 15px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    color: #86868b;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #d2d2d7;
}

.mason-preorder-product-name strong {
    color: #1d1d1f;
    font-weight: 600;
}

.mason-preorder-modal-actions {
    display: flex;
    gap: 12px;
    padding: 24px 30px;
    border-top: 1px solid #d2d2d7;
}

.mason-preorder-confirm-button,
.mason-preorder-cancel-button {
    flex: 1;
    padding: 12px 24px;
    font-size: 17px;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.mason-preorder-confirm-button {
    background: #8da3d4;
    color: #ffffff;
}

.mason-preorder-confirm-button:hover {
    background: #a3b8e0;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.3);
}

.mason-preorder-confirm-button:active {
    transform: translateY(0);
}

.mason-preorder-cancel-button {
    background: #ffffff;
    color: #1d1d1f;
    border: 1px solid #d2d2d7;
}

.mason-preorder-cancel-button:hover {
    background: #f5f5f7;
    border-color: #8da3d4;
    color: #8da3d4;
}

.mason-preorder-cancel-button:active {
    transform: scale(0.98);
}

/* Pre-order Success Notification */
.mason-preorder-success-notification {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    max-width: 400px;
    animation: notificationSlideIn 0.3s ease;
}

@keyframes notificationSlideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mason-preorder-success-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.mason-preorder-success-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #34c759;
    margin-top: 2px;
}

.mason-preorder-success-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: -0.016em;
    color: #1d1d1f;
}

.mason-preorder-success-text strong {
    font-weight: 600;
    color: #1d1d1f;
    display: block;
    margin-bottom: 4px;
}

/* Responsive Pre-order Modal */
@media (max-width: 734px) {
    .mason-preorder-modal {
        max-width: 100%;
        margin: 0;
        border-radius: 18px 18px 0 0;
    }

    .mason-preorder-modal-header {
        padding: 20px;
    }

    .mason-preorder-modal-title {
        font-size: 24px;
    }

    .mason-preorder-modal-content {
        padding: 24px 20px;
    }

    .mason-preorder-modal-actions {
        flex-direction: column;
        padding: 20px;
    }

    .mason-preorder-confirm-button,
    .mason-preorder-cancel-button {
        width: 100%;
    }

    .mason-preorder-success-notification {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}


/* ============================================
   CHECKOUT TRANSITION ANIMATIONS
   ============================================ */

/* Collapsing cart content */
.mason-collapsing {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                margin 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Inline checkout form */
.mason-inline-checkout-form {
    margin-top: 40px;
    padding: 40px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mason-inline-checkout-form.active {
    opacity: 1;
    transform: translateY(0);
}

/* Loading indicator */
.mason-checkout-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.mason-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f5f5f7;
    border-top-color: #8da3d4;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 20px;
}

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

.mason-checkout-loading p {
    font-size: 17px;
    color: #1d1d1f;
    margin: 0;
}

/* Back to cart button */
.mason-back-to-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    cursor: pointer;
}

.mason-back-to-cart:hover {
    background-color: #f5f5f7;
    border-color: #8da3d4;
    color: #8da3d4;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(141, 163, 212, 0.2);
}

.mason-back-to-cart:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 734px) {
    .mason-inline-checkout-form {
        margin-top: 20px;
        padding: 20px 0;
    }
    
    .mason-checkout-loading {
        padding: 40px 20px;
    }
}
