.elementor-7468 .elementor-element.elementor-element-265c401:not(.elementor-motion-effects-element-type-background), .elementor-7468 .elementor-element.elementor-element-265c401 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.website/wp-content/uploads/2025/12/download-scaled.webp");background-position:top center;background-size:cover;}.elementor-7468 .elementor-element.elementor-element-265c401{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-7468 .elementor-element.elementor-element-265c401 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7468 .elementor-element.elementor-element-663470bc .elementor-heading-title{font-weight:600;color:#ffffff;}.elementor-7468 .elementor-element.elementor-element-3ed0eed8 .elementor-heading-title{font-size:23px;font-weight:400;line-height:1.4em;color:#FFFFFFFA;}.elementor-7468 .elementor-element.elementor-element-33b0fe24{--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;}.elementor-7468 .elementor-element.elementor-element-4f809273{--spacer-size:25px;}.elementor-7468 .elementor-element.elementor-element-4063d476{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f51232a *//* Shipping Policy Styles */
.shipping-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.shipping-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2b55 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(26, 26, 46, 0.2);
    position: relative;
    overflow: hidden;
}

.shipping-header::before {
    content: '🚚';
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 200px;
    opacity: 0.05;
    transform: rotate(15deg);
}

.company-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    width: fit-content;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 28px;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 20px;
    font-weight: 700;
}

.badge-verified {
    font-size: 12px;
    color: #7fffd4;
    font-weight: 500;
}

.shipping-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin: 20px 0;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.last-updated {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 25px;
    border-radius: 50px;
    width: fit-content;
}

.update-icon {
    font-size: 18px;
}

.website-link {
    color: #7fffd4;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.website-link:hover {
    text-decoration: underline;
    color: #8a7cff;
}

.policy-summary {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #8a7cff;
}

.summary-icon {
    font-size: 40px;
    flex-shrink: 0;
}

.summary-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2b2f3a;
    margin: 0;
}

.policy-section {
    background: white;
    border-radius: 15px;
    padding: clamp(25px, 3vw, 40px);
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-header {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2vw, 20px);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(138, 124, 255, 0.2);
    flex-wrap: wrap;
}

.section-number {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 800;
    color: #8a7cff;
    opacity: 0.3;
}

.section-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.info-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

.info-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.card-icon {
    color: #8a7cff;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.location-item:hover {
    transform: translateY(-3px);
}

.location-icon {
    font-size: 24px;
}

.location-name {
    color: #2b2f3a;
    font-weight: 500;
}

.warning-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 12px;
    padding: 25px;
    border-left: 5px solid #ff6b6b;
}

.warning-icon {
    font-size: 32px;
    color: #ff6b6b;
    flex-shrink: 0;
}

.warning-content h4 {
    color: #d63031;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.warning-content p {
    margin: 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.timeline-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(127, 255, 212, 0.08);
    border-radius: 12px;
    border-left: 4px solid #7fffd4;
}

.step-icon {
    font-size: 32px;
    color: #7fffd4;
    flex-shrink: 0;
}

.step-content h4 {
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.step-content p {
    margin: 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.grid-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.grid-section .section-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.grid-section .section-title {
    font-size: clamp(18px, 2.5vw, 22px);
}

.courier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.courier-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: rgba(138, 124, 255, 0.08);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.courier-item:hover {
    transform: translateY(-5px);
    background: rgba(138, 124, 255, 0.15);
}

.courier-logo {
    font-size: 32px;
}

.courier-name {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f3a;
    text-align: center;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #2b2f3a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

.terms-list li:before {
    content: "✓";
    position: absolute;
    left: 8px;
    color: #7fffd4;
    font-weight: bold;
}

.refund-note {
    color: #ff6b6b !important;
    font-weight: 600;
}

.tracking-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    background: rgba(138, 124, 255, 0.03);
    border-radius: 15px;
}

.flow-step {
    flex: 1;
    min-width: 200px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8a7cff, #7fffd4);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.flow-step h4 {
    color: #1a1a2e;
    margin: 0 0 10px;
    font-size: 18px;
}

.flow-step p {
    color: #2b2f3a;
    margin: 0;
    font-size: 14px;
}

.flow-arrow {
    font-size: 32px;
    color: #8a7cff;
    opacity: 0.5;
}

.international-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.item-icon {
    font-size: 32px;
    color: #8a7cff;
    flex-shrink: 0;
}

.item-content h4 {
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.item-content p {
    margin: 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.delivery-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 5px solid;
    transition: transform 0.3s ease;
}

.delivery-card:hover {
    transform: translateY(-5px);
}

.delivery-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.delivery-card h4 {
    color: #1a1a2e;
    margin: 0 0 15px;
    font-size: 20px;
}

.delivery-card p {
    color: #2b2f3a;
    margin: 8px 0;
    line-height: 1.4;
}

.delivery-card strong {
    color: #8a7cff;
    font-size: 18px;
}

.domestic-card {
    border-color: #7fffd4;
}

.international-card {
    border-color: #8a7cff;
}

.preorder-card {
    border-color: #ffb74d;
}

.damage-protocol {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.protocol-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 107, 107, 0.05);
    border-radius: 12px;
    border-left: 4px solid #ff6b6b;
}

.protocol-icon {
    font-size: 32px;
    color: #ff6b6b;
    flex-shrink: 0;
}

.protocol-content h4 {
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.protocol-content p {
    margin: 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.protocol-content a {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
}

.protocol-content a:hover {
    text-decoration: underline;
}

.order-changes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.change-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.change-icon {
    font-size: 32px;
    color: #8a7cff;
    flex-shrink: 0;
}

.change-content h4 {
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.change-content p {
    margin: 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.change-content a {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
}

.change-content a:hover {
    text-decoration: underline;
}

.contact-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-icon {
    font-size: 36px;
    color: #8a7cff;
}

.contact-header h2 {
    color: #1a1a2e;
    margin: 0;
    font-size: clamp(24px, 3vw, 28px);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.contact-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.address-card {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .address-card {
        grid-column: span 1;
    }
}

.contact-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-card-icon {
    color: #8a7cff;
}

.contact-card p {
    margin: 8px 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.contact-link {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}

.contact-link:hover {
    color: #7fffd4;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .shipping-wrapper {
        padding: 30px 15px;
    }
    
    .shipping-header {
        padding: 30px 25px;
    }
    
    .tracking-flow {
        flex-direction: column;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .shipping-wrapper {
        padding: 20px 12px;
    }
    
    .shipping-header {
        padding: 25px 20px;
        text-align: center;
    }
    
    .company-badge {
        margin: 0 auto 25px;
    }
    
    .policy-summary {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .locations-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .contact-section {
        padding: 25px;
    }
    
    .contact-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .delivery-grid {
        grid-template-columns: 1fr;
    }
    
    .international-info {
        grid-template-columns: 1fr;
    }
    
    .order-changes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .shipping-wrapper {
        padding: 15px 10px;
    }
    
    .shipping-header {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .company-badge {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .locations-grid {
        grid-template-columns: 1fr;
    }
    
    .courier-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-link {
        font-size: 16px;
    }
}/* End custom CSS */