/** Shopify CDN: Minification failed

Line 342:2 Unexpected "{"

**/
/*-------------------------------------- Fonts Starts -------------------------------------*/
@font-face {
  font-family: 'Futura Medium';
  src: url('/cdn/shop/files/FuturaPT-Medium.woff2?v=1766994608') format('woff2'),
       url('/cdn/shop/files/FuturaPT-Medium.woff?v=1766994608') format('woff'),
       url('h/cdn/shop/files/FuturaPT-Medium.ttf?v=1777028973') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: improves performance */
}

/* @font-face {
  font-family: 'Futura Bold';
  src: url('/cdn/shop/files/Futura-Bold.woff2?v=1766994609') format('woff2'),
       url('/cdn/shop/files/Futura-Bold.woff?v=1766994609') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
} */


@font-face {
  font-family: 'Futura Bold';
  src: url('/cdn/shop/files/Futura-Bold_1d983403-023a-4e7e-8dd9-9981de2c4bb4.woff2?v=1774333610') format('woff2'),
       url('/cdn/shop/files/Futura-Bold_422d790e-78ae-4b0d-8556-9ca020143648.woff?v=1774333609') format('woff'),
       url('/cdn/shop/files/Futura-Bold_ab91967c-8459-426c-a0dd-db8e8ee5ee2c.ttf?v=1774333609') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/

/*------------------------------------ Site Wide Starts -----------------------------------*/

/* Global Css */

@media(min-width: 750px){
    .hide-desktop{
        display: none !important;
    }
}
@media(max-width: 749px){
    .hide-mobile{
        display: none !important;
    }
}

/* Global Css Ends */
:root {
    --font-heading-family: 'Futura Bold';
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

@media (min-width: 750px) {
    .banner__heading {
        font-size: 4.5rem;
        line-height: 104%;
        letter-spacing: 0;
    }
    .custom-banner-section .banner__heading {
        font-size: 4.8rem;
        line-height: 104%;
        letter-spacing: 0;
    }
    .custom-banner-section .banner__text {
        font-size: 3.6rem;
        line-height: 104%;
        letter-spacing: 0;
        margin-top: 1.2rem;
    }
}
@media screen and (min-width: 1199px) {
    .section+.section:has(.custom-banner-section) {
        padding: 9rem 0 10rem;
    }
}
.main-page-body {
    font-size: 1.4rem;
    line-height: 142%;
}
  .full-width-section .page-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .full-width-section .title-wrapper,
  .full-width-section .title-wrapper-with-link {
    padding-right: 2rem;
  }

  .fav-look-section.curated-looks.full-width-section .title-wrapper,
.fav-look-section.curated-looks.full-width-section .title-wrapper-with-link,
.fav-look-section.curated-looks .multicolumn__title
.editor-pick .full-width-section .title-wrapper,
.editor-pick .full-width-section .title-wrapper-with-link,
.editor-pick .multicolumn__title {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

  .page-width:not(.mega-menu__list.page-width, .contact.page-width, .page-width.page-width--narrow){
    max-width: 100% !important; 
    /* ovveriding customisized width to make responsive for larger screens */
  }

  @media (min-width: 990px) {
    .desktop__48 {
        font-size: calc(var(--font-heading-scale) * 4.8rem);
        letter-spacing: -0.7px;
        line-height: 120%;
    }
  }
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/* top header */
.header__icon--cart {
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    white-space: nowrap;
}


/* Menu Header */
.bottom-header-wrapper {
    background: #ffffff;
}
.bottom-header-wrapper .header__menu-item {
    font-size: 12pt;
    line-height: 145%;
    letter-spacing: -0.1px;
    padding: 14px 16px 9px; /* maintaining the height of figma design */  
}
.bottom-header-wrapper .header__menu-item,
.bottom-header-wrapper .header__menu-item:hover,
.bottom-header-wrapper .header__active-menu-item {
    color: rgb(0 0 0);
}
.bottom-header-wrapper .header__menu-item span:hover{
    border-bottom: 2px solid #000;
}
.bottom-header-wrapper .header__menu-item span{
    text-decoration: none;
}
.bottom-header-wrapper .header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: 0;
    opacity: .8;
}
.bottom-header-wrapper .header__inline-menu {
    margin-left: 0;
}
.bottom-header-wrapper .header__inline-menu .header__menu-item a{
    text-decoration: none;
}

.bottom-header-wrapper .header__inline-menu .header__menu-item a,
.bottom-header-wrapper .header__inline-menu .header__menu-item a:visited,
.bottom-header-wrapper .header__inline-menu .header__menu-item a:hover,
.bottom-header-wrapper .header__inline-menu .header__menu-item a:active {
  color: #000 !important;
}
.bottom-header-wrapper .header__inline-menu summary {
  color: #000 !important;
}
.bottom-header-wrapper .list-menu--inline {
    justify-content: center;
    width: 100%;
    gap: 10px;
}
@media (max-width: 1199px) {
    .bottom-header-wrapper .list-menu--inline {
        gap: 10px;
    }
}
.bottom-header-wrapper .header__menu-item .icon-caret {
    right: -0.2rem;
    top: calc(50% - -0.1rem);
}


/* mega menu */
.bottom-header-wrapper .mega-menu__link {
    font-size: 12pt;
    line-height: 120%;
    color: rgb(0 0 0);
}

.bottom-header-wrapper .mega-menu__link:hover, 
.bottom-header-wrapper .mega-menu__link--active {
    opacity: .8;
}

.mega-menu__link.mega-menu__link--level-2.link {
    padding: 0 0 2rem;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: 0;
    font-family: var(--font-heading-family);
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu__list {
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

.mega-menu__list ul li:last-child a {
    font-weight: 700;
}

@media (max-width: 749px) {
    .menu-drawer__inner-submenu .menu-drawer__menu li:last-child a {
        font-weight: 700;
    }
}

.mega-menu__list .link-wrapper {
    flex: 1;
    max-width: 500px;    
}
.mega-menu__list.mega-menu-3-columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
details[open]>.header__menu-item{
    text-decoration: none;
}
.header__menu-item a{
    border-bottom: 2px solid transparent;
}
.header__menu-item a:hover{
    border-bottom: 2px solid #000;
}
.header__menu-item .header__active-menu-item{
    border-bottom: 2px solid #000;
}
details[open]>.header__menu-item .header__active-menu-item{
    border-bottom: 2px solid #000;
}
.brand-outer-wrapper {
    max-width: 560px;
    width: calc(48% - 70px / 2);
    display: flex;
    gap: 46px;
}
.brand-outer-wrapper .brand-wrapper {
    width: 100%;
}
.brand-outer-wrapper .brand-wrapper .mega-menu-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1;
}
.brand-outer-wrapper .brand-link p {
    margin: .4rem 0 0;
    display: block;
    font-size: 12pt;
    line-height: 142%;
    font-weight: 700;
    color: rgb(0 0 0);
    letter-spacing: 0;
}
.mega-menu__list .link-wrapper ul {
    display: grid;
    /* grid-template-columns: fit-content(300px) fit-content(300px); */
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    row-gap: .3rem;
}
.mega-menu[open] .mega-menu__content {
    z-index: 1;
}

.baby-boys-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.baby-boys-img-wrapper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.baby-boys-img-wrapper .img_inner p{
    margin: .4rem 0 0;
    font-size: 20px;
    line-height: 142%;
    color: #A2A2A2;
    letter-spacing: 0;
    font-weight: 400;
}
.baby-boys-img-wrapper a{
    text-decoration: none;
}

/* search bar */
.search__input.field__input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 4.2rem;
}
.search .field__input:not(:placeholder-shown)~.field__label {
    top: calc(var(--inputs-border-width) + 0rem);
}

.search .field:hover.field:after {
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
}


/* breadcrum */
.breadcrumbs__link,
.breadcrumbs__link[aria-current="page"],
.breadcrumbs__item:not(:last-child):after,
.breadcrumbs__item a {
    text-decoration: none;
    color: #808080;
} {
    text-decoration: none !important;
    color: #808080 !important;
}
.breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.breadcrumbs__list .breadcrumbs__item .breadcrumbs__link{
    color: #808080;
    font-size: 14px;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/* banner section */
@media (min-width: 1281px) {
    .banner .media>img {
        object-position: top center;
    }
}
.homepage-banner-section .banner__heading {
    font-family: var(--font-heading-family);
    max-width: 60rem;
    padding-bottom: 20px;
    color: #fff;
}
@media(max-width: 749px){
    .homepage-banner-section .banner__heading {
        font-size: 3rem;
    }
}

/* brand collection section */
.brand-link {
    text-decoration: none;
    display: block;
}
.brand-link p {
    margin: 1.2rem 0 0;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    letter-spacing: 0;
}

/* shop by brands section */
.shop-by-brand-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.shop-by-brand-wrapper .content-item:nth-of-type(1) {
    width: calc(60% - 3.8rem / 2);
    max-width: 697px;
}

.shop-by-brand-wrapper .content-item:last-child {
    flex: 1;
    border: 1px solid #000000;
}

.look_main_img {
    height: 100%;
}

.look_main_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-by-brand-wrapper .content-item ul {
    margin: 0;
    row-gap: 8.4rem;
}

.shop-by-brand-wrapper .content-item .page-width {
    padding: 0;
}

.shop-by-brand-wrapper .card:not(.ratio) {
    flex-direction: row;
    gap: 11px;
}

@media screen and (min-width: 750px) {
    .shop-by-brand-wrapper .card__information {
        padding-bottom: 0.869rem;
        padding-top: 0;
    }
}
.shop-by-brand-wrapper .card__inner {
    max-width: 187px;
    min-height: 216.5px; /* for potrait - as per feedback */
    /* new figma again */
    max-width: 137px;
    min-height: 176px;
    max-height: 176px;
}
.quick-add__submit {
    margin-top: 0.9rem;
    min-height: 2.4rem;
    background: #000000;
    color: #ffffff;
    font-size: 1.2rem;
}

.shop-by-brand-wrapper .card__heading {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    font-family: var(--font-heading-family);
}
.shop-by-brand-wrapper .product-description {
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 130%;
}
.shop-by-brand-wrapper .card-information>.price {
    color: rgb(var(--color-foreground));
    font-size: 12.27px;
    line-height: 130%;
    letter-spacing: 0;
}
.shop-by-brand-wrapper .small_product_name {
    font-size: 12.27px;
    line-height: 130%;
    font-family: var(--font-body-family);
    margin-top: 0.659rem;
    margin-bottom: 0.579rem;
}

.inline-variant-selector .product-form__input:not(:last-child) {
    margin-bottom: .7rem;
}
.brand-carousel-home .swiper-slide{
    height: unset;
}
.brand-carousel-home .swiper-slide .brand-logo{
    height: calc(100% - 35px);
}

/* Shop the look homepage */
.shop-the-look-homepage .image-with-text__content{
    padding: 0 2rem 0rem;
}
.shop-the-look-homepage .image-with-text .grid {
    row-gap: 2rem;
}
.homepage-last-minute-ideas .image-with-text__text.rte.body{
    max-width: 50rem;
}

.default-width-section:not(.mega-menu__list.page-width) {
    max-width: var(--page-width) !important;
}

/* Shop The Look Page */

.look-col-title{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    background-color: #fff;
    padding-top: 10px;
}
/* Shop the look page ends */

/* collection list section */
.collection-card-wrapper .card__heading {
    font-size: 36px;
    line-height: 145%;
    letter-spacing: -0.7px;
    color: #ffffff;
}
.collection-card-wrapper {
    position: relative;
}

.collection-card-wrapper .card:not(.ratio)>.card__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}

.collection-card-wrapper .card:not(.ratio)>.card__content .icon-wrap {
    display: none;
}


/* image with text large spacing */
@media (min-width: 990px) {
    .large-spacing-text .image-with-text__content {
        padding: 6rem 4.2rem 7rem 0;
    }
    .large-spacing-text .image-with-text__content .image-with-text__text+.button {
        margin-top: 2.5rem
    }
    .large-spacing-text .image-with-text__text {
        margin-top: 2rem;
    }
    .large-spacing-text .image-with-text__text p{
        line-height: 130%;
    }
}

.full-width-centered-button {
    text-align: center;
    margin-top: 14rem;
}


/* join us section */
.joinus-container {
    padding-top: 68px;
    padding-bottom: 68px;
}

/*as per feedback*/
.joinus-container .page-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/*as per feedback*/

@media (max-width: 749px) {
    .joinus-container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
.join-us-main-content {
    display: flex;
    /* gap: 20px; as per feedback*/
    flex-wrap: wrap;
}
.join-us-main-content .content-wrapper {
    /* width: calc(50% - 20px / 2); as per feedback*/  width: 50%; /*as per feedback*/
    /* min-height: 400px;
    max-height: 400px;  */
    aspect-ratio: 1 / 1;
   
}

/*as per feedback*/
@media (min-width:1200px) {
   .join-us-main-content .content-wrapper {
        /* min-height: 640px;
        max-height: 640px; */
    } 
}
@media (min-width:1600px) {
   .join-us-main-content .content-wrapper {
        /* min-height: 840px;
        max-height: 840px; */
    } 
}
/*as per feedback*/


.join-us-main-content .content-wrapper .content-item {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.join-us-main-content .content-wrapper .content-title.h1 {
    line-height: 145%;
}
.join-us-button {
    margin-top: 1.7rem;
}

/* newsletter section */
@media screen and (min-width: 990px) {
    .newsletter__wrapper {
        display: flex;
        align-items: center;
        gap: 5rem;
    }
}
.newsletter__wrapper .text-blocks {
    max-width: 620px;
}
.newsletter__wrapper .text-blocks .inline-richtext {
    margin: 0 0 2.4rem;
    text-align: left;
}
.newsletter__subheading {
    font-size: 16px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: left;
}
@media (max-width: 749px) {
    .newsletter__subheading {
        font-size: 14px;
    }
    .newsletter__wrapper .text-blocks .inline-richtext,
    .newsletter__subheading {
        text-align: center;
    }
}
.newsletter-form__button {
    position: relative;
}
.newsletter-form__field-wrapper .field:after,
.field__input:focus,
.field:hover.field:after {
    box-shadow: none;
}
.newsletter-form__field-wrapper .field {
    gap: 2.5rem;
}
.newsletter-form__field-wrapper .field__input {
    height: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000000;
    margin-top: 0px;
}
.email-form-blocks {
    margin: 0 !important;
    flex: 1;
}
.email-form-blocks .field__label {
    font-size: 1.6rem;
    line-height: 130%;
    letter-spacing: 0;
    color: #808080;
    left: calc(var(--inputs-border-width) + 0rem);
    top: calc(-2.5rem + var(--inputs-border-width));
}
.email-form-blocks .field__input:focus~.field__label, 
.email-form-blocks .field__input:not(:placeholder-shown)~.field__label {
    left: calc(var(--inputs-border-width) + 0rem);
    top: calc(0rem + var(--inputs-border-width));
    letter-spacing: 0;
}
.email-form-blocks .field__input:focus, 
.email-form-blocks .field__input:not(:placeholder-shown) {
    padding: 2.2rem 1.5rem .8rem 0rem;
}
.email-form-blocks .newsletter-form__button:not(:focus-visible):not(.focused) {
    background-color: #000;
    color: #fff;
}
.email-form-blocks .newsletter-form__button {
    min-width: 100px;
}

@media screen and (min-width: 750px) {
    .email-form-blocks .newsletter-form {
        margin: 0;
        max-width: 100%;
    }
}

/* rich text */
@media (min-width: 750px) {
    .rich-text__text p {
        font-size: 16px;
        line-height: 126%;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 749px) {
  .rte p {
    line-height: 1.26;
  }
}




/* =========================== brand page ====================== */

.brand-grid {
    display: flex;
    gap: 1.8rem;
    row-gap: 9.8rem;
    flex-wrap: wrap;
}
.brand-grid .brand-grid-item {
    width: calc(25% - 1.8rem * 3 / 4);
}

.placeholder-svg {
    height: 100%;
    width: 100%;
}

.brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-list-wrapper {
    padding-bottom: 24px;
}
@media (min-width: 990px) {
    .brand-list-wrapper {
        padding-bottom: 0px;
    }
}

/* =========================== main blog page ====================== */
.main-blog .title--primary {
    margin: 0 0 2rem;
}

@media screen and (min-width: 990px) {
    .main-blog .title--primary {
        margin: 0 0 4.8rem 0;
    }
}

.article-card__info.caption-with-letter-spacing {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 130%;
    text-transform: capitalize;
    color: #808080;
    font-family: var(--font-body-family);
}

.article-card-wrapper .card__inner {
    min-height: 262px;
    max-height: 262px;
}

.load-more {
    text-align: center;
    margin-top: 7rem;
}

/* Button */
.load-more_btn-blog,
.load-more_btn  {
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

/* Spinner */
.load-more_spinner-blog,
.load-more_spinner, .load-more_spinner_search {
    width: 2rem;              /* w-8 = 32px */
    height: 2rem;             /* h-8 = 32px */
    margin-left: auto;        /* ml-auto */
    margin-right: auto;       /* mr-auto */
    border-width: 4px;        /* border-4 */
    border-style: solid;      /* border-solid */
    border-color: #000000;    /* border-black */
    border-top-color: #e5e7eb; /* border-t-gray-200 */
    border-radius: 50%;       /* rounded-full */
    animation: spin 1s linear infinite; /* animate-spin */
}



  /* Spin animation */
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

    /* Spin animation */
    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

/* blog details page */
.blog_img {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    /* max-width: 1280px;
    margin: 0 auto; */
}

.blog_img img {
    display: block;
}
.blog_img img:first-child {
    width: calc(30% - 2rem / 2);
}
.blog_img img:last-child {
    width: calc(70% - 2rem / 2);
}
.article-template__back {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 14rem;
}
@media (max-width: 749px) {
    .article-template__back {
        margin-top: 4rem;
    }
}

.author_date {
    display: flex;
    gap: 10rem;
}

.blog_subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
}
.blog_subtitle .caption-title {
    font-size: 16px;
    color: #808080;
}

    /*====================== collection page ======================*/
.facets-container .field__input:not(:placeholder-shown)~.field__label {
    top: calc(var(--inputs-border-width) + 0rem);
    left: calc(var(--inputs-border-width) + 1rem);
}
.facets-container .field__label {
    top: calc(0.5rem + var(--inputs-border-width));
}
.facets-container .field__input:not(:placeholder-shown) {
    padding: 1.5rem 1.5rem .8rem 1.2rem;
}
.facets-container .field:hover.field:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
}

.product-grid-container .card__inner {
    aspect-ratio: 5 / 7; /* as per feedback */
}
@media (min-width: 750px) {
    .product-grid-container .card__inner {
        min-height: 332px;
    }
}


.product-grid-container .caption-with-letter-spacing {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 130%;
    text-transform: capitalize;
    color: #000000;
    opacity: 1 !important;
    font-family: var(--font-heading-family);
}
.product-grid-container .card__heading,
.product-grid-container .card__color {
    margin-top: 0.9rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 130%;
    font-family: var(--font-body-family);
}
.product-grid-container .card__color {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #808080;
}
.grid.product-grid {
    --grid-mobile-horizontal-spacing: 1.4rem;
    --grid-mobile-vertical-spacing: 2.4rem;
}
@media screen and (min-width: 750px) {
    .grid.product-grid {
        --grid-desktop-horizontal-spacing: 1.4rem;
        --grid-desktop-vertical-spacing: 4rem;
    }
}

.shop-look-img img {
    display: block;
}
.shop-look-img.look-img-4 img{
    height: 153px;
}

.shop-look-img.look-img-5{
    grid-column: 2 / 4;
    grid-row: 2 / 4;
}

.collection-image-gallery .shop-by-brand-wrapper .content-item:nth-of-type(1) {
    width: calc(66% - 2rem / 2);
    max-width: 785px;
}
.fav-look-section .multicolumn-list li:hover .look-col-title a{
    font-weight: 600;
}
.fav-look-section .multicolumn-list li:hover .look-col-title span{
    font-weight: 600;
}
.fav-look-section .look-col-title{
    padding-top: 0;
}
@media (max-width: 989px) {
    .collection-image-gallery .shop-by-brand-wrapper .content-item:nth-of-type(1) {
        width: 100%;
        max-width: 100%;
    }
    .fav-look-section .multicolumn-list{
        gap: 20px;
    }
}
@media(max-width: 749px){
    .fav-look-section .multicolumn-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .more-look .multicolumn-list li:first-child{
        grid-column: span 2;
    }
    .more-look .multicolumn-list li:nth-child(6){
        grid-column: span 2;
    }
}
.content-image-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  margin: 0 auto;
}

@media (min-width: 1278px) {
    .content-image-wrapper {
        display: grid;
        grid-template-columns: 342px 201px 201px; 
        grid-template-rows: auto auto auto;
        column-gap: 21px; /* The extra 1px here hits your 785px total */
        row-gap: 20px;
        width: 785px;
        margin: 0 auto;
    }
}

/* Common */
.shop-look-img,
.shop-look-video {
  width: 100%;
  height: 100%;
}

.shop-look-img img,
.shop-look-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Grid placement using nth-child (NO HTML CHANGE) */
.content-image-wrapper .shop-look-img:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.content-image-wrapper .shop-look-img:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.content-image-wrapper .shop-look-img:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.content-image-wrapper .shop-look-video {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}

.content-image-wrapper .shop-look-img:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
@media (max-width: 551px) {
  .content-image-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-look-img,
  .shop-look-video {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 4 / 5;
  }
}


/* ======================== product page ======================== */
.product__title h1 {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 0;
    font-family: var(--font-body-family);
}
@media screen and (min-width: 750px) {
    .product__media-list.grid {
        --grid-desktop-horizontal-spacing: 1.8rem;
        --grid-desktop-vertical-spacing: 1.8rem;
    }
    .product__title h1 {
        font-size: 1.6rem;
    }
}

.product-form__input .form__label {
    font-size: 2.4rem;
    line-height: 130%;
    letter-spacing: 0;
}
.product-form__input .form__label span {
    color: #808080;
}

.product-form__input .form__label:nth-of-type(2){
    display: none;
}

@media screen and (min-width: 750px) {
    .product-form__input.product-form__input--dropdown {
        margin-top: 4rem;
    }
}

.product-form__input--pill input[type=radio]:checked+label.color-swatch-image {
    background-color: #000000fa;
    color: rgb(var(--color-background));
    border: 1px solid #000;
}

.product-form__input--pill input[type=radio]+label.color-swatch-image {
    border: 1px solid transparent;
    border-radius: 0px;
    margin: 0rem 1.5rem 0rem 0;
    padding: 0;
}

.color-swatch-image img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.accordion details[open] summary {
    border-bottom: .1rem solid #808080;
    margin-bottom: 21px;
}
#sizeGuideModal .table-wrapper th {
    word-wrap: break-word;
    width: 140px;
}

/* related product section */
.related-products .card__information .card__color{
    margin: 0;
    line-height: 20px;
    margin-top: 6px;
    font-size: 1.4rem;
}
@media (min-width: 986px) {
    .small-swiper-container {
        max-width: 986px;
        margin: 0 auto;
    }
}
@media (min-width: 1440px) {
    .small-swiper-container {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 750px) {
    .related-products .card__inner {
        min-height: 332px;
    }
}

@media screen and (min-width: 750px) {
    .related-products .card__information {
        padding-bottom: 0rem;
        padding-top: 0.9rem;
    }
}

.related-products .caption-with-letter-spacing,
.related-products .card__heading {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1 !important;
    font-family: var(--font-heading-family);
}

.related-products .card__heading {
    font-family: var(--font-body-family);
    margin-top: 0.9rem;
}

/* ======================== feature page ======================== */
.shop-by-brand-with-button .shop-by-brand-wrapper {
    align-items: stretch;
    gap: 2.8rem;
    justify-content: center;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .content-item:nth-of-type(1) {
    width: calc(40% - 2.8rem * 2 / 3);
    max-width: 475px;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .content-item:nth-of-type(2) {
    width: calc(36% - 2.8rem * 2 / 3);
    max-width: 432px;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .buy-btn-wrapper {
    width: calc(24% - 2.8rem * 2 / 3);
    align-self: center;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .card:not(.ratio) {
    gap: 1rem;
    align-items: end;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .content-item ul {
    row-gap: 2rem;
    border: 1px solid #000000;
    padding: 17px 29px;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .card__inner {
    max-width: 137px;
    min-height: 176px;
}

.buy-btn-wrapper .buy-look {
    min-height: 6rem;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.shop-by-brand-with-button .shop-by-brand-wrapper .card__heading {
    font-size: 21px;
}

.shop-by-brand-with-button .shop-by-brand-wrapper .small_product_name {
    font-size: 1rem;
}

.shop-border-outline .shop-by-brand-wrapper .content-item ul{
    /* border: 1px solid #000000; */
    padding: 17px 29px;
    row-gap: 2rem;
}


/* contact us page */
.contact .field__input {
    height: 4.28rem;
}

.contact .field:hover.field:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
}

/* register page */
.register-section iframe a {
    color: #000;
}
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
.social_link-wrapper {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}
.social_link {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
}
.social_link img {
    display: block;
    width: 100%;
    height: 100%;
}

.social_link:hover {
    opacity: .8;
}

.footer__list-social .list-social__item{
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
}
.footer__list-social .list-social__item .list-social__link{
    align-items: center;
    display: flex;
    /* padding: 1.1rem; */
    color: rgb(var(--color-foreground));
    /* padding-left: 3px; */
    padding: 0;
    padding-top: 2px;
    
    align-items: center;
    justify-content: center;
}
.footer__list-social{
    gap: 10px;
}
.footer__list-social .list-social__item .list-social__link .svg-wrapper svg path{
    fill: #000;
}
.footer__list-social .list-social__item .icon{
    height: 1.8rem;
    width: 1.8rem;
}
.menu-drawer__navigation-container .list-social__link{
    background-color: #fff;
    border-radius: 50%;
}
.menu-drawer__navigation-container .list-social{
    gap: 8px;
    margin-top: 10px;
}
.menu-drawer .list-social__link{
    padding: 0.8rem !important;
}

.footer .newsletter-logo{
    flex-direction: column;
}
.footer .newsletter-logo .newsletter-form__field-wrapper .field__input{
    border-bottom: 1px solid #fff;
    padding-left: 0;
}
.footer .newsletter-form__button{
    color: #fff !important;
}
.footer .newsletter-logo .newsletter-form__field-wrapper .field__label {
   top: -12px;
   left: 0;
}
.footer .newsletter-form__field-wrapper{
    max-width: 100%;
}


/* Figma Design - not professional */
@media (min-width: 1250px) {
    .footer-block.grid__item.footer-block--menu:nth-of-type(2) {
        padding-left: 70px;
    }
    .footer-block.grid__item.footer-block--menu:nth-of-type(3) {
        padding-left: 30px;
    }
}
@media(max-width: 1600px){
    .footer .newsletter-form__field-wrapper .field{
        flex-direction: column;
    }
}
@media(max-width: 1280px){
    .newsletter-form__field-wrapper .field{
        flex-direction: column;
    }
}
@media(max-width: 749px){
    .newsletter-form__field-wrapper .field{
        flex-direction: row;
    }
    .footer-block__newsletter{
        width: 100%;
    }
}



.footer-block__details-content>li {
    line-height: 142%;
}
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.section-title {
    margin: 0 0 2.4rem
}
@media (min-width: 750px) {
   .section-title {
        margin: 0 0 4.8rem
    } 
}
.transparent-text {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    text-transform: capitalize;
}
.border-bottom {
    border-bottom: 1px solid #A2A2A2;
}

.border-top {
    border-top: 1px solid #A2A2A2;
}

@media (min-width: 750px) {
    /* .video-section__media.media-fit-cover video {
        height: 63.4rem;
    } */

    .video-section .video-section__media{
        --ratio-percent: 33.21% !important;
    }
}

/* image with text */

.image-with-text__text.rte.body {
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.4px;
}
.about-who-are-we .image-with-text__text.rte.body{
    max-width: 468px;
}
@media screen and (min-width: 750px) {
    .image-with-text__heading {
        font-size: calc(var(--font-heading-scale) * 3.6rem);
        line-height: 126%;
        letter-spacing: 0;
    }
    .image-with-text__text.rte.body {
        font-size: 18px;
    }
}

@media screen and (min-width: 750px) {
    .multirow .multirow__inner {
        row-gap: 110px;
    }
}
/* multicolumn list */
.multicolumn-list.grid {
    --grid-mobile-horizontal-spacing: 10px;
    --grid-mobile-vertical-spacing: 10px;
}
@media screen and (min-width: 750px) {
    .multicolumn-list.grid {
        --grid-desktop-horizontal-spacing: 20px;
        --grid-desktop-vertical-spacing: 60px;
    }
}

/* tiny edits multicolumn list */
.tiny-edits-multicolumn.background-none .multicolumn-card__image-wrapper .multicolumn-card__image{
    width: 100%;
}
@media (min-width: 750px) {
    .tiny-edits-multicolumn.background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
        padding-top: 2.7rem;
        font-size: 2.2rem;
        line-height: 130%;
        letter-spacing: 0;
    }
}


/* tooltip */
.wbs-pck__shop-look-cta {
  margin-top: 24px;
  text-align: center;
}

.wbs-pck__image img {
    width: -webkit-fill-available;
}


@media screen and (max-width: 749px){
    .wbs-pck__image img {
        display: block !important;
        height: 45vh !important;
    }

    .wbs-pck__product-pin--active .wbs-pck__product-info-tab {
        visibility: visible;
        opacity: 1;
        transform: translateY(-47%) scale(0.6) !important;
        pointer-events: all;
    }

    .wbs-pck__product-info-tab--left {
        left: 0px !important;
    }

    .wbs-pck__product-info-tab--right {
        right: 0px !important;
    }
}

/* section rich text with custom code */
@media only screen and (min-width: 750px) {
    .tiny-edits-heading-section h1, .tiny-edits-heading-section .h1 {
        font-size: calc(var(--font-heading-scale) * 3.2rem);
        letter-spacing: 0;
        line-height: 130%;
    }
    .tiny-edits-heading-section .rich-text__text  {
        margin-top: 6.4rem;
    }
}
@media screen and (min-width: 990px) {
    .tiny-edits-heading-section .rich-text__blocks {
        max-width: 94.5rem;
    }
}

/* looks */
.multicloumn-gapless .grid {
    --grid-desktop-horizontal-spacing: 0;
}
.multicloumn-gapless .page-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.multicloumn-gapless .title-wrapper-with-link {
    padding: 0 1.5rem;
    max-width: var(--page-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.multicloumn-gapless .multicolumn-card {
    position: relative;
}
.multicloumn-gapless .multicolumn-card__info {
    position: absolute;
    top: 25px;
    right: 38px;
}

.multicloumn-gapless .multicolumn-card-spacing {
    margin-bottom: 0;
}

@media screen and (min-width: 750px) {
    .multicloumn-gapless .grid {
        --grid-desktop-horizontal-spacing: 0;
    }

    .multicloumn-gapless .title-wrapper-with-link {
        padding: 0 2.2rem;
    }
}
@media (min-width: 990px) {
    .multicolumn.multicloumn-gapless .title-wrapper-with-link {
        margin-top: 4.8rem;
    }
}
@media screen and (max-width: 749px) {
    .multicloumn-gapless .multicolumn-list:not(.slider) {
        padding-left: 0;
        padding-right: 0;
    }
}

/* tooltip banner sectoion */
.wbs-pck__section .section-title {
        margin: 2.4rem 0;
    }
@media (min-width: 750px) {
    .wbs-pck__section .section-title {
        margin: 4.8rem 0;
    }
}


.collection-image-gallery h2 {
    margin-bottom: 0;
    font-size: 20px;
}
.collection-image-gallery .collection__title.title-wrapper {
    margin-bottom: 11px;
}
.product-form__select {
    height: 2.4rem;
    font-size: 12.11px;
}
/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slider Starts ----------------------------------*/
/*---------------------------------- Slider Starts ----------------------------------*/
.swiper-horizontal .swiper-rtl .swiper-button-next, .swiper-horizontal .swiper-rtl~.swiper-button-next, .swiper-horizontal~.swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 9px) !important;
    padding: 0.8rem;
    border: 2px solid #ffffff;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal .swiper-button-prev, .swiper-horizontal ~.swiper-button-next, .swiper-horizontal ~.swiper-button-prev, .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 9px) !important;
    padding: 0.8rem;
    border: 2px solid #ffffff;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
}

.black-swiper-navigation .swiper-horizontal .swiper-rtl .swiper-button-next, 
.black-swiper-navigation .swiper-horizontal .swiper-rtl~.swiper-button-next, 
.black-swiper-navigation .swiper-horizontal~.swiper-button-prev, 
.black-swiper-navigation .swiper-button-prev,
.black-swiper-navigation .swiper-horizontal .swiper-button-next, 
.black-swiper-navigation .swiper-horizontal .swiper-button-prev, 
.black-swiper-navigation .swiper-horizontal ~.swiper-button-next, 
.black-swiper-navigation .swiper-horizontal ~.swiper-button-prev,
.black-swiper-navigation .swiper-button-next {
    border: 2px solid #000000;
}
.small-swiper-container .swiper {
  position: static;
}

@media (min-width: 990px) {
    .small-swiper-container .swiper-horizontal .swiper-rtl .swiper-button-next, 
    .small-swiper-container .swiper-horizontal .swiper-rtl~.swiper-button-next, 
    .small-swiper-container .swiper-horizontal~.swiper-button-prev, 
    .small-swiper-container .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 66px) !important;
    }

    .small-swiper-container .swiper-horizontal .swiper-button-next, 
    .small-swiper-container .swiper-horizontal .swiper-button-prev, 
    .small-swiper-container .swiper-horizontal ~.swiper-button-next, 
    .small-swiper-container .swiper-horizontal ~.swiper-button-prev, 
    .small-swiper-container .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 66px) !important;
    }
}


/*----------------------------------- Slider Ends -----------------------------------*/
/*----------------------------------- Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/

/* Page banner */
@media(max-width: 989px){
    .page-banner.banner--medium:not(.banner--adapt){
        min-height: 450px;
    }
}
@media(max-width: 749px){
    .page-banner.banner--medium:not(.banner--adapt){
        min-height: 300px;
    }
}
@media(max-width: 576px){
    .page-banner.banner--medium:not(.banner--adapt){
        min-height: 350px;
    }
    .page-banner.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media{
        height: 350px;
    }
}
/* Page banner ends */

/* Brand Page Css */

.brand-title-banner .banner__heading{
    max-width: 570px;
    font-size: 50px;
}

/* Product Detail Page Css */

.product-media-container.constrain-height.media-fit-contain{
    /* width: unset !important; */
    height: 100%;
}
.product-media-container .product__modal-opener {
    height: 100%;
}
.product-details .product-media-container .product__media img{
    min-height: 375px;
    object-fit: cover;
}
.product-details .product-media-container .product__media{
    min-height: 375px;
    height: 100%;
}
.product-details .product__media-item {
    min-height: 375px !important;
}
/* .product-details .product__media-list .product__media-item:nth-child(3) .product-media-container{
    width: 100%;
} */
.product-details .product__media-item {
    aspect-ratio: 5 / 7;
}
/* .product-details .product__media-item:not(:nth-child(3)) {
    aspect-ratio: 5 / 7;
} */

@media(max-width: 749px){
    .product-media-container.constrain-height.media-fit-contain{
        width: 100% !important;
    }
}

/* Look Book */
.wbs-pck__dot-area{
    align-items: flex-end;
    display: flex;
    justify-content: center;
    bottom: 50px;
    width: 99.2%;
}
@media (max-width: 749px){
    .wbs-pck__image .lookbook_mobile_img img{
        height: auto !important;
    }
}


@media screen and (max-width: 749px) {
    .multicloumn-gapless .multicolumn-list:not(.slider) {
        padding-left: 0;
        padding-right: 0;
    }

    .multicloumn-gapless .multicolumn-card__info {
        position: absolute;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
        text-align: center;
        width: max-content;
        max-width: calc(100% - 30px);
    }
}