/** Shopify CDN: Minification failed

Line 2541:74 Unexpected "="

**/
/* 
General
====================================================
*/

.is-justify-center {
    justify-content: center;
}

.is-justify-left {
    justify-content: flex-start;
}

.is-justify-right {
    justify-content: right;
}

.is-align-center {
    align-items: center;
}

.is-align-start {
    align-items: flex-start;
}

.is-align-bottom {
    align-items: flex-end;
}

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

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.is-desktop-hidden {
    display: none !important;
}

.text-black{
  color: black;
}

.w-50{
  width: 50%;
}

.page-width-full {
    width: 100%;
    padding: 0 40px;
}

/* .appear-delay-20{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;}

.appear-delay-19{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.34s;}

.appear-delay-18{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.28s;}

.appear-delay-17{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s;}

.appear-delay-16{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s;}

.appear-delay-15{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;}

.appear-delay-14{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s;}

.appear-delay-13{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s;}

.appear-delay-12{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s;}

.appear-delay-11{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s;}

.appear-delay-10{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;}

.appear-delay-9{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;}

.appear-delay-8{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s;}

.appear-delay-7{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s;}

.appear-delay-6{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;}

.appear-delay-5{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;}

.appear-delay-4{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;}

.appear-delay-3{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s;}

.appear-delay-2{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s;}

.appear-delay-1{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;}

.appear-animation {
    opacity: 0;
    transform: translateY(60px);
} */

.menu-drawer-container.menu-opening[open] .appear-animation,
details.mobile-facets__disclosure.menu-opening[open] .appear-animation {
    opacity: 1;
    transform: translateY(0);
}

.menu-drawer__menu.has-submenu.list-menu details.menu-opening[open] .appear-animation {
    opacity: 1;
    transform: translateY(0);
}

.baDropdownStyle .bacurr-choiceDesign {
    box-shadow: none !important;
}

/* .bacurr-cur-blocker {
    position: absolute !important;
    top: 60px !important;
    right: 280px !important;
} */

.bacurr-cur-blocker {
  position: fixed !important;
  top: auto;
  right: 20px;
  bottom: 52px;
  z-index: 99 !important;
}

.baDropdownStyle {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

/* .baDropdownStyle .bacurr-dropdown-choices {
    bottom: auto !important;
    top: 42px !important;
} */

.baDropdownStyle .bacurr-dropdown-choices {
    bottom: 42px !important;
    top: auto !important;
}

body:has(.shopify-section-header-sticky.scrolled-past-header) .baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign {
    top: 16px;
}

.baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign {
    position: fixed;
    top: 70px;
    right: 158px;
}

body.overflow-hidden:has(cart-drawer.drawer.active) .baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign{
    display: none;
}


/* Social Media Icon
*/
/* .footer .list-social__link{
    padding: 0!important;
    padding-left: 15px!important;
} */

.cart-count-bubble {
    top: 4px;
}

/* Announcement Bar */

.announcement-bar .slider-button{
  display: none;  
}

.announcement-bar__link .icon-arrow{
  display: none;
}

.announcement-bar__message span{
  font-size: 10.71px;
  line-height: 14.994px;
  letter-spacing: 2.142px;
  color: #fff !important;
}

.announcement-bar__link:hover {
    text-decoration: none !important;
}

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

.header__heading-logo-wrapper img {
    width: 100% !important;
}

a.header__heading-link.link.link--text.focus-inset {
    padding: 0;
}

.mobile-account-option {
    display: none;
}

.header__icon--menu .icon{
  stroke: black;
}

summary.header__icon.header__icon--menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    /* margin-left: 2rem; */
    text-decoration: none;
}

.icon__nav-drawer--title {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}

svg.icon.icon-hamburger {
    height: 25px;
    width: 25px;
}

.cart-count-bubble span {
    display: none;
}

.submenu-open .menu-drawer__submenu-toggle {
    min-height: 100%;
    visibility: visible;
    /* transform: translateY(0); */
}

.js .menu-drawer__navigation .submenu-open {
    visibility: visible !important;
}

.menu-drawer__close-button {
    display: none !important;
}

.menu-drawer__menu li details[open] svg {
    transform: rotate(180deg);
}

.menu-drawer__menu-item {
    font-size: 15.4px!important;
    padding: 1rem 0 !important;
    text-transform: uppercase;
    border-top: 1px solid rgb(232,232,225)!important;
}

.menu-drawer__menu-item:hover {
    background: none!important;
}

.menu-drawer__menu li {
    margin: auto 2rem;
}

.menu-drawer__submenu-toggle .menu-drawer__menu li {
    margin: 0;
}

.menu-drawer__submenu-toggle .menu-drawer__menu li a {
   border-top: none!important;
}

.menu-drawer {
    width: 300px !important;
}

.list.list-social {
    display: grid !important;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
}

.menu-drawer {
    position: fixed !important;
    z-index: 45 !important;
    top: 0 !important;
    min-height: 100%;
}

.announcement-bar-section {
    z-index: 2 !important;
}

.menu-drawer-container {
    position: relative;
}

.header__icon--menu .icon.icon-close {
    z-index: 46 !important;    
    top: -28px !important;
    right: -195px !important;
}

.menu-drawer__navigation {
    margin-top: 40px;
}

.menu-drawer__utility-links .list-social .list-social__item {
    width: 100%;
    border: 1px solid #e8e8e1;
    margin: 0 0 -1px;
}

.menu-drawer__utility-links .list-social .list-social__item .list-social__link.link {
    justify-content: center;
}

.menu-drawer__utility-links .list-social .list-social__item:nth-child(even) {
    border-left: 0;
}

.header--has-social .menu-drawer__utility-links {
    background: transparent !important;
    padding: 1rem 0 !important;
}

.menu-drawer__inline-close {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 1;
}

.menu-drawer__inline-close .icon-close {
    width: 18px;
    height: 18px;
    transition: transform .5s;
}

.mobile-facets__arrow .icon.icon-arrow {
    transition: transform .5s;
}

.mobile-facets__details.menu-opening[open] .mobile-facets__arrow .icon.icon-arrow {
    transform: rotate(180deg);
}

.menu-drawer__inline-close span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.menu-drawer__inline-close span:hover svg {    
    transform: rotate(180deg);
}

.header__icon--cart .icon-cart-empty path,
.header__icon--cart .icon-cart-empty circle {
    stroke: #000!important;
    stroke-width: 5px;
}

.header__icon--cart .icon-cart path,
.header__icon--cart .icon-cart circle {
    stroke: #000!important;
    stroke-width: 1px;
}

.header__icon {
    width: 35px;
    height: 40px;
    padding: 5px;
}

summary.header__icon.header__icon--menu {
    height: 2.4rem;
    width: 4.4rem;
    padding: 0;
}

.section-header.scrolled-past-header .header{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -2px;
}

.index .card__heading.h5 {
    padding: 0 !important;
}

.facet-filters__field .select option[value="best-selling"]{
    display: none !important;
}

@media only screen and (max-width: 767px){
  .header__heading-logo-wrapper img {
    width: 100px !important;
}
}

.menu-drawer .menu-drawer__inner-container .menu-drawer__navigation {
  position: relative;
}

@media only screen and (min-width: 768px){
  .menu-drawer .menu-drawer__inner-container .menu-drawer__navigation .menu-drawer__utility-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}


/* 
Main Slideshow
====================================================
*/

.slideshow-classic__banner {
    position: relative;
}

.slideshow-classic__banner.one-whole {
    width: 100%;
}

.slideshow-classic__banner .caption {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 48px);
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: var(--page-width);
    transform: translate(-50%);
    left: 50%;
}

.slideshow__swiper .swiper__pagination__page {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 2px solid #FFFFFF;
    opacity: 1;
}

.slideshow__swiper .swiper__pagination__page.is-active {
    transform: none;
    background: #FFFFFF;
}

.slideshow__swiper button.swiper__arrow {
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.1);
}

.slideshow__swiper button.swiper__arrow svg {
    fill: #FFFFFF;
    height: 20px;
    width: 20px;
}

.slideshow__swiper .slideshow__media-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.main-banner-slider-container div:empty {
    display: flex !important;
}

.classic__slideshow-swiper .swiper-pagination {
    padding: 0 24px 12px 24px;
}

.classic__slideshow-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: #fff !important;
    opacity: 1;
    background: transparent;
    border: 2px solid #FFFFFF;
}

.classic__slideshow-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.slideshow__media-banner img {
    height: auto;
    width: 100%;
}

.cstm_btn{
    background: #000;
    color: #fff;
    padding: 9px 17px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100px;
    height: 26px;
    border: none;
}

 .cstm_btn a{
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 3px;
    line-height: 14px;
    font-weight: 600;
    font-size: 10px;
    font-family: 'Futura', sans-serif;
 }

@media only screen and (max-width: 767px){
  .cstm_btn{
    bottom: 10px !important;
    border: none;
  }
  
  .cstm_btn a{
    background: #000000;
    color: #FFFFFF;
    font-size: 10px !important;
  }

  .classic__slideshow-swiper .swiper-pagination {
    bottom: -10px !important;
  }
  
}

/* Image Banner
=============================================================
*/

.banner__content {
  padding: 0!important;
}

.banner .banner__heading {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 11.9px;
    letter-spacing: 3.57px;
    font-weight: 400;
    line-height: 11.9px;
}

.banner .banner__text.body p {
    font-size: 16px;
    line-height: 30px;
    max-width: 500px;
}

.banner .banner__text.body {
    max-width: 500px;
}

.banner .banner__buttons .button {
    font-size: 10px;
    font-weight: 600;
    line-height: 26px;
}

.banner__mobile-image{
  width: 100%;
}

/*  Collection List
=============================================================
*/

.card__information .card__heading a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px
}

/*  Breadcrumbs
=============================================================
*/

.breadcrumb {
    text-align: left;
    font-size: calc(14px * .85);
    margin: -10px 0 15px;
}

.breadcrumb a {
    color: #6b6b6b;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/*  Featured Collection
=============================================================
*/

.custom_featured-collection .collection__title {
    text-align: center;
    background: black;
}

.custom_featured-collection .title {
    color: #fff;
    padding: 3rem 0;
    font-size: 18px;
    letter-spacing: 0.3em;
    font-weight: 400;
    text-transform: capitalize;
}

.custom_featured-collection slider-component {
    padding: 0 40px !important;
}

.custom_featured-collection .card__information {
    text-align: center;
}

.custom_featured-collection .price {
    text-align: center;
}

.card_product-custom .card-information{
  text-align: center;
}

.card_product-custom .card__information h3.card__heading a {
    font-size: 14px;
    letter-spacing: .08em!important;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
}

.card_product-custom .card-information .price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 14px;
}

.tag_text {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 14px;
}

.card_product-custom .card__information {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.collection__title.title-wrapper .title {
    margin-bottom: 40px !important;
}

/*  Collection Page
=============================================================
*/


select#SortBy-mobile option[value="best-selling"] {
    display: none !important;
}

nav.breadcrumbs {
    margin: 1.5rem 0;
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.facet-filters .facet-filters__field {
    border: 1px solid #e8e8e1;
    padding: 1.1rem;
}

.facet-filters__field .select__select, .mobile-facets__sort .select__select{
    color: #000;
    font-size: 14px;
}

.facet-filters__field .select__select:focus{
    box-shadow: none;
}

.card__badge{
  position: absolute;
} 

.infinite__scroll--button-wrap{
  text-align: center;
}

.collectionPageAddToCartForm .sizeSwatchCustom{
    display: flex;
    justify-content: center;
    padding-bottom: 6px; 
}

.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap label {
  display: block;
  padding: 3px 4px;
  font-weight: 500;
  font-size: 12px;
  min-width: 50px;
  margin: 0;
  border: gray 1px solid;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  border-right: 0;
  cursor: pointer;
}

.card_product-custom .card--media .card__inner:hover .collectionPageAddToCartForm {
    display: block!important;
    animation: fade-in .2s cubic-bezier(.26,.54,.32,1) 0s forwards;
}

.card__heading a::after {
    display: none !important;
}

.sizeSwatchCustom label {
    color: #000;
}
.sizeSwatchCustom a{
    text-decoration: none !important;
    cursor: pointer;
}

.card__media-link {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap:last-child label {  
    border-right: gray 1px solid;
}

.checkbox-wrap.disabled {
    opacity: 0.5 !important;
    position: relative;
}
.checkbox-wrap.disabled a label:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #e8e8e1;
    border-color: var(--colorBorder);
    transform: rotate(45deg);
}

.grid-uniform {
    list-style: none;
} 
.spf-status-loaded #gf-products, .spf-status-failed #gf-products {
    opacity: 1;
    visibility: visible;
}

#shopify-section-collection-template .collectionPageAddToCartForm button.spf-product__form-btn-addtocart {
    position: static !important;
    bottom: initial !important;
    left: initial !important;
    right: initial !important;
    transform: translate(0,0) !important;
    background-color: #000 !important;
    color: #fff !important;
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart,
.spf-product-card.spf-product-card__template-3 button.spf-product__form-btn-addtocart {
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    margin: 0;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}

.spf-product-card.spf-product-card__template-1 button.spf-product__form-btn-addtocart {
    width: 100%;
}

button.spf-product__form-btn-addtocart {
    position: relative;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 0;
    outline: 0;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
}

.spf-status-loaded #gf-products, 
.spf-status-failed #gf-products {
    opacity: 1;
    visibility: visible;
}

.collectionPageAddToCartForm {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255, 0.8);
    padding: 6px;
    z-index: 2;
}

.spf-product-card__image-wrapper {
    position: relative;
    display: block;
    background: #fff;
}

.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap > input:disabled ~ label {
    opacity: 0.5;
    cursor: no-drop;
    display: none;
}

.spf-status-loaded #gf-products, .spf-status-failed #gf-products {
    opacity: 1;
    visibility: visible;
}

.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap > input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap > input:checked ~ label,
.collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap a:hover label {
    background-color: #000;
    color: #fff;
}

#shopify-section-collection-template .spf-product-card .spf-product-card__inner:hover .collectionPageAddToCartForm {
    display: flex;
}

.soldout.badge,
.sale.badge{
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 7px 7px 7px 9px
}

.price-item.price-item--sale.price-item--last {
    color: #ff0000 !important;
}

span.money,
.collection .price .price-item{
    font-size: 18px;
}

.soldout-badge{
    width: fit-content;
    padding: 5px;
    text-align: center;
    color: white;
    background: #d30000;
    text-transform: uppercase;
}

summary .icon-caret {
    width: 1rem;
    height: 1rem;
}

.facets__wrapper {
    align-self: unset !important;
}

.facets__summary {
    margin-bottom: 0 !important;
}

.facets__form .product-count {
    align-self: unset !important;
    display: flex !important;
    align-items: center !important;
}

.facets__heading {
    margin-top: 0 !important;
}

.active-facets__button-inner .money {
    font-size: 14px !important;
}

.collection-hero .collection-hero__title {
    margin-bottom: 0;
    font-size: 28px;
}

.facets__heading svg {
    width: 16px;
    height: 12px;
}

.facets__summary,
.product-count__text {
    color: #000000 !important;
}

.product-card-wrapper .splide--mobile .splide__list{  
  width: 100%;
  backface-visibility: visible;
}

.product-card-wrapper:has(.splide.splide--mobile) .mobile__collection-slider--link.splide__slide {
    position: relative !important;
    backface-visibility: visible;
}

.product-card-wrapper:has(.splide.splide--mobile) .mobile__collection-slider--link.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.splide.splide--mobile {
    min-width: 100%;
}

/* .splide__slide--clone {
    display: none !important;
} */

.recommended__product-slider .splide__list .splide__slide {
    backface-visibility: visible !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: flex !important;
}

/* Product Page
=============================================================
*/

.product-form__input:has(.remove-it-by-default) {
    display: none;
}

.custom_note p{
  background: #D30000;
  color: #fff;
  padding: 5px;
}

.product-gallery__images span.custom-badge {
    display: none !important;
}

product-recommendations {
    max-width: 100% !important;
    padding: 0 4rem !important;
}

.related-products__heading{
    margin: 20px 0 20px 0 !important;
}

product-recommendations .related-products__heading{
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
}

.card__content .card__information{
  text-align: center;
}

product-info.product__info-container .product__title h1 {
    font-size: 27.2px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.168px;
    line-height: 23.36px;
}

.product__sku {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 19.6px;
}

product-info .price {
    padding-top: 10px;
}

.product__tax {
    margin-top: 0 !important;
    display: none;
}

.price .price-item {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 22.4px;
    color: #000000 !important;
}

.product-form__buttons {
    display: flex;
    flex-wrap: wrap;
}

button.product-form__submit.button, 
.shopify-payment-button {
    width: 100%;
}

button.product-form__submit.button {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3.9px;
    line-height: 18.46px;
    font-weight: 600;
}

.shopify-payment-button .shopify-payment-button__button {
    font-size: 13px;
    letter-spacing: 3.9px;
    line-height: 18.46px;
    font-weight: 600;
    text-transform: uppercase;
}

/* .product-form__input legend.form__label {
    display: none;
} */

variant-radios .product-form__input input[type=radio]:checked+label {
    background: transparent;
    color: #000000;
    box-shadow: 0 0 0 2px #000;
}

variant-radios .product-form__input input[type=radio]+label {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 0.35px;
    line-height: 19.6px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0 !important;
    box-shadow: 0 0 0 1px #e8e8e1;
}

.product-form__input input[type=radio].disabled+label {
    color: #e8e8e1 !important;
    text-decoration: none;
    position: relative;
}

.product-form__input input[type=radio].disabled+label:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #e8e8e1;
    border-color: var(--colorBorder);
    transform: rotate(45deg);
}

.quantity__label.form__label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11.2px;
    letter-spacing: 3.36px;
    line-height: 15.68px;
}

.product-form__quantity{
    margin-bottom: 25px !important;
}

div[data-app="eastsideco_sizeGuides"] a {
    color: #727272;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration-line: underline;
}

span[data-default-text="Order on Whatsapp"] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3.9px;
    line-height: 14.2px;
}

.whatsapp-button {
    width: 100%;    
}

.whats_app_link{
    height: 100%;
    display: block;
    max-width: 44rem;
}

product-form.product-form {
    margin-bottom: 10px !important;
}

.product__description strong {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 19.6px;
    color: #000;
}

.product__description ul li,
.product__description p {
    color: #000;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0.35px;
}

.product__accordion .accordion__content strong,
.product__accordion .accordion__content p {
    font-size: 12.88px;
    letter-spacing: 0.35px;
    line-height: 18.032px;
     color: #000;
}

.product__description p {
    margin-bottom: 5px !important;
    margin-top: 5px;
}

.related-products__heading {
    margin-bottom: 20px;
}

button.quantity__button {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

quantity-input.quantity{
    max-width: 80px;
    min-width: 60px;
    min-height: 32px;
}

.quantity__input {
    font-family: 'Futura',sans-serif;
}

.quantity__button svg {
    height: 10px;
    width: 10px;
    stroke: #000;
}

span.sale-badge {
    background: none;
    color: #c20000;
    border: none;
    font-weight: 900;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0.35px;
}

a.whats_app_link.my-10{
    color: #000;
    text-decoration: none !important;
}

#infiniteoptions-container {
    margin-bottom: 10px;
}

product-gallery.product-gallery {
    display: flex;
    flex-direction: row-reverse;
}

.product-gallery__nav.splide__list {
    flex-direction: column;
}

.product-gallery__images {    
    width: 88%;
}

.product-gallery__thumbnails {
    width: 12%;
    margin-right: 12px;
    overflow: hidden;
}

.splide__track--nav>.splide__list>.splide__slide,
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0 !important;
}

.splide__track--nav>.splide__list>.splide__slide img{
    border: 1px solid transparent !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active img{
    border: 1px solid #000 !important;
}

.product-gallery__image.splide__slide {
    height: fit-content;
}

.product-gallery__image.splide__slide video,
.product-gallery__image.splide__slide deferred-media img{
    max-height: 800px;
    object-fit: cover;
}

.product-gallery__nav-item img,
.product-gallery__nav-item button {
    max-height: 108px;
}

.product-gallery__nav-item {
    margin-bottom: 10px;
}

.product__media-wrapper {
    max-width: none !important;
    width: 50% !important;
}

.product__info-wrapper {
    max-width: none !important;
    width: 50% !important;
}

/* .fieldset-options-size {
    display: none;
} */

/* Main Pages */

.page .page-width--narrow .breadcrumb{
    color: #000 !important;
}

.page .page-width--narrow .rte p,
.page .page-width--narrow .rte a,
.page .page-width--narrow .rte li{
    font-size: 14px;
    color: #000 !important;
}

.page .page-width--narrow .rte strong {
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    margin-block: 6px !important;
}

.page .page-width--narrow .rte h3 {
    font-size: 20.8px;
    font-weight: 400;
}

.page .page-width--narrow .rte h2 {
    font-size: 27.2px;
    font-weight: 400;
}

/* Footer
=============================================================
*/

.footer .footer__content-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer .payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .payment ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0rem;
    gap: 1rem;
}

.footer .payment ul li {
    list-style: none;
}

.footer .footer__content-top{
    padding-bottom: 0!important;
}

.footer .footer__content-bottom{
  border-top: 0!important;
  padding-top: 0!important;
  background: var(--gradient-background);
}

.footer .link.link--text.list-menu__item.list-menu__item--link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.35px;
    justify-content: center;
}

.footer_desktop-custom{
    width: 80%;
}

.footer_desktop-custom ul{
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 8px;
}

h2.footer_heading-collapsible{
    padding: 1rem;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.accordion details[open] summary svg{
    transform: rotate(180deg);
}  

.footer span.payment__text-heading {
    font-size: 14px;
}

.footer_desktop-custom ul li .link.list-menu__item {
    border-right: 1px solid #939393;
    padding: 0;
    line-height: 12px;
    padding-right: 12px;
}

.footer_desktop-custom ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer_desktop-custom ul li:last-child .link.list-menu__item {
    border-right: 0;
    padding-right: 0;
}

.footer__content-top.page-width-full {
    padding: 0 4rem;
}

.footer .copyright__content {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 16.8px;
}

 .footer .footer__copyright{
    margin-top: 0!important;
} 


/* Faceted Filters
=================================================
*/

.mobile-facets__submenu-none {
    transform: none !important;
    visibility: visible !important;
    min-height: 100%;
}

.js .mobile-facets .submenu-open {
    visibility: visible !important;
}

#FacetFiltersFormMobile facet-remove {
    width: 100%;
}

#FacetFiltersFormMobile facet-remove:first-child .active-facets__button {
    margin-top: 0;
}

#FacetFiltersFormMobile facet-remove .active-facets__button {
    margin-right: 0;  
}

#FacetFiltersFormMobile facet-remove .active-facets__button span.active-facets__button-inner {
    border-radius: 0;
    min-height: 38px;
    align-items: center;
    background: #000;
    color: #fff;
    font-weight: bold;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
}

.facets-container-drawer .facets-pill {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}

#FacetFiltersFormMobile facet-remove.active-facets__button-wrapper {
    display: none;
}

#FacetFiltersFormMobile facet-remove .active-facets__button svg {
    width: 22px;
    height: 22px;
    margin: 0;
}

.mobile-facets__open-wrapper {
    padding: 7px 22px;
    border: 1px solid #e8e8e1;
}

.custom-lining select {
    padding: 12px 10px;
}

.product-form__buttons.disabled {
    pointer-events: none;
    opacity: .5;
}

.add-on-option {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 30rem !important;
}

product-recommendations{
    padding-bottom: 50px !important;
}

.menu-drawer__menu-item {
    position: relative;
}

.star-icon-wrap {
    position: absolute;
    left: 53px;
    top: 4px;
    animation: blinker 1.5s linear infinite;
}

.star-icon-wrap.delia {
    right: 42px!important;
    left: auto;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.HeaderDrawer-sale {
    color: #ff0000 !important;
    /* font-weight: 600; */
    /* animation: blinker 1.5s linear infinite; */
}

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

/* .grid--2-col-tablet-down .sale.badge {
    position: absolute;
    top: 0px;
    right: 282px;
}

.grid--1-col-tablet-down .sale.badge {
    position: absolute;
    top: 0px;
    right: 106px;
}
   */
  .social-icons-with-newsletter .newsletter-form__field-wrapper {
      border-bottom: 1px solid #fff;
  }
  
  .newsletter-form__field-wrapper .field__input::focus,
  .newsletter-form__field-wrapper .field__input::focus-visible,
  .newsletter-form__field-wrapper .field__input::focus-within,
  .newsletter-form__field-wrapper .field__input::hover,
  .newsletter-form__field-wrapper .field__input::before,
  .newsletter-form__field-wrapper .field__input::after{
      box-shadow: none !important;
      border: none !important;
  }
  
  .newsletter-form__field-wrapper input.field__input:focus{
      box-shadow: none !important;
  }
    
  /* .newsletter-form__field-wrapper .field,
  .newsletter-form__field-wrapper .field::before,
  .newsletter-form__field-wrapper .field::after{
      box-shadow: none !important;
      border: none !important;
  } */
    
  .social-icons-with-newsletter .field:after,
  .social-icons-with-newsletter .field:hover.field:after{
      box-shadow: none;
      border: none;
  }
    
  .social-icons-with-newsletter.newsletter-wrap p{
      font-size: 12px;
  }
  
  .social-icons-with-newsletter .newsletter-form__button{
      width: 8rem !important;
  }
  
  .social-icons-with-newsletter.icons-wrap {
      padding: 24px;
      display: block;
  }
    
  .accordion:has(.social-icons-with-newsletter) .footer-block__details-content{
      display: none !important;
  }
    
   .mobile-account-option .menu-drawer__account .icon-account{
     width: 1.5rem !important;
     height: 1.5rem !important;
   }
  
  .mobile-account-option {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: #FFFFFF;
  }

  .menu-drawer__utility-links.appear-animation {
    position: fixed;
    bottom: 46px;
    left: 0;
    width: 100%;
  }
  
  .menu-drawer__menu.has-submenu.list-menu {
      max-height: 42vh;
      overflow-x: auto;
  }

  .baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign {
      position: unset;      
      padding: 7px;
      padding-left: 0;
      margin-left: -10px;
  }

  .baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign{
      display: none;    
  }
  
  body.overflow-hidden-desktop:has(.menu-drawer-container.menu-opening[open]) .baDropdownStyle.barcurr-showCurrencyOnly .bacurr-choiceDesign{
      display: flex;
  }
  
  .product-gallery__images {
      max-width: 100%;
      margin-left: 0px;
      width: 100%;
  }
  .product .product__media-wrapper .splide__pagination__page.is-active{
      background: #000 !important;
  }
    
  .product .product-gallery__thumbnails {
      display: none !important;
  }
  
   .menu-drawer__account.link.focus-inset.h5.medium-hide.small-hide.large-up-hide {
    display: block !important;
    font-size: 12px;
    font-weight: 400; 
  }
  
   .product ul.product-gallery__nav {
    display: flex;
    width: 100%;
    max-height: 85px;
    justify-content: center;
    margin-right: 0;
    list-style: none;
    margin: 0 0.5rem 0 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    flex-direction: row;
  }

  .product .product-gallery__nav-item {
    margin-bottom: 10px;
    border: 2px solid transparent;
    display: block;
    cursor: pointer;
    width: 10px;
    max-height: 85px;
    margin-right: 6px;
    height: 10px !important;
    border-radius: 50% !important;
    background: gray !important;
  }

  .product .product-gallery__nav  deferred-media.deferred-media.media,
  .product .product-gallery__nav deferred-media.deferred-media.media.media--transparent.no-js-hidden,
  .product .product-media-container.media-type-image.media-fit-.global-media-settings.gradient,
  .product .product-media-container.media-type-video.media-fit-.global-media-settings.gradient{
    display: none;
}

  .product-gallery__nav-item.product-gallery__nav-item--active {
    border: 2px solid #000;
    background: #000 !important;
  }
  
  .product .product-gallery .slider-button{
    z-index: 2 !important;
  }
  
  .add-on-option {
    margin-bottom: 1rem !important;
  }
  
  .custom-lining select {
    width: 100% !important;
    margin-bottom: 1rem !important;
    
  }
  
  .search .main-grid-view-row.is-desktop-hidden {
    display: none !important;
  }
  
  .grid--2-col-tablet-down .soldout.badge, .sale.badge{
    color: #fff;
    text-transform: capitalize;
    font-size: 10px;
    padding: 2px;
  }
  
  .facets-container{
    display: flex !important;
    flex-wrap: wrap;
  }

  .mobile-facets__wrapper{
    width: 100% !important;
  }
  
  .related-products__heading {
    margin: 8px 0 20px 0 !important;
  }
  
  product-recommendations {
    padding: 0px 1rem 30px!important;
  }
  
  .accordion.footer-margin{
    border-top: 0 !important;
    border-bottom: 1px solid #fff !important;
  }
  
  .footer-block__details-content.rte a {
    color: #939393;
    font-size: 12px;
  }

   .footer-block__details-content.rte p {
    color: #939393;
    font-size: 12px;
  }
  
  .footer .accordion summary{
    display: block;
    padding: 0.5rem 0;
  }
  
  ul.product-gallery__nav {
    display: none;
  }
  
  .mobile-facets__wrapper{
    display: flex !important;
    justify-content: space-between !important;
  }
  
  .facets-container{
    column-gap: 0 !important;
  }

  .main-grid-view-row.is-desktop-hidden {
    display: flex!important;
    justify-content: end;    
  }

  .grid-view-changer:first-child {
      margin-right: 4px;
  }
  
  .grid-view-changer:last-child {
      margin-left: 4px;
  }
  
  .grid-view-changer.active {
      opacity: 1;
  }
  
  .grid-view-changer {
      opacity: 0.5;
      height: 46px;
  }
  
 .collection-hero.color-background-1.gradient {
      text-align: center;
  }

  .collection-hero__title{
    margin-top: 20px !important;
  }
  
  .is-desktop-hidden {
      display: block !important;
  }

  .is-mobile-hidden {
      display: none !important;
  }

  .page-width-full{
    padding: 0;
  }

  /* For Image With Text */

  .banner__content {
    position: absolute!important;
    bottom: 0;
  }
  
  .banner__box {
    padding: 2rem 3.5rem !important;
  }

  .banner .banner__heading {
      font-size: .85em!important;
  }

  .banner .banner__buttons .button {
    font-size: 10px!important;
  }

  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: auto!important;
  }

  /* Collection */

  
  .collection-list li .card {
      position: relative;
  }
  
  .collection-list li .card .card__content{
      position: absolute;
      bottom: 0;
      z-index: 1;
  }

  .collection-list li .card .card__content .card__heading a{
    color: white !important;
    font-size: .8em !important;
    letter-spacing: .2em !important;
    font-weight: 400 !important;
  }

  .card_product-custom .card-information .price {
      font-size: 16px !important;
  }
  
  .card__information{
    font-size: 14px;
  }
  
  .card__information .price{
    font-size: 14px;
  }

  .miniaddtoCartCustom {
      display: none;
  }

  form.collectionPageAddToCartForm.is-desktop-hidden {
      position: static;
  }

  .collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap label {
      min-width: 34px;      
  }

 .grid--2-col-tablet-down .collectionPageAddToCartForm .sizeSwatchCustom .checkbox-wrap label {
      min-width: 24px;      
  }
  
  /* Footer */
  .footer .footer__content-top {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }
  
  .footer .footer__content-top{
    justify-content: center;
    align-items: center;
  }

  .footer_heading-collapsible{
    color: white;
  }

  .facets-wrapper.page-width-full, 
  .collection.page-width-full {
    padding: 0 17px;
  }

  product-info.product__info-container .product__title h1{
      font-size: 23.36px !important;
      text-align: center;
  }
  
  .product__info-container{
      text-align: center;
  }
  
  quantity-input.quantity {
      margin: 0 auto;
  }
  
  .product-form__buttons{
      display: block !important;
  }
  
  .product-form__buttons button,
  .shopify-payment-button {
      width: 100% !important;
  }
  
  .shopify-payment-button {
      margin-left: 0 !important;
  }
  
  .product__description {
      text-align: left;
  }

  .card--media .card__inner .card__content {
      padding: 0 !important;
  }
  
  .soldout.badge, .sale.badge {
      width: max-content;
  }

  .splide__arrow {
      border-radius: 0;
      background: #e0e0e0de;
      width: 4rem;
      height: 4rem;
  }
  
  .splide__arrow--prev {
      left: 0;
  }
  
  .splide__arrow--next {
      right: 0;
  }

  .collection-hero__inner.page-width-full {
      padding: 0 17px;
  }
  
  .collection-hero .collection-hero__title {
      font-size: 22px;
  }

  /* .card__media-link {
    z-index: unset;
  } */

  .recommended__product-slider .splide__list {
      flex-wrap: nowrap;
      column-gap: 0 !important;
      backface-visibility: visible !important;
  }
  
  .recommended__product-slider .splide__arrow {
      top: 34%;
  }

  .product-gallery__images {
      margin-bottom: 30px;
  }
  
  .product__info-wrapper {
      margin-top: 35px;
  }

  .product-gallery__images .splide__pagination {
      bottom: -22px;
  }

  .product-gallery__image.splide__slide video {
      max-height: 515px;
  }
  
  .product-media-container.constrain-height deferred-media.media {
      padding-top: var(--ratio-percent) !important;
  }

  .product__media-wrapper, .product__info-wrapper {
      width: 100% !important;
  }

  .card__media + .card__content{
      position: absolute !important;
      top: -5px;
  }

  body.index .custom_featured-collection .card__content .miniaddtoCartCustom,
  body.index .custom_featured-collection .card__content .tag_text {
      display: none !important;
  }

    
}

.hide-everything {
  display: none !important;
}

footer li.list-social__item {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    position: relative;
    align-items: center;
    background: #fff;
    margin: 1rem;
}

footer li.list-social__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  box-shadow: 0 0 0 2px #fff;
}

footer li.list-social__item:hover:before {
    transform: scale(1);
    opacity: 1;
}

footer li.list-social__item svg {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

footer li.list-social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}


footer button#Subscribe {
    color: #000;
    background: #fff;
    width: max-content;
    padding-inline: 3rem;
    right: -110px !important;
    left: auto !important;
    z-index: 99;
}

div[data-app="eastsideco_sizeGuides"] a {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 1.2rem;
    font-size: 12px;
}

@media only screen and (min-width: 767px){
  .footer__content-top.page-width {
    max-width: 100%;
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
}

.footer__blocks-wrapper.grid {
    width: 70%;
    height: 100%;
}

.footer-block--newsletter {
    width: 25%;
    /* width: calc(25% - var(--grid-desktop-horizontal-spacing)); */
}

.footer-block__newsletter {
    width: 100%;
}
}

.footer-menu-icons{
    display: none;
}

.footer-block__details-content p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .35px;
}

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

  .footer-block--newsletter {
    width: 100% !important;
  }
  
  footer button#Subscribe {
      right: 0px !important;
  }

  .grid-view-changer svg {
      width: 23px;
  }
  
  .footer__blocks-wrapper {
      width: 100%;
  }
  
  .footer-block--newsletter {
      width: 100%;
  }
  
  .footer__content-top.page-width {
      padding: 0 2rem;
  }
  
  h2.footer-block__heading {
      text-align: left;
  }
  
  .footer-block__newsletter {
      width: 100%;
      max-width: 100%;
  }
  
  .newsletter-form__field-wrapper {
      max-width: 100% !important;
  }

  .footer-block__details-content {
     display: none;
  }

  .footer-block.active .footer-block__details-content{
      display: block;
  }

   .footer-block.active .footer-minus-icon {
      display: block;
  }

   .footer-block.active .footer-plus-icon {
    display: none;
  }
  
  .footer .footer__content-top {
    flex-direction: column !important;
  }

  .footer-menu-icons{
    display: block;
  }

  .footer-minus-icon {
    display: none;
}

  .footer-menu-icons {
      position: absolute;
      left: auto;
      right: 0;
      top: 0px;
  }
  
  .footer-block {
      position: relative;
  }

  .footer .link.link--text.list-menu__item.list-menu__item--link{
      justify-content: left;
  }
  
}

footer.footer {
  height: 100%;
}

.footer-block--newsletter {
  flex-grow: 1;
  height: 100%;
}

.custom-whats-app-button {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .custom-whats-app-button {
    bottom: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .footer__content-top.page-width {
    height: 100%;
  }
}

.footer__content-top.page-width {
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

.footer-block--newsletter {
  width: calc(25% - var(--grid-mobile-horizontal-spacing));
}

@media screen and (min-width: 750px) {
  .footer__content-top.page-width {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }

  .footer-block--newsletter {
    width: calc(25% - var(--grid-desktop-horizontal-spacing));
  }
}

.remove-line variant-radios .product-form__input input[type=radio]:checked+label {
    background: #fff;
    color: #000 !important;
    box-shadow: 0 0 0 2px #000;
    text-decoration: none !important;
}

.remove-line variant-radios .product-form__input input[type=radio]:checked+label:before,
.remove-line variant-radios .product-form__input input[type=radio]:checked+label:after{
    display: none;
}

.remove-line .product-form__input input[type=radio].disabled+label {
    color: #000 !important;
    text-decoration: none !important;
    position: relative;
    pointer-events: auto;
}

.remove-line .product-form__input input[type=radio]+label:before,
.remove-line .product-form__input input[type=radio]+label:after{
    display: none;
}

@media only screen and (max-width: 767px){
.index .collection-list li .card .card__content .card__heading a {
    font-size: 16px;
    color: #000 !important;
    letter-spacing: .2em !important;
    font-weight: 600 !important;
    position: absolute;
    bottom: -30px;
}
}

/* ul.collection-list li.collection-list__item:first-of-type .card__information,
ul.collection-list li.collection-list__item:nth-of-type(3) .card__information{
    opacity: 0;
} */

@media only screen and (max-width: 767px){
/* ul.collection-list li.collection-list__item:first-of-type .card__information {
    opacity: 1;
}

ul.collection-list li.collection-list__item:nth-of-type(2) .card__information,
ul.collection-list li.collection-list__item:nth-of-type(3) .card__information{
    opacity: 0;
}   */

.collection-list.grid--1-col-tablet-down .grid__item{
    padding-bottom: 2rem;
}

.collection-list li .card .card__content{
    position: absolute;
    bottom: auto;
    z-index: 1;
    top: -5.5rem;
}

ul.collection-list li.collection-list__item:first-of-type {
    padding-top: 2rem;
}
  
}

.product .product-gallery .product__media .badge {
  width: max-content !important;
  height: max-content !important;
}

.forward-delivery-note {
  color: red;
}

.forward-delivery-badge {
  line-height: normal;
  padding: 5px !important;
}

/* Custom Video section
=================================================== */

.section-custom-video .custom-video-tag {
  position: relative;
}

.section-custom-video video.custom__video.custom-muted-video {
  width: 100%;
  height: auto;
}

.section-custom-video .custom-video-tag .custom-video-controls {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  margin: 0 3.75rem 3.75rem 0;
}

.section-custom-video
  .custom-video-tag
  .custom-video-controls
  .custom-mute-button,
.section-custom-video
  .custom-video-tag
  .custom-video-controls
  .custom-play-button,
.section-custom-video
  .custom-video-tag
  .custom-video-controls
  .custom-pause-button,
.section-custom-video
  .custom-video-tag
  .custom-video-controls
  .custom-play-pause-button {
  background: none;
  border: none;
  cursor: pointer;
}

.section-custom-video
  .custom-video-tag
  .custom-video-controls
  .custom-play-pause-button {
  display: none;
}

.section-custom-video .icon-unmute,
.section-custom-video .custom-play-button {
  display: none;
}

.section-custom-video .icon-mute,
.section-custom-video .custom-pause-button {
  display: block;
}

@media (max-width: 768px) {
  .section-custom-video .custom-video-tag .custom-video-controls {
    margin: 10px 10px 0 0;
    top: 0;
    bottom: unset;
  }
  .section-custom-video
    .custom-video-tag
    .custom-video-controls
    .custom-play-pause-button {
    display: block;
  }
}

.section-custom-video .custom-video-tag .overlay-content {
  position: absolute;
  text-align: center;
  bottom: 3.75rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-custom-video .custom-video-tag .overlay-content .hero-title-wrap .hero-title {
  color: #fff;
  letter-spacing: .25rem;
  text-transform: uppercase;
}

.section-custom-video .custom-video-tag .overlay-content .shopbtn {
  position: relative !important;
  padding: 12px 30px;
  background: transparent;
  border: .0625rem solid #fff;
  letter-spacing: .0625rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  left: unset;
  bottom: unset;
  transform: none;
}

.section-custom-video .custom-video-tag .overlay-content .shopbtn a {
  color: inherit;
  text-decoration: none;
}

.shopify-section.section:has(.section-custom-video) {
  line-height: 0;
}

@media (min-width: 768px) {
  .section-custom-video .custom-video-tag .overlay-content .shopbtn {
    position: relative;
    display: inline-block;
    width: max-content !important;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    color: #000;
    border: 1px solid #fff;
  }
  
  .section-custom-video .custom-video-tag .overlay-content .shopbtn:hover {
    color: #fff;
    background-color: transparent;
  }
  
  .section-custom-video .custom-video-tag .overlay-content .shopbtn:before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
    background: #fff !important;
    color: #000 !important;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    z-index: -1;
  }
  
  .section-custom-video .custom-video-tag .overlay-content .shopbtn:hover:before {
    transform-origin: right center;
    transform: scaleX(0);
    color: #fff;
  }
}

/* ===================================================================================== */


.header__inline-menu a[href="/collections/jahan-unstitched-festive"]#class="menu-drawer__menu-item link link--text list-menu__item focus-inset",
.menu-drawer__navigation a[href="/collections/jahan-unstitched-festive"]#HeaderMenu-jahan-unstitched-festive span.HeaderMenu-sale {
  color: red;
  font-weight: 600;
  animation: blinker 1.5s linear infinite;
}