/* v3 - Hero Carousel */
.woi-storev3-new00-container {
    max-width: 1370px;
    padding: 77px 40px;
    margin: 0 auto;
    background: #000;
}

.woi-storev3-new00-header {
    text-align: left;
    margin-bottom: 30px;
    max-width: 1000px;
}

.woi-storev3-new00-title {
    font-size: 47px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

.woi-storev3-new00-subtitle {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #aaa;
}

.woi-storev3-new00-subtitle span {
    color: #fff;
    font-weight: 400;
}

.woi-storev3-new00-cards-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.woi-storev3-new00-cards-container {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    padding: 20px 0;
}

.woi-storev3-new00-cards-container::-webkit-scrollbar {
    display: none;
}

.woi-storev3-new00-card {
    flex-shrink: 0;
    height: 440px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.woi-storev3-new00-card:hover {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.7);

}

.woi-storev3-new00-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.woi-storev3-new00-card:hover .woi-storev3-new00-card-img {
    transform: scale(1.05);
}

.woi-storev3-new00-card-1 {
    flex: 0 0 250px;
}

.woi-storev3-new00-card-2,
.woi-storev3-new00-card-3 {
    flex: 0 0 485px;
}

/* v4 - Sell Everywhere */
.woi-storev4-new00-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 77px;
}

.woi-storev4-new00-main-heading {
    font-size: 47px;
    text-align: left;
}

.woi-storev4-new00-main-subheading {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    text-align: left;
    max-width: 900px;
}
.woi-storev4-new00-main-buttons{
    margin-bottom: 40px;

}
.woi-storev4-new00-main-padding{
    padding-bottom: 97px ;

}
.woi-storev4-new00-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.woi-storev4-new00-card {
    background: rgba(6, 26, 28, 0.45);
    border-radius: 13px;
    padding: 33px;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.woi-storev4-new00-image-wrapper {
    margin-bottom: 48px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.woi-storev4-new00-checkout-preview {
    width: 500px;
    height: 440px;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}


.woi-storev4-new00-checkout-preview.store {
    object-fit: scale-down !important;
}


.woi-storev4-new00-heading {
    font-size: 15px;
    text-align: start;
}

.woi-storev4-new00-description {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-align: start;
}

.woi-storev4-new00-link {
    color: #34d399;
    text-decoration: none;
    border-bottom: 2px solid #34d399;
    padding-bottom: 3px;
    transition: color 0.3s ease;
}

.woi-storev4-new00-link:hover {
    color: #6ee7b7;
}

/* v5 - Direct & Wholesale */
.woi-storev5-new00-modal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 60px;
    padding: 0 40px 77px;
}

.woi-storev5-new00-header-tag {
    font-size: 14px;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.woi-storev5-new00-title {
    font-size: 47px;
    line-height: 1.2;
    margin-bottom: 33px;
    max-width: 1000px;
}

.woi-storev5-new00-container {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

.woi-storev5-new00-left-card,
.woi-storev5-new00-right-card {
    flex: 1;
    background: rgba(6, 26, 28, 0.45);
    border-radius: 13px;
    padding: 33px;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: space-between;
}

.woi-storev5-new00-center-card {
    flex: 1;
    background: rgba(6, 26, 28, 0.45);
    border-radius: 13px;
    padding: 33px;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    height: 520px;
    overflow: hidden;
}

.woi-storev5-new00-center-card-global {
    width: 50%;
    height: 50%;
}





.woi-storev5-new00-card-title {
    font-size: 19px;
    margin-bottom: 20px;
}

.woi-storev5-new00-left-card-img {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.woi-storev5-new00-left-card-img-fd {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.woi-storev5-new00-right-card-img {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.woi-storev5-new00-right-card-img-fd {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.woi-storev5-new00-center-card-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.woi-storev5-new00-center-card-img-fd {
    height: 60%;

    object-fit: cover;
    margin-bottom: 15px;
}

.woi-storev5-new00-center-card-text {
    max-width: 600px;
}

.woi-storev5-new00-card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}

.woi-storev5-new00-email-preview {
    background: #fff;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

.woi-storev5-new00-email-header {
    padding: 16px 20px;
    background: #f8f8f8;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.woi-storev5-new00-email-body {
    padding: 20px;
}

.woi-storev5-new00-email-banner {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.woi-storev5-new00-cart-items {
    display: flex;
    gap: 16px;
    margin: 20px 0;
}

.woi-storev5-new00-cart-item {
    text-align: center;
    font-size: 13px;
}

.woi-storev5-new00-cart-item img {
    width: 100px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.woi-storev5-new00-return-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woi-storev5-new00-return-btn:hover {
    background: #333;
}

.woi-storev5-new00-sales-box {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.woi-storev5-new00-sales-amount {
    color: #00aa00;
}

/* Right Card */
.woi-storev5-new00-product-header {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.woi-storev5-new00-product-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}

.woi-storev5-new00-product-title {
    font-size: 20px;
    font-weight: 600;
}

.woi-storev5-new00-product-price,
.woi-storev5-new00-product-rules {
    font-size: 16px;
    margin-top: 8px;
    opacity: 0.9;
}

.woi-storev5-new00-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.woi-storev5-new00-table th {
    text-align: left;
    font-size: 13px;
    padding: 8px 0;
    opacity: 0.7;
    text-transform: uppercase;
}

.woi-storev5-new00-variant-row {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.woi-storev5-new00-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.woi-storev5-new00-color-raspberry {
    background: #c51a68;
}

.woi-storev5-new00-color-cascade {
    background: #4a90e2;
}

.woi-storev5-new00-color-forest {
    background: #1e4a2a;
}

.woi-storev5-new00-quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.woi-storev5-new00-quantity-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
}

.woi-storev5-new00-quantity-input {
    width: 60px;
    text-align: center;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}

.woi-storev5-new00-price-cell {
    white-space: nowrap;
    font-size: 15px;
}

.woi-storev5-new00-total-row {
    text-align: right;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
}

.woi-storev5-new00-add-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.woi-storev5-new00-add-btn:hover {
    transform: scale(1.03);
}

/* v6 - Easy Start */
.woi-storev6-new00-modal-backdrop {
    padding: 0 40px 40px;
    background-image:
        linear-gradient(#02080880, #0000 20%, #0000 90%, #02080880),
        radial-gradient(at 87% 84%, #020808e6 0, #0000 50%),
        radial-gradient(at 10% 8%, #020808e6 0, #0000 50%),
        radial-gradient(at 65% 36%, #3f3f4b80 0, #0000 50%),
        radial-gradient(at 38% 61%, #3f3f4b80 0, #0000 50%),
        radial-gradient(at 99% 36%, #3f3f4b80 0, #0000 50%),
        radial-gradient(at 0 62%, #3f3f4b80 0, #0000 50%),
        linear-gradient(#09090a, #09090a);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
}

.woi-storev6-new00-modal {
    max-width: 1400px;
    margin: 0 auto;
    height: 640px;

    border-radius: 40px;
    display: flex;
    flex-direction: column;

    background-size: cover;
    background-repeat: no-repeat;
}

.woi-storev6-new00-header {
    font-size: 43px;
    padding: 80px 80px 0;
    text-align: center;
}

.woi-storev6-new00-content {
    flex: 1;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.woi-storev6-new00-images {
    display: flex;
    gap: 32px;
}

.woi-storev6-new00-image-laptop,
.woi-storev6-new00-image-store {
    width: 280px;
    height: 320px;
    border-radius: 7px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.woi-storev6-new00-image-laptop {
    margin-bottom: 43px;
}

.woi-storev6-new00-image-store {
    align-self: flex-end;
}

.woi-storev6-new00-image-laptop img,
.woi-storev6-new00-image-store img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.woi-storev6-new00-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.woi-storev6-new00-step {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 22px;
}

.woi-storev6-new00-step-number {
    color: #34d399;
    font-weight: 600;
}

.woi-storev6-new00-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 56px;
}



.woi-storev6-new00-button {
    background-color: white;
    color: #0f172a;
    padding: 18px 56px;
    border-radius: 999px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woi-storev3-new00-card-img-wrap {
    width: 100%;
    height: 100%;
}

.woi-storev6-new00-button:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.woi-storev6-new00-cta {
    margin-top: 35px;
}

/* Responsive */

@media (max-width: 1024px) {
    .woi-storev4-new00-container {
        grid-template-columns: 1fr 1fr;
    }

    .woi-storev5-new00-container {
        flex-direction: column;
    }

    .woi-storev6-new00-images {
        width: 55% !important;
    }

    .woi-storev5-new00-center-card-global {
        display: none;
    }
}

@media (max-width: 768px) {
    .woi-storev3-new00-title {
        font-size: 44px;
    }

    .woi-storev3-new00-subtitle {
        font-size: 26px;
    }

    .woi-storev4-new00-main-heading {
        font-size: 42px;
    }

    .woi-storev5-new00-title {
        font-size: 40px;
    }

    .woi-storev4-new00-container {
        grid-template-columns: 1fr;
    }

    .woi-storev5-new00-container {
        gap: 60px;
    }

    .woi-storev6-new00-content {
        flex-direction: column;
        text-align: center;
    }

    .woi-storev6-new00-steps {
        margin-top: 60px;
    }

    .woi-storev6-new00-cta {
        position: static;
        text-align: center;
        margin-top: 40px;
    }

    .woi-storev6-new00-images {
        display: none;

    }

    .woi-storev6-new00-cta .woi_v5_cd_team_btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    .woi-storev5-new00-center-card-img-fd {
        max-height: 308px;
    }

    .woi-storev4-new00-image-wrapper {

        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 460px) {
    .woi-storev3-new00-container {
        padding: 11px 25px;
    }

    .woi-storev3-new00-title {
        font-size: 28px;
        margin-bottom: 11px;
    }

    .woi-storev3-new00-subtitle {
        font-size: 17px;
    }

    .woi-storev3-new00-header {
        margin-bottom: 9px;
    }

    .woi-storev4-new00-main-heading {
        font-size: 21px;
    }

    .woi-storev4-new00-wrapper {
        padding: 11px 25px;
    }

    .woi-storev4-new00-main-subheading {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .woi-storev4-new00-card {
        padding: 20px;
    }



    .woi-storev5-new00-title {
        font-size: 22px;
        margin-bottom: 17px;
    }

    .woi-storev5-new00-header-tag {
        font-size: 11px;
    }

    .woi-storev6-new00-header {
        font-size: 28px;
        padding: 13px 1px 0;
        text-align: center
    }

    .woi-storev6-new00-content {
        flex: 0;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .woi-storev6-new00-modal {
        height: unset !important;
    }

    .woi-storev6-new00-modal-backdrop {
        padding: 23px 44px 40px;
    }

    .woi-storev5-new00-modal {
        padding: 15px 25px;
    }

    .woi-storev5-new00-container {
        gap: 16px;
    }

    .woi-storev5-new00-center-card-img {
        min-height: 180px;
    }

    .woi-storev5-new00-center-card-img-fd {
        margin-bottom: 0;
    }

    .woi-storev5-new00-card-title {
        margin-bottom: 0;
    }

    .woi-storev4-new00-checkout-preview {
        height: 410px;
        width: 400px;
    }.woi-storev4-new00-main-padding{
    padding-bottom: 25px ;

}


}


@media (max-width: 375px) {
      .woi-storev4-new00-checkout-preview {
        height: 320px;
        width: 400px;
    }
}


@media (max-width: 320px) {
    .woi-storev5-new00-center-card-img-fd {
        height: 250px;
    }

    .woi-storev5-new00-center-card {
        flex: 0;
    }
}