.elementor-29609 .elementor-element.elementor-element-9b9013a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d0257ed */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;600&family=Manrope:wght@400;500;600;700&display=swap');

        #bm-shipping-policy-wrapper {
            /* Premium Leather Palette */
            --bm-ivory: #F5F0E5; /* Background */
            --bm-ink: #1C1712; /* Text */
            --bm-saddle: #6E3F28; /* Links/Tags */
            --bm-brass: #A9803F; /* Highlights */
            --bm-brass-light: #D2AD70; 
            --bm-oxblood: #8A2E22; /* Alerts / Missing Info */
            --bm-stone: #E4DCC9; /* Dividers / Cards */

            font-family: 'Manrope', sans-serif;
            color: var(--bm-ink);
            background-color: transparent; /* Falling back to ivory in sections */
            line-height: 1.6;
            margin: 0 auto;
            max-width: 100%;
            padding: 1rem;
        }

        .bm-doc-block {
            background-color: var(--bm-ivory);
            border: 1px solid var(--bm-stone);
            border-left: 4px solid var(--bm-saddle);
            padding: 1.5rem;
            margin-bottom: 2rem;
            border-radius: 4px;
            font-size: 0.95rem;
        }

        .bm-doc-block h2, .bm-doc-block h3 {
            font-family: 'Fraunces', serif;
            margin-top: 0;
            color: var(--bm-ink);
        }

        .bm-main-policy {
            background-color: var(--bm-ivory);
            padding: 3rem 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(28, 23, 18, 0.05);
            margin-bottom: 2rem;
        }

        .bm-main-policy h1 {
            font-family: 'Fraunces', serif;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 1rem;
            color: var(--bm-ink);
        }

        .bm-main-policy h2 {
            font-family: 'Fraunces', serif;
            font-size: 1.75rem;
            margin-top: 3rem;
            margin-bottom: 1rem;
            color: var(--bm-ink);
            position: relative;
        }

        .bm-eyebrow {
            display: block;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--bm-saddle);
            margin-bottom: 0.5rem;
        }

        .bm-stitched-divider {
            border: none;
            border-top: 2px dashed var(--bm-brass);
            opacity: 0.5;
            margin: 2rem 0;
        }

        .bm-wrapper a {
            color: var(--bm-saddle);
            text-decoration: underline;
            text-decoration-color: var(--bm-brass);
            text-underline-offset: 4px;
            transition: all 0.2s ease;
        }

        .bm-wrapper a:hover {
            color: var(--bm-ink);
            text-decoration-color: var(--bm-saddle);
        }

        .bm-toc {
            background-color: var(--bm-stone);
            border-radius: 6px;
            padding: 1rem 1.5rem;
            margin: 2rem 0;
        }

        .bm-toc summary {
            font-family: 'Fraunces', serif;
            font-size: 1.25rem;
            font-weight: 600;
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .bm-toc summary::-webkit-details-marker {
            display: none;
        }

        .bm-toc summary::after {
            content: '+';
            font-size: 1.5rem;
            color: var(--bm-saddle);
        }

        .bm-toc[open] summary::after {
            content: '−';
        }

        .bm-toc-content {
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid var(--bm-brass-light);
        }

        .bm-toc-content ul {
            list-style-type: none;
            padding-left: 0;
        }

        .bm-toc-content li {
            margin-bottom: 0.5rem;
        }

        .bm-toc-content a {
            text-decoration: none;
            font-weight: 500;
        }

        .bm-missing-info {
            color: var(--bm-oxblood);
            background-color: rgba(138, 46, 34, 0.08);
            border: 1px dashed var(--bm-oxblood);
            padding: 0.15rem 0.4rem;
            border-radius: 3px;
            font-weight: 600;
            font-size: 0.9em;
            display: inline-block;
            margin: 0.25rem 0;
        }

        .bm-faq-item {
            border-bottom: 1px solid var(--bm-stone);
        }

        .bm-faq-item:last-child {
            border-bottom: none;
        }

        .bm-faq-item summary {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            padding: 1.25rem 0;
            cursor: pointer;
            list-style: none;
            position: relative;
            padding-right: 2rem;
        }

        .bm-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .bm-faq-item summary::after {
            content: '↓';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: var(--bm-brass);
            transition: transform 0.3s ease;
        }

        .bm-faq-item[open] summary::after {
            transform: translateY(-50%) rotate(180deg);
        }

        .bm-faq-item p {
            margin-top: 0;
            padding-bottom: 1.25rem;
            color: #4a4540;
        }

        .bm-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
        }
        .bm-table th, .bm-table td {
            border: 1px solid var(--bm-stone);
            padding: 0.75rem;
            text-align: left;
        }
        .bm-table th {
            background-color: var(--bm-stone);
            font-family: 'Fraunces', serif;
        }

        @media (max-width: 768px) {
            .bm-main-policy { padding: 2rem 1rem; }
            .bm-main-policy h1 { font-size: 2rem; }
            .bm-main-policy h2 { font-size: 1.5rem; }
        }/* End custom CSS */