@import"https://fonts.googleapis.com/css2?family=Questrial&display=swap";:root{--arrok-font-body: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--arrok-font-heading: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--arrok-dark: #1a1a1a;--arrok-light: #ffffff;--arrok-gray: #f5f5f5;--arrok-gray-medium: #e0e0e0;--arrok-gray-dark: #888888;--arrok-accent: #c9a86c;--arrok-sale: #e53935;--arrok-bestseller: #1a237e;--arrok-success: #4caf50;--arrok-transition: all .3s ease;--arrok-shadow: 0 4px 20px rgba(0, 0, 0, .08);--arrok-radius: 4px;--arrok-radius-btn: 3px}body,html,*{font-family:var(--arrok-font-body)!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--arrok-font-heading)!important}.arrok-hero-section{margin:0;padding:0}.arrok-hero{position:relative;width:100%;min-height:600px;height:70vh;max-height:700px;overflow:visible;display:flex;align-items:center}.arrok-hero__image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.arrok-hero__image{width:100%;height:100%;object-fit:cover;object-position:center top}.arrok-hero__content-box{position:relative;z-index:2;margin-left:4%;background:#1a1a1af2;color:var(--arrok-light);padding:30px 35px;max-width:280px}.arrok-hero__subtitle{font-family:var(--arrok-font-body)!important;font-size:10px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:var(--arrok-accent);margin-bottom:8px}.arrok-hero__title{font-family:var(--arrok-font-body)!important;font-size:24px;font-weight:400;line-height:1.2;margin-bottom:10px;color:var(--arrok-light)}.arrok-hero__text{font-family:var(--arrok-font-body)!important;font-size:12px;font-weight:400;color:#ffffffb3;margin-bottom:18px;line-height:1.5}.arrok-hero__btn{display:inline-block;padding:12px 22px;background:var(--arrok-dark);color:var(--arrok-light);border:1px solid var(--arrok-light);border-radius:0;font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:var(--arrok-transition);cursor:pointer}.arrok-hero__btn:hover{background:var(--arrok-light);color:var(--arrok-dark)}@media (max-width: 1400px){.arrok-hero{min-height:550px;height:65vh}}@media (max-width: 1200px){.arrok-hero{min-height:500px;height:60vh}}@media (max-width: 991px){.arrok-hero{min-height:450px;height:55vh}.arrok-hero__content-box{margin-left:3%;padding:25px 28px;max-width:260px}.arrok-hero__title{font-size:22px}.arrok-header__nav{display:none}.arrok-header__main{padding:12px 20px}}@media (max-width: 768px){.arrok-hero{min-height:400px;height:50vh}.arrok-hero__content-box{max-width:240px;padding:22px 24px}.arrok-hero__title{font-size:20px}}@media (max-width: 575px){.arrok-hero{min-height:350px;height:45vh}.arrok-hero__content-box{margin:15px;max-width:calc(100% - 30px);padding:20px 22px}.arrok-hero__title{font-size:18px}.arrok-hero__subtitle{font-size:9px}.arrok-hero__text{font-size:11px}}.arrok-brand-statement{padding:60px 20px;text-align:center;background:var(--arrok-light)}.arrok-brand-statement__label{font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:var(--arrok-gray-dark);margin-bottom:20px}.arrok-brand-statement__content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:650px;margin:0 auto 30px}.arrok-brand-statement__text{font-family:var(--arrok-font-body)!important;font-size:24px;font-weight:400;line-height:1.5;color:var(--arrok-dark);font-style:italic}.arrok-brand-statement__icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.arrok-brand-statement__icon img{width:24px;height:24px;object-fit:contain}.arrok-brand-statement__circle-img{width:45px;height:45px;border-radius:50%;object-fit:cover;display:inline-block;vertical-align:middle}.arrok-brand-statement__btn{display:inline-block;padding:14px 35px;background:transparent;color:var(--arrok-dark);border:1px solid var(--arrok-dark);border-radius:0;font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:var(--arrok-transition)}.arrok-brand-statement__btn:hover{background:var(--arrok-dark);color:var(--arrok-light)}@media (max-width: 768px){.arrok-brand-statement{padding:45px 15px}.arrok-brand-statement__text{font-size:20px}.arrok-brand-statement__circle-img{width:38px;height:38px}}.arrok-collection-grid{padding:45px 20px 60px;background:var(--arrok-gray)}.arrok-collection-grid__title{font-family:var(--arrok-font-body)!important;font-size:22px;font-weight:400;font-style:italic;text-align:center;color:var(--arrok-dark);margin-bottom:35px}.arrok-collection-grid__container{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:1400px;margin:0 auto}.arrok-collection-grid__item{position:relative;overflow:hidden;background:var(--arrok-light);aspect-ratio:3/4;text-decoration:none}.arrok-collection-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.arrok-collection-grid__item:hover .arrok-collection-grid__image{transform:scale(1.05)}.arrok-collection-grid__label{position:absolute;bottom:18px;left:50%;transform:translate(-50%);background:var(--arrok-light);color:var(--arrok-dark);padding:10px 22px;font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;box-shadow:var(--arrok-shadow);transition:var(--arrok-transition)}.arrok-collection-grid__item:hover .arrok-collection-grid__label{background:var(--arrok-dark);color:var(--arrok-light)}@media (max-width: 991px){.arrok-collection-grid__container{grid-template-columns:repeat(2,1fr);gap:12px}.arrok-collection-grid__title{font-size:20px;margin-bottom:28px}}@media (max-width: 575px){.arrok-collection-grid{padding:30px 15px 40px}.arrok-collection-grid__container{gap:8px}.arrok-collection-grid__label{font-size:10px;padding:8px 16px;bottom:12px}}.arrok-featured-banners{padding:15px 20px;background:var(--arrok-light)}.arrok-featured-banners__container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:1400px;margin:0 auto}.arrok-featured-banners__item{position:relative;overflow:hidden;aspect-ratio:4/3;text-decoration:none}.arrok-featured-banners__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.arrok-featured-banners__item:hover .arrok-featured-banners__image{transform:scale(1.03)}.arrok-featured-banners__content{position:absolute;bottom:25px;left:25px;color:var(--arrok-light);z-index:2}.arrok-featured-banners__subtitle{font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;opacity:.9;margin-bottom:6px}.arrok-featured-banners__title{font-family:var(--arrok-font-body)!important;font-size:24px;font-weight:400;font-style:italic;margin-bottom:15px}.arrok-featured-banners__btn{display:inline-block;padding:10px 22px;background:#1a1a1ad9;color:var(--arrok-light);border:none;font-family:var(--arrok-font-body)!important;font-size:10px;font-weight:400;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:var(--arrok-transition)}.arrok-featured-banners__btn:hover{background:var(--arrok-dark)}@media (max-width: 768px){.arrok-featured-banners__container{grid-template-columns:1fr}.arrok-featured-banners__item{aspect-ratio:16/10}.arrok-featured-banners__title{font-size:20px}}@media (max-width: 575px){.arrok-featured-banners{padding:10px 15px}.arrok-featured-banners__content{bottom:18px;left:18px}.arrok-featured-banners__title{font-size:18px}}.arrok-best-sellers{padding:60px 20px;background:var(--arrok-light)}.arrok-best-sellers__header{text-align:center;margin-bottom:35px}.arrok-best-sellers__subtitle{font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:var(--arrok-gray-dark);margin-bottom:10px}.arrok-best-sellers__title{font-family:var(--arrok-font-body)!important;font-size:24px;font-weight:400;color:var(--arrok-dark)}.arrok-best-sellers__title-link{color:var(--arrok-dark);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.arrok-best-sellers__arrow{display:inline-block;margin-left:5px;font-style:normal}.arrok-best-sellers__slider-wrapper{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.arrok-best-sellers__grid{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:10px 5px 20px;cursor:grab;-webkit-overflow-scrolling:touch}.arrok-best-sellers__grid::-webkit-scrollbar{display:none}.arrok-best-sellers__grid:active{cursor:grabbing}.arrok-best-sellers__progress{display:flex;justify-content:center;align-items:center;margin-top:25px;gap:4px}.arrok-best-sellers__progress-bar{width:50px;height:3px;background:#e0e0e0;border-radius:2px;overflow:hidden}.arrok-best-sellers__progress-bar--active{position:relative}.arrok-best-sellers__progress-bar--active:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--arrok-dark)}.arrok-best-sellers__view-all{text-align:center;margin-top:35px}.arrok-best-sellers__view-btn{display:inline-block;padding:14px 45px;background:transparent;color:var(--arrok-dark);border:1px solid var(--arrok-dark);border-radius:0;font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:var(--arrok-transition)}.arrok-best-sellers__view-btn:hover{background:var(--arrok-dark);color:var(--arrok-light)}.arrok-product-card{position:relative;background:var(--arrok-light);flex:0 0 300px;min-width:300px;max-width:300px}.arrok-product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:3/4;background:#f8f8f8}.arrok-product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.arrok-product-card__badge{position:absolute;top:15px;left:15px;padding:6px 14px;font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;text-transform:uppercase;z-index:2}.arrok-product-card__badge--sale{background:var(--arrok-sale);color:var(--arrok-light);border-radius:3px}.arrok-product-card__badge--bestseller{background:var(--arrok-bestseller);color:var(--arrok-light);border-radius:3px}.arrok-product-card__badge--soldout{background:#666;color:var(--arrok-light);border-radius:3px}.arrok-product-card__quick-view{position:absolute;bottom:15px;right:15px;width:45px;height:45px;background:var(--arrok-dark);color:var(--arrok-light);border-radius:4px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s ease;z-index:3}.arrok-product-card__quick-view svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.arrok-product-card:hover .arrok-product-card__quick-view{opacity:1;transform:scale(1)}.arrok-product-card__quick-view:hover{background:#333}.arrok-product-card__info{padding:15px 0}.arrok-product-card__vendor{font-family:var(--arrok-font-body)!important;font-size:11px;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:var(--arrok-gray-dark);margin-bottom:6px}.arrok-product-card__title{font-family:var(--arrok-font-body)!important;font-size:15px;font-weight:400;color:var(--arrok-dark);margin-bottom:8px;line-height:1.4}.arrok-product-card__title a{color:inherit;text-decoration:none}.arrok-product-card__title a:hover{text-decoration:underline}.arrok-product-card__price{font-family:var(--arrok-font-body)!important;font-size:14px;font-weight:400;color:var(--arrok-dark);display:flex;align-items:center;gap:8px}.arrok-product-card__price--compare{text-decoration:line-through;color:var(--arrok-gray-dark)}.arrok-product-card__price--sale{color:var(--arrok-sale)}.arrok-product-card__swatches{display:flex;gap:6px;margin-top:10px}.arrok-product-card__swatch{width:20px;height:20px;border-radius:50%;border:2px solid #e0e0e0;cursor:pointer;transition:var(--arrok-transition)}.arrok-product-card__swatch:hover,.arrok-product-card__swatch--active{border-color:var(--arrok-dark)}@media (max-width: 1200px){.arrok-product-card{flex:0 0 280px;min-width:280px;max-width:280px}}@media (max-width: 991px){.arrok-product-card{flex:0 0 260px;min-width:260px;max-width:260px}}@media (max-width: 768px){.arrok-best-sellers{padding:45px 15px}.arrok-product-card{flex:0 0 240px;min-width:240px;max-width:240px}.arrok-best-sellers__header{margin-bottom:25px}.arrok-best-sellers__title{font-size:20px}}@media (max-width: 575px){.arrok-product-card{flex:0 0 220px;min-width:220px;max-width:220px}.arrok-product-card__quick-view{opacity:1;transform:scale(1);width:40px;height:40px;bottom:12px;right:12px}.arrok-product-card__title{font-size:14px}}.arrok-container{max-width:1400px;margin:0 auto;padding:0 20px}.arrok-section-divider{height:1px;background:#e5e5e5;max-width:90%;margin:0 auto}html{scroll-behavior:smooth}
/*# sourceMappingURL=/cdn/shop/t/14/assets/arrok-homepage.css.map */
