
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
span.product__price.on-sale  {
    color: #0B1428;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    margin-right: 0;
    font-family: 'Eudoxus Sans';
}

span.product__compare_in {
    color: #6D727E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    font-family: 'Eudoxus Sans';
}
.product__price.on-sale {
    padding-right: 0;
}
.kv-collection-box-img {
    padding: 6px 0px;
}
.kv-collection-box-price {
    display: flex;
    align-items: center;
    padding: 8px 0px 18px 0px;
    gap: 8px;
    flex-wrap: wrap;
}
.kv-collection-box-price .kv-socks-pdp-price {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2px;
}

span.product__price-savings {
    border-radius: 100px;
    background: #715843;
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Eudoxus Sans';
    line-height: normal;
    letter-spacing: 0;
}
.collection-product-grid .product-box.product-box.vertical-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F3F3F3;
    gap: 15px;
    position: relative;
    padding: 16px;
}


.collection-grid ul li {
    border-radius: 20px;
    border: 1px solid #F4F5F4;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0px;
    overflow: hidden;
}

.kv-collection-box h3 {
    color: #0B1428;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-top: 6px;
    font-family: 'Eudoxus Sans';
}
li.vertical-block-1 h4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: inherit;
    margin: 24px 0px 16px;
    font-family: 'Eudoxus Sans';
}
li.vertical-block-1 p {
    color: #534F4F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Eudoxus Sans';
    margin: 0;
}
.kv-free-shipping-icon {
    margin: 0 auto;
    text-align: center;
}
.kv-free-shipping-icon img {
    width: 32px;
}
li.vertical-block-1 {
    justify-content: center;
}
li.vertical-block-2 {
    padding: 20px;
}

li.vertical-block-2 h4 {
    color: #715843;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: inherit;
    margin-bottom: 16px;
    padding-top: 10px;
    font-family: 'Eudoxus Sans';
}

li.vertical-block-2 p {
    color: #534F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    font-family: 'Eudoxus Sans';
}
.kv-rating-widget-name {
    color: #715843;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
    font-family: 'Eudoxus Sans';
}
.kv-rating-widget {
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.collection-product-grid .product-box.product-box.vertical-block .vertical-block-text,
.collection-product-grid .product-box.product-box.vertical-block .vertical-block-info,
.collection-product-grid .product-box.product-box.vertical-block .vertical-block-button,
.collection-product-grid .product-box.product-box.vertical-block .vertical-block-reviewer {
  color: var(--kv-text-color, #000);
  position: relative;
  z-index: 1;
}

.collection-product-grid .product-box.product-box.vertical-block.has-bg-image:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  border-radius: 2px;
}

.collection-product-grid .product-box.product-box.vertical-block.has-bg-image.no-overlay:before {
  display: none;
}

.vertical-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-block-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vertical-block-text {
    color: var(--kv-text-color, #000);
    text-align: center;
    font-family: "Baloo Bhaijaan 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.vertical-block-info {
    color: var(--kv-text-color, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vertical-block-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: var(--kv-text-color, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    gap: 12px;
}

 
 

.collection-product-grid .product-box.product-box.vertical-block.trustpilot {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}

 
.kv-clickable-card {
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kv-clickable-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.kv-clickable-card .vertical-block-button {
    pointer-events: none;
}

.collection-product-grid .product-box.product-box.vertical-block.trustpilot .vertical-block-text {
    text-align: left;
}

.collection-product-grid .product-box.product-box.vertical-block.trustpilot .vertical-block-info {
    text-align: left;
}

.vertical-block-reviewer {
    color: var(--kv-text-color, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto 0 0 0;
}

.collection-product-grid .product-box.product-box.vertical-block.trustpilot .vertical-block-reviewer {
    text-align: left;
}

.product-box {
    position: relative;
}

.collection-product-grid .product-box .product-box-thumb {
    background: transparent;
}



.collection-product-grid .product-box {
    border-radius: 2px;
    padding: 12px 12px 8px;
}

      section.collection-product-grid .swiper-pagination {
    z-index: 1;
}

.product-box .product-box-badge {
    color: #FFF;
    font-family: 'NeueHaasDisplay', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px 4px 4px 4px;
    background: linear-gradient(to right, #FF4900,  #000000);
    padding: 6px 6px 6px 6px;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 12px;
}


    .collection-product-grid .swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    }
   .collection-product-grid  .swiper-pagination-bullet-active{
        background: #FFF !important;
    }
    .collection-product-grid .swiper-pagination-bullet{
        background: rgba(255, 255, 255, 0.40);
    }
    .collection-product-grid .swiper-slide {
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
            padding: 48px 0px 48px 0px;
    }
    .collection-product-grid .swiper-pagination {
    bottom: 16px;
    }

    .collection-product-grid .slide-inner h3{
        color: #FFF;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
         
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin: 0;
    }

    .collection-product-grid .slide-inner p{
        color: #FFF;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
         
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
        margin-top: 12px;
    }
    
        .collection-product-grid{
            padding:0;
            margin: 0 auto;
        }
        .tab-buttons {
            display: flex;
            gap: 10px;
            margin-top:0;
            
        }
        .tab-buttons .tab-button{
            display: inline-flex;
            align-items:center;
            justify-content:center;
            line-height: 1;
            padding: 10px 15px;
            border-radius: 99px;           
            border: 1px solid #715843;
            white-space: nowrap;
            color: #715843;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }
        .tab-buttons .tab-button.active{
            color: #FFF;
            background: #715843;
        }
        .tab-contents .tab-content:nth-child(1).current-collection .collection-title,
        .tab-contents .tab-content:nth-child(1).current-collection .collection-description{
        display:none
        }
    .collection-description p{
        margin: 0 !important;
        color: #000;
         
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;  
    }
        .tab-contents .tab-content:nth-child(1).current-collection .collection-grid{
        margin-top:0;
        }
        .tab-content{
            padding:64px 0
        }
.collection-grid ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
    align-items: stretch;
    grid-auto-rows: 1fr;
    margin: 0;
}
            .product-box-thumb{
            border-radius: 6px;
             
            display:flex;
             
            position:relative
        }
        .pop-badge{
            display: inline-flex;
            padding: 8px 12px;
            justify-content: center;
            align-items: center;
            border-radius: 0px 4px 4px 0px;
            background: #FF4900;
            position: absolute;
            top:15px;
            left:0;
            color: #FFF;
            font-size: 12px;
            font-weight: 600;
            line-height: 1;
        }
        .product-box-thumb img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .collection-product-grid .product-box .product-box-content {
    margin-top: 20px;
    padding: 0;
}
        .product-box-content .product-box-title {
        margin: 0;
        display: block;
        align-items: flex-start;
        justify-content: unset;
        flex-wrap: wrap;
    }

    .product-box-content .product-box-title .product-box-title-compare span {
        color: #1a1a1aa3;
        font-weight: 500;
    }

    .product-box-content .product-box-title .product-box-title-compare span s {
        font-weight: 500;
    }
    .product-box-content .product-box-title a {
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
    }
    .product-box-content .product-box-title span {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        white-space: nowrap;
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        display: block;
    }
        .product-box-excerpt{
            margin-top:8px;
        }
        .product-box-excerpt p{
            color: #000;
            font-size: 12px;
            font-weight: 500;
            line-height: normal;
            margin:0;
        }
        .product-box-shortdescription{
        display:block;
        margin:12px 0 12px 0;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
        .compare-table{
            padding: 16px 24px;
            border-radius: 6px;
            background: #F3F3F3;
            margin-top:24px;
            max-width: 390px;
        margin-right: auto;
        }
        .compare-table-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration:none;
            line-height: 0;
            padding-top: 1px;
        }
        .compare-table-title{
            color: #000;
            font-size: 16px;
            font-weight: 600;
            margin:0;
        }
        .compare-table .compare-table-collapse{
        display:flex;
        }
        .compare-table-body {
        padding-top: 32px;
        display: flex;
        justify-content: space-between;
        }
        .compare-table:not(.active) .compare-table-body {
        display:none
        }
        .compare-table:not(.active) .compare-table-header .close{
            display:none;
        }
        .compare-table.active .compare-table-header .open{
            display:none;
        }
        .compare-table .compare-table-col:nth-child(1){
        padding-left:15px;
        }
        .compare-table .compare-table-col:nth-last-child(1){
        padding-right:15px;
        }
        .compare-table .ct-col-head {
            color: #1a1a1a;
            font-size: 16px;
            font-weight: 600;
            margin:0 0 12px 0;
        }
            .compare-table .ct-col-item {
            display: flex;
            gap: 8px;
            margin-top: 8px;
        }
        .compare-table .ct-col-icon {
            width: 14px;
            text-align: center;
            display: flex;
            align-items: center;
        }
        .compare-table .ct-col-icon svg{
            width:100%
        }
        .compare-table .ct-col-text {
            color: #000;
            font-size: 12px;
            font-weight: 500;
        }
        .compare-table .ct-col-sep{
            background: rgba(100, 41, 15, 0.20);
            min-width: 1px;
            display: block;
        }
    .product-box-swatches {
        display: flex;
        gap: 5px;
        max-width: 165px;
        margin-top: 4px;
        align-items: center;
        flex-wrap: wrap;
    }

    .product-box-swatches .color-swatch-image {
        display: flex;
        width: 26px;
        height: 26px;
        border-radius: 6px;
        overflow: hidden;
        padding: 2px;
    }

    .product-box-swatches .color-swatch-image.selected {
        border-radius: 6px;
        border: 0.6px solid #FF4900;
        padding: 2px;
    }

    .product-box-swatches .color-swatch-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .product-box-swatches .color-swatch-image .color-swatch-color {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
.more-variants {
    font-weight: 500;
    font-size: 12px;
    color: rgb(0 0 0 / 60%);
    padding: 4px 8px;
    transition: all 0.2s;
    border-radius: 6px;
    border: 1px solid #DDD;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .product-box-content .product-box-title span.product-box-title-compare-wrapper {
        display: flex;
        gap: 8px;
    }

    .kv-collection-tab-banner{
        background-image: url('/collections/qomforts-comfort-summer-shoes/23-fundo-3.gif');
        height: 446px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-position: right;
    }
    .kv-collection-page-width.page-width {
        width: 100%;
    }

    .tab-buttons {
        width: auto;
        overflow-x: auto;
        scrollbar-width: thin;
        padding: 0 20px 5px 20px;
        margin: 0 -20px;
    }

    .kv-collection-tab-banner-content {
        max-width: 340px;
    }
    .kv-collection-tab-banner-in {
    display: flex;
    max-width: 500px;
    padding: 24px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    
}

.kv-collection-tab-banner-in h4 {
    color: #715843;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.kv-collection-tab-banner-in h1 {
    color: #0B1428;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.kv-collection-tab-banner-content p {
    color: #534F4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
    .collection-grid ul li {
        width: 100%;
        box-sizing: border-box;
        min-width: 100%;
    }
    .kv-collection-box {
        width: 100%;
        min-width: 100%;
    }

    .kv-collection-box-content {
        padding: 0 12px 22px;
    }

    .collection-grid ul li.vertical-block-1,
    .collection-grid ul li.vertical-block-2 {
        padding: 20px;
    }

    .kv-collection-box-variant-color {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .kv-collection-box-variant-color .swatch {
        width: 19px;
        height: 19px;
        aspect-ratio: 1 / 1;
        border-radius: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block;
        cursor: pointer;
    }

    .kv-collection-box-variant-color .swatch.kv-out-of-stock {
        opacity: 0.45;
    }

    .tab-buttons-full-width {
        padding: 24px 0;
    }

    .kv-collection-box > a {
        display: flex;
        aspect-ratio: 1 / 1;
    }

    .kv-collection-box > a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kv-user-image img {
        display: block;
        width: 64px;
    }

    @media screen and (min-width: 768px) {
        .kv-collection-banner-outer .kv-custom-container {
            padding: 0 52px;
        }
    }

    @media screen and (max-width: 1200px) {
        .collection-grid ul {
            grid-template-columns: repeat(3, 1fr);
        }

        .kv-collection-tab-banner {
            background-position: center;
        }
    }

    @media screen and (max-width: 1023px) {
        .kv-collection-tab-banner {
            background-image: url('/collections/qomforts-comfort-summer-shoes/23-fundo-3.gif');
            background-size: cover;
            background-repeat: no-repeat;
            height: 364px;
            align-items: flex-end;
            background-position: top -50px center;
        }

        .kv-collection-tab-banner-in {
            margin: 0 auto;
            text-align: center;
            justify-content: center;
            align-items: center;
        }
    }

    @media screen and (max-width: 767px) {
        .kv-collection-tab-banner {
            background-image: url('/collections/qomforts-comfort-summer-shoes/23-fundo-3.gif');
            background-size: cover;
            background-repeat: no-repeat;
            height: 364px;
            align-items: flex-end;
            background-position: center;
        }

        .kv-collection-tab-banner-in h4 {
            font-size: 16px;
            letter-spacing: 0.8px;
            text-align: center;
        }

        .kv-collection-tab-banner-in h1 {
            font-size: 36px;
        }

        .kv-collection-tab-banner-in {
            padding: 0;
            gap: 16px;
            border-radius: 0;
            margin: 0 auto 47px;
            align-items: center;
        }

        .collection-grid ul {
            grid-template-columns: repeat(2, 1fr);
            grid-auto-rows: auto;
        }

        

        .kv-collection-tab-banner-content {
            text-align: center;
        }

        span.product__price-savings {
            padding: 4px;
        }

        .kv-collection-box-price {
            gap: 4px;
        }

        .tab-buttons {
            justify-content: flex-start;
            gap: 8px;
        }

        .tab-buttons .tab-button {
            padding: 10px 18px;
            font-size: 14px;
        }

        .tab-buttons-full-width {
            padding: 16px 0;
        }

        .tab-content {
            padding: 8px 0;
        }

        span.product__price.on-sale {
            font-size: 14px;
        }

        .kv-collection-box h3 {
            font-size: 14px;
        }

        li.vertical-block-1 h4,
        li.vertical-block-2 h4 {
            font-size: 16px;
        }

        li.vertical-block-1 p,
        li.vertical-block-2 p {
            font-size: 14px;
        }

        .kv-rating-widget-name {
            font-size: 12px;
        }

        .collection-grid ul li.vertical-block-1,
        .collection-grid ul li.vertical-block-2 {
            padding: 20px 16px;
        }
    }
    