@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap";:root{--snello-orange: #D68A45;--snello-orange-light: #F5E8D6;--snello-orange-dark: #B5722E;--snello-green: #3E5D35;--snello-green-light: #E8F2E3;--snello-bg: #F9F6F2;--snello-accent: #D9B17A;--snello-text: #2B2B2B;--snello-text-muted: #777777;--snello-border: #EDE8E0;--snello-white: #FFFFFF;--snello-dark: #1E1E1E;--snello-dark-2: #111111;--snello-aglan-bg: #1C1208;--font-body: "Tajawal", Arial, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 999px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--snello-bg);color:var(--snello-text);direction:rtl;margin:0;padding:0;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.snello-section{padding:56px 20px}.snello-section--alt{background:var(--snello-white);padding:56px 20px}.snello-section--dark{background:var(--snello-text);padding:56px 20px}.snello-container{max-width:1200px;margin:0 auto}.snello-sec-header{text-align:center;margin-bottom:36px}.snello-sec-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--snello-orange);margin-bottom:8px;text-transform:uppercase}.snello-sec-title{font-size:clamp(22px,4vw,32px);font-weight:800;color:var(--snello-text);margin:0 0 8px;line-height:1.25}.snello-sec-title--white{color:#fff}.snello-sec-sub{font-size:14px;color:var(--snello-text-muted);line-height:1.7;max-width:520px;margin:0 auto}.snello-sec-sub--white{color:#ffffffa6}.snello-sec-line{width:40px;height:3px;background:var(--snello-orange);border-radius:2px;margin:12px auto 0}.snello-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:14px;padding:12px 28px;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.snello-btn--primary{background:var(--snello-orange);color:#fff}.snello-btn--primary:hover{background:var(--snello-orange-dark)}.snello-btn--dark{background:var(--snello-text);color:#fff}.snello-btn--dark:hover{background:#3a3a3a}.snello-btn--outline{background:transparent;color:var(--snello-orange);border:1.5px solid var(--snello-orange)}.snello-btn--outline:hover{background:var(--snello-orange-light)}.snello-btn--ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}.snello-btn--ghost:hover{background:#ffffff1a}.snello-btn--green{background:var(--snello-green);color:#fff}.snello-btn--full{width:100%}.snello-btn--lg{font-size:16px;padding:15px 32px;border-radius:var(--radius-lg)}.snello-prod-card{background:var(--snello-white);border-radius:var(--radius-lg);border:.5px solid var(--snello-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.snello-prod-card:hover{box-shadow:var(--shadow-md)}.snello-prod-card__img{position:relative;overflow:hidden}.snello-prod-card__img img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .3s ease}.snello-prod-card:hover .snello-prod-card__img img{transform:scale(1.03)}.snello-prod-card__badge{position:absolute;top:12px;right:12px;background:var(--snello-orange);color:#fff;font-size:10px;font-weight:700;padding:4px 11px;border-radius:var(--radius-pill)}.snello-prod-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.snello-prod-card__cat{font-size:10px;font-weight:700;letter-spacing:.07em;color:var(--snello-orange);margin-bottom:4px}.snello-prod-card__name{font-size:16px;font-weight:800;color:var(--snello-text);margin-bottom:6px}.snello-prod-card__desc{font-size:12px;color:var(--snello-text-muted);line-height:1.6;margin-bottom:12px;flex:1}.snello-prod-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.snello-tag{font-size:10px;font-weight:600;padding:4px 10px;border-radius:var(--radius-pill);background:var(--snello-orange-light);color:#855a2a}.snello-tag--green{background:var(--snello-green-light);color:#2e5428}.snello-prod-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:.5px solid var(--snello-border);margin-top:auto}.snello-price{font-size:19px;font-weight:800;color:var(--snello-orange)}.snello-trust-bar{background:var(--snello-white);border-bottom:.5px solid var(--snello-border);display:flex;justify-content:center;gap:0}.snello-trust-bar__item{display:flex;align-items:center;gap:8px;padding:14px 24px;border-left:.5px solid var(--snello-border);font-size:12px;font-weight:600;color:var(--snello-text)}.snello-trust-bar__item:last-child{border-left:none}.snello-trust-bar__icon{font-size:18px;color:var(--snello-green)}.snello-sticky{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--snello-white);border-top:.5px solid var(--snello-border);padding:12px 16px;display:flex;gap:10px;box-shadow:0 -4px 20px #00000014}.snello-sticky__cart{width:48px;height:48px;border-radius:var(--radius-md);background:var(--snello-orange-light);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.snello-faq__item{border-bottom:.5px solid var(--snello-border)}.snello-faq__question{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 0;cursor:pointer;font-size:14px;font-weight:600;color:var(--snello-text)}.snello-faq__icon{width:28px;height:28px;border-radius:50%;background:var(--snello-orange-light);color:var(--snello-orange);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;transition:transform .2s}.snello-faq__item.open .snello-faq__icon{transform:rotate(45deg)}.snello-faq__answer{display:none;font-size:13px;color:var(--snello-text-muted);line-height:1.7;padding-bottom:16px}.snello-faq__item.open .snello-faq__answer{display:block}.snello-review-card{background:var(--snello-white);border-radius:var(--radius-lg);border:.5px solid var(--snello-border);padding:20px}.snello-review-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.snello-review-card__name{font-size:14px;font-weight:700}.snello-review-card__date{font-size:11px;color:#aaa}.snello-review-card__stars{color:var(--snello-orange);font-size:14px;margin-bottom:8px}.snello-review-card__text{font-size:13px;color:#555;line-height:1.7}.snello-review-card__product{margin-top:12px;display:inline-block;background:var(--snello-orange-light);color:#855a2a;font-size:10px;font-weight:700;padding:4px 12px;border-radius:var(--radius-pill)}.snello-steps{display:flex;flex-direction:column;gap:0}.snello-step{display:flex;gap:16px;align-items:flex-start}.snello-step__left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.snello-step__num{width:40px;height:40px;border-radius:50%;background:var(--snello-orange);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center}.snello-step__num--green{background:var(--snello-green)}.snello-step__line{width:2px;flex:1;min-height:32px;background:var(--snello-border);margin:4px 0}.snello-step__right{padding-top:8px;padding-bottom:28px;flex:1}.snello-step__title{font-size:14px;font-weight:800;margin-bottom:4px}.snello-step__desc{font-size:12px;color:var(--snello-text-muted);line-height:1.65}.snello-bundle{background:var(--snello-white);border-radius:var(--radius-lg);border:.5px solid var(--snello-border);padding:20px;position:relative;transition:box-shadow .2s}.snello-bundle:hover{box-shadow:var(--shadow-md)}.snello-bundle--featured{border:1.5px solid var(--snello-orange)}.snello-bundle__badge{position:absolute;top:-12px;right:20px;background:var(--snello-orange);color:#fff;font-size:10px;font-weight:800;padding:4px 14px;border-radius:var(--radius-pill)}.snello-bundle__name{font-size:17px;font-weight:800;margin-bottom:4px}.snello-bundle__duration{font-size:12px;color:var(--snello-orange);font-weight:700;margin-bottom:12px}.snello-bundle__items{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.snello-bundle__item{display:flex;align-items:center;gap:6px;background:var(--snello-bg);border:.5px solid var(--snello-border);border-radius:var(--radius-sm);padding:5px 10px;font-size:11px;font-weight:500}.snello-bundle__item img{width:22px;height:22px;object-fit:cover;border-radius:4px}.snello-bundle__desc{font-size:12px;color:var(--snello-text-muted);line-height:1.65;margin-bottom:16px}.snello-bundle__footer{display:flex;justify-content:space-between;align-items:center}.snello-bundle__price{font-size:22px;font-weight:800;color:var(--snello-orange)}.snello-deep-card{background:var(--snello-white);border-radius:var(--radius-lg);border:.5px solid var(--snello-border);padding:22px}.snello-deep-card__header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.snello-deep-card__img{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--snello-bg)}.snello-deep-card__img img{width:100%;height:100%;object-fit:cover}.snello-deep-card__label{display:inline-flex;align-items:center;gap:5px;background:var(--snello-orange-light);color:#855a2a;font-size:10px;font-weight:700;letter-spacing:.07em;padding:4px 12px;border-radius:var(--radius-pill);margin-bottom:5px}.snello-deep-card__label--green{background:var(--snello-green-light);color:#2e5428}.snello-deep-card__title{font-size:16px;font-weight:800;color:var(--snello-text);margin:0}.snello-deep-card__sub{font-size:12px;color:var(--snello-text-muted);line-height:1.65;margin-bottom:14px}.snello-deep-card__benefits{list-style:none;padding:0;margin:0 0 14px}.snello-deep-card__benefit{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#555;padding:6px 0;border-bottom:.5px solid var(--snello-orange-light);line-height:1.5}.snello-deep-card__benefit:last-child{border-bottom:none}.snello-check{width:16px;height:16px;border-radius:50%;background:var(--snello-green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;color:var(--snello-green);margin-top:1px}.snello-deep-card__usage{background:var(--snello-bg);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:14px;display:flex;align-items:center;gap:10px;font-size:12px;color:#555;line-height:1.55}.snello-aglan-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.snello-astat{background:#ffffff0d;border:.5px solid rgba(217,177,122,.2);border-radius:var(--radius-md);padding:16px 12px;text-align:center}.snello-astat__num{font-size:clamp(24px,4vw,32px);font-weight:800;color:var(--snello-accent);line-height:1;margin-bottom:6px}.snello-astat__label{font-size:12px;color:#ffffff80;line-height:1.4}.snello-scroll-strip{display:flex;gap:14px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--snello-orange) var(--snello-border)}.snello-scroll-strip::-webkit-scrollbar{height:3px}.snello-scroll-strip::-webkit-scrollbar-track{background:var(--snello-border);border-radius:2px}.snello-scroll-strip::-webkit-scrollbar-thumb{background:var(--snello-orange);border-radius:2px}.snello-scroll-strip>*{scroll-snap-align:start;flex-shrink:0}.snello-scroll-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.snello-scroll-dot{width:7px;height:7px;border-radius:50%;background:var(--snello-border);border:none;cursor:pointer;padding:0;transition:all .2s}.snello-scroll-dot.active{background:var(--snello-orange);width:18px;border-radius:4px}.snello-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.snello-why-card{background:var(--snello-bg);border-radius:var(--radius-lg);border:.5px solid var(--snello-border);padding:20px 14px;text-align:center}.snello-why-card__icon{font-size:28px;margin-bottom:10px}.snello-why-card__title{font-size:13px;font-weight:700;margin-bottom:5px;line-height:1.4}.snello-why-card__desc{font-size:11px;color:var(--snello-text-muted);line-height:1.55}@media(min-width:768px){.snello-section,.snello-section--alt,.snello-section--dark{padding:80px 32px}.snello-why-grid,.snello-aglan-stats{grid-template-columns:repeat(4,1fr)}.snello-scroll-strip{flex-wrap:wrap;overflow-x:visible}.snello-scroll-strip .snello-prod-card{flex:1;min-width:0}.snello-scroll-dots{display:none}.snello-bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.snello-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.snello-deep-grid,.snello-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.snello-trust-bar__item{padding:16px 32px;font-size:13px}}.snello-product{padding:24px 20px 80px}.snello-product__breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:var(--snello-text-muted);font-size:12px;margin-bottom:24px}.snello-product__breadcrumb span:last-child{color:var(--snello-orange);font-weight:700}.snello-product__hero{display:grid;gap:32px;align-items:start}.snello-product__gallery{background:linear-gradient(135deg,var(--snello-orange-light),rgba(217,177,122,.14));border-radius:var(--radius-xl);padding:18px}.snello-product__main-image{background:#fff;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1}.snello-product__main-image img,.snello-product__placeholder{width:100%;height:100%;object-fit:contain}.snello-product__thumbs{display:flex;gap:10px;overflow-x:auto;margin-top:14px}.snello-product__thumb{width:68px;height:68px;flex:0 0 68px;padding:3px;border:2px solid transparent;border-radius:var(--radius-md);background:#fff;cursor:pointer}.snello-product__thumb.is-active{border-color:var(--snello-orange)}.snello-product__thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}.snello-product__info{display:flex;flex-direction:column;gap:14px}.snello-product__badges{display:flex;flex-wrap:wrap;gap:8px}.snello-product__badge{background:var(--snello-orange-light);color:#855a2a;border-radius:var(--radius-pill);padding:5px 12px;font-size:11px;font-weight:700}.snello-product__badge--green{background:var(--snello-green-light);color:var(--snello-green)}.snello-product__type{margin:0;color:var(--snello-orange);font-size:11px;font-weight:700;text-transform:uppercase}.snello-product__title{margin:0;font-size:clamp(28px,5vw,42px);line-height:1.2}.snello-product__subtitle{margin:0;color:var(--snello-text-muted);line-height:1.8;font-size:15px}.snello-product__rating{display:flex;align-items:center;gap:8px}.snello-product__rating span{color:#f5a623;letter-spacing:2px}.snello-product__rating small{color:var(--snello-text-muted)}.snello-product__price{display:flex;align-items:center;gap:12px;color:var(--snello-orange);font-size:30px;font-weight:800}.snello-product__price s{color:#aaa;font-size:17px;font-weight:400}.snello-product__form{display:flex;flex-direction:column;gap:12px}.snello-product__label{display:block;font-size:12px;color:var(--snello-text-muted);margin-bottom:6px}.snello-product__select{width:100%;border:1px solid var(--snello-border);border-radius:var(--radius-md);background:#fff;padding:13px;font:inherit}.snello-product__quantity{display:flex;border:1px solid var(--snello-border);border-radius:var(--radius-md);overflow:hidden;width:130px}.snello-product__quantity button{width:40px;border:0;background:var(--snello-orange-light);cursor:pointer;font-size:18px}.snello-product__quantity input{width:50px;border:0;text-align:center;font:inherit;-moz-appearance:textfield}.snello-product__quantity input::-webkit-outer-spin-button,.snello-product__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.snello-product__dynamic-checkout .shopify-payment-button__button{border-radius:var(--radius-lg);min-height:52px;font-family:var(--font-body)}.snello-product__trust{display:flex;flex-wrap:wrap;gap:10px 18px;border-top:1px solid var(--snello-border);padding-top:14px;color:var(--snello-text-muted);font-size:11px}.snello-product-panel{padding:64px 0}.snello-product-panel--white{background:#fff;margin-inline:-20px;padding-inline:20px}.snello-product-grid{display:grid;gap:14px}.snello-product-card,.snello-product-ingredient{background:var(--snello-bg);border:1px solid var(--snello-border);border-radius:var(--radius-lg);padding:20px;text-align:center}.snello-product-card__icon{display:block;font-size:28px;margin-bottom:10px}.snello-product-card h3,.snello-product-ingredient h3,.snello-product-step h3{font-size:15px;margin:0 0 6px}.snello-product-card p,.snello-product-ingredient p,.snello-product-step p{color:var(--snello-text-muted);font-size:12px;line-height:1.7;margin:0}.snello-product-steps{display:grid;gap:12px}.snello-product-step{text-align:center;padding:16px}.snello-product-step>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:var(--snello-orange);color:#fff;font-weight:800;font-size:18px}.snello-product-step:nth-child(2n)>span{background:var(--snello-green)}.snello-product-audience{display:flex;align-items:center;gap:12px;background:var(--snello-bg);border:1px solid var(--snello-border);border-radius:var(--radius-md);padding:16px}.snello-product-audience>span{font-size:24px}.snello-product-audience p{margin:0;color:#555;line-height:1.6;font-size:13px}.snello-product-usage{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.snello-product-usage>div{background:#fff;border:1px solid var(--snello-border);border-radius:var(--radius-md);padding:18px;text-align:center}.snello-product-usage strong{display:block;color:var(--snello-orange);font-size:24px}.snello-product-usage span{color:var(--snello-text-muted);font-size:11px}.snello-product__note{max-width:720px;margin:20px auto 0;text-align:center;color:var(--snello-text-muted);line-height:1.8}.snello-product-description{max-width:850px}.snello-product-description .rte{line-height:1.9;color:#555}.snello-product-faq{max-width:850px}.snello-product-faq details{border-bottom:1px solid var(--snello-border)}.snello-product-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:18px 0;font-weight:700}.snello-product-faq summary::-webkit-details-marker{display:none}.snello-product-faq summary span{color:var(--snello-orange);font-size:20px;transition:transform .2s}.snello-product-faq details[open] summary span{transform:rotate(45deg)}.snello-product-faq details>div{color:var(--snello-text-muted);line-height:1.8;padding:0 0 18px}.snello-product-related{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--snello-border);border-radius:var(--radius-lg);padding:14px}.snello-product-related img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius-md)}.snello-product-related h3{margin:0 0 5px;font-size:15px}.snello-product-related p{margin:0 0 8px;color:var(--snello-text-muted);font-size:11px;line-height:1.5}.snello-product-related strong{color:var(--snello-orange)}.snello-product-sticky{position:fixed;z-index:100;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--snello-text);color:#fff;padding:10px 16px;box-shadow:0 -4px 20px #00000026}.snello-product-sticky span{display:block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.snello-product-sticky strong{display:block;color:var(--snello-accent);margin-top:2px}.snello-product-sticky button{border:0;border-radius:var(--radius-md);background:var(--snello-orange);color:#fff;padding:11px 20px;font:700 13px var(--font-body);cursor:pointer}@media(min-width:768px){.snello-product{padding:40px 32px 0}.snello-product__hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:56px}.snello-product-panel--white{margin-inline:-32px;padding-inline:32px}.snello-product-grid--2{grid-template-columns:repeat(2,1fr)}.snello-product-grid--3{grid-template-columns:repeat(3,1fr)}.snello-product-grid--4,.snello-product-steps{grid-template-columns:repeat(4,1fr)}.snello-product-usage{grid-template-columns:repeat(3,1fr);max-width:720px;margin:0 auto}.snello-product-sticky{display:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/snello-base.css.map */
