.index{
.size-guide {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 55px 50px;
}


/* =========================
   Header
========================= */

.size-header {
    text-align: center;
}

.guide-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tag-icon {
    font-size: 17px;
    margin-left: 5px;
}

.size-header h1 {
    font-size: 34px;
    font-weight: 700;
    color: #c8aa50;
    margin-bottom: 10px;
}

.title-decoration {
    width: 100%;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: relative;
    margin-bottom: 10px;
}

.title-decoration::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d7c99f;
    top: 50%;
    right: 0;
}

.title-decoration span,
.title-decoration i {
    position: relative;
    z-index: 2;
    display: block;
    width: 7px;
    height: 7px;
    background: #c8aa50;
}

.title-decoration i {
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.size-header p {
    font-size: 13px;
    color: #c8aa50;
    margin-bottom: 38px;
}


/* =========================
   Table
========================= */

.table-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    background: #e4e1da;
}

.size-table th {
    height: 68px;
    background: #e4e1da;
    color: #c29f40;
    font-size: 14px;
    font-weight: 700;
}

.size-table td {
    height: 66px;
    font-size: 13px;
    color: #c8aa50;
    background: #e4e1da;
}

.size-table tbody tr:nth-child(odd) td {
    background: #ccb057;
    color: #ffffff;
}

.size-table tbody tr:nth-child(even) td {
    background: #e4e1da;
}

.size-table td:first-child {
    font-weight: 700;
}


/* =========================
   Measurement Boxes
========================= */

.measurement-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.measurement-box {
    min-height: 72px;
    background: #ccb057;
    border-radius: 13px;

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

    padding: 12px 18px;
    gap: 12px;
}

.measurement-box p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.step-number {
    width: 30px;
    height: 30px;
    min-width: 30px;

    border-radius: 50%;
    background: #f3f2f0;

    color: #c8aa50;
    font-size: 13px;
    font-weight: bold;

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


/* =========================
   Tablet
========================= */

@media (max-width: 900px) {

    .size-guide {
        padding: 35px 30px 40px;
    }

    .size-header h1 {
        font-size: 30px;
    }

    .size-table th {
        height: 58px;
        font-size: 12px;
    }

    .size-table td {
        height: 56px;
        font-size: 11px;
    }

    .measurement-box p {
        font-size: 11px;
    }
}


/* =========================
   Mobile
========================= */

@media (max-width: 600px) {

    .size-guide {
        width: 100%;
        padding: 25px 15px 30px;
    }

    .guide-title {
        font-size: 12px;
    }

    .size-header h1 {
        font-size: 24px;
    }

    .size-header p {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .size-table th {
        height: 45px;
        font-size: 9px;
    }

    .size-table td {
        height: 43px;
        font-size: 9px;
    }

    .table-wrapper {
        border-radius: 10px;
    }

    .measurement-steps {
        gap: 7px;
        margin-top: 18px;
    }

    .measurement-box {
        min-height: 55px;
        padding: 7px 5px;
        gap: 5px;
    }

    .measurement-box p {
        font-size: 7px;
    }

    .step-number {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 8px;
    }
}
    section{
        margin-bottom:80px;
    }
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img,
.s-block--banners .grid .banner-entry {
    background-color: transparent !important;
}
section.s-block--photos-slider button.s-slider-nav-arrow.swiper-button-disabled {
    visibility: hidden;
}
section.s-block--photos-slider .swiper .swiper-slide {
    padding: 0;
    width:100%;
    max-width: 1300px !important;
}
/*panner full width*/
section.s-block.s-block--fixed-banner,
section.s-block.s-block--fixed-banner .container {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0;
}
/*title elment list*/
section.s-block--banners .s-block__title {
    justify-content: center;
}

section.s-block--banners .right-side {
    padding: 20px 0;
}

@media(min-width:768px) {
    section.s-block--banners .s-block__title h2 {
        font-size: 31px;
        
    }
}

/*element list */
.s-block--banners>.grid a.banner-entry {
    grid-row: span 1 / span 2;
}

@media(min-width:768px) {
    .s-block--banners:nth-of-type(2)>.grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 1200px;
        margin: auto;
    }
    .s-block--banners:nth-of-type(2)>.grid a.banner-entry {
        height: 200px;
    }
    .s-block--banners:nth-of-type(3)>.grid a.banner-entry {
        height: 400px;
    }
}

@media(max-width:768px) {
    .s-block--banners>.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s-block--banners>.grid a.banner-entry {
        height: 100px;
    }
}

/*-------footer--------*/
.store-footer__inner {
    background-color: #ccb057 !important;
    color: white !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #ccb057 !important;
    margin: 0;
    max-width: 100% !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center p {
    color: white;
}