.xzotik-widget {
    --xzotik-green: #000000;
    --xzotik-deep: #111111;
    --xzotik-gold: #ffcc00;
    --xzotik-cream: #ffffff;
    --xzotik-line: #e5e5e5;
    color: var(--xzotik-deep);
    font-family: "Noto Sans Bengali", "Hind Siliguri", Arial, sans-serif;
}

.xzotik-widget *,
.xzotik-widget *:before,
.xzotik-widget *:after {
    box-sizing: border-box;
}

.xzotik-wrap {
    width: min(1140px, 92vw);
    margin: 0 auto;
}

.xzotik-btn,
.xzotik-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.1;
    transition: transform .2s ease, box-shadow .2s ease;
}

.xzotik-btn {
    min-height: 42px;
    padding: 11px 24px;
    background: var(--xzotik-gold);
    color: #1f2b1d;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
}

.xzotik-mini-btn {
    min-height: 28px;
    padding: 7px 13px;
    background: var(--xzotik-green);
    color: #fff;
    font-size: 12px;
}

.xzotik-btn:hover,
.xzotik-mini-btn:hover {
    transform: translateY(-1px);
    background: var(--xzotik-gold);
    color: #000;
}

.xzotik-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 22px;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0;
}

.xzotik-section-title:before,
.xzotik-section-title:after {
    content: "";
    width: 105px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--xzotik-gold));
}

.xzotik-section-title:after {
    transform: scaleX(-1);
}

.bdcaliph-title-wrap {
    display: flex;
    justify-content: center;
}

.bdcaliph-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 22px;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0;
    color: #111;
}

.bdcaliph-title:before,
.bdcaliph-title:after {
    content: "";
    width: 105px;
    height: 1px;
    background: #ffcc00;
}

@media (max-width: 540px) {
    .bdcaliph-title:before,
    .bdcaliph-title:after {
        width: 54px;
    }
}

.xzotik-hero {
    position: relative;
    min-height: 300px;
    padding: 34px 0 78px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(circle at 8% 0%, rgba(255, 204, 0, .18), transparent 24%), radial-gradient(circle at 93% 22%, rgba(255, 204, 0, .16), transparent 20%), #000000;
}

.xzotik-hero:after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -28px;
    height: 74px;
    background: #ffffff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: rotate(2deg);
}

.xzotik-hero .xzotik-wrap {
    position: relative;
    z-index: 1;
}

.xzotik-logo-mark {
    width: 30px;
    height: 30px;
    margin: 0 auto 6px;
    background: repeating-linear-gradient(45deg, #fff 0 3px, transparent 3px 7px);
    opacity: .9;
}

.xzotik-brand {
    font-family: Georgia, serif;
    font-size: 23px;
    letter-spacing: 2px;
}

.xzotik-hero-logo {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.xzotik-hero-logo-img {
    width: 140px;
    max-width: 80vw;
    height: auto;
    display: block;
    object-fit: contain;
}

.xzotik-hero-kicker {
    margin: 14px 0 2px;
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .8px;
}

.xzotik-hero-title {
    margin: 0;
    font-size: clamp(42px, 8vw, 74px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    color: #f7f5ed;
}

.xzotik-hero-title span {
    color: #ffcc00;
}

.xzotik-hero-subtitle {
    margin: 10px 0 16px;
    font-size: 18px;
    font-weight: 700;
}

.xzotik-hero .xzotik-btn {
    background: #000000;
    color: #fff;
    border: 1px solid rgba(255, 204, 0, .85);
}

.xzotik-usp-wrap {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    margin-bottom: -54px;
}

.xzotik-usp-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 14px 18px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .14);
}

.xzotik-usp-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 8px 12px;
    color: #111;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.xzotik-usp-item:last-child { border-right: 0; }
.xzotik-usp-icon { color: #ffcc00; line-height: 1; }
.xzotik-usp-icon svg { width: 18px; height: 18px; display: block; }

.xzotik-leaf {
    position: absolute;
    width: 92px;
    height: 180px;
    opacity: .82;
}

.xzotik-leaf:before,
.xzotik-leaf:after {
    content: "";
    position: absolute;
    border-radius: 70% 0 70% 0;
    background: #ffcc00;
}

.xzotik-leaf-left {
    left: 24px;
    top: 64px;
    transform: rotate(-28deg);
}

.xzotik-leaf-right {
    right: 34px;
    top: 76px;
    transform: rotate(30deg);
}

.xzotik-leaf:before {
    width: 24px;
    height: 72px;
    left: 34px;
    top: 0;
}

.xzotik-leaf:after {
    width: 30px;
    height: 72px;
    left: 0;
    top: 52px;
    box-shadow: 38px 22px 0 #ffe06b, 26px 78px 0 #d8ad00;
}

.xzotik-products-section,
.xzotik-size-section,
.xzotik-faq-section {
    padding: 34px 0;
    background: #ffffff;
}

.xzotik-products-grid {
    --xzotik-product-columns: 3;
    --xzotik-product-gap: 16px;
    display: grid;
    grid-template-columns: repeat(var(--xzotik-product-columns), minmax(0, 1fr));
    gap: var(--xzotik-product-gap);
    justify-content: center;
    align-items: stretch;
}

.xzotik-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    text-align: center;
}

.xzotik-products-grid.xzotik-center-five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.xzotik-products-grid.xzotik-center-five .xzotik-product-card {
    grid-column: span 2;
}

.xzotik-products-grid.xzotik-center-five .xzotik-product-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.xzotik-products-grid.xzotik-center-five .xzotik-product-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.xzotik-product-card img,
.xzotik-image-placeholder {
    width: 100%;
    height: 480px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 8px;
    background: #e7e6df;
}

.xzotik-image-placeholder {
    display: grid;
    place-items: center;
    min-height: 190px;
    color: #6f7567;
    font-weight: 800;
}

.xzotik-product-slider {
    position: relative;
    width: 100%;
    height: 480px;
    aspect-ratio: auto;
    border-radius: 8px;
    overflow: hidden;
    background: #e7e6df;
}

.xzotik-product-slider .xzotik-product-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .35s ease;
}

.xzotik-product-slider .xzotik-product-slide.is-active {
    opacity: 1;
}

.xzotik-product-slider .xzotik-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(0, 0, 0, .78) !important;
    color: #fff !important;
    font-size: 26px !important;
    font-family: Arial, sans-serif;
    line-height: 1 !important;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .2s ease, background-color .2s ease;
    pointer-events: none;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    appearance: none !important;
}

.xzotik-product-slider .xzotik-slider-arrow > span {
    display: block !important;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: -3px !important;
    color: inherit !important;
}

.xzotik-product-slider .xzotik-slider-prev { left: 12px !important; }
.xzotik-product-slider .xzotik-slider-next { right: 12px !important; }

.xzotik-product-slider:hover .xzotik-slider-arrow,
.xzotik-product-slider:focus-within .xzotik-slider-arrow {
    opacity: 1;
    pointer-events: auto;
}

.xzotik-product-slider .xzotik-slider-arrow:hover {
    background: #ffcc00 !important;
    color: #000 !important;
}

.xzotik-product-slider .xzotik-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 3;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transform: translateX(-50%);
    padding: 4px 7px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .32) !important;
}

.xzotik-product-slider .xzotik-slider-dot {
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    min-height: 7px !important;
    max-width: 7px !important;
    max-height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width .2s ease, background-color .2s ease;
}

.xzotik-product-slider .xzotik-slider-dot.is-active {
    width: 18px !important;
    max-width: 18px !important;
    border-radius: 999px !important;
    background: #ffcc00 !important;
}

.xzotik-product-card h3 {
    margin: 14px 0 6px;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 900;
    overflow-wrap: anywhere;
    word-break: normal;
}

.xzotik-product-card p {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #67705e;
    overflow-wrap: anywhere;
}

.xzotik-product-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    flex-wrap: wrap;
}

.xzotik-product-price strong {
    display: inline-block;
    margin: 0;
    font: inherit;
    line-height: 1;
}

.xzotik-regular-price {
    display: inline-block;
    color: #777;
    font-size: .78em;
    font-weight: 800;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.xzotik-sale-price,
.xzotik-single-price {
    color: #000;
}

.xzotik-product-card .xzotik-mini-btn {
    margin-top: auto;
}

.xzotik-badge {
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
}

.xzotik-features-section {
    padding: 34px 0;
    background: #ffffff;
}

.xzotik-features-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: #000;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.xzotik-feature-item {
    min-height: 118px;
    padding: 22px 14px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xzotik-feature-item:last-child {
    border-right: 0;
}

.xzotik-feature-icon {
    min-height: 34px;
    margin-bottom: 10px;
    font-size: 34px;
    color: var(--xzotik-gold);
    line-height: 1;
}

.xzotik-feature-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.xzotik-feature-item b {
    display: block;
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
}

.xzotik-feature-item span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: #d8d8d8;
    overflow-wrap: anywhere;
}

.xzotik-size-layout {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 30px;
    align-items: stretch;
}

.xzotik-size-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(38, 51, 35, .1);
}

.xzotik-size-table th {
    background: #000000;
    color: #fff;
    padding: 16px;
}

.xzotik-size-table td {
    padding: 17px;
    text-align: center;
    border: 1px solid #eadfce;
    color: #555;
}

.xzotik-note {
    margin: 13px 0 0;
    font-size: 14px;
    color: #686052;
}

.xzotik-diagram-box {
    position: relative;
    min-height: 286px;
    border-radius: 8px;
    background: #f7f7f7;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.xzotik-diagram-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.xzotik-chart-image-only {
    display: flex;
    justify-content: center;
}

.xzotik-chart-image {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.xzotik-shirt-shape {
    width: 160px;
    height: 205px;
    border: 2px solid #75756b;
    border-top: 0;
    border-radius: 0 0 38px 38px;
    position: relative;
}

.xzotik-shirt-shape:before,
.xzotik-shirt-shape:after {
    content: "";
    position: absolute;
    top: 22px;
    width: 82px;
    height: 70px;
    border: 2px solid #75756b;
}

.xzotik-shirt-shape:before {
    left: -74px;
    transform: skewY(-20deg);
    border-right: 0;
}

.xzotik-shirt-shape:after {
    right: -74px;
    transform: skewY(20deg);
    border-left: 0;
}

.xzotik-shirt-shape span {
    position: absolute;
    font-weight: 800;
    color: #4a4a44;
}

.xzotik-shoulder { top: -38px; left: 37px; }
.xzotik-chest { top: 70px; left: 52px; }
.xzotik-length { right: -58px; top: 100px; }
.xzotik-sleeve { right: -69px; top: 61px; }

.xzotik-call-bar {
    padding: 24px 0;
    background: #000000;
    color: #fff;
}

.xzotik-call-inner {
    display: grid;
    grid-template-columns: 80px 1fr 200px;
    align-items: center;
    gap: 22px;
}

.xzotik-phone-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #fff;
}

.xzotik-phone-icon svg {
    width: 1em;
    height: 1em;
    display: block;
}

.xzotik-call-bar small {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.xzotik-call-phone {
    display: block;
    font-size: 38px;
    line-height: 1;
    color: #ffcc00;
}

.xzotik-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
    gap: 42px;
    align-items: start;
}

.xzotik-faq-list details {
    margin-bottom: 8px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(38, 51, 35, .08);
    overflow: hidden;
}

.xzotik-faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 15px 48px 15px 18px;
    font-weight: 800;
    position: relative;
}

.xzotik-faq-list summary::-webkit-details-marker {
    display: none;
}

.xzotik-faq-list summary:after {
    content: "⌄";
    position: absolute;
    right: 18px;
}

.xzotik-faq-list p {
    margin: 0;
    padding: 0 18px 16px;
    color: #5f665c;
}

.xzotik-center {
    margin-top: 16px;
    text-align: center;
}

.xzotik-faq-image img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 16px 28px rgba(38, 51, 35, .12);
}

.xzotik-faq-image .xzotik-image-placeholder {
    min-height: 300px;
}

@media (max-width: 820px) {
    .xzotik-products-grid {
        --xzotik-product-columns: 2;
    }

    .xzotik-products-grid.xzotik-center-five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xzotik-products-grid.xzotik-center-five .xzotik-product-card,
    .xzotik-products-grid.xzotik-center-five .xzotik-product-card:nth-child(4),
    .xzotik-products-grid.xzotik-center-five .xzotik-product-card:nth-child(5) {
        grid-column: auto;
    }

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

    .xzotik-size-layout,
    .xzotik-faq-layout {
        grid-template-columns: 1fr !important;
    }

    .xzotik-call-inner {
        grid-template-columns: 64px 1fr;
    }

    .xzotik-call-inner .xzotik-btn {
        grid-column: 1/-1;
    }

    .xzotik-section-title:before,
    .xzotik-section-title:after {
        width: 54px;
    }

    .xzotik-leaf {
        opacity: .45;
    }
}

@media (max-width: 540px) {
    .xzotik-hero {
        min-height: 270px;
        padding-top: 25px;
    }

    .xzotik-usp-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
    }

    .xzotik-usp-item {
        min-height: 58px;
        padding: 8px 6px;
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .xzotik-usp-item:nth-child(odd) {
        border-right: 1px solid #e8e8e8;
    }

    .xzotik-usp-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .xzotik-products-grid {
        --xzotik-product-columns: 1;
    }

    .xzotik-products-grid.xzotik-center-five {
        grid-template-columns: 1fr;
    }

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

    .xzotik-feature-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .xzotik-size-table th,
    .xzotik-size-table td {
        padding: 11px 7px;
        font-size: 13px;
    }

    .xzotik-call-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .xzotik-call-phone {
        font-size: 30px;
    }

    .xzotik-faq-image {
        max-width: 230px;
        margin: auto;
    }
}
