/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Expected identifier but found "%"
Line 11:28 Expected identifier but found "%"
Line 424:0 Unexpected "{"
Line 424:1 Expected identifier but found "%"
Line 424:27 Expected identifier but found "%"

**/
{% comment %} product page {% endcomment %}
/* header */
.header__wrapper{
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header__wrapper a {
    font-family: var(--text-font-family);
    font-weight: 300;
}

.navigation-drawer .panel-list__wrapper a{
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 22px !important;
}
.header__wrapper  summary {
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 16px !important;
    color: #767676;
}

.header__main-nav nav.header__link-list {
    width: 270px;
    justify-content: start;
}
.header__secondary-nav ul.contents li:first-child {
    order: 1;
}
.header__main-nav nav.header__link-list ul.contents li:first-child a {
    background: #fe0000;
    padding: 15.2px 30px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
}

.header__secondary-nav .text-with-icon .h-stack.gap-2 span.bold.text-sm, .header__secondary-nav button[aria-controls="popover-localization-form-country-end-sections--25351441416570__header"] svg {
    display: none;
}

.platform-menu-main-container .platform-menu {
    opacity: 1 !important;
}

  /* Platform menu layout */
  .platform-menu {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .platform-menu-image-promotion-container {
    --mega-menu-block-padding: var(--spacing-10);
    width: 410px;
    --mega-menu-promo-grid-image-max-width: 440px;
    /* --promo-heading-font-size: var(--text-h5); */
    --promo-heading-line-height: 1.4;
    /* max-width: 100%; */
    margin-block-start: calc(-1 * var(--mega-menu-block-padding));
    margin-block-end: calc(-1 * var(--mega-menu-block-padding));
    margin-inline-end: calc(-1 * (100vw - min(100vw - var(--container-gutter) * 2, var(--container-max-width))) / 2);
  }
  .platform-menu-container div {
      width: 100%;
  }
  
  /* Column headers */
  .platform-menu h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    text-transform: none;
  }
  
  /* List styling */
  .platform-menu ul.v-stack {
    gap: 5px;
  }
  
  .platform-menu .creators-list li {
    order: initial !important;
    font-size: 12px;
    line-height: 1.5;
  }
  
  /* Link styling */
  .platform-menu .menu-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .platform-menu .menu-link:hover {
    color: #111827;
  }
  
  /* Red links styling */
  .platform-menu .red-link {
    color: #ef4444;
    font-weight: 600;
    text-decoration: none;
  }
  
  .platform-menu .red-link:hover {
    color: #dc2626;
  }
  
  /* Section divider for Custom Class */
  .platform-menu .section-divider {
    margin-top: 10px;
    margin-bottom: 0.75rem;
  }

.platform-menu-container {
      max-width: 100%;
    gap: 5rem;
    flex-wrap: wrap;
    flex: auto;
    align-items: start;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.product-card .product-card__figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    display: block;
}
.product-card .product-card__info .product-card__title a {
    font-family: var(--text-font-family);
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}

.product-card .product-card__info .vender-class {
    font-family: var(--text-font-family);
    font-size: 16px !important;
    color: #767676;
    font-weight: 400;
    opacity: 1;
}

.product-card .product-card__info .price-list {
    font-size: 16px !important;
    font-weight: 400;
}

.product-card .product-card__info .price-list sale-price {
    color: #1A1A1A;
}

.product-card__info .cvv-creator-img-avatar img {
    width: 56px;
    height: 75px;
    object-fit: cover;
    border-radius: 100px;
}

/*  kickxotic */
.page-kickxotic.product-card__info {
    padding-top: 0;
    margin-top: -95px;
    z-index: 2;
}

.page-kickxotic.product-card__info:not(.cvv-creator-img-avatar) {
    padding-left: 8px;
    margin-top: 10px;
    gap: 0;
}

.page-kickxotic .cvv-creator-img-avatar {
    width: fit-content;
    padding-bottom: 45px;
    margin-left: 22px;
}

.page-kickxotic .cvv-product-author-name {
    font-family: var(--text-font-family);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 7px;
}

.page-kickxotic .cvv-product-author-name a {
    font-size: 14px !important;
    font-weight: 500;
    padding-top: 3px;
}

.cvv-product-author-name span {
    color: #767676;
}

.page-kickxotic .cvv-creator-img-container {
    width: 100%;
}

.page-kickxotic .cvv-product-author-name .cvv-product-template-status-text {
    text-transform: capitalize;
    background: #000;
    color: #fff;
    border-radius: 100px;
    padding: 0 15px;
    flex-wrap:wrap;
}

.container{
    max-width:1792px;
    margin: 0 auto;
}
p {
    font-family: var(--text-font-family);
    font-size: 17px;
}
.h2-layout2{
    font-family: var(--text-font-family);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 32px;
}
.h2-layout-section{
    font-family: var(--text-font-family);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 32px;
}

.template-collection-creator-page  footer {
    padding-top: 192px !important;
}

.btn {
    padding: 15px 40px;
    background: #1A1A1A;
    border-radius: 100px;
    color: #fff;
    font-family: var(--text-font-family);
    font-size: 18px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400 !important;
    width: fit-content;
    line-height: 1em;
    border: 1px solid #1A1A1A;
}
.btn-layout1:hover {
    color: #1A1A1A;
    background: transparent;
}
.btn-layout1:hover svg path {
    fill: #1A1A1A;
}
.btn-layout2{
    color: #1A1A1A;
    background: transparent;
}

.btn-layout2:hover{
    color: #ffffff;
    background: #1A1A1A;
}

.cvv-author-row.w-bg {
    background-image: url(/cdn/shop/files/Author_banner-final.jpg?v=1760105937);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 275px;
    border-radius: 32px;
    padding: 20px;
    position: relative;
}
.cvv-author-sign {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 2;
}
.cvv-author-sign img{
    width: 342px;
}

/* Author Profile */
.cvv-author-profile {
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

.cvv-author-profile.layout_1 {
    margin-top: 15px;
}


.cvv-author-profile.layout_1 .cvv-author-social {
    display: flex;
    gap: 30px;
}

.cvv-author-profile.layout_1 .cvv-author-img img {
    width: 370.5px;
    height: 350px;
    border-radius: 10px;
    border: 0;
}

.cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img img {
    border-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.cvv-author-profile.layout_1 .cvv-author-img {
    padding: 0 0 5px 0;
    position: relative;
}

.cvv-author-profile.layout_1 .cvv-author-img .c-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    top: 15px;
    left: 10px;
}

.cvv-author-profile.layout_1 .cvv-authors-creator-details-container p {
    margin-top: 10px;
    line-height: 1.1em;
    width: 350.5px;
    font-size: 18px;
}

.cvv-author-profile .cvv-author-img {
    width: fit-content;
    padding: 20px;
    position: relative;
}
.cvv-author-profile .cvv-author-img img {
    width: 191.5px;
    height: 251.97px;
    object-fit: cover;
    border-radius: 100px;
    border: 5px solid #fff;
}

.cvv-author-subheading {
    font-family: var(--text-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #FA0514;
    display: flex;
    gap: 10px;
    width: fit-content;
}

.cvv-author-name h1 {
    font-family: var(--text-font-family);
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1A1A1A;
    width: 542px;
    line-height: 1em;
}

.cvv-author-location-email {
    font-family: var(--text-font-family);
    font-size: 20px;
    color: #1A1A1A;
    display: flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
}
.cvv-author-location-email .cvv-author-location svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.cvv-author-details-divider {
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100px;
}

{% comment %} Global size {% endcomment %}
.author-title {
    font-family: var(--text-font-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 23px;
    color: #1A1A1A;
}

.cvv-author-details {
    display: grid;
    grid-template-columns: 577px 605px 448px;
    gap: 80px;
}

/* layout 1 */
.cvv-author-profile.layout_1 .cvv-author-details {
    display: grid;
    grid-template-columns: 1fr .7fr 1.3fr;
    gap: 0px;
}

.cvv-author-details:has(.default-logo:empty) {
    grid-template-columns: auto .7fr 1.3fr;
}

.cvv-author-profile.layout_1 .cvv-author-logo {
    padding-top: 10%;
}

.cvv-author-profile.layout_1 .cvv-author-logo.mobile-layout {
    display: none;
}

.cvv-author-profile.layout_1 .cvv-author-logo img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    margin-left: -20px;
}

.cvv-author-profile.layout_1 .cvv-author-logo:has(.default-logo:empty) {
    padding-top: 0;
}

.cvv-author-profile.layout_1 .default-logo {
    background: #f5f5f5;
    margin: 0 auto;
    height: 350px;
    border-radius: 10px;
    width: 95%;
}

.cvv-author-profile.layout_1 .cvv-author-location {
    display: flex;
    gap: 10px;
}

.cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img img {
    border-radius: 10px;
}

.cvv-author-profile.layout_1 .cvv-author-update {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cvv-author-profile.layout_1 .cvv-author-subheading {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cvv-author-profile.layout_1 .cvv-author-name h1{
    font-size: 28px;
    width: 370.5px;
    margin-top: 5px;
}

.cvv-author-profile.layout_1 .cvv-author-location-email.mobile{
    display: none;
}
.cvv-author-profile.layout_1 .cvv-author-location-email.desktop{
    display: block;
}

.cvv-author-profile.layout_1 .cvv-author-details .cvv-author-banner-img {
    position: relative;
}
.cvv-author-profile.layout_1 .cvv-author-details .cvv-author-banner-img p.commision-text {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 8px;
    font-family: "Druk Wide Web";
    font-size: 10px;
}
.cvv-author-profile.layout_1 .default-image {
    width: 100%;
    height: 350px;
    background: #f5f5f5;
    border-radius: 10px;
}
.cvv-author-details .cvv-author-commision {
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #000;
    width: fit-content;
    color: #fff;
    padding: 8px 10px;
    line-height: 1em;
    margin-top: 12px;
}
.cvv-author-update {
    margin-bottom: 76px;
}

.cvv-author-social .cvv-author-social-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cvv-author-social .cvv-author-social-links .cvv-authors-social-icons svg {
    opacity: 0.5;
    width: 30px;
    height: 30px;
}

.cvv-author-social .cvv-author-social-links .cvv-authors-social-icons a:hover svg {
    opacity: 1;
}


.cvv-author-awards .cvv-author-awards-img {
    display: flex;
    gap: 20px;
    margin-bottom: 82px;
}

.cvv-author-awards-buttons {
    display: grid;
    grid-template-columns: 281px 155px;
    gap: 12px;
}

.cvv-author-profile.layout_1 .cvv-author-awards-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cvv-author-profile.layout_1 .cvv-authors-btn-lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 15px;
}
.cvv-author-profile.layout_1 .cvv-top-100 img{
   padding-top: 10px; 
   object-fit: contain;
}
.cvv-author-profile.layout_1 .mobile-top-100{
   display: none;
}

.cvv-author-profile.layout_1 .cvv-author-awards-buttons.mobile-layout{
    display:none;
}
.cvv-author-products .product-list{
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cvv-author-content #panel-faq {
    margin-top: 40px;
}
.cvv-author-content #panel-faq .accordion__toggle {
    font-size: 20px;
}

/* Product tabs in creators page */
.panel-products .tabs__list button {
     padding: 14px 24px !important;
    margin-bottom: 32px;

}

.panel-products .tabs__list button[aria-selected="true"] {
    background: #F6F6F6;
    border-radius: 100px;
}

  /* ===== Tabs Bar ===== */
.cvv-author-description-container {
    margin-top: 50px;
}
.tabs-dynamic-author {
    border-bottom: 1px solid #e6e8eb;
    background: #fff;
    z-index: 1;
}

.tabs__bar {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tabs__list-wrap {
    flex: 1;
    min-width: 0;
}

.tabs__list {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}
.tabs__list::-webkit-scrollbar { display: none; }

.tab {
    appearance: none;
    background: none;
    border: 0;
    padding: 14px 0 12px;
    color: #C1C1C1;
    cursor: pointer;
    white-space: nowrap;
}

.tab[aria-selected="true"] {
    color: #000;
}

.tabs__underline {
    position: absolute;
    height: 3px;
    background: #ef233c;
    bottom: 0;
    left: 0;
    width: 40px;
    transform: translateX(0);
    border-radius: 2px;
    transition: transform 0.25s ease, width 0.25s ease;
}


  /* ===== Panels ===== */
.tabpanel {
    display: none;
}

.tabpanel[aria-hidden="false"] {
    display: block;
}

.author-description .card {
    background: #fff;
}

.tabs-dynamic .tabs__list button {
    font-family: var(--text-font-family);
    font-size: 15px;
    padding: 0 0 00px 0;
    font-weight: 500;
}
.template-creator-page .tabs-dynamic .tabs__list button {
    padding: 0 0 0px 0;
}
.cvv-author-description-container .cards {
    padding: 32px 0;
}
.cvv-author-description-container .cvv-author-story .cvv-author-content .h2-layout2 {
    color: #1A1A1A;
}
.cvv-author-story {
    display: grid;
    grid-template-columns: 735px 869px;
    gap: 184px;
}
.cvv-author-story .cvv-author-img img {
    border-radius: 30px;
}

.cvv-author-story .cvv-author-content p {
    margin-bottom: 20px;
}

.cvv-author-description-container .cvv-author-video-fullwidth .h2-layout2 {
    width: 750px;
    color: #fff;
    margin-bottom: 96px;
}

#cvv-author-video-overlay {
    position: relative;
    z-index: 3;
}

#cvv-author-video-overlay img {
    border-radius: 30px;
}

.cvv-author-video-fullwidth {
    background: #000;
    padding: 158px 64px;
    max-width: 99%;
    margin: 0 auto;
    border-radius: 48px;
    position: relative;
    margin-top: 127px;
}

.cvv-author-content .cvv-author-video-fullwidth:before {
    content: "";
    background-image: url(/cdn/shop/files/Tape_Shape_2.png?v=1760118442);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    position: absolute;
    top: -240px;
    right: 40px;
    z-index: 1;
}

.cvv-author-content .cvv-author-info-products {
    margin-top: 250px;
}

.cvv-author-content .cvv-author-info-products h2 {
    margin-bottom: 64px;
}

/* Featured Collections inside the dynamic Author */
.cvv-author-content .cvv-author-info-products .section.section-blends.section-full {
    padding: 0;
}

.cvv-featured-collection-layout2 .scrollable-with-controls {
    overflow: hidden;
}

.scrollable-with-controls.marginTop-negative {
    margin-top: -87px;
}

.ring {
    box-shadow: unset;
}
.animated-arrow:before {
    width: 0.7rem;
    height: .7rem;
    left: 4px !important;
    border-color: #FA0514;
}
.animated-arrow:after {
    width: 20px;
    opacity: 1;
    transform: scaleX(1);
    background: #FA0514;
}

.circle-button[disabled] .animated-arrow:before {
    border-color: #000;
}
.circle-button[disabled] .animated-arrow:after {
    background: #000;
}

.template-index .circle-button[disabled] {
    display: none;
}
.creators-wrapper .creator p.creator-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* product badge */
.product-card__badge-list .badge {
    font-family: var(--text-font-family);
    font-weight: 700;
    font-size: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    text-transform: uppercase !important;
    background: #FA0514;
}

/* Collection */

.cvv-collection-banner h1 {
    font-family: var(--text-font-family);
    font-weight: 700;
    text-transform: uppercase;
    color: #1A1A1A;
    font-size: 60px;
    line-height: 1em;
}

.cvv-collection-banner .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.cvv-relevant-tags {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    align-items: center;
}

.cvv-relevant-tags ul.collection-tags {
    display: flex;
    gap: 10px;
}


.cvv-relevant-tags ul.collection-tags a {
    font-family: var(--text-font-family);
    font-size: 18px !important;
    font-weight: 400;
    text-decoration: underline;
}

.cvv-relevant-tags h3 {
    font-family: var(--text-font-family);
    font-size: 18px !important;
    font-weight: 400;
    color: #767676;
}

/* For Creator's tab with filter page CSS */
.template-page-creators .shoes-and-creators-tabs-section,
.template-page-top100Creators .shoes-and-creators-tabs-section{
    padding: 0px 38px 92px;
}

.template-page-creators .shoes-and-creators-tabs-section .modal__body h3,
.template-page-top100Creators .shoes-and-creators-tabs-section .modal__body h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.template-page-creators .shoes-and-creators-tabs-section .modal__body p,
.template-page-top100Creators .shoes-and-creators-tabs-section .modal__body p {
    margin-bottom: 50px;
    display: block;
}
.template-page-creators .shoes-and-creators-tabs-section .modal__body p:last-child,
.template-page-top100Creators .shoes-and-creators-tabs-section .modal__body p:last-child {
    margin-bottom: 20px;
}

.template-page-creators .shoes-and-creators-tabs-section .modal__body .img-list-container,
.template-page-top100Creators .modal__body .img-list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 50px;
}

.template-page-creators .shoes-and-creators-tabs-section .modal__body .img-list-container img,
.template-page-top100Creators .shoes-and-creators-tabs-section .modal__body .img-list-container img {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}
 
#shopify-section-template--25351445348730__featured_collection_zWxH7n .section.section-blends.section-full {
    padding-top: 0;
}

.shoes-and-creators-tabs-section.fullwidth {
    padding-left: 0;
    padding-right: 0;
}
.shoes-and-creators-tabs-section .flex {
    display: flex;
}
.shoes-and-creators-tabs-section .scrollbar__buttons {
    justify-content: end;
}
.shoes-and-creators-tabs-section #viewMoreBtn {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 0 auto;
    width: 100%;
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: 400;
    display: none;
}

.shoes-and-creators-tabs-section #viewMoreBtn:hover {
    background: #000000;
    color: #fff;
}

.shoes-and-creators-tabs-section .btn-view-more-container{
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
}

.shoes-and-creators-tabs-section h2{
    margin-bottom: 0;
}


.section-title-view a {
    font-size: 18px !important;
    font-family: var(--text-font-family);
    font-weight: 500;
    color: #fe0000;
}

.section-title-view {
    align-items: end;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative; 
    z-index: 2;
    width: fit-content;

}

.section-title-view .heading {
    text-transform: uppercase;

}

.shoes-and-creators-tabs-section .title-view a {
    text-transform: uppercase;
    color: #767676;
}

.shoes-and-creators-tabs-section .title-view {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.shoes-and-creators-tabs-section .title-view a {
    text-transform: uppercase;
    color: #767676;
}


  .tab-header {
    width: 100%;
    max-width: 1792px;
    border-bottom: 1px solid #DFDFDF;
    margin: 0 auto 28px;
  }

  .container-tab {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }

  .shoes-and-creators-tabs-section .col-30 {
    width: 30%;
  }

  /* Style the tab */
  .tab-header .tab {
    overflow: hidden;
    width: 40%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding:unset;
    /* margin-bottom: 22px; */
  }

  .view-and-sort-column {
    display: flex;
    justify-content: end;
  }

  .view-and-sort-column .flex {
    align-items: center;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 24px 32px;
    transition: 0.3s;
    font-size: 24px;
    font-family: var(--text-font-family);
    border-bottom: 4px solid transparent;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    color: #000;
    border-bottom-color: #FA0514;
  }

  /* Create an active/current tablink class */
  .tab button.active {
   color: #000;
    border-bottom-color: #FA0514;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    border-top: none;
    margin: 0 -10px;
  }

  /* Style the creators wrapper */
 
.creators-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

.scrollable-with-controls .creators-wrapper {
    display: unset;
}
  .creators-wrapper > .creator {
    width: 100%;
    padding: 0px 10px;
    text-align: left;
    margin-bottom: 10px;
  }

  .creators-wrapper .featured-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    object-fit: cover;
    margin: 0 auto;
  }

  .creators-wrapper .creator-info {
    display: flex;
    align-items: center;
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.7;
    padding-left: 8px;
  }

  .creators-wrapper .creator-info .h-stack.gap-2 div {
        padding-top: 3px;
    }

  .cvv-creator-img-cont {
        position: relative;
  }

    .cvv-creator-img-cont .c-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
        position: absolute;
        top: 10px;
        left: 6px;
    }

  .ceators-wrapper .creator-info .country-flag {
    margin-right: 10px;
  }

  .creators-wrapper .creator-info img {
    width: 40px;
    height: 30px;
    border-radius: unset;
    margin-right: 5px;
  }

  h3.creator-name {
    text-align: left;
    font-family: var(--text-font-family);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1;
    padding-left: 8px;
  }
  .creator-classifi {
    font-weight: 500;
    opacity: 0.6;
    font-size: 15px;
    padding-left: 8px;
    line-height: 2em;
  }
  .creator-info span {
      font-size: 18px;
      line-height: 1.8;
  }
  small.creator-title {
  font-size: 14px;
  font-weight: 400!important;
  color: #767676;
  font-family: var(--text-font-family);
  margin-top: 5px;
  display: block;
  line-height: 1.3;
  padding-left: 8px;
}
  p.creator-description {
    font-size: 16px;
    margin-top: 10px;
  }
  /* Featured Creators slider css */
.slider-creators  a.creators-link {
  padding: 20px 10px;
  display: inline-block;
}

.slider-creators .h2 {
  margin-bottom: 50px;
}

.slider-creators .slick-arrow {
  top: -50px;
  width: 32pX;
  HEIGHT: 32PX;
  background-image: url(/cdn/shop/files/Arrow_712112f8-b39b-4976-8331-e66253cca8dd.png?v=1760354304)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  right: 0 !important;
  left: unset !important;
  background-size: contain;
}

.slider-creators .slick-prev.slick-arrow {
  right: 60px !important;
}
.slider-creators button.slick-next {
  transform: rotate(180deg);
  top: -65px !important;
}

.slider-creators .slick-arrow:before {
  display: none!important;
}

.slider-creators .slick-arrow.slick-disabled {
  filter: brightness(0);
  opacity: .4;
}
.slider-creators {
  padding-left: 63px;
  padding-right: 63px;
}
.slider-creators .container {
  max-width: unset;
}

.slider-creators .slick-list.draggable {
  overflow: visible;
}

.slider-creators {
  overflow: hidden;
}

.slider-creators p.creator-description {
  overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2;
         line-clamp: 2; 
 -webkit-box-orient: vertical;

}

.slider-creators a.view-all
{
  margin: 16px 0 0 32px;
  font-weight: 700;
  font-size: 16px!important;
  color: rgba(118, 118, 118, 1);
}

/* Creators Section View More Button */
.hidden-creator {
  display: none;
}

.view-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

.view-more-btn {
  padding: 10px 24px;
  font-size: 14px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.view-more-btn:hover {
  background: #000;
  color: #fff;
}
 /*Creators category*/
.category-slider-container {
-webkit-overflow-scrolling: touch;
padding: 20px 0;
overflow: hidden;
padding-left: 63px;
}

.category-card {
flex: 0 0 auto;
width: 384px;
height: 120px;
border-radius: 16px;
overflow: hidden;
position: relative;
padding: 0 7.5px;
}

.category-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 96px;
  min-height: 96px;
  border-radius: 10px;
  overflow: hidden;
}

.category-label {
position: absolute;
bottom: 10px;
left: 12px;
font-weight: bold;
color: white;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
font-size: 18px;
text-transform: uppercase;
}
/* Platform Menu */
.platform-menu .country-link {
    font-size: 1.05em;
}
  /* .platform-menu .menu-divider {
    border-top: 1px solid #d1d5db;
    margin: 0.75rem 0;
    padding-top: 0.75rem;
} */
  
.brand-filter-list .new-creators-lists li:nth-child(2), .brand-filter-list .new-creators-lists li:nth-child(1) {
    display: none;
}

.platform-menu .classification-label {
    font-size: 0.875rem;
    font-weight: 400;
}
  
.platform-menu .view-all-link {
    margin-top: 0.5rem;
}
.platform-menu .view-all-link a {
    font-weight: 600;
    text-decoration: underline;
}
  .platform-menu .creators-list li {
    order: initial !important;
}
span.classification-label {
    font-family: var(--text-font-family);
    margin-bottom: .75rem;
    text-transform: uppercase;
}
/* single product */
safe-sticky.product-info .cvv-product-creator-profile .cvv-product-creator-image img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

.product .product-style-title {
    color: rgb(var(--text-color) / .7);
    font-family: var(--text-font-family);
    font-size: var(--text-base) !important;
    font-weight: 400;
    margin-top: 0px;
}

.product-info h1.product-info__title.h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product .cvv-product-creator-profile .cvv-product-creator-content {
     display: grid;
    align-items: center;
    grid-template-columns: 80px auto;
    gap: 10px;

}

.product .cvv-product-creator-profile .cvv-product-creator-content h3 {
    font-family: var(--text-font-family);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product .country-flag.country-flags {
    margin-top: 4px;
}

.product .cvv-product-creator-profile .cvv-product-creator-content span {
    font-family: var(--text-font-family);
    font-size: 20px;
}

.product  .product-info__vendor a {
    font-size: 18px !important;
    font-family: var(--text-font-family);
}

.product  .variant-picker__option-info variant-option-value, .product .variant-picker__option-info legend {
    font-family: var(--text-font-family);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.product  .product-info__quantity-selector label {
    font-family: var(--text-font-family);
        font-size: 18px;
    text-transform: uppercase;
    color: #1A1A1A;
}

.product .variant-picker {
    gap: 30px;
}
.product .product-info__description p {
    margin-top: 5px;
}

.product .variant-picker__option-values label span {
    font-family: var(--text-font-family);
    line-height: 100%;
    text-align: center;
}

.cvv-product-tags.cvv-product-collections a {
    border: 1px solid;
    padding: 4px 20px;
    border-radius: 100px;
    font-size: 16px !important;
    font-family: var(--text-font-family);
    font-weight: 400;
}

.cvv-product-tags.cvv-product-collections a:hover {
    background: #fff;
    color: #000;
}
.cvv-product-tags.cvv-product-collections a.sub-category{
    background: #000;
    color: #fff;
}

.cvv-product-tags.cvv-product-collections a.parent-category {
    grid-column: span 2 / span 2;
    border: 0;
    padding: 5px 0;
    color: #767676;
}
.cvv-product-tags.cvv-product-collections .parent-category:hover {
    background: unset;
    color: unset;

}
.cvv-product-tags.cvv-product-collections {
    display: grid;
    grid-template-columns: auto auto;
    flex-wrap: wrap;
    gap: 10px;
    width: fit-content;
    margin: 0;
}
.product-info__price {
    margin-top: 0;
}

.product .product-info__price {
    margin-bottom: 5px;
}

.product-description-wrapper {
  position: relative;
  max-width: 100%;
}

.product-info__description.short {
  max-height: 180px; /* adjust height */
  overflow: hidden;
  position: relative;
}

.product-info__description.short::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.product-description-wrapper .read-more-btn {
    font-size: 20px !important;
    font-family: var(--text-font-family);
    font-weight: 400;
    margin-top: 20px !important;
    display: inline-block;
    text-decoration: underline;
}

safe-sticky.product-info .product-info__accordion summary {
    font-size: 18px !important;
}

safe-sticky.product-info h3 {
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: var(--text-font-family);
    font-weight: 500;
}

safe-sticky.product-info .cvv-product-read-full-story {
    font-size: 20px !important;
    font-family: var(--text-font-family);
    font-weight: 400;
    margin-top: 20px !important;
    display: inline-block;
    display: none;
}

safe-sticky.product-info .product-info-notes-description p br {
    display: none;
}

.product-info .product-info-notes-title {
    width: fit-content;
    padding: 10px;
    border: 1px solid;
    padding: 15px 26px 13px;
    border-radius: 100px;
    line-height: 100%;
    font-weight: 500;
}
.product .product-info-notes {
    display: flex;
    gap: 15px;
    align-items: center;

    .cvv-product-tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-content: center;
    }
}

.product .availability-buttons {
    margin-bottom: 15px;
    button {
        width: fit-content;
        border: 1px solid;
        padding: 15px 26px 13px;
        border-radius: 100px;
        font-size: 16px;
        line-height: 100%;
        font-weight: 500;
    }
}

.product .product-info__variant-picker .relative {
    max-width: 300px;
    margin-bottom: 15px;
    button {
        border-radius: 100px;
        font-weight: 500;
        border-color: rgb(var(--text-color));
        padding-top: 2px;
    }
}

.product .h-stack.gap-1.wrap.hide-mobile {
    display: flex;
}

.product select {
    padding-top: 2px;
}

#popupNotes .modal__panel {
    width: 580px;
}

safe-sticky.product-info .block-swatch {
    border: 1px solid rgb(var(--text-color) / .12);
    height: auto;
    width: 100%;
    padding: 14px 20px 13px;
    border-radius: 10px;
    justify-content: center;
}

.singe-picker .block-swatch { 
    width: 31% !important;
}

.product-info__variant-picker .block-swatch {
    width: 31%;
}

.product .variant-picker__option-values.wrap.gap-2 div {
    width: 31%;
}

buy-buttons.buy-buttons.active button {
    background: #fe0000;
}

safe-sticky.product-info .block-swatch:before {
    box-shadow: unset;
}

safe-sticky.product-info .block-swatch.active {
    border-color: #000;
    color: #000;
}

safe-sticky.product-info .variant-picker__option-info {
    margin-bottom: 15px;
}

.column_revese scroll-carousel {
    order: 2;
}

.column_revese scroll-progress.scrollbar__progress {
    display: none;
}

.column_revese .scrollbar {
    justify-content: end;
}

.column_revese .scrollable-with-controls {
    margin-top: -90px;
}

@media(max-width: 676px) {
    .product .cvv-product-creator-profile .cvv-product-creator-image img {
        width: 65px;
        height: 65px;
        object-fit: cover;
        border-radius: var(--rounded);
        object-position: center;
    }
    .product .product-user-details h1.product-info__title {
        font-family: var(--text-font-family);
        font-size: 24px;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .product .product-info__price {
        margin-bottom: 0px;
    }
    .product .cvv-product-creator-profile .cvv-product-creator-content h3 {
        font-size: 18px;
    }
    .product .cvv-product-creator-profile .cvv-product-creator-content span {
        font-size: 16px;
        line-height: 100%;
        align-self: end;
    }
    .product .country-flag.country-flags {
        margin-top: 0px;
    }
    .product .cvv-product-creator-profile .cvv-product-creator-content {
        grid-template-columns: 65px auto;
    }
}

/* to remove */
.shopify-payment-button shopify-accelerated-checkout {
    display: none;
}

/* modal */
.no-scroll { overflow: hidden; }

/* ======= Modal base ======= */
.modal-dynamic-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 9999;
    margin-top: 0;
}
.modal-dynamic-modal.is-open {
    background: rgba(0,0,0,.55);
    opacity: 1;
    pointer-events: auto;
}

.modal-dynamic-modal .modal__panel {
    width: 100%;
   max-width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    transform: translateY(10px) scale(.98);
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
}
.modal-dynamic-modal.is-open .modal__panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal__header, .modal__footer { padding: 1rem 1.25rem; }
.modal__header {
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.modal__title { margin: 0; font-size: 1.1rem; }
.modal__close {
    appearance: none; border: none; background: transparent; cursor: pointer;
}
.modal__body {
    padding: 1.25rem;
    color: var(--muted);
    max-height: 100vh;
    overflow: auto;
}
.modal__footer {
    display: flex; gap: .75rem; justify-content: flex-end;
    border-top: 1px solid #eee;
}
.btn-size-guide {
    font-family: var(--text-font-family);
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 0;
}

/* Gallery Arts */
.cvv-gallery-artworks .cvv-galery-content img {
    height: 800px;
    width: 100%;
    border-radius: 48px;
    object-fit: cover;
}

.cvv-galery-content .scrollbar__buttons{
    justify-content: end;
}

.shopify-section--main-collection .collection__facets details .accordion__toggle {
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 16px;
}

/* homepage */

.template-index .h2-layout-section , .template-index .h2{
    font-family: var(--text-font-family);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 500;
        color: #767676;
}

.template-index  .section-stack.column_revese.cvv-featured-collection-layout2 {
    gap: 10px;
}
.template-index  .column_revese .scrollable-with-controls {
    margin-top: -60px;
    gap: 9px;
}
.template-index .scrollable-with-controls.top-negative {
    gap: 0;
    margin-top: -30px;
}

/* klavio */
.klaviyo-form-WAhhaA button {
    text-transform: capitalize;
}

form[data-testid="klaviyo-form-VRD4fk"] div[data-testid="form-row"]:first-child {
    margin-bottom: 15px;
}

form[data-testid="klaviyo-form-VRD4fk"] div[data-testid="form-row"] {
    margin-top: 0;
}

/* header modal */
.modal-join-community .modal__panel {
    width: 55%;
    padding: 26px 20px 16px 20px;
    border-radius: 35px;
}
.modal-join-community header.modal__header {
    justify-content: center;
    border: 0;
}
.modal-join-community .tabs__list button {
    padding: 15px 20px;
    border: 0;
    border-radius: 8px 0 0 8px !important;
    background: #fe0000;
    color: #fff;
    width: 100%;
    text-align: center;
}
.modal-join-community #tab-join-community {
    border-radius: 0 8px 8px 0 !important;
}
.modal-join-community .tabs__list {
    gap: 0;
}

.modal-join-community .tabs-dynamic {
    width: 100%;
    border: 0;
}

.modal-join-community #parentTabCont .tabs__list button[tabindex="-1"] {
    background: transparent;
    color: #000;
    border: 1px solid #e6e8eb;
}

.modal-join-community #areyouCreator .tabs__list button[tabindex="-1"] {
    background: transparent;
    color: #000;
    border: 1px solid #e6e8eb;
}

#areyouCreator .tabs__bar .tabs__list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

#areyouCreator .tabs__bar .tabs__list-wrap .areyouCreatorQ {
    width: fit-content;
}

#areyouCreator .tabs__bar .tabs__list-wrap .areyouCreatorQ span{
   color: #fe0000;
}

#areyouCreator .tabs__bar .tabs__list-wrap button {
    padding: 5px 5px;
}

#areyouCreator .tabs__bar .tabs__list-wrap button#tab-are-creator-yes, #areyouCreator .tabs__bar .tabs__list-wrap button#tab-sign-in-creator-yes {
    border-radius: 0 8px 8px 0 !important;
}


.modal__body .container-label {
    width: 100%;
}

.modal__body .container-label {
    margin-bottom: 15px;
}

.modal__body .container-label input {
    width: 100%;
    border: 1px solid;
    border-radius: 6px;
    outline: 0;
    box-shadow: unset !important;
    font-family: var(--text-font-family);
    padding: 6.3px 10px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219);
}

.container-forgot-pass a {
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
    font-family: var(--text-font-family);
    font-size: 16px !important;
}

.btn.modal-btn {
    width: 100%;
    font-weight: 300 !important;
    padding: 15px 15px;
    font-size: 16px !important;
    line-height: 1.3em;
}

.google-icons {
    margin: 20px 0;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0.5;
    text-transform: uppercase;
}

.login-notif p {
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
}
.registration-form {
    padding-top: 0;
    position: relative;
}

#create_customer {
    margin-top: 15px;
}

.become-a-member {
    background: #fe0000;
    border: 0;
}

.terms-checkbox label, .terms-checkbox a {
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 16px !important;
}

.toggle-password {
     background: none;
    border: none;
    position: absolute;
    top: 32px;
    right: 10px;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.container-password{
    position: relative;
}
.toggle-password:hover {
  color: #000;
}

/* New Join popup */

.registration-form .modal__body_container h2 {
    font-family: 'Druk Web';
    font-size: 48px;
    line-height: 0.9em;
    width: 310px;
}

.registration-form .modal__body_container h2 span.red {
    color: #fe0000;
    width: 100%;
    display: block;
}

.modal-membership h2.welcome-text {
    margin-top: 15px;
}


.registration-form .modal__body_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.registration-form .modal__body_container ul {
    list-style: disc;
    padding: 0 15px;
    margin: 15px 7px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.registration-form .modal__body_container ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
}
.registration-form .modal__body_container ul li::marker {
    font-size: 22px;
}

.registration-form .modal__body_container form#customer_login {
    margin-top: 20px;
}

.registration-form .modal__body_container form#customer_login label {
    font-weight: 300;
    font-size: .875rem;
}

.registration-form .modal__body_container form#customer_login {
    margin-top: 20px;
    width: 90%;
}

.btn-form-submit a.btn-create-account {
    width: 100%;
    padding: 15px 15px;
    background: #fe0000;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 1.3em;
}

.btn-form-submit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.registration-form .modal-creators iframe {
    width: 90% !important;
}

.registration-form .modal-creators {
    padding-left: 55px;
}

.modal-join-community .modal__panel span.divider {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    width: 1px;
    height: 85%;
    background: #000;
    margin: 0 auto;
}

.registration-form button#closeModalBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.btn.btn-visit-gallery {
    margin-top: 10px;
    padding: 15px 25px;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 1.3em;
}

/* new css added*/
.mega-menu__nav>li>ul>li>a {
    color: #6b7280;
    font-size: 18px !important;
}
.mega-menu__nav li.v-stack.gap-4 {
    gap: 5px;
}
.header__secondary-nav span.link-faded {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

header .header__secondary-nav ul.contents li svg {
    display: none;
}
header .header__secondary-nav ul.contents li .brand-filter-list li a {
    font-size: 18px!important;
}
.product-card__badge-list .badge {
    font-family: 'HelveticaNeue';
}

.cvv-product-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
script#captcha-bootstrap {
    display: none;
}
.shoes-and-creators-tabs-section .scrollbar__buttons {
    z-index: 1;
}
/* search form */
.search-input input {
    font-family: var(--text-font-family);
}

.predictive-search button {
    font-family: var(--text-font-family);
}

.predictive-search price-list.price-list, .predictive-search .v-stack span {
    font-family: var(--text-font-family);
}

.predictive-search .v-stack span {
    font-weight: 400 !important;
    font-size: 16px;
}

.new-header-search .predictive-search__tabs button {
    position: unset;
}

buy-buttons.buy-buttons.active button {
    background: #fe0000;
}
predictive-search.predictive-search {
    margin-top: 10px;
}

.new-header-search .search-input-container {
    position: relative;
}

.new-header-search predictive-search.predictive-search {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.new-header-search div[slot="results"] {
    background: #fff;
    padding: 10px 15px;
}

.new-header-search predictive-search:has([slot="results"]:empty) {
    display: none;
}

/* creators */
#creatorDescription .modal__panel {
    width: 790px;
}

.template-page-creators .shoes-and-creators-tabs-section .modal__body,
.template-page-top100Creators .shoes-and-creators-tabs-section .modal__body {
    padding: 70px;
}

.shoes-and-creators-tabs-section .tabs-dynamic-author.tabs-dynamic {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0;
    margin-bottom: 20px;
}

.creators-description {
    position: absolute;
    right: 20px;
    top: -2px;
}

.creators-description .btn-creatorDescription {
    font-size: 15px;
    text-decoration: underline;
    color: #9aa3ab;
    font-weight: 400;
}

.btn-creatorDescription.btn-creator-mobile-view {
    display: none;
}

/* categories section */
.category-slider-section .scroll-controls.sub-categories {
    margin-top: 20px;
}

.category-slider-section .scroll-arrow.right {
    right: -16px;
}

.category-slider-section .scroll-arrow.left {
    left: -16px;
}

/* collection tab */
.tabs-collections {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0;
    margin-bottom: 20px;
}

.tabs-collections .creators-description {
    position: absolute;
    right: 20px;
    top: -2px;
}

.tabs-collections .btn-creatorDescription {
    font-size: 15px;
    text-decoration: underline;
    color: #9aa3ab;
    font-weight: 400;
}

.shopify-section--main-collection .collection.collection--filters-sidebar {
    margin-top: 0;
}

.shopify-section--main-collection .collection.collection--filters-sidebar .v-stack.gap-6 {
    gap: 7px;
}

.btn-creatorDescription.btn-creator-mobile-view {
    display: none;
}


/* creator category */
.category-slider-section .scroll-controls.sub-categories .category-card {
    background: transparent !important;
  
}

.category-slider-section .scroll-controls.sub-categories .category-card .category-label {
    color: #000;
font-size: 12px !important;
font-weight: 600 !important;
}


.category-section-wrapper.slider-wrapper.enabled-hide-featuredimage .category-card {
    width: fit-content;

} 
.category-slider-section .scroll-controls.sub-categories .category-card {
    background: transparent !important;
    width: fit-content !important;
    border: 1px solid;
    padding: 10px 20px !important;
    --tw-bg-opacity: 1;
    border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
    border-radius: 6px !important;
}

.category-slider-section .scroll-controls.sub-categories category-section-list.category-section-list {
    width: fit-content;
    display: flex;
}
.category-slider-section .scroll-controls.sub-categories scroll-carousel {
    justify-content: center;
}


.category-slider-section .scroll-controls.sub-categories .category-card.active, 
.category-slider-section .scroll-controls.sub-categories .category-card.active .category-label {
   color: #fe0000;
   border-color: #fe0000;
}

.category-slider-section .scroll-controls.sub-categories .category-card:hover,
.category-slider-section .scroll-controls.sub-categories .category-card:hover .category-label{
    color: #fe0000;
   border-color: #fe0000;
}

#accordion-filter-p-m-custom-theme-s-aen7dm,
#accordion-filter-p-m-custom-theme-D-1oi7wkj,
#accordion-filter-p-m-custom-theme-A-iiia3y,
#accordion-filter-p-m-custom-theme-A-ddxoet,
#accordion-filter-p-m-custom-theme-C-jc2uxj,
#accordion-filter-p-m-custom-theme-G-1mi4fxj,
#accordion-filter-p-m-custom-theme-M-1vfitlb,
#accordion-filter-p-m-custom-theme-M-1t790zb,
#accordion-filter-p-m-custom-theme-N-hfcw7v,
#accordion-filter-p-m-custom-theme-C-19a8jk5,
#accordion-filter-p-m-custom-theme-T-1nuz9ar,
#accordion-filter-p-m-custom-theme-M-1brm9ys{
    display: none;
}

.collection__facets-scroller .accordion .checkbox {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    background-color: transparent;
    border-width: 1px;
    width: 24px;
    height: 24px;
    box-shadow: unset;
}

.collection__facets-scroller .accordion .checkbox-container {
    align-items: center;
}
.collection__facets-scroller .accordion .checkbox:checked {
    background-color: rgb(var(--accent));
}

/* button for where custom live */
.needsclick.kl-teaser-Wx7cQd.undefined.kl-private-reset-css-Xuajs1 {
    display: none;
}

.toggle-fields a{
    font-size: 15px !important;
    font-weight: 500 !important;
    /* margin-bottom: 10px;
    padding-bottom: 5px; */
}
.toggle-fields div a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
}

.account-nav__item a {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    /* color: #000; */
}

.account-nav__item[aria-current=page] {
    border-color: rgb(250 4 20);
}

.tabs-collections .tabs__list button {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

/* login form */

.customer-form__box {
    border-radius: 35px;
    background: #fff;
    box-shadow: 0 0 50px #0000003b;
}

.customer-form__box button.button.button--xl.button--secondary.w-full {
    background: #1A1A1A;
    color: #fff;
}

.customer-form__box input {
    border-color: #000;
}

.customer-form__box label {
    opacity: 1;
}

/* header beta */
.header__logo {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: auto 1fr;
}

.hide-desktop {
    display: none;
}
.hide-mobile {
    display: block;
}

@media screen and (min-width: 700px) {
	.shopify-section--main-product product-quick-add.product-quick-add.is-visible {
		display: none !important;
	}
}

/* login sign up */
.cvv-login-signup-content {
    border-radius: 35px;
    background: #fff;
    box-shadow: 0 0 50px #0000003b;
    padding: 5rem 4rem 7rem 4rem;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cvv-login-signup-content h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}
.customer-form__box-inner h1.h2{
    font-size: 25px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;

}

.customer-form__box-inner #login {
    gap: 10px;
}

.cvv-login-signup-content .btn {
    background: #fe0000;
    border: 0;
    padding: 20px 30px;
    font-weight: 300 !important;
    width: 100%;
    max-width: 250px;
    margin-top: 17px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-form__box-inner a.link.text-subdued {
    font-weight: 400;
}

.customer-form__box button.button.button--xl.button--secondary.w-full {
    background: #1A1A1A;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;

}
.customer-form__box-inner .create-account {
    font-size: 15px !important;
}

.customer-register-form .customer-form-register-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.customer-register-form h1 {
    font-family: 'Druk Web';
    font-size: 80px;
    line-height: 0.9em;
    width: 270px;
}

.customer-form.customer-register-form {
    grid: auto / auto-flow minmax(0, 55%);
}

.customer-form.customer-register-form .red {
    color: #fe0000;
}

.customer-register-form h2 {
    font-size: 37px;
    line-height: 1;
}

.customer-register-form .v-stack.gap-12 {
    gap: 10px;
}

.customer-form.customer-register-form ul {
    list-style: disc;
    padding: 10px;
    margin: 0 10px;
    margin-top: 10px;
    font-size: 17px;
}

.customer-form.customer-register-form .customer-form__box-inner.text-center {
    max-width: 100% !important;
    width: 100% !important;
}

a.btn.btn-existing-account {
    background: rgb(var(--text-color) / .05);
    color: #000;
    border: 0;
    font-size: 15px !important;
    width: fit-content;
}

.existing-account
 {
    text-align: right;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.customer-form-register-content p.notes {
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
}

.cvv-creator-login iframe {
    margin-top: -20px;
}

.cvv-creator-login .create-creator {
    margin-top: 20px;
    display: block;
    font-size: 15px !important;
    font-weight: 400;
}

.creators-register-form h1 {
    width: 100%;
}

.creators-register-form h2.h2 {
    font-size: 33px;
}

.creators-register-form a.btn.btn-existing-account {
    width: 100%;
    text-transform: uppercase;
    opacity: .7;
    letter-spacing: 1px;
}


.creators-register-form .existing-account {
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* become a creator mobile */
.mobile-become-creator {
    background: #fe0000;
    padding: 10.2px 30px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.header-sign-in {
    font-family: var(--text-font-family) !important;
    padding: 9px 15px;
    font-size: 16px !important;
    line-height: 1.4;
    color: #767676;
    transition: transform .2s 
cubic-bezier(.345, .115, .135, 1.42), opacity .15s 
ease-out;
    background: #fe0000;
    border-radius: 24px;
    color: #fff;
}

/* .header-sign-in:hover {
    background: #0e0e0e17;
    border-radius: 24px;
    color: #000;
} */

.header-sign-in .desktop-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-sign-in .mobile-icons{
    display: none;
}


.header__search input::placeholder {
    font-size: 13px;
    font-weight: 300 !important;
}

.category-section-wrapper.slider-wrapper.enabled-hide-featuredimage  .category-slider-section .category-section-list {
    grid-auto-columns: max-content !important;
}

.btn-search-sneakers-creators {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 30px;
    gap: 10px;
    height: 100%;
    align-items: center;
}
.btn-search {
    font-size: 15px !important;
    color: #767676;
    padding: 8px 10px;
    border-radius: 100px;
    line-height: 1;
    font-weight: 300;
}

.template-page-creators .btn-creators, 
.template-collection-shop .btn-sneakers,
 .template-collection .btn-sneakers,
 .template-top100collection .btn-sneakers,
 .template-top100Creators .btn-creators {
    border: 1px solid;
    color: #000;
}

.mobile-search-form{
    display: none;
}

/* creator custom filter */
.creator-filter #countrySelect {
    border: 1px solid #E4E4E7;
    padding: 10px 10px;
    box-shadow: unset;
    border-radius: 5px;
    outline: 0;
    width: 100%;
}

.creator-filter label {
    font-weight: 400;
    font-size: 18px;
}

.creator-filter label {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.creator-filter input[type="checkbox"] {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity, 1));
    background-color: transparent;
    border-width: 1px;
    width: 20px;
    height: 20px;
    box-shadow: unset;
}

.creator-filter input[type="checkbox"]:checked {
    background-color: #ff0000 !important;
}

.collection--filters-sidebar .creator {
  opacity: 1;
  transition: opacity 200ms ease;
  will-change: opacity;
}

/* during fade-out */
.collection--filters-sidebar .creator.--fading-out {
  opacity: 0;
}

/* actually removed from layout after fade completes */
.creator.--hidden {
  display: none !important;
}

.collection--filters-sidebar .no-results {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  padding: 2rem 1rem;
  transition: opacity 0.3s ease;
  max-width: 80%;
}
.collection--filters-sidebar .no-results.show {
  display: block !important;
  opacity: 1;
}
.creator-filter #clearFilters {
    font-family: var(--text-font-family) !important;
    padding: 9px 15px;
    font-size: 16px !important;
    line-height: 1.4;
    color: #767676;
    background: #000;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
}

.mobile-filter-button{
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: 0 auto;
    z-index: 2;
    justify-content: center;

}
.mobile-filter-button button{
    background: #000;
}

.header-filter {
    height: fit-content;
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(var(--border-color));
    padding-block: var(--spacing-6);
}
.facets-drawer::part(body) {
    display: block;
}

#custom-creator-filter::part(body) {
    display: block;
}

#custom-creator-filter label {
    margin-bottom: 0;
}

.header-filter h3 {
    font-size: 18px;
    font-weight: 600;
}

#accordion-filter-p-m-custom-theme-a-iiia3y,
#accordion-filter-p-m-custom-theme-a-ddxoet,
#accordion-filter-p-m-custom-theme-c-jc2uxj,
#accordion-filter-p-m-custom-theme-m-1vfitlb,
#accordion-filter-p-m-custom-theme-n-hfcw7v,
#accordion-filter-p-m-custom-theme-m-1brm9ys,
#accordion-filter-p-m-custom-cat-s-1ftyj6z,
#accordion-filter-p-m-custom-theme-food-beverage,
#accordion-filter-p-m-custom-theme-gifting,
#accordion-filter-p-vendor{
    display: none;
}

.collection__top-bar .text-with-icon:first-child {
    display: none;
}

.template-index #shopify-section-template--25351445348730__featured_collection_WLFAe4 .section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.template-index #shopify-section-template--25351445348730__featured_collection_pDibE7 .section {
    padding-top: 10px;
    padding-bottom: 40px;
}

.template-made-to-order .product-info__variant-picker .product-info-notes {
    margin-top: 10px;
}
.made-to-order buy-buttons.buy-buttons {
    margin-bottom: 20px;
}
/* custom banner */
.custom-banner {
    margin-top: 15px;
}

.custom-banner .container {
    border-radius: 10px;
}
.custom-banner .row-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 29px 40px #00000073;
    height: 100%;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

.custom-banner .custom-banner-content {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 96px;
    position: relative;
}
.custom-banner h1, .custom-banner p{
    color: #fff;
}

.custom-banner h1 {
    font-family: "Druk Wide Web";
    font-size: 35px;
    line-height: 1.1em;
    margin-bottom: 31px;
}

.custom-banner p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
.custom-banner .custom-banner-content .prose-content p:last-child {
    margin-bottom: 0;
}
.custom-banner .custom-banner-content p:nth-child(3) {
    margin-bottom: 0;
}
.custom-banner .custom-banner-img img{
    height: 100%;
}

.custom-banner-content img.top-100 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 33%;
}

  .product .product-info-notes h3 {
      margin-bottom: 0;
  }
  .product-info-notes.popup-notes-with-extra-notes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.size-chart-button{
  margin-top: 10px;
}
.product-info-notes-extra-notes :is(p, ul, ol, li ) {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.product-info-notes-extra-notes :is(h1, h2, h3, h4, h5, h6) {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.product-info-notes-extra-notes {
    max-width: 450px;
}

.template-top100collection .collection {
    margin-top: 0;
}
.template-top100collection facet-floating-filter.facets__floating-filter.md\:hidden {
    display: none;
}

/* Responsive */

@media only screen and (max-width: 1720px){
    .container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .cvv-author-details {
        grid-template-columns: 557px 535px 438px;
        gap: 35px;
    }
    .cvv-author-awards-buttons {
        grid-template-columns: 267px 155px;;
    }
    .btn {
        padding: 25px 40px;
    }
    .cvv-author-story {
        grid-template-columns: 1fr 1fr;
        gap: 74px;
    }
    .cvv-author-profile.layout_1 .cvv-author-details {
        grid-template-columns: auto .7fr 1.3fr;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo img {
        margin-left: 90px;
    }
    .shoes-and-creators-tabs-section .container {
        padding-left: 48px;
    }

    /* New Join popup */
    .modal-join-community .modal__panel {
        width: 60%;
    }
}


@media only screen and (min-width: 1700px){
    safe-sticky.product-info {
        width: 660px;
    }
}

@media only screen and (max-width: 1680px) {
    .header__search {
        width: 50%;
    }
    .header__icon-list nav.header__link-list.wrap {
        flex-wrap: unset;
    }
    /* .product-card .product-card__figure img {
        height: 332px;
    } */
    /* .collection .product-card .product-card__figure img {
        height: 16vw;
    } */

    .btn {
        padding: 12px 20px;
    }
    .modal-join-community .modal__panel {
        width: fit-content;
    }
    /* creators page */
    .cvv-author-profile.layout_1 .cvv-author-details {
        grid-template-columns: 21% 32% 47%;
    }

    .cvv-author-profile.layout_1 .cvv-author-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .cvv-author-profile.layout_1 .cvv-authors-creator-details-container p {
        width: 100%;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo {
        display: flex;
        justify-content: center;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo img {
        margin-left: 0;
    }
    .cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img img {
        height: 310px;
    }
    .cvv-author-profile.layout_1 .default-logo {
        height: 315px;
    }
    .cvv-author-profile.layout_1 .default-image {
        height: 315px;
    }

    .cvv-author-details:has(.default-logo:empty) {
        grid-template-columns: 21% 21% 58%;
    }

    .platform-menu-container div {
        width: 190px;
    }

    .platform-menu-container {
        gap: 2rem;
    }
    .custom-banner .custom-banner-content {
        padding: 60px 80px;
    }
    .custom-banner-img{
        position: relative;
    }

    .custom-banner-img:after {
        content: "";
        background: linear-gradient(to right, #00000000 0%, rgb(0 0 0 / 55%) 30%, rgb(0 0 0 / 113%) 100%);
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .custom-banner .custom-banner-img img {
        object-fit: cover;
        object-position: 10% 100%;
    }

}  
@media only screen and (max-width: 1500px) {
    .cvv-collection-banner h1 {
        font-size: 35px;
    } 
    .cvv-relevant-tags h3, .cvv-relevant-tags ul.collection-tags a, facet-sort-by.sort-by-facet button span {
        font-size: 16px !important;
    }
    .collection.collection--filters-sidebar {
        grid-column-gap: 20px;
    }
    .shopify-section--main-collection .collection__facets details .accordion__toggle {
        padding: 10px 0;
    }
    .shopify-section--main-collection .product-card .product-card__info .product-card__title a {
        font-size: 16px !important;
    }
    /* new registration form */
    .customer-form.customer-register-form {
        grid: auto / auto-flow minmax(0, 80%);
    }

    .cvv-author-profile.layout_1 .cvv-author-logo img {
        width: 180px;
        height: 180px;
    }
    .cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img img {
        height: 19.3vw;
    }
    .header__search {
        width: 100%;
        margin: 0;
    }
    .btn-search-sneakers-creators {
        background: #f6f6f6;
        padding-left: 53px;
    }

    .cvv-author-profile.layout_1 .default-image {
        height: 19.3vw;
    }
    .cvv-author-profile.layout_1 .default-logo {
        height: 19.3vw;
    }
    .custom-banner .custom-banner-content {
        padding: 40px 70px 50px 70px;
    }
    .custom-banner h1 {
        font-size: 30px;
    }
   
}

@media only screen and (max-width: 1440px){
    /* Global */
    /* .product-card .product-card__figure img { 
        height: 280px;
    } */
    /* .collection .product-card .product-card__figure img {
        height: 240px;
    } */

    .cvv-author-details {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }
    .cvv-author-name h1 {
        font-size: 60px;
        width: 100%;
    }
   
    .category-slider-section .scroll-controls.sub-categories scroll-carousel {
        justify-content: unset;
    }
}

@media only screen and (max-width: 1366px){ 
    /* .product-card .product-card__figure img {
        height: 280px;
    } */
    .custom-banner .custom-banner-content {
        padding: 60px 40px;
    }
}


@media only screen and (max-width: 1260px){ 
    .header__search {
        width: 100%;
        margin: 0;
    }
 }   

@media only screen and (max-width: 1200px){ 
    .tab button {
        font-size: 20px;
        padding: 20px 25px;
    }

    .shopify-section--main-collection .cvv-product-author-name .h-stack {
        font-size: 12px;
    }
    .shopify-section--main-collection .product-card .product-card__info .vender-class, .shopify-section--main-collection .product-card .product-card__info .price-list {
        font-size: 16px !important;
    }
      .slider-creators a.view-all {
      margin: 0px 0 0 32px;
    }
    .category-card {
        width: 300px;
    }

    .category-card img {
        max-height: 70px;
        min-height: 70px;
    }

    .cvv-author-profile.layout_1 .cvv-author-logo img {
        margin-left: 0;
    }
    .cvv-author-profile.layout_1 .cvv-author-details {
        gap: 10px;
    }
    .cvv-author-profile.layout_1 .cvv-author-details {
        grid-template-columns: 21% 31% 47%;
    }
     .creators-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .cvv-author-details:has(.default-logo:empty) {
        grid-template-columns: 21% 21% 58%;
    }
    .custom-banner .custom-banner-img img {
        object-position: 10% 0%;
        object-fit: cover;
    }
    .custom-banner .custom-banner-content {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 1024px){
    /* header */
    .header__wrapper {
        gap: 20px;
        display: flex;
        justify-content: space-between;
    }

    .header__main-nav {
        order: 3;
    }
    .header__logo {
        order: 1;
    }

    .header__secondary-nav{
        order: 2;
        width: 100%;
    }

    .header__logo-image {
        height: 35px;
        width: 35px;
        object-fit: contain;
    }
    store-header.header .header__wrapper {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

    .navigation-drawer ul.v-stack.secondary-menu a .h3 {
        font-size: 16px;
    }

    .navigation-drawer .panel-list__wrapper a {
        font-size: 16px !important;
    }

    .panel button, .panel .secondary-menu a {
        font-size: 16px;
    }
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }
    .h2-layout2 {
        color: #1A1A1A;
        width: 100%;
        font-size: 35px;
    }

    .h2-layout-section{
        font-size: 35px;
    }

    .cvv-author-name h1 {
        font-size: 40px;
    }

    .author-title {
        font-size: 15px;
    }

    .cvv-author-location-email {
        flex-direction: column;
    }

    .cvv-author-awards .cvv-author-awards-img {
        gap: 0px;
    }

    .creator-title {
      font-size: 15px;
    }
    .cvv-author-sign {
        width: fit-content;
    }
   
    /* .product-card .product-card__figure img {
        height: 190px;
    } */
    /* .collection .product-card .product-card__figure img {
        height: 250px;
    } */

    .customer-form.customer-register-form {
        grid: auto / auto-flow minmax(0, 100%);

    }

    .cvv-author-profile.layout_1 .cvv-author-location span {
        font-size: 14px;
    }

    .cvv-author-profile.layout_1 .cvv-author-name h1 {
        font-size: 20px;
        width: 100%;
    }

    .cvv-author-profile.layout_1 .cvv-authors-creator-details-container p {
            font-size: 14px;
        }

    .cvv-author-social .cvv-author-social-links .cvv-authors-social-icons svg {
        width: 20px;
        height: 20px;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo img {
        width: 130px;
        height: 130px;
    }
    .toggle-fields {
        height: fit-content;
        display: block;
        margin-top: 10px;
    }
    .shoes-and-creators-tabs-section .tabs-dynamic-author.tabs-dynamic {
        margin-top: 10px;
    }
    /* new header */
    .mobile-search-form{
        display: block;
    }
    .header__icon-list form{
        display: none;
    }
    .mobile-search-form .header__search {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .header__search input {
        padding: 8px 10px 8px 40px;
    }
    .header__search button {
        padding: 0 7px;
    }
    button[aria-controls="popover-localization-form-country-end-sections--25453687112058__header"] {
        display: none;
    }
    .header__logo {
        display: unset;
    }
    .header__logo .beta {
        display: none;
    }
    .header-sign-in {
        font-size: 12px !important;
    }
    header a[aria-controls="search-drawer"] {
        display: none;
    }
    .custom-banner-content img.top-100 {
        top: 11px;
        right: 0;
    }
    .custom-banner .custom-banner-img img {
        object-position: 40% 0%;
    }
}

@media only screen and (min-width: 1023px){
    .product-gallery .product-gallery__media{
        height: 100% !important;
    } 
    .product-gallery .product-gallery__media img {

        height: 100% !important;
        object-fit: cover;
    }
    .template-in-stock .rich-text__wrapper,
    .template-made-to-order .rich-text__wrapper  {
        max-width: 80%;
    }

    .shopify-section--main-product {
        margin-bottom: 100px;
    }
        
    
}
/* homepage */
@media screen and (min-width: 1000px) {
    .template-index .shoes-and-creators-tabs-section .product-list {
        --product-list-items-per-row: 7;
        --product-list-carousel-item-width: 15.685714%;
        --product-list-gap: 17px;
    }
}


@media screen and (min-width: 993px) {
    .cvv-creator_headline, .cvv-author-type {
        display: none;
    }
    .page-kickxotic .cvv-product-author-name {
        align-items: baseline;
    }
}

@media only screen and (max-width: 992px){
    .creator-info span {
      font-size: 14px;
    }
    p.creator-description {
      font-size: 14px;
    }
    .shoes-and-creators-tabs-section {
        padding: 50px 20px 50px;
    }

     .template-page-creators .shoes-and-creators-tabs-section,
    .template-page-top100Creators .shoes-and-creators-tabs-section {
        padding: 0px 20px 50px;
    }

    .cvv-collection-banner .row {
        grid-template-columns: repeat(1, 1fr);
    }
      .slider-creators .flex {
      flex-direction: column;
    }

    .slider-creators .h2 {
        margin-bottom: 20px;
    }
    .slider-creators a.view-all {
        margin: 0px 0 0 0;
    }
    .slider-creators .container {
        padding-left: 0;
        padding-right: 0;
    }
    .cvv-creator_headline {
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 10px 15px;
        font-size: 13px !important;
        letter-spacing: 0;
        font-weight: 300;
        line-height: 16px;
    }
}


@media only screen and (max-width: 991px){
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .shoes-and-creators-tabs-section .container {
        padding-left: 30px;
    }
    .h2-layout-section {
        font-size: 28px;
    }

    .cvv-author-details {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .cvv-author-update {
        margin-bottom: 26px;
    }

    .cvv-author-awards .cvv-author-awards-img {
        margin-bottom: 32px;
    }
    .cvv-author-description-container {
        margin-top: 46px;
    }

    .cvv-author-awards .cvv-author-awards-img {
        gap: 10px;
    }

    .cvv-author-products .product-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .cvv-author-name h1 {
        margin-top: 10px;
    }
    .cvv-author-story {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cvv-author-video-fullwidth {
        margin-top: 30px;
    }

    .cvv-author-content .cvv-author-info-products {
        margin-top: 90px;
    }

    .cvv-author-story .cvv-author-img img {
        width: 100%;
    }
    .cvv-author-info-products .scrollable-with-controls.marginTop-negative {
        margin-top: -100px;
    }

    .cvv-author-info-products .scrollable-with-controls.marginTop-negative .scrollbar__buttons {
        display: flex;
    }
    body #cvv-author-info-products .product-list {
        --product-list-items-per-row: 1;
        --product-list-carousel-item-width: 48%;
    }
    .cvv-author-description-container .cvv-author-video-fullwidth .h2-layout2 {
        width: 100%;
        margin-bottom: 66px;
        position: relative;
        z-index: 2;
    }
    .cvv-author-content .cvv-author-video-fullwidth:before {
        top: -190px;
    }
    .column_revese .scrollable-with-controls {
        margin-top: -50px;
    }
    .column_revese .scrollbar .scrollbar__buttons {
        display: flex;
    }
      .category-card {
      width: 280px;
    }

    .category-card img {
        max-height: 70px;
        min-height: 70px;
    }
    .scrollable-with-controls.marginTop-negative {
        margin-top: -80px;
    }

    .shoes-and-creators-tabs-section .scrollbar__buttons {
        display: flex;
    }
    .creators-wrapper {
        gap: 0;
    }
    /* .collection .product-card .product-card__figure img {
        height: 35vw;
    } */
     /* .product-card .product-card__figure img {
        height: 40vw;
    } */

    /* creators page  */
    .cvv-author-profile.layout_1 .cvv-author-details {
        grid-template-columns: 1fr;
        gap: 0; 
    }
    .cvv-author-profile.layout_1 .cvv-author-details .cvv-author-name {
        order: 2;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
    }

    .cvv-author-profile.layout_1 .cvv-author-update {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cvv-author-profile.layout_1 .cvv-author-logo {
        padding-top: 0;
    }
    .cvv-author-profile.layout_1 .cvv-author-img img {
        width: 201.5px;
        height: 201.5px;
        border-radius: 10px;
    }
    .cvv-author-profile.layout_1 .cvv-author-update .cvv-author-social-btn {
        display: none;
    }
    .cvv-author-profile.layout_1 .cvv-author-social {
        display: none;
    }
    .cvv-author-profile.layout_1 .cvv-author-img {
        padding-bottom: 0;
        padding-left: 0;
    }

    .cvv-author-profile.layout_1 .cvv-author-awards-buttons.desktop-layout {
        display: none;
    }

    .cvv-author-profile.layout_1 .cvv-author-awards-buttons.mobile-layout {
        display: flex;
        order: 3;
        justify-content: start;
        margin-top: 30px;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo.desktop-layout {
        display: none;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo.mobile-layout {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo.mobile-layout img {
        display: none;
    }
    .cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img {
        position: relative;
    }
    .cvv-author-profile.layout_1 .cvv-author-commision {
        display: none;
    }
    .cvv-author-profile.layout_1 .cvv-authors-creator-details-container p {
        display: none;
    }
    .cvv-author-profile.layout_1 .author-title {
        display: none;
    }

    .cvv-author-profile.layout_1 .cvv-author-location-email.mobile{
        display: block;
    }
    .cvv-author-profile.layout_1 .cvv-author-location-email.desktop{
        display: none;
    }
    .ai-logo-marquee-container-arhhiqtrmt00yzdrmzaigenblock457d7299cr4gf {
        animation: ai-logo-marquee-scroll-arhhiqtrmt00yzdrmzaigenblock457d7299cr4gf 40s linear infinite !important;
    }
    .category-slider-section .scroll-controls.sub-categories {
        margin-top: 15px;
    }

    .category-slider-section .scroll-controls.sub-categories .category-card {
        width: fit-content !important;
    }
    .category-section-wrapper .scroll-controls .scroll-arrow[aria-disabled="true"] {
        display: none;
    }
    
    .mobile-filter-button {
        display: flex;
    }

    .mobile-filter-button button div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .collection__results .active-facets {
        margin-bottom: 10px;
    }

    .cvv-author-profile.layout_1 .mobile-top-100 {
        display: block;
    }

    .cvv-author-profile.layout_1 .cvv-top-100 img {
        width: 120px;
    }
    .cvv-author-profile.layout_1 .cvv-author-details .cvv-author-name {
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }
    .custom-banner .row-container {
        grid-template-columns: 1fr;
    }

    .custom-banner .custom-banner-img img {
        object-position: center;
    }
    .custom-banner-content img.top-100 {
        top: 0;
        width: 30%;
    }
    .custom-banner .custom-banner-img:after{
        display: none;
    }
}
@media only screen and (max-width: 768px) { 
    /* .product-card .product-card__figure img {
        height: 240px;
    } */
    .cvv-author-profile.layout_1 .cvv-author-logo img {
        margin-left: -21px;
    }

    .toggle-fields a{ 
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .hide-desktop {
        display: block;
    }
    .hide-mobile {
        display: none;
    }

    /* New Join popup */

    .registration-form .modal__body_container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .modal-join-community .modal__panel span.divider {
       display: none;
    }

    .registration-form .modal-creators {
        padding-left: 0;
        border-top: 1px solid;
        margin-top: 40px;
        padding-top: 40px;
    }
    .registration-form .modal__body_container form#customer_login {
        width: 100%;
    }
    .modal-join-community .modal__panel {
        width: 100%;
    }

    .creators-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .customer-register-form .customer-form-register-content {
        grid-template-columns: 1fr;
    }

    .customer-form.customer-register-form .customer-form__box-inner.text-center {
        margin-top: 20px;
        text-align: left;
    }

    #creatorDescription .modal__panel {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) { 
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
   
    .tab-header .tab {
        width: 100%;
    }

    .shopify-section--main-collection .product-list {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 10px;
    }

    /* .collection .product-card .product-card__figure img {
        height: 40vw;
    } */
    .shopify-section .cvv-collection-banner {
        padding-top: 20px;
    }
      .category-label {
      font-size: 15px;
      width: 86%;
      text-align: center;
    }
    .slider-creators button.slick-next, .slider-creators .slick-prev.slick-arrow {
        display: none!important;
    }

    /* homepage */
    .template-index .scrollable-with-controls.top-negative {
        gap: 0;
        margin-top: 0;
    }
    .template-index .column_revese .scrollable-with-controls {
        margin-top: 0px;
        gap: 0;
    }
    /* Modal */
    #popupNotes .modal__panel {
        width: 100%;
    }

    /* Join the community page */
    section#shopify-section-template--25357026230650__multi_column_ymaTJF .multi-column {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    section#shopify-section-template--25357026230650__multi_column_ymaTJF .multi-column .multi-column__item form {
        padding: 0 !important;
    }
    /*view all*/
        .template-index .column_revese .scrollable-with-controls {
        margin-top: -58px;
    }
    .template-index .scrollable-with-controls.top-negative {
        margin-top: -50px;
    }
    .template-join .shopify-section--multi-column .section-stack .multi-column {
        display: flex;
        flex-direction: column;
    }
    .template-join .shopify-section--multi-column .section-stack .multi-column form {
        padding: unset !important;
    }

    /* main collection */
    .shopify-section--main-collection .container {
        padding: 0 10px;
    }
    .shopify-section--main-collection .product-card .product-card__info {
        padding: 0 12px;
        gap: 0;
    }
    .page-kickxotic.product-card__info:not(.cvv-creator-img-avatar) {
        margin-top: 12px;
        /* padding: 0 10px; */
    }
    .collection.collection--filters-sidebar {
        margin-top: 0;
    }
    .ai-toggle-nav-ayzy1uwhrz1bjderzzaigenblocke880e14benwfa {
        padding: 0 !important;
    }
    .shopify-section--main-collection .product-card .product-card__info .price-list {
        margin-bottom: 10px;
    }
     .template-collection .collection__results .active-facets {
        display: none;
    }
    /* product page */
    .shopify-section--main-product .section.section--tight.section-blends.section-full {
        padding-top: 10px;
    }
    /* creators page */
    .btn-creatorDescription.btn-creator-desktop-view {
        display: none;
    }
     .btn-creatorDescription.btn-creator-mobile-view {
        display: block;
    }
    .shoes-and-creators-tabs-section tabs-dynamic .tabs__list button {
        font-size: 16px;
    }
    .shoes-and-creators-tabs-section tabs-dynamic  .creators-wrapper > .creator {
        padding: 10px 10px;
    }

    .tabs-collections {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section#shopify-section-template--25351445053818__main .tabs-collections {
        margin-top: 20px;
    }
    /* creators category section */
    .scroll-controls.sub-categories .scroll-arrow {
        top: -67%;
    }
    .category-slider-section .scroll-controls.sub-categories .category-card .category-label {
        width: 100%;
    }   

    .modal__body {
        max-height: 80vh;
    }

    .template-page-creators .shoes-and-creators-tabs-section,
    .template-page-top100Creators .shoes-and-creators-tabs-section {
        padding: 0px 0 92px;
    }
    html .category-section-wrapper.slider-wrapper.enabled-hide-featuredimage .category-slider-section .category-section-list {
        grid-auto-columns: max-content !important;
    }
    .category-section-wrapper.slider-wrapper.enabled-hide-featuredimage .category-slider-section .category-label {
        width: 100%;
        font-size: 14px !important;
    }
    .category-section-wrapper.slider-wrapper.enabled-hide-featuredimage .category-card {
        width: fit-content !important;
    }

    /* toggle */
    .toggle-fields {
        height: auto;
        display: block;
    }
    #creatorDescription .modal__panel {
        width: 100%;
    }
    .facets__floating-filter {
        z-index: 11;
    }

    .creator-classifi {
        font-size: 14px;
    }
    .category-slider-section .scroll-arrow.right {
        right: -66px;
    }
    .category-slider-section .scroll-arrow.left {
        left: -6px;
    }
    store-header.header .header__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .template-page-creators .creators-wrapper > .creator {
        padding: 0;
    }
    .container-tab {
        padding: 0 10px;
    }

    .template-page-creators .creators-wrapper {
        gap: 10px;
    }
    .section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .shoes-and-creators-tabs-section .container {
        padding-left: 10px;
    }
    .shopify-section--text-with-icons {
        padding: 0 10px;
    }
    .custom-banner .row-container {
        box-shadow: 0px 19px 40px #00000073;
    }
}

@media screen and (min-width: 700px) {
   .cvv-featured-collection-layout2 .product-list {
        --product-list-gap: 10px 10px;
        --product-list-items-per-row: 3;
        --product-list-carousel-item-width: 32.5%;
    }
}

@media only screen and (max-width: 600px){
    .tabs__list {
        gap: 40px;
    }
    .tab {
        padding: 12px 0 10px;
        font-weight: 600;
        font-size: 14px;
    }
    .h-stack {
        align-items: center;
    }
    .product .h-stack.gap-2 {
        align-items: start;
    }
}


@media only screen and (max-width: 580px){
    .h2-layout2 {
        color: #1A1A1A;
        width: 100%;
        font-size: 30px;
    }

    .h2-layout-section{
        font-size: 24px;
    }

    .template-collection-creator-page  footer {
        padding-top: 30px !important;
    }
   
    /* body #cvv-author-info-products .product-list {
        --product-list-carousel-item-width: 100%;
    } */
    body #cvv-author-info-products .product-list {
        --product-list-items-per-row: 4;
        --product-list-carousel-item-width: 44vw;
    }

    .cvv-author-video-fullwidth {
        padding: 58px 30px;
        overflow: hidden;
    }

    .cvv-author-content .cvv-author-video-fullwidth:before {
        top: -60px;
        width: 80%;
    }
    .cvv-author-name h1 {
        font-size: 35px;
    }
    .cvv-author-description-container .cvv-author-story .cvv-author-content .h2-layout2{
        width: 100%;
    }
    /* .product-card .product-card__figure img {
        height: 40vw;
    } */
    .shopify-section--main-collection .product-card .product-card__info .product-card__title a {
        font-size: 14px !important;
    }

    small.creator-title {
        font-size: 12px;
        line-height: 1.5;
    }
    .shopify-section--main-collection .cvv-product-author-name span {
        font-size: 12px;
    }

    .cvv-author-sign img {
        width: 222px;
    }

    .cvv-author-sign {
        top: 60px;
        right: 20px;
    }
    .scrollable-with-controls.marginTop-negative {
        margin-top: 0;
    }
    .creators-wrapper .featured-image {
        width: 100%;
    }
       #shopify-section-template--25351445348730__creators_section_BA4gBb .shoes-and-creators-tabs-section {
        padding: 0;
    }

   
    .cvv-author-profile.layout_1 .cvv-author-details .cvv-author-name {
        align-items: center;
        gap: 10px;
    }
    .cvv-author-profile.layout_1 .cvv-author-name h1 {
        margin-top: 0;
        width: 100%;
        font-size: 15px;
    }
    .cvv-author-profile.layout_1 .cvv-author-img img {
        border: 0;
        /* width: 65px;
        height: 65px; */
        width: 80px;
        height: 80px;
    }
    .cvv-author-profile.layout_1 .cvv-author-subheading {
        margin-top: 10px;
        margin-bottom: 10px;
         font-size: 10px;
        align-items: center;
    }
    .cvv-author-profile.layout_1 .cvv-author-location-email {
        font-size: 15px;
    }
    .cvv-author-profile.layout_1 .btn {
        padding: 13px 15px;
        font-size: 15px !important;
    }
    .cvv-author-profile.layout_1 p {
        font-size: 15px;
    }
    .cvv-author-description-layout1 .tabs-dynamic .tabs__list button,
    .cvv-author-description-layout1 p {
        font-size: 15px;
    }
    .cvv-author-profile.layout_1 .cvv-author-awards .cvv-author-banner-img img {
        height: 200px;
    }
    .cvv-author-profile.layout_1 .cvv-author-logo.mobile-layout img {
        width: 100px;
        height: 100px;
    }
    .product-card .product-card__info .product-card__title a {
        font-size: 14px !important;
    }
    .page-kickxotic .cvv-product-author-name {
        font-size: 12px;
    }
    .product-card .product-card__info .price-list {
        font-size: 14px !important;
        font-weight: 500 !important;
        /* margin-top: 10px; */
    }
    .creators-wrapper .creator-info {
        font-size: 12px;
    }
    h3.creator-name {
        font-size: 14px;
    }
    safe-sticky.product-info .cvv-product-creator-profile .cvv-product-creator-content {
        grid-template-columns: 80px 1fr;
    }
    safe-sticky.product-info .cvv-product-creator-profile .cvv-product-creator-content h3 {
        font-size: 15px !important;
    }
    safe-sticky.product-info .cvv-product-creator-profile .cvv-product-creator-content span {
        font-size: 15px;
    }

    /* cart */
    .cart-form__totals .h5 {
        font-size: 14px !important;
    }

    .btnfaqs{
        display: none;
    }

    .product-card .product-card__info .vender-class {
        font-size: 12px !important;
    }
    .shopify-section--main-collection .product-card .product-card__info .vender-class, .shopify-section--main-collection .product-card .product-card__info .price-list {
        font-size: 14px !important;
    }
    .shopify-section--main-collection .product-card .product-card__info .price-list{
          /* font-size: 16px !important; */
          font-weight: 500;
    }
    .cvv-product-tags img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .product .cvv-product-tags img {
        width: 40px;
        height: 40px;
    }
    .cvv-author-profile.layout_1 .cvv-author-img .c-icon {
        width: 15px;
        height: 15px;
        top: 6px;
        left: 3px;
    }
    
    .tabs__list {
        gap: 20px;
    }
    .cvv-author-products .tabs__list {
        gap: 5px;
    }
    .cvv-author-profile.layout_1 .cvv-author-update {
        margin-top: 10px;
        margin-bottom: 10px; 
    }
    .cvv-author-description-container {
        margin-top: 20px;
    }
    .cvv-author-profile.layout_1 .cvv-author-awards-buttons.mobile-layout {
        margin-top: 20px;
    }
    .cvv-author-description-container .cards {
        padding: 10px 0;
    }
    .tabs-dynamic .tabs__list button {
        padding: 0 0 0px 0;
    }
    .panel-products .tabs__list button {
        margin-bottom: 22px;
    }
    .page-kickxotic.product-card__info:not(.cvv-creator-img-avatar) {
        margin-top: 10px;
    }
    #panel-faq .section-stack.section-stack--center {
        gap: 0;
    }
    .cvv-author-content #panel-faq {
        margin-top: 20px;
    }
    #panel-info {
        padding-top: 10px;
    }
    .navigation-drawer[mobile-opening=right]>[is=close-button] {
        display: grid;
    }
    .navigation-drawer[mobile-opening=right] {
        height: 100%;
    }
    .header__icon-list button.tap-area.lg\:hidden {
        order: 3;
    }
     /* product page */
    .shopify-section--main-product .section.section--tight.section-blends.section-full {
        padding-top: 0;
    }
    /* creators category section */
    .category-slider-section .scroll-controls {
        margin-top: 60px;
    }
    .template-index .category-slider-section .scroll-controls {
        margin-top: 0px;
    }
    .template-creators .category-slider-section .scroll-controls {
        margin-top: 0;
    }

    /* .collection .product-card .product-card__figure img {
        height: 287px;
    } */
    .shoes-and-creators-tabs-section  .section-title-view {
        z-index: 2;
        width: 90%;
    }
   
    .category-slider-section .scroll-controls.sub-categories scroll-carousel {
        justify-content: start;
    }
    .active-facets {
        margin: 15px 15px;
    }
    .scroll-controls.sub-categories .scroll-arrow {
        top: -50px;
    }
    .category-slider-section .scroll-controls.sub-categories .category-card .category-label {
        font-size: 12px !important;
    }
    .page-kickxotic .cvv-product-author-name a {
        font-size: 12px !important;
    }

    /* beta */
    .header__logo .beta {
        width: 120px;
    }
    /* New Join popup */
    .btn-form-submit {
        flex-wrap: wrap;
    }
    .customer-form__box {
        margin: 20px 0px;
    }

    .header-sign-in {
        display: block;
    }

    .creators-wrapper > .creator {
        padding: 2px 5px;
    }
    .creators-wrapper .creator:nth-child(1), .creators-wrapper .creator:nth-child(2) {
        padding-top: 0;
    }

    .creators-description {
        right: 10px;
    }

    .shoes-and-creators-tabs-section .tabs-dynamic-author.tabs-dynamic {
        justify-content: center;
        padding: 0 10px;
    }

    .template-page-creators .shoes-and-creators-tabs-section .modal__body .img-list-container,
    .template-page-top100Creators .shoes-and-creators-tabs-section .modal__body .img-list-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .template-page-creators .shoes-and-creators-tabs-section .modal__body,
    .template-page-top100Creators .shoes-and-creators-tabs-section .modal__body {
        padding: 40px;
    }

    .tabs-collections {
        justify-content: center;
        padding: 0;
    }

    .customer-register-form h1 {
        font-size: 35px;
        line-height: 1;
        width: 100%;
    }
    .creators-register-form h2 {
        font-size: 22px;
    }
    .customer-register-form h2 {
        font-size: 22px;
    }
    .creators-register-form h2.h2{
        font-size: 22px;
    }
    .existing-account {
       justify-content: start;
    }
    .template-collection-shop .category-slider-section .scroll-controls,
    .template-collection .category-slider-section .scroll-controls{
        margin-top: 0;
    }

    .tabs-dynamic .tabs__list{
        overflow: unset;
        scroll-behavior: unset;
        flex-wrap: wrap;
        gap: 0px;
        width: 100%;
        justify-content: center;
    }
    .tabs-dynamic .tabs__list button {
        padding-bottom: 15px;
    }
    .tabs-collections .creators-description {
        top: 5px;
    }
    

    .tabs-dynamic .tabs__list button{
        padding-bottom: 0 !important;
        margin-right: 10px;
    }

    .tabs-dynamic .tab[aria-selected="true"] {
        border-bottom: 3px solid #ef233c;
    }

    .tabs-dynamic .tabs__underline {
        display: none;
    }

    .template-creator-page .tabs-dynamic .tabs__list {
        overflow: auto;
        scroll-behavior: smooth;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    } 

    .cvv-author-products .tabs__list button {
        padding: 0 0 15px 0 !important;
        border: 0 !important;
        background: unset !important;
    }
 
    /* new header */
    .btn-search-sneakers-creators {
        right: 15px;
    }
    .mobile-search-form .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .category-slider-section .scroll-controls.sub-categories {
        margin-top: 10px !important;
    }
    /* custom filter */
    .header-filter button {
        display: none;
    }
    .category-section-wrapper.slider-wrapper.enabled-hide-featuredimage .category-slider-section .category-card {
        padding: 10px 15px;
    }

    .cvv-author-profile.layout_1 .default-image {
        height: 200px;
    }
    .cvv-author-profile.layout_1 .cvv-author-location-email.mobile {
        margin-top: 0;
    }
    .cvv-author-profile.layout_1 .cvv-top-100 img {
        width: 100px;
    }
    .cvv-author-profile.layout_1 .cvv-top-100 img.top-60 {
        width: 80px;
    }
    .tabs-collections {
        margin-top: 10px !important;
    }
    .category-slider-section .scroll-controls.sub-categories .category-card {
        padding: 7px 8px !important;
    }
    .custom-banner-content img.top-100 {
        top: -10px;
        width: 33%;
    }
    .custom-banner h1 {
        font-size: 25px;
    }
    .custom-banner p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .template-top100Creators .category-slider-section .scroll-controls {
        margin-top: 20px;
    }
    .custom-banner .custom-banner-content {
        padding: 00px 20px 30px 20px;
    }
}
@media only screen and (max-width: 480px){
    .modal-dynamic-modal { padding: 1rem; }
      .modal__title { font-size: 1rem; }
    /* .collection .product-card .product-card__figure img {
        height: 210px;
    } */
     .toggle-password {
        top: 26px;
    }
    .ai-toggle-nav__container-ammfvttqxavhtt2dacaigenblocke880e14g8cxkc {
        justify-content: end !important;
    }
    .custom-banner h1 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .custom-banner-content img.top-100 {
        width: 150px;
    }
}    
@media only screen and (max-width: 425px){
    .cvv-author-awards-buttons {
        grid-template-columns: 1fr;
    }
    .cvv-author-awards .cvv-author-awards-img {
        gap: 10px;
        flex-wrap: wrap;
    }
    .cvv-author-profile {
        margin-top: -140px;
    }
    .cvv-author-profile .cvv-author-img img {
        width: 112.5px;
        height: 161.97px;

    }
    .cvv-author-content .cvv-author-info-products {
        margin-top: 60px;
    }
    .cvv-author-info-products .scrollable-with-controls.marginTop-negative {
        margin-top: -50px;
    }

    .tabs-collections {
        display: block;
    }

    /* New Join popup */
    .registration-form .modal__body_container h2 {
        font-size: 36px;
        width: 100%;
    }
    .registration-form .modal-creators iframe{
        width: 100% !important;
        height: 330px !important;
    }
    /* beta */
    .header__logo .beta {
        width: 50%;
    }

    .header-sign-in .desktop-text{
        display: flex;
        padding: 8px 16px;

    }

    .header-sign-in {
        padding: 0;
    }

    .header-sign-in:hover {
        background: transparent;
    }
    .creators-description{
        top: 5px;
        right: 0;
    }
    .header__search input::placeholder {
        font-size: 13px;
    }
    .btn-search {
        font-size: 13px !important;
    }
    .cvv-author-profile.layout_1 .cvv-author-img img {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 375px){
    /* .collection .product-card .product-card__figure img {
        height: 184px;
    } */
    /* New Join popup */
    .modal-join-community .modal__panel {
        padding: 26px 10px 16px 10px;
    }

    .creators-description {
        /* top: 30px; */
        right: 10px;
    }

    .shoes-and-creators-tabs-section .tabs-dynamic-author.tabs-dynamic {
        display: block;
    }

    .tabs-collections .creators-description {
        top: 5px !important;
        right: 10px !important;
    }
    .tabs-dynamic .tabs__list {
        width: 95%;
    }
    .custom-banner h1 {
        font-size: 16px;
    }
    .custom-banner-content img.top-100 {
        width: 120px;
    }
}

    
@media only screen and (max-width: 320px){

    .section-title-view {
        margin-bottom: 40px;
    }

    .creators-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .creators-wrapper > .creator {
        width: 50%;
        padding-top: 0;
    }
    .cvv-login-signup-content {
        padding: 3rem 2rem 4rem 2rem;
    }
    /* new header */
    .btn-search-sneakers-creators {
        background: #f6f6f6;
        padding-left: 53px;
    }
    .cvv-author-profile.layout_1 .cvv-top-100 img {
        width: 70px;
    }
    .template-page-creators .creators-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .template-page-creators .creators-wrapper > .creator {
        width: 100%;
    }
    .custom-banner-content img.top-100 {
        top: -3px;
        width: 90px;
    }
    .toggle-fields div a {
        margin: 0 10px;
    }
}


@media (prefers-reduced-motion: reduce) {

  .collection--filters-sidebar .creator { transition: none; }

}
