/** Shopify CDN: Minification failed

Line 695:0 Unexpected "{"
Line 701:0 Unexpected "{"

**/
.container{
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
}

/* Rich text link */
.rich_text_link-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
.rich-text-content > p{
    font-weight: 400;
}
@media screen and (max-width: 768px){
    .rich-text-logo, .rich-text-icon{
        display: none;
    }
    .rich_text_link-inner{
        justify-content: center;
    }
    .rich-text-content > p{
        font-size: 12px;
    }
}

/* slideshow */
.group-block-content .button{
    white-space: nowrap;
    /* min-width: 155px; */
}

.text-block-wrapper.slider_sub_text{
    font-size: 32px;
}
announcement-bar-component{
    padding:0 10px;
}
/* homepage slideshow */
.homepage-hero-slideshow slideshow-component slideshow-slides{
    height: 680px;
}

/* annoncement bar */
.accordion-menu-language-wrapper{
    display: grid;
    grid-template-columns: 1fr 2fr 0.5fr;
    align-items: center;
    gap: 20px;
}
.accordion-menu-language-wrapper .accordion-menu-bar-container{
    display: flex;
    gap: 30px;
    width: auto;
    white-space: nowrap;
    /* justify-content: center; */
    text-align: center;
}
.accordion-menu-language-wrapper .accordion-menu-bar-container > a{
    font-size: 14px;
    font-weight: 500;
}
.accordion-menu-language-wrapper .announcement-bar__slide.text-block{
    margin: 0;
    width: auto;
    justify-items: flex-start;
    overflow: hidden;
    white-space: nowrap;
}
.accordion-menu-language-wrapper .announcement-bar__slide.text-block > p{
    text-align: left;
}
.accordion-menu-language-wrapper .announcement-bar__slide.text-block > p > strong{
    font-weight: 500;
}
.accordion-menu-language-wrapper .announcement-language-container .language-selector{
    padding: 0;
}
.accordion-menu-language-wrapper .announcement-language-container{
    width: auto;
    display: flex;
    justify-content: flex-end;
    justify-items: flex-end;
    text-align: right;
}
.localization-form__list-item .country{
    font-size: var(--font-size);
    font-weight: 500;
}
.country-name{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
dropdown-localization-component .localization-wrapper{
    top: calc(100% - -7px) !important;
    right: 0;
}
.country-selector-form__wrapper{
    padding-top: 15px;
}
localization-form__list-item
.localization-form__list-item[aria-current=true]{
    background-color: transparent !important;
}
.localization-form__list-item[aria-current=true]:hover{
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8)) !important;
}
button.button.dropdown-localization__button.localization-selector.link.link--text{
    padding-block: 0;
}
.localization-form__list-item:not([hidden]){
    border-radius: 0 !important;
}
dropdown-localization-component .localization-form__list-item{
    margin-inline: 0 !important;
}
.country-selector-form__wrapper{
    border: 1px solid #bbb;
}
.hide-checkmark-icon{
    display: none;
}

/* header */
.menu-list__list-item .menu-list__link .menu-list__link-title {
  transition: all 0.3s ease;
}
.menu-list__list-item:hover .menu-list__link .menu-list__link-title,
.mega-menu__column .list-unstyled > li:hover .mega-menu__link .mega-menu__link-title,
.fixed_menu_desktop-container .list-unstyled > li:hover .mega-menu__link .mega-menu__link-title{
  color: var(--color-primary-hover);
  opacity: 1;
}
.menu-drawer__menu.extra_mobile_wrap .menu-drawer__list-item{
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
} 
.menu-drawer-container .menu-drawer__close-button{
    width: 100% !important;
    justify-content: flex-end;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}
@media screen and (max-width: 750px){
    .menu-list--mobile.menu-list{
        display: none !important;
    }
    .menu-drawer__menu-item-text{
        font-size: 16px;
        text-transform: capitalize;
    }
    .parent-menu-link.menu-drawer__menu > li.menu-drawer__list-item {
        border-bottom: 1px solid #000;
        padding: 20px 0;
    }
    .menu-drawer__menu-container .menu-drawer__menu-item--mainlist, .menu-drawer__menu.menu-drawer__menu--childlist{
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-drawer__menu.has-submenu{
        padding-left: 0;
        padding-right: 0;
    }
    .menu-drawer-container .menu-drawer{
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 768px){
    .account-drawer{
        display: none;
    }
    .menu-drawer__navigation{
        padding-bottom: 20px;
    }
    .extra_mobile_link{
    padding: 20px 0;
    }
    .extra_mobile_link .extra_mobile_wrap .menu-drawer__list-item{
        font-size: 16px;
    }
    .extra_mobile_link .extra_mobile_wrap .menu-drawer__list-item > a{
        color: #000;
    }
}
.header-icon{
    width: 18px;
}
.search-icon{
    width: 22px;
}
@media screen and (min-width: 480px){
    .header__row .header__column--right header-actions{
        gap: 25px;
    }
}
.menu-drawer{
    z-index: 20;
}
.header__icon--summary .header-drawer-icon.header-drawer-icon--open{
    width: 28px;
}

@media screen and (max-width: 480px){
    .header__row.header__row--top{
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* fixed menu */
.fixed_menu_container{
    padding: 15px;
}

.fixed_menu_container .menu-drawer__menu > li{
    padding-bottom: 30px;
}
.fixed_menu_container .menu-drawer__menu > .col-heading{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.fixed_menu_container .menu-drawer__menu > li:not(.col-heading){
    padding-left: 15px;
}
.fixed_menu_container .menu-drawer__menu > li:not(.col-heading) > a{
    color: #575757;
    font-size: 16px;
}
.fixed_menu_desktop-container .menu-drawer__menu .fixed_menu_heading{
    padding-bottom: 10px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: var(--menu-parent-font-weight);
}
.fixed_menu_desktop-container a.mega-menu__link{
    padding-top:0;
    padding-bottom: 0;
}
.fixed_menu_desktop-container li{
    padding-bottom: 1px;
}
.mega-menu__link--parent, .mega-menu__link-title{
    color: #111;
}
.mega-menu__link-title, .mega-menu__link--parent{
    font-size: 16px;
}
.list-unstyled > li > .mega-menu__link .mega-menu__link-title, 
.mega-menu__link-wrapper .mega-menu__link{
    text-transform: capitalize;
    font-weight: 400;
}
/* .menu-list__link .menu-list__link-title{
    text-transform: capitalize;
} */

/* mobile menu */
.menu-drawer__menu-item .menu-drawer__menu-item__title.menu-drawer__menu-item-text,
.menu-drawer__list-item .menu-drawer__menu-item--child{
    padding: 15px 0;
}
.menu-drawer__list-item .menu-drawer__menu-item--child{
    font-weight: 400;
}
@media screen and (max-width: 749px){
    .menu-drawer__menu-item-text{
        color: #111;
    }
    .menu-drawer__menu-item .menu-drawer__menu-item__title.menu-drawer__menu-item-text{
        text-transform: uppercase;
    }
}

/* collection filter */
.remove-section{
    display: none !important;
}
@media screen and (min-width: 750px){
.filter_second-design .facets__inputs-list-item .checkbox .checkbox__label {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.filter_second-design .facets__inputs-list.list-unstyled .facets__inputs-list-item:last-child .checkbox .checkbox__label{
    border-bottom: 0;
    padding-bottom: 0;
}
.filter_second-design.facets__form{
    justify-content: space-between;
}
.facets--horizontal .products-count-wrapper{
    gap: 10px;
}
.facets__inputs.facets__panel-content{
    background: #f9f9f9;
    min-width: 160px !important;
}
.filter_second-design .facets--horizontal .products-count-wrapper.left_product-count{
    margin-left: unset;
  }
.facets--horizontal .products-count-wrapper{
    padding-right: 10px;
    order: 1;
    margin-left: 0 !important;
    flex-grow: 1;
}
.filter_second-design .facets__filters-wrapper{
    order: 2;
    /* width: 80%; */
    max-width: 100% !important;
}
.filter_second-design .sorting-filter.sorting-filter__horizontal{
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter_second-design .active-filters-wrap{
    display: flex;
    gap: 10px;
}
.filter_second-design .active_filter_inner{
    display: flex;
    align-items: center;
    background-color: #f8f8f9;
    padding: 5px 10px;
    border-radius: 20px;
}
.filter_second-design .active_value_close_icon{
    padding-left: 5px;
}
.facets__form.filter_second-design .products-count-wrapper > span{
    padding-right: 10px;
}
.clear-all-wrap{
    display: none;
    color: #111;
    /* padding-left: 10px; */
}
.clear-all-wrap > a {
    color: #111;
}
.clear-all-wrap.visible{
    display: block;
}
.checkbox_label_wrap{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.remove-filter{
    display: flex;
}
.checkbox__label, .checkbox_label_wrap{
    width: 100%;
}
.sort-selected-socks-wrap{
    color: #111;
    font-weight: 500;
    padding-right: 10px;
    min-width: 100px;
}
.sort-selected-socks-wrap:hover{
    color: #111;
}
}
@media screen and (min-width: 750px){
    .facets--horizontal .facets__inputs-wrapper{
        scrollbar-width: unset !important;
        background-color: #f9f9f9;
        min-width: 200px;
    }
    .price-facet .price-facet__inputs-wrapper{
        background-color: #fff;
    }
}
.facets__form.filter_second-design .field.price-facet__field .field__input.price-facet__input, 
.facets__form.filter_second-design .field.price-facet__fieldinput[type="text"]{
    --facets-input-label-color: #333;
    --color-input-text: #333;
}

 /* overflow-list .filter-list{
    justify-content: flex-end !important;
} */

.whole-quantity-box {
    gap:16px;
    align-items: center;
}
.cart-items__table-row .leftminus--.button.quantity-minus.button-unstyled {
    margin-left: 0;
}
.cart-items__table-row .rightplus--.button.quantity-plus.button-unstyled {
    margin-right: 0;
}

/* **************************--------------------------------nilam --------------------------------------------******************* */
/* .product-media-container.media-fit img{
    object-fit: contain;
} */
.product-card__content.product-grid__card .product-content .group-block-content{
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-card-collection .product-card__content.product-grid__card .product-content .group-block-content{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
}
.product-card-collection .product-card__content.product-grid__card .product-content .group-block-content .text-block > p{
    text-transform: capitalize;
    font-weight: 500;
    color: #333e48;
}
@media screen and (max-width: 749px){
    .collection-wrapper .main-collection-grid{
        padding: 0;
    }
}
.card-hover-effect-subtle-zoom .product-card:hover .card-gallery{
    transform: unset !important;
}
.facets__form.filter_second-design .sorting-filter.sorting-filter__horizontal .facets__summary {
    border-left: solid 1px #e5e5e5;
    padding-left: 20px;
}
.product-card__content .text-block .price__container > .price,
.product-card__content .about-us-text .text-block > p,
.product-card__content .group-container .group-block-content .custom-typography > p,
.facets__status-wrapper .svg-wrapper > svg{
    color: #333e48;
}

.facets__label{
    --color-foreground: #333e48;
}
.facets__filters-wrapper .facets__item .facets__panel .facets__summary .facets__label {
    font-weight: 500;
}

/* badges */

.sold-out-sale-badge-wrap{
    display: flex;
    gap: 5px;
}
.product-badges{
    position: relative !important;
}

/* breadcrumb */
.breadcrumbs__item .breadcrumbs__link{
    font-size: 12px;
    color: #111;
    font-family: var(--font-paragraph--family);
    font-weight: 400;
}
li::marker {
  content: none; /* removes marker in modern browsers */
}
.breadcrumbs__list{
    list-style: none;
}

.breadcrumbs__container{
    position: absolute;
    padding-top: 20px;
    z-index: 2;
}
.breadcrumbs-title{
    text-transform: capitalize;
}
.breadcrumb-container{
    /* padding-left: 40px; */
  }
.breadcrumbs__item.product-breadcrumbs_item .breadcrumbs__link,
.breadcrumbs__item.product-breadcrumbs_item .breadcrumbs-title{
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumbs  li:last-child .breadcrumbs__link{
    font-weight: 500;
}

/* product detail page accordion */
.product-detail-accordion h2{
    font-size: 24px;
} 
.product-detail-accordion h2,
.product-detail-accordion h3{
    font-weight: 400;
    color: #111;
    /* text-transform: uppercase; */
    /* font-family: 'Shape Bold'; */
    font-size: 20px;
    margin-bottom: 0;
}
.product-detail-accordion h3{
    font-size: 20px;
}
.product-detail-accordion b{
    font-weight: 500;
}
.product-detail-accordion ul{
    padding: 0;
}
.product-detail-accordion ul li > strong,
.product-detail-accordion ul li > b{
    font-weight: 500;
}
.product-detail-accordion ul li:before {
    content: "•";
    font-weight: bold;
    padding-right: 6px;
}
.product-detail-accordion .details .details__header{
    color: #111;
}
accordion-custom.product-detail-accordion details[open] .details-content{
    max-height: 100%;
    overflow: unset;
    padding: 0;
}
.product-detail-accordion .details{
    padding-bottom: 30px;
}
accordion-custom.product-detail-accordion details[open]::details-content, accordion-custom details[open] .details-content{
    padding: 0;
    padding-left: 0 !important;
}
/* featured product information */
.group-block-content .text-without-bg{
    padding-left: 30px;
    padding-right: 30px;
}
.product-guarantees h3{
    font-weight: 600;
}
@media screen and (min-width: 1200px) {
    .product-information__grid:not(.product-information__grid--half,:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1.2fr 1fr !important;
    }
}

/* collection title */
.collection_title_wrap{
    font-size: 30px;
    margin-bottom: 10px;
}
.collection_description-wrap{
    font-size: 16px;
    color: #4c4c4c;
}
.collection_title_description_wrapper{
    padding-bottom: 20px;
}

/* all day socks */
.text-block-wrapper.all-day-socks-description .text-block h2,
.text-block-wrapper.all-day-socks-description .text-block h3{
    color: #111;
}
.text-block-wrapper.all-day-socks-description .text-block h2{
    font-size: 40px;
}
.text-block-wrapper.all-day-socks-description .text-block h3{
    font-size: 29px;
}
.text-block-wrapper.all-day-socks-description .text-block h4{
    padding-top: 0 !important;
}

@media screen and (max-width: 480px){
    .text-block-wrapper.all-day-socks-description .text-block h2,
    .text-block-wrapper.all-day-socks-description .text-block h3,
    .text-block-wrapper.all-day-socks-description .text-block h4,
    .text-block-wrapper.bamboo-description-section .text-block h2,
    .text-block-wrapper.bamboo-description-section .text-block h3,
    .text-block-wrapper.bamboo-description-section .text-block h4,
    .text-block-wrapper.thermal-pull-description .text-block h2,
    .text-block-wrapper.thermal-pull-description .text-block h3,
    .text-block-wrapper.thermal-pull-description .text-block h4 {
        line-height: 1.5 !important;
    } 
    
    .text-block-wrapper.thermal-pull-description .seo-title{
        display: none;
    }
}
/* bambooo collection page */
.text-block-wrapper.bamboo-description-section .text-block h2,
.text-block-wrapper.bamboo-description-section .text-block h3{
    color: #111;
}
.text-block-wrapper.bamboo-description-section .text-block h4{
    padding-top: 0 !important;
}
.text-block-wrapper.bamboo-description-section .text-block h2{
    font-size: 40px;
}
.text-block-wrapper.bamboo-description-section .text-block h3{
    font-size: 29px;
    text-transform: capitalize;
}
/* thermal collection page */
.text-block-wrapper.thermal-pull-description .text-block h2,
.text-block-wrapper.thermal-pull-description .text-block h3,
.text-block-wrapper.thermal-pull-description .text-block h4{
    color: #111;
}
.text-block-wrapper.thermal-pull-description .text-block h2{
    font-size: 40px;
}
.text-block-wrapper.thermal-pull-description .text-block h4{
    padding-top: 0!important;
}
.text-block-wrapper.thermal-pull-description .text-block h3,
.text-block-wrapper.thermal-pull-description .text-block h4{
    font-size: 29px;
    text-transform: capitalize;
}

/* featured banner */
.text-block-wrapper.featured-banner-description .text-block h2,
.text-block-wrapper.featured-banner-description .text-block h3,
.text-block-wrapper.featured-banner-description .text-block h4{
    color: #111;
}
.text-block-wrapper.featured-banner-description .text-block h2{
    font-size: 40px;
}
.text-block-wrapper.featured-banner-description .text-block h3{
    font-size: 29px;
    text-transform: capitalize;
}
.text-block-wrapper.featured-banner-description .text-block h4{
    color: #4C4C4C;
    font-size: 22px;
    font-weight: 500;
    padding-top: 0 !important;
}


/* announcement bar */
.announcement-language-container .dropdown-localization,
.announcement-language-container .dropdown-localization .dropdown-localization__button{
    width: 100%;
    justify-content: flex-end;
}
@media screen and (max-width: 480px){
  .announcement-bar .announcement-bar__slider {
    padding: 0;
  }
  .announcement-language-container .dropdown-localization{
    display: flex;
  }
}

.announcement-language-container .dropdown-localization .dropdown-localization__button .currency-code{
    /* min-width: 160px; */
    white-space: nowrap;
}
.accordion-menu-bar-container:hover a{
    opacity: 0.4;
}

.accordion-menu-bar-container a:hover{
    opacity: 1;
}
.breadcrumbs__list {
    padding:0;
}
 
metafield-rich_text_field h2, 
/* .text-block-wrapper  h2 */
{
    font-size:24px;
}

metafield-rich_text_field h3, 
/* .text-block-wrapper  h3 */
{
    font-size:20px;
}
metafield-rich_text_field{
    line-height:1.9 !important;
}
metafield-rich_text_field > *, .text-block-wrapper > *{
    width:100% !important;
}
.facets-block-wrapper {
    max-width: 1400px;
    margin:auto !important;
    width:100%;
}
accordion-custom details[open]::details-content, accordion-custom details[open] .details-content {
    padding-left:16px;
}
.text-block > *{
    max-width: 100%!important;
}
.text-block-wrapper  h3{
    list-style: disc;
}

/* footer */
.shopify-section-group-footer-group accordion-custom details[open]::details-content, 
.shopify-section-group-footer-group .details-content{
    padding-left: 0 !important;
}
.footer_container .details-content .menu__item.paragraph{
    font-size: 14px;
}
@media screen and (max-width: 1024px){
    .footer--container-wrap .group-container .group-block-content{
     --flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 480px){
    .footer_menu_links_container > .group-container{
        width: 100%;
    }
    .footer_menu_links_container > .group-container .group-block-content accordion-custom.menu{
        width: 50%;
    }
}

/* menu font weight
.mega-menu__link.mega-menu__link--parent .mega-menu__link-title,
ul.list-unstyled li a.mega-menu__link{
    --font-subheading--weight: 600;
} */
 @media screen and (min-width: 750px){
    .fixed_menu_desktop-container.hide_fixed_menu_desktop.hide_fixed_menu_desktop{
        display: none;
    }
 }
 @media screen and (max-width: 749px){
    .menu-drawer__menu .menu-drawer__list-item.hide_menu_on_mobile{
        display: none;
    }
 }
 
.mega-menu__link.mega-menu__link--parent,
.mega-menu__list .fixed_menu_desktop-container .fixed_menu_heading{ 
    font-weight: var(--font-heading--weight);
}

/* homepage winter style */
.winter-style-section .divider__line{
    border-color: #4c4c4c;
}

/* default collection title */
.collection_title_wrap{
    font-weight: 400;
}

.variant-option__button-label:not(.variant-option__button-label--has-swatch){
    padding: 10px 20px !important; 
}

.custom_qty_wrap .quantityname{
    display:none;
}

.custom_qty_wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

/* recommended product */
.recommended-products-title{
    font-size: 18px;
    font-weight: 500;
    font-family: var(----font-subheading--family);
}

/* size chart popup */
.popup-link__content.dialog-modal {
    width: 70%;
    max-width: 100%;
    max-height: 85%;
}

/* product detail page */
@media screen and (min-width: 750px){
    .product-details>.group-block{
        width: 100%;
    }
    .product-details .product-content.group-container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 768px){
    .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left{
        grid-template-columns: 2fr 1fr !important;
    } 
    .featured-product_custom_block .custom-text-block-wrapper.enable-feature-product {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        --full-page-grid-central-column-width: 100% !important;
    }
    .featured-product_custom_block .custom-text-block-wrapper.enable-feature-product.section > *{
        grid-column: unset;
    }
    .featured-product_custom_block .custom-text-block-wrapper.enable-feature-product .custom-text-block{
        width: 100%;
    }
}
.featured-product-info.text-block-wrapper h1{
    font-family: 'Shape Bold';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    color: #333e48;
}
/* .featured-product-info.text-block-wrapper .product-features-wrap{
    display: none;
}
.featured-product-info.text-block-wrapper .product-features-wrap .product-features{
    display: block;
} */
.text-block-wrapper .product-features-wrap > ul{
    padding-left: 0;
}
.text-block-wrapper .product-features-wrap > ul > li{
    font-size: 17px;
    color: #111;
    /* line-height: 24px; */
    line-height: 1.9;
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-block-wrapper .product-features-wrap > ul > li svg{
    flex-shrink: 0;
}
.features-button-wrap{
    width: 100%;
    display: flex;
    gap: 15px;
}
.features-button-wrap .btn {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-bottom: 10px;
        display: flex;
    justify-content: center;
}
.features-button-wrap .btn.active{
    border: 1px solid #111;
}
.features-button-wrap .btn .women-btn,
.features-button-wrap .btn .men-btn{
    line-height: 50px;
    color: #111;
    font-family: var(--menu-top-level-font-family) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    width:100%;
    height:100%;
}
.product-shipping-delivery-wrapper{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    background: #f8f8f9;
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
}
.product-shipping-delivery-wrapper p{
    margin-top: 5px;
    line-height: 18px;
    font-weight: 500;
}
.product-delivery-wrap{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    /* padding: 0 30px; */
}
.product-features-image{
    width: 30px;
    height: auto;
}
.product-delivery-wrap, .product-gurantee-wrap, .product-shipping-wrap{
    width: 33.33%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-gurantee-wrap{
    /* padding-left: 30px; */
}
.product-shipping-wrap{
    /* padding-right: 30px; */
}

.product-features-image img{
    width: 100%;
    height: auto;
}
/* @media screen and (min-width: 769px){
    .product-information__grid:not(:has(.product-information__media:empty)){ 
                &.product-information.product_featured_information .product-information__grid.product-information__grid--half{
            grid-template-columns: 1.5fr 1fr !important;
        }
    }
} */
/* 
@media screen and (min-width: 769px){
        #product_information_wrap.product-information.product_featured_information .product-information__grid.product-information__grid--half{
            grid-template-columns: 1.3fr 1.2fr !important;
        }
} */
.custom-text-block-wrapper.enable-feature-product{
    display: flex;
}
.custom-text-block-wrapper.enable-feature-product .custom-text-block{
    text-align: left;
    padding: 20px;
    align-items: self-start;
    text-transform: capitalize;
    margin: 0;
    /* width: 50%; */
    padding-left: 0;
}
.custom-text-block-wrapper.enable-feature-product .custom-text-block h2{
    font-weight: 500;
}
.custom-text-block-wrapper.enable-feature-product .custom-text-block p{
    font-weight: 400;
    color: #4C4C4C;
    line-height: 30px;
}
.custom_product_feature_wrapper{
    /* width: 50%; */
    background: #fff;
}
.custom-text-block-container{
    display: grid;
}
@media screen and (max-width: 769px){
    .custom-text-block-wrapper.enable-feature-product .custom-text-block,
    .custom_product_feature_wrapper{
        width: 100%;
    }
    .custom-text-block-wrapper.enable-feature-product{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .custom-text-block-container.featured-product_custom_block .custom-text-block-wrapper {
        padding-bottom: 0 !important;
    }
}

/* Sock Recycling Satchel faq */
.Sock-Recycling-Satchel .faq-heading-wrap > h2{
    font-size: 30px;
    color: #111;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 400;
    margin-bottom: 30px;
}

.Sock-Recycling-Satchel .details h2{
    font-size: 18px;
    color: #333e48;
}

.Sock-Recycling-Satchel .accordion{
    width: 100% !important;
}

.Sock-Recycling-Satchel .details p{
    padding-bottom: 30px;
}

.Sock-Recycling-Satchel .details__header {
    padding: 20px 0;
}

.Sock-Recycling-Satchel .shopify-section section-wrapper{
    margin: 30px;
}


/* featured product faq*/

/* .product-page-faq .details__header > h2 */
.featured-product-faq .details__header > h2{ 
    /* font-size: 40px; */
    font-family: "Shape Bold" !important;
    color: #111;
    font-weight: 500;
    /* padding-bottom: 40px; */
    text-transform: uppercase !important;
}
.featured-product-faq .faq-heading-wrap > h2{
    font-size: 40px;
    padding-bottom: 40px;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Shape Bold" !important;
}
.featured-product-faq .product-detail-accordion .details,
.product-page-faq .product-detail-accordion .details{
    padding-bottom: 0;
}
/* .featured-product-faq .faq-heading-wrap > h2{
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--menu-top-level-font-family);
    font-size: 20px;
} */
.featured-product-faq .text-block-wrapper p{
    font-size: 20px;
}
.featured-product-faq .accordion{
    width: 80% !important;
}
.featured-product-faq .product-detail-accordion .details .details__header{
    text-transform: uppercase;
    font-weight: 700;
}

/* featrued product icon with text */
.featured-product-icon-text{
   /* background: #f8f8f9; */
   
}

/* all day sock richtext */
@media screen and (max-width: 768px){
   .all-day-socks-rich-text .rich_text_link-inner{
       height: 100%;
       justify-content: flex-start;
    }
    .all-day-socks-rich-text .rich-text-buttons__wrap{
        padding-left: 36px;
    }
    .all-day-socks-rich-text .rich-text-content > p,
    .all-day-socks-rich-text .rich-text-buttons__wrap{
        font-size: 16px;
    }
}
.all-day-socks-rich-text .rich-text-content > p > strong,
.all-day-socks-rich-text .rich-text-buttons__wrap{
    font-weight: 500;
}


/* all day sock vs other brand */
.section.section--page-width:has(.featured-product-custom-section-wrap){
    display: block;
}
.featured-product-custom-section-wrap {
    width: 95%;
    margin: 0 auto;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}
.featured-product-other-socks{
    background: #f7f7f7;
}
.featured-product-all-day-sock{
    background: #fff;
}
.group-container:has(.featured-product-all-day-sock){
    background: #fff;
}
.group-container:has(.featured-product-other-socks),
.group-container:has(.featured-product-all-day-sock){
    padding: 0 !important;
}
.custom-section-content:has(.featured-product-custom-section-wrap){
    background: #f7f7f7;
    padding: 50px;
    padding-top: 0;
    padding-bottom: 100px;
}
.group-container:has(.featured-product-custom-section-header){
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.variant-picker .variant-option--buttons label:has(.swatch){
    border:solid 1px #e5e5e5;
}

/* featured banner */
.remove-padding .group-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* recommended products */
.product-recommendations .resource-list__carousel slideshow-slides{
    column-gap: 8px;
}

/* collection list */
@media screen and (max-width: 1200px) and (min-width: 500px){
    .fix-item-width .resource-list.resource-list--grid{
        display: flex;
        overflow-x: scroll;
        justify-content: space-between;
    }
    .fix-item-width .resource-list__item{
        width: 150px;
        min-width: 150px;
        padding: 0 10px;
    }
    .fix-item-width .hidden--mobile{
        display: flex !important;
    }
}

/* cart page */
.cart_new_design.cart-page{
    display: flex;
    flex-direction: column;
}
.cart_new_design .cart-page_summary_wrap .cart-page__summary{
    max-width: 500px;
    min-width: 300px;
    justify-self: end;
}
.cart_new_design .cart-page_summary_wrap .cart-page__summary .cart__summary-inner{
    padding: 0;
    padding-bottom: 40px;
}
.cart_new_design .cart-items__details > .list-unstyled{
    display: none;
}
.cart-items__wrapper .quantity-adjust .quantity-selector{
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #111;
    border-radius: 30px;
    height: 40px;
}
.cart-items__wrapper .quantity-adjust .quantity-selector .quantity-minus,
.cart-items__wrapper .quantity-adjust .quantity-selector .quantity-plus,
.cart-items__wrapper .quantity-adjust .quantity-selector > input{
    color: #111;
}
.cart-items__wrapper .quantity-adjust .quantity-selector > input{
    height: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.cart-price-wrap > span{
    font-size: 18px;
}
.product-details .quantity-adjust{
    padding-bottom: 20px;
}

.product-detail-accordion ul{
    list-style: none !important;
}
