:root{--ink: #1A1410;--bg: #F9F6F2;--surface: #FFFFFF;--warm: #F2EDE6;--accent: #1A6BFF;--accent-hover: #1055CC;--accent-light: #EEF4FF;--muted: #6B5744;--border: #E8DDD3;--success: #16A34A;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 12px rgba(26,20,16,.07);--shadow-lg: 0 8px 28px rgba(26,20,16,.1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.section-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.section-header h2{font-size:22px;font-weight:700}.section-link{font-size:13px;color:var(--accent);font-weight:600}.section-link:hover{text-decoration:underline}.section-label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 22px;border-radius:var(--radius);border:1.5px solid transparent;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .1s;cursor:pointer;white-space:nowrap}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--border)}.btn--ghost:hover{background:var(--warm)}.btn--ghost-white{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.btn--ghost-white:hover{background:#fff3}.btn--full{width:100%}.btn--large{padding:14px 28px;font-size:15px}.btn--icon{background:var(--warm);border:1px solid var(--border);padding:11px 14px;border-radius:var(--radius);flex-shrink:0}.btn--icon:hover{background:var(--border)}.btn--icon svg{width:15px;height:15px;color:var(--muted)}.btn--add-cart{flex:1}.announcement-bar{background:var(--ink);color:#fffc;text-align:center;padding:8px 1rem;font-size:12.5px;font-weight:500}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.announcement-bar .sep{margin:0 12px;opacity:.3}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header__inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:1.5rem;height:66px}.header__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon{width:34px;height:34px;background:var(--accent);border-radius:9px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:16px;height:16px;color:#fff}.logo-text{font-size:20px;font-weight:700;color:var(--ink);letter-spacing:-.3px}.logo-text em{font-style:normal;color:var(--accent)}.header__nav{display:flex;gap:0;margin-left:1rem}.nav-link{padding:8px 14px;font-size:13px;font-weight:500;color:var(--muted);border-radius:8px;transition:background .15s,color .15s}.nav-link:hover,.nav-link.active{background:var(--warm);color:var(--ink)}.header__actions{margin-left:auto;display:flex;align-items:center;gap:4px}.header__icon{padding:8px;border-radius:8px;display:flex;align-items:center;color:var(--muted);transition:background .15s;position:relative}.header__icon:hover{background:var(--warm);color:var(--ink)}.header__icon svg{width:22px;height:22px}.cart-count{position:absolute;top:3px;right:3px;width:16px;height:16px;background:var(--accent);color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.header__hamburger{display:none;padding:8px;background:none;border:none;border-radius:8px;transition:background .15s}.header__hamburger:hover{background:var(--warm)}.header__hamburger svg{width:22px;height:22px;color:var(--ink)}.mobile-nav{display:none;flex-direction:column;border-top:1px solid var(--border);background:var(--surface);padding:1rem 2rem}.mobile-nav.open{display:flex}.mobile-nav__link{padding:12px 0;font-size:15px;font-weight:500;color:var(--ink);border-bottom:1px solid var(--border)}.mobile-nav__link:last-child{border-bottom:none}.hero__inner{min-height:500px;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;background-color:var(--ink)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(26,20,16,.92) 0%,rgba(26,20,16,.25) 65%,transparent 100%)}.hero__content{position:relative;z-index:1;padding:4rem 2rem;max-width:1280px;margin:0 auto;width:100%}.hero__eyebrow{display:inline-block;background:#1a6bff40;border:1px solid rgba(26,107,255,.45);color:#7eb8ff;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px}.hero__title{font-size:clamp(32px,5vw,54px);font-weight:700;color:#fff;line-height:1.12;margin-bottom:12px;max-width:520px}.hero__text{font-size:16px;color:#ffffffb3;line-height:1.7;max-width:440px;margin-bottom:26px;font-weight:300}.hero__btns{display:flex;gap:10px;flex-wrap:wrap}.trust-bar{padding:1.5rem 0}.trust-bar__inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-bar__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;display:flex;align-items:center;gap:12px}.trust-bar__icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-bar__icon svg{width:20px;height:20px}.trust-icon-1{background:#eef4ff;color:var(--accent)}.trust-icon-2{background:#ecfdf5;color:#059669}.trust-icon-3{background:#fffbeb;color:#d97706}.trust-icon-4{background:#f0fdfa;color:#0d9488}.trust-bar__item h4{font-size:13px;font-weight:600;margin-bottom:2px}.trust-bar__item p{font-size:12px;color:var(--muted);line-height:1.4}.category-grid{padding:1.5rem 0 2rem}.cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.cat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 10px;text-align:center;cursor:pointer;transition:border-color .2s,transform .15s,box-shadow .15s}.cat-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow)}.cat-card__icon{width:50px;height:50px;border-radius:12px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:24px}.cat-card__icon img{width:28px;height:28px;object-fit:contain}.cat-card h3{font-size:13px;font-weight:600;margin-bottom:3px}.cat-card p{font-size:11px;color:var(--muted);line-height:1.3}.featured-collection{padding:2rem 0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.product-grid--collection{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.product-card__image-wrap{position:relative;height:200px;overflow:hidden;background:var(--warm);display:block}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__img-placeholder{width:100%;height:100%;background:var(--warm)}.product-card__badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:5px}.product-card__badge--sale{background:#fee2e2;color:#b91c1c}.product-card__badge--new{background:#dcfce7;color:#15803d}.product-card__wishlist{position:absolute;top:10px;right:10px;background:#fff;border:1px solid var(--border);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.product-card__wishlist:hover{border-color:var(--accent)}.product-card__wishlist svg{width:14px;height:14px;color:#aaa}.product-card__body{padding:12px 14px 7px;flex:1}.product-card__vendor{font-size:11px;color:var(--muted);font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.product-card__title{font-size:13px;font-weight:500;line-height:1.45;color:var(--ink);display:block;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.product-card__title:hover{color:var(--accent)}.product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.product-card__rating .stars{font-size:12px;color:#f59e0b}.product-card__rating .rating-count{font-size:12px;color:var(--muted)}.product-card__price{display:flex;align-items:baseline;gap:8px}.price{font-size:18px;font-weight:700;color:var(--ink)}.price--sale{color:var(--accent)}.price--compare{font-size:13px;color:#bbb;text-decoration:line-through;font-weight:400}.product-card__footer{padding:10px 14px 14px;display:flex;gap:8px}.about-section{padding:3rem 0}.about-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-section__image img{width:100%;height:420px;object-fit:cover;border-radius:var(--radius-lg)}.about-section__image-placeholder{width:100%;height:420px;background:var(--warm);border-radius:var(--radius-lg)}.about-section__text h2{font-size:30px;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-section__text p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0}.about-stat{text-align:center;padding:1.2rem;background:var(--warm);border-radius:var(--radius)}.stat-num{font-size:28px;font-weight:700;color:var(--accent);display:block}.stat-label{font-size:12px;color:var(--muted)}.product-page{padding:2rem 0 4rem}.product-page__inner{max-width:1280px;margin:0 auto;padding:0 2rem}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-bottom:2rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--ink);text-decoration:underline}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-page__main-img{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:12px}.product-page__main-img img{width:100%;height:500px;object-fit:cover}.product-page__thumbnails{display:flex;gap:10px;flex-wrap:wrap}.product-page__thumbnails .thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;border:2px solid var(--border);cursor:pointer;transition:border-color .15s}.product-page__thumbnails .thumb.active,.product-page__thumbnails .thumb:hover{border-color:var(--accent)}.product-page__vendor{font-size:12px;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-page__title{font-size:28px;font-weight:700;margin-bottom:1.2rem;line-height:1.2}.product-page__price{display:flex;align-items:baseline;gap:10px;margin-bottom:1.5rem}.product-page__price .price{font-size:26px;font-weight:700}.price--savings{font-size:13px;color:var(--success);font-weight:600}.product-page__variants{margin-bottom:1.2rem}.product-page__variants label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}.variant-select{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;background:var(--surface)}.variant-select:focus{outline:none;border-color:var(--accent)}.product-page__qty{margin-bottom:1.2rem}.product-page__qty label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}.qty-control{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{padding:10px 16px;background:var(--warm);border:none;font-size:18px;font-weight:600;color:var(--ink);transition:background .15s}.qty-btn:hover{background:var(--border)}.qty-input{width:56px;text-align:center;padding:10px 8px;border:none;font-size:15px;font-weight:600;background:var(--surface)}.qty-input:focus{outline:none}.product-page__badges{display:flex;flex-direction:column;gap:10px;margin:1.5rem 0;padding:1.2rem;background:var(--warm);border-radius:var(--radius)}.badge-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--ink)}.badge-item svg{width:17px;height:17px;color:var(--accent);flex-shrink:0}.product-page__description{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.product-page__description h3{font-size:16px;font-weight:700;margin-bottom:1rem}.product-page__description p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:.75rem}.related-products{padding:3rem 0 2rem;border-top:1px solid var(--border);margin-top:3rem}.collection-page{padding-bottom:4rem}.collection-page__header{position:relative;min-height:200px;background:var(--ink);display:flex;align-items:flex-end}.collection-page__banner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5}.collection-page__header-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a141080}.collection-page__header-text{position:relative;z-index:1;padding:3rem 2rem;max-width:1280px;margin:0 auto;width:100%}.collection-page__header-text h1{font-size:36px;font-weight:700;color:#fff}.collection-page__header-text p{font-size:15px;color:#ffffffb3;margin-top:8px;max-width:500px}.collection-page__toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;max-width:1280px;margin:0 auto}.collection-page__count{font-size:13px;color:var(--muted)}.collection-page__sort{display:flex;align-items:center;gap:8px;font-size:13px}.sort-select{padding:8px 12px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:13px;background:var(--surface)}.sort-select:focus{outline:none;border-color:var(--accent)}.empty-state{padding:4rem;text-align:center;color:var(--muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:3rem;flex-wrap:wrap}.pagination__btn{padding:9px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--ink);transition:background .15s,border-color .15s}.pagination__btn:hover{background:var(--warm);border-color:var(--accent)}.pagination__btn--current{background:var(--accent);color:#fff;border-color:var(--accent)}.cart-page{padding:2rem 0 4rem}.cart-page__title{font-size:28px;font-weight:700;margin-bottom:2rem}.cart-empty{text-align:center;padding:5rem 2rem}.cart-empty svg{width:64px;height:64px;color:var(--border);margin:0 auto 1rem}.cart-empty h2{font-size:22px;font-weight:700;margin-bottom:8px}.cart-empty p{color:var(--muted);margin-bottom:1.5rem}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.cart-item__img-wrap{display:block}.cart-item__img-wrap img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius)}.cart-item__title{font-size:14px;font-weight:600;display:block;margin-bottom:3px}.cart-item__title:hover{color:var(--accent)}.cart-item__variant{font-size:12px;color:var(--muted)}.cart-item__price{font-size:14px;color:var(--accent);font-weight:600}.cart-item__total{font-size:16px;font-weight:700;min-width:70px;text-align:right}.cart-item__remove{color:var(--muted);border-radius:8px;padding:6px;transition:background .15s}.cart-item__remove:hover{background:#fee2e2;color:#b91c1c}.cart-item__remove svg{width:16px;height:16px}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.8rem;position:sticky;top:90px}.cart-summary h2{font-size:18px;font-weight:700;margin-bottom:1.2rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}.cart-summary__row--shipping{color:var(--muted);font-size:13px}.cart-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;padding-top:1rem;border-top:1px solid var(--border);margin-bottom:1.2rem}.cart-summary__trust{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);background:var(--warm);padding:10px 12px;border-radius:var(--radius);margin-bottom:1rem}.cart-summary__trust svg{width:15px;height:15px;color:var(--success);flex-shrink:0}.cart-summary .btn{margin-bottom:8px}.page-template{padding:3rem 0 5rem}.page-template__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.page-template__header h1{font-size:32px;font-weight:700}.page-template__content.rte p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:1rem}.page-template__content.rte h2{font-size:20px;font-weight:700;margin:1.5rem 0 .75rem}.page-template__content.rte ul,.page-template__content.rte ol{padding-left:1.5rem;color:var(--muted);margin-bottom:1rem}.page-template__content.rte li{margin-bottom:6px;line-height:1.7}.contact-page__grid{display:grid;grid-template-columns:1fr 380px;gap:3rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;background:var(--surface);color:var(--ink);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{resize:vertical}.form-success{display:flex;align-items:center;gap:10px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:var(--radius);padding:14px;margin-bottom:1.5rem;font-size:14px;color:var(--success)}.form-success svg{width:20px;height:20px;flex-shrink:0}.contact-info-block{margin-bottom:1.8rem;padding-bottom:1.8rem;border-bottom:1px solid var(--border)}.contact-info-block:last-child{border-bottom:none}.contact-info-block h3{font-size:18px;font-weight:700;margin-bottom:10px}.contact-info-block h4{font-size:14px;font-weight:700;margin-bottom:8px}.contact-info-block p{font-size:14px;color:var(--muted);margin-bottom:6px}.contact-info-block a{color:var(--accent)}.contact-info-block a:hover{text-decoration:underline}.site-footer{background:var(--ink);padding:3rem 2rem 0;margin-top:3rem}.footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:2.5rem}.footer__logo{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.footer__logo span{color:#60a5fa}.footer__brand p{font-size:13px;color:#ffffff73;line-height:1.7;max-width:230px;font-weight:300}.footer__col h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:14px}.footer__col ul{list-style:none}.footer__col li{margin-bottom:9px}.footer__col a{font-size:13px;color:#ffffff73;transition:color .15s}.footer__col a:hover{color:#fff}.footer__bottom{max-width:1280px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 0;margin-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff4d;flex-wrap:wrap;gap:10px}.footer__payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.payment-icon{height:24px;width:auto;opacity:.6}@media(max-width:1024px){.trust-bar__inner{grid-template-columns:1fr 1fr}.cats-grid{grid-template-columns:repeat(3,1fr)}.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.product-page__grid{grid-template-columns:1fr}.product-page__main-img img{height:360px}.about-section__grid,.cart-page__grid{grid-template-columns:1fr}.cart-summary{position:static}.contact-page__grid{grid-template-columns:1fr}}@media(max-width:768px){.section-inner,.header__inner{padding:0 1.2rem}.header__nav{display:none}.header__hamburger{display:flex}.hero__content{padding:2.5rem 1.2rem}.hero__title{font-size:28px}.trust-bar__inner{grid-template-columns:1fr;padding:0 1.2rem}.cats-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr 1fr}.footer__inner{grid-template-columns:1fr;padding:0}.footer__bottom{flex-direction:column;align-items:flex-start}.collection-page__toolbar{flex-direction:column;align-items:flex-start;gap:10px;padding:1rem 1.2rem}.cart-item{grid-template-columns:60px 1fr auto;gap:.8rem}.cart-item__qty,.cart-item__total{display:none}}@media(max-width:480px){.hero__btns{flex-direction:column}.product-grid{grid-template-columns:1fr}.cats-grid{grid-template-columns:1fr 1fr}}h1,h2,h3,h4,.hero__title,.product-page__title,.section-header h2,.about-section__text h2,.collection-page__header-text h1,.cart-page__title,.page-template__header h1{font-family:var(--font-heading, "Plus Jakarta Sans", sans-serif)}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--accent);color:#fff;padding:10px 16px;border-radius:0 0 8px;font-weight:600}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ravisoll-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);background:var(--ink, #1A1410);color:#fff;padding:14px 22px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 8px 28px #00000040;z-index:9999;opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s ease;pointer-events:none;max-width:90vw;text-align:center}.ravisoll-toast.show{transform:translate(-50%) translateY(0);opacity:1}.search-form{display:flex;gap:10px;max-width:560px;margin-top:1rem}.search-form__input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:15px;background:var(--surface)}.search-form__input:focus{outline:none;border-color:var(--accent)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ravisoll.css.map */
