:root{--baydoun-border: #e5e5e5;--baydoun-muted: #6b6b6b;--baydoun-grey: #f5f5f5}.baydoun-container{width:100%;max-width:140rem;margin:0 auto;padding:0 2rem}@media screen and (min-width:990px){.baydoun-container{padding:0 4rem}}.baydoun-btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:0 3.2rem;border:1px solid var(--baydoun-black);background:var(--baydoun-black);color:var(--baydoun-white);font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background var(--baydoun-transition),color var(--baydoun-transition),border-color var(--baydoun-transition)}.baydoun-btn--white{background:var(--baydoun-white);border-color:var(--baydoun-white);color:var(--baydoun-black)}.baydoun-btn--white:hover{background:transparent;color:var(--baydoun-white)}.baydoun-btn--outline{background:transparent;border-color:var(--baydoun-white);color:var(--baydoun-white)}.baydoun-btn--outline:hover{background:var(--baydoun-white);color:var(--baydoun-black)}.baydoun-btn--dark:hover{background:transparent;color:var(--baydoun-black)}.baydoun-section-header{margin-bottom:2.4rem}.baydoun-section-header--row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.baydoun-section-header__title{margin:0;font-size:clamp(1.8rem,2.4vw,2.4rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.baydoun-section-header__subtitle{margin:.6rem 0 0;font-size:1.4rem;color:var(--baydoun-muted)}.baydoun-view-all{display:inline-flex;align-items:center;gap:.8rem;flex:0 0 auto;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--baydoun-black);border-bottom:1px solid transparent;padding-bottom:.2rem}.baydoun-view-all:hover{border-bottom-color:var(--baydoun-black)}.baydoun-view-all svg{width:1.4rem;height:1rem}.baydoun-empty-state{padding:4rem 0;text-align:center;color:var(--baydoun-muted);font-size:1.4rem}.baydoun-hero{position:relative;min-height:min(78vh,68rem);display:flex;align-items:center;color:var(--baydoun-white);overflow:hidden}.baydoun-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.baydoun-hero__picture{display:block;width:100%;height:100%}.baydoun-hero__img{width:100%;height:100%;object-fit:cover;display:block}.baydoun-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--baydoun-hero-overlay, .45) + .25)),rgba(0,0,0,var(--baydoun-hero-overlay, .45)) 55%,rgba(0,0,0,calc(var(--baydoun-hero-overlay, .45) * .6)))}.baydoun-hero__content{position:relative;z-index:2;padding-top:8rem;padding-bottom:8rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.baydoun-hero--center .baydoun-hero__content{align-items:center;text-align:center}.baydoun-hero__label{margin:0 0 1.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase}.baydoun-hero__heading{margin:0 0 1.6rem;max-width:18ch;font-size:clamp(4rem,7.5vw,8rem);font-weight:800;line-height:.98;letter-spacing:-.02em;text-transform:uppercase}.baydoun-hero__subheading{margin:0 0 3.2rem;max-width:44ch;font-size:1.6rem;color:#ffffffdb}.baydoun-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.baydoun-categories{padding:clamp(3.2rem,5vw,5.6rem) 0 0}.baydoun-categories__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:750px){.baydoun-categories__grid{grid-template-columns:repeat(3,1fr)}}.baydoun-category-card{aspect-ratio:4 / 3}.baydoun-category-card__content{padding:2.4rem}.baydoun-category-card__title{margin:0 0 .6rem;font-size:clamp(2rem,2.6vw,2.8rem);font-weight:800;letter-spacing:.04em}.baydoun-category-card__cta{opacity:1;transform:none;font-size:1.1rem;letter-spacing:.16em}.baydoun-products{padding:clamp(3.2rem,5vw,5.6rem) 0}.baydoun-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 1.2rem;list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.baydoun-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem 1.6rem}}@media screen and (min-width:990px){.baydoun-products__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.baydoun-products__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.baydoun-products__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.baydoun-products__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.baydoun-products__grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width:749px){.baydoun-products__grid--mobile-1{grid-template-columns:minmax(0,1fr)}}.baydoun-products__grid-item{list-style:none}.baydoun-product-card{display:block;color:inherit;text-decoration:none}.baydoun-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--baydoun-gray);margin-bottom:1.2rem}.baydoun-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity var(--baydoun-transition),transform .6s cubic-bezier(.25,.46,.45,.94)}.baydoun-product-card__img--secondary{opacity:0}.baydoun-product-card:hover .baydoun-product-card__img--primary{transform:scale(1.04)}.baydoun-product-card:hover .baydoun-product-card__img--secondary{opacity:1;transform:scale(1.04)}.baydoun-product-card--sold-out .baydoun-product-card__img{opacity:.55}.baydoun-product-card__no-image{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,#f0f0f0 0 12px,#e8e8e8 12px 24px)}.baydoun-product-card__badges{position:absolute;top:1rem;left:1rem;z-index:2;display:flex;flex-wrap:wrap;gap:.4rem}.baydoun-product-card__badge{display:inline-block;padding:.5rem .8rem;background:var(--baydoun-black);color:var(--baydoun-white);font-size:.95rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1}.baydoun-product-card__badge--sale{background:#c8102e}.baydoun-product-card__badge--muted{background:#8a8a8a}.baydoun-product-card__info{text-align:left}.baydoun-product-card__title{margin:0 0 .4rem;font-size:1.4rem;font-weight:600;line-height:1.35;color:var(--baydoun-black)}.baydoun-product-card__price{display:flex;align-items:baseline;gap:.8rem;font-size:1.5rem;font-weight:700;color:var(--baydoun-black)}.baydoun-product-card__price-sale{color:#c8102e}.baydoun-product-card__price-was{font-size:1.3rem;font-weight:400;color:var(--baydoun-muted)}.baydoun-rating{display:flex;align-items:center;gap:.6rem;margin-top:.6rem}.baydoun-rating__stars{display:inline-flex;gap:.15rem}.baydoun-rating__star{width:1.4rem;height:1.4rem;fill:#d8d8d8}.baydoun-rating__star.is-on{fill:#f5a623}.baydoun-rating--compact .baydoun-rating__star{width:1.2rem;height:1.2rem}.baydoun-rating__count{font-size:1.1rem;color:var(--baydoun-muted)}.baydoun-arrivals{padding:0 0 clamp(3.2rem,5vw,5.6rem)}.baydoun-carousel{position:relative}.baydoun-carousel .baydoun-scroll__track{display:flex;gap:1.6rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:.4rem}.baydoun-carousel .baydoun-scroll__track::-webkit-scrollbar{display:none}.baydoun-carousel .baydoun-scroll__item{flex:0 0 calc(50% - .8rem);scroll-snap-align:start}@media screen and (min-width:750px){.baydoun-carousel .baydoun-scroll__item{flex:0 0 calc(33.333% - 1.1rem)}}@media screen and (min-width:990px){.baydoun-carousel .baydoun-scroll__item{flex:0 0 calc(20% - 1.28rem)}}.baydoun-carousel__nav{position:absolute;top:32%;z-index:3;width:4rem;height:4rem;display:none;align-items:center;justify-content:center;border:1px solid var(--baydoun-border);background:#fffffff0;color:var(--baydoun-black);cursor:pointer;transition:background var(--baydoun-transition),color var(--baydoun-transition)}.baydoun-carousel__nav svg{width:1.8rem;height:1.8rem}.baydoun-carousel__nav:hover{background:var(--baydoun-black);color:var(--baydoun-white)}.baydoun-carousel__nav[disabled]{opacity:.3;cursor:default}.baydoun-carousel__nav--prev{left:-1.6rem}.baydoun-carousel__nav--next{right:-1.6rem}@media screen and (min-width:990px){.baydoun-carousel__nav{display:flex}}.baydoun-trust{padding:clamp(2.4rem,3vw,3.6rem) 0;background:var(--baydoun-black);color:var(--baydoun-white)}.baydoun-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.6rem}@media screen and (min-width:750px){.baydoun-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:990px){.baydoun-trust__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:2.4rem}}.baydoun-trust-card{display:flex;align-items:flex-start;gap:1.2rem;padding:0;background:transparent;text-align:left}.baydoun-trust-card__icon{flex:0 0 auto;display:inline-flex}.baydoun-trust-card__icon svg{width:2.4rem;height:2.4rem;stroke:var(--baydoun-white)}.baydoun-trust-card__title{margin:0;font-size:1.3rem;font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--baydoun-white)}.baydoun-trust-card__subtitle{margin:.3rem 0 0;font-size:1.2rem;line-height:1.4;color:#ffffffa6}.baydoun-promo{padding:clamp(3.2rem,5vw,5.6rem) 0}.baydoun-promo__inner{position:relative;padding:0;max-width:none}.baydoun-promo__media{position:relative;min-height:28rem;overflow:hidden;background:var(--baydoun-black)}.baydoun-promo__media img{width:100%;height:100%;min-height:28rem;object-fit:cover;display:block}.baydoun-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000d9,#0000008c 55%,#0000004d)}.baydoun-promo__content{padding:clamp(2.4rem,5vw,6rem)}.baydoun-promo__label{font-size:1.1rem;letter-spacing:.24em}.baydoun-promo__heading{font-size:clamp(2.8rem,5vw,4.4rem);font-weight:800;margin:0 0 1.2rem;text-transform:none}.baydoun-promo__text{margin:0 0 2.4rem;max-width:40ch;font-size:1.5rem;color:#ffffffd9}.baydoun-brands{padding:0 0 clamp(4rem,6vw,7rem);background:var(--baydoun-white)}.baydoun-brands__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}@media screen and (min-width:750px){.baydoun-brands__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.6rem}}.baydoun-brand-item{display:flex;align-items:center;justify-content:center;min-height:9rem;padding:1.6rem;border:1px solid var(--baydoun-border);text-decoration:none;transition:border-color var(--baydoun-transition),background var(--baydoun-transition)}.baydoun-brand-item:hover{border-color:var(--baydoun-black);background:var(--baydoun-black);transform:none}.baydoun-brand-item img{max-width:100%;max-height:4.4rem;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.75}.baydoun-brand-item:hover img{filter:grayscale(1) invert(1);opacity:1}.baydoun-brand-item__wordmark{font-size:clamp(1.3rem,1.6vw,1.7rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--baydoun-black);text-align:center}.baydoun-brand-item:hover .baydoun-brand-item__wordmark{color:var(--baydoun-white)}.baydoun-breadcrumbs{padding:1.6rem 0 0;font-size:1.2rem;color:var(--baydoun-muted)}.baydoun-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.baydoun-breadcrumbs li+li:before{content:"\203a";margin-right:.6rem;color:var(--baydoun-muted)}.baydoun-breadcrumbs a{color:var(--baydoun-muted);text-decoration:none}.baydoun-breadcrumbs a:hover{color:var(--baydoun-black)}.baydoun-breadcrumbs [aria-current=page]{color:var(--baydoun-black);font-weight:600}.baydoun-theme .collection-hero{padding:1.2rem 0 0}.baydoun-theme .collection-hero__inner{padding-left:2rem;padding-right:2rem;max-width:140rem;margin:0 auto}@media screen and (min-width:990px){.baydoun-theme .collection-hero__inner{padding-left:4rem;padding-right:4rem}}.baydoun-theme .collection-hero__title{font-size:clamp(2.8rem,4vw,4rem);font-weight:800;letter-spacing:.02em;text-transform:uppercase;margin:0}.baydoun-theme .collection-hero__description{margin-top:.8rem;font-size:1.4rem;color:var(--baydoun-muted)}.baydoun-collection-layout{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:start}@media screen and (min-width:990px){.baydoun-collection-layout{grid-template-columns:22rem minmax(0,1fr);gap:4rem}}.baydoun-collection-nav{display:none;position:sticky;top:10rem}@media screen and (min-width:990px){.baydoun-collection-nav{display:block}}.baydoun-collection-nav__heading{display:block;margin:0 0 1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--baydoun-border);font-size:1.3rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--baydoun-black);text-decoration:none}.baydoun-collection-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.baydoun-collection-nav__link{display:block;padding:.9rem 1.2rem;font-size:1.35rem;color:#333;text-decoration:none;transition:background var(--baydoun-transition),color var(--baydoun-transition)}.baydoun-collection-nav__link:hover{background:var(--baydoun-gray);color:var(--baydoun-black)}.baydoun-collection-nav__link.is-active,.baydoun-collection-nav__heading.is-active{background:var(--baydoun-black);color:var(--baydoun-white);font-weight:700}.baydoun-collection-nav__heading.is-active{padding:.9rem 1.2rem;border-bottom:0}.baydoun-collection-main{min-width:0}.baydoun-collection-results{position:relative}.baydoun-collection-empty{padding:6rem 0;text-align:center}.baydoun-collection-empty__title{margin:0 0 2rem;font-size:1.6rem;color:var(--baydoun-muted)}.baydoun-facets .facets-container{padding:0 0 1.6rem;margin-bottom:2rem;border-bottom:1px solid var(--baydoun-border);display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem}.baydoun-facets .facets__form{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;width:100%}.baydoun-facets .facets__heading,.baydoun-facets .facet-filters__label{font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0}.baydoun-facets .facets__summary,.baydoun-facets .facet-filters__sort{font-size:1.3rem}.baydoun-facets .facets__disclosure>summary{border:1px solid var(--baydoun-border);padding:.9rem 1.4rem}.baydoun-facets .facet-filters{margin-left:auto;display:flex;align-items:center;gap:.8rem;padding:0}.baydoun-facets .product-count{width:100%;font-size:1.2rem;color:var(--baydoun-muted)}.baydoun-theme .pagination-wrapper{margin-top:4rem}.baydoun-theme .pagination__list{gap:.6rem}.baydoun-theme .pagination__item{border:1px solid var(--baydoun-border);min-width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem}.baydoun-theme .pagination__item--current{background:var(--baydoun-black);color:var(--baydoun-white);border-color:var(--baydoun-black)}.baydoun-theme .pagination__item--current:after{display:none}.baydoun-product__vendor{margin:0 0 .6rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--baydoun-muted)}.baydoun-product__vendor a{color:inherit;text-decoration:none}.baydoun-product__vendor a:hover{color:var(--baydoun-black)}.baydoun-product__rating{margin-bottom:.8rem}.baydoun-theme .product__title h1,.baydoun-theme .product__title .h1{font-size:clamp(2.4rem,3vw,3.2rem);font-weight:800;letter-spacing:-.01em}.baydoun-theme .price--large{font-size:2.4rem;font-weight:700}.baydoun-theme .product-form__submit{border-radius:0;font-weight:700;letter-spacing:.14em;text-transform:uppercase;min-height:5.2rem}.baydoun-cod-notice{display:flex;align-items:center;gap:1.2rem;margin:1.6rem 0;padding:1.4rem 1.6rem;background:var(--baydoun-gray);border-left:3px solid var(--baydoun-black)}.baydoun-cod-notice__icon svg{width:2.2rem;height:2.2rem}.baydoun-cod-notice__body{display:flex;flex-direction:column}.baydoun-cod-notice__title{font-size:1.3rem;font-weight:700}.baydoun-cod-notice__text{font-size:1.2rem;color:var(--baydoun-muted)}.baydoun-cart-intro{padding:1.6rem 0 2.4rem}.baydoun-cart-intro__title{margin:0;font-size:clamp(2.8rem,4vw,4rem);font-weight:800;letter-spacing:.02em;text-transform:uppercase}.baydoun-cart-intro__subtitle{margin:.6rem 0 0;font-size:1.4rem;color:var(--baydoun-muted)}.baydoun-cart-summary{border:1px solid var(--baydoun-border);padding:2rem}.baydoun-cart-summary__heading{margin:0 0 1.6rem;font-size:1.2rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.baydoun-cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem;padding:.6rem 0;font-size:1.4rem}.baydoun-cart-summary__meta{color:var(--baydoun-muted);font-size:1.2rem}.baydoun-theme .totals.baydoun-cart-summary__total{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--baydoun-border)}.baydoun-theme .baydoun-cart-summary__total .totals__total{font-size:1.4rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.baydoun-theme .baydoun-cart-summary__total .totals__total-value{font-size:2rem;font-weight:800}.baydoun-theme .cart__checkout-button{border-radius:0;min-height:5.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.baydoun-theme .cart__ctas{margin-top:1.2rem}.baydoun-cart-continue{display:inline-flex;align-items:center;gap:.8rem;align-self:flex-start;margin-top:2.4rem;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--baydoun-black)}.baydoun-cart-continue svg{width:1.6rem;height:1.6rem}.baydoun-cart-continue:hover{text-decoration:underline}.is-empty .baydoun-cart-continue{display:none}@media screen and (min-width:750px){.baydoun-theme .cart__footer{align-items:flex-start}.baydoun-theme .cart__footer>.baydoun-cart-continue{width:auto;margin-top:3.2rem}}.baydoun-theme .cart-items thead th{padding-bottom:1.2rem;border-bottom:1px solid var(--baydoun-border);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--baydoun-muted)}.baydoun-theme .cart-item{border-bottom:1px solid var(--baydoun-border)}.baydoun-theme .cart-item>td{padding-top:2rem;padding-bottom:2rem}.baydoun-theme .cart-item__media{width:9rem}.baydoun-theme .cart-item__image{background:var(--baydoun-grey);max-width:100%}.baydoun-theme .cart-item__name{font-size:1.5rem;font-weight:700;text-decoration:none}.baydoun-theme .cart-item__name:hover{text-decoration:underline}.baydoun-theme .product-option{font-size:1.3rem;color:var(--baydoun-muted)}.baydoun-theme .cart-item__price-wrapper,.baydoun-theme .cart-item__totals .price{font-size:1.5rem}.baydoun-theme .cart-item__totals .price{font-weight:700}.baydoun-theme .cart-item .quantity{border-radius:0;width:12rem;min-height:4rem}.baydoun-theme .cart-item .quantity:after{border-radius:0;box-shadow:0 0 0 .1rem var(--baydoun-border)}.baydoun-theme cart-remove-button .button{min-width:3.6rem;min-height:3.6rem;border-radius:0;color:var(--baydoun-muted)}.baydoun-theme cart-remove-button .button:hover{color:var(--baydoun-black)}.baydoun-theme .cart__contents-wrapper .title-wrapper-with-link,.baydoun-theme cart-items>.page-width>.title-wrapper-with-link{display:none}.baydoun-header-wrapper{position:sticky;top:0}.baydoun-theme .content-for-layout,.baydoun-theme:not(.template-index) .content-for-layout,.baydoun-theme.template-index .content-for-layout{padding-top:0}.baydoun-announcement{background:var(--baydoun-black);color:var(--baydoun-white)}.baydoun-announcement__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.6rem 4rem;min-height:3.6rem;padding-top:.8rem;padding-bottom:.8rem}.baydoun-announcement__item{display:inline-flex;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:600;letter-spacing:.08em;color:inherit;text-decoration:none}.baydoun-announcement__item svg{width:1.6rem;height:1.6rem;flex-shrink:0}a.baydoun-announcement__item:hover{text-decoration:underline}.baydoun-header__menu{gap:2rem}.baydoun-theme .related-products .title{font-size:clamp(1.8rem,2.4vw,2.4rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/28/assets/baydoun-v10.css.map */
