@import"https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--rb-bg: #F6F4EF;--rb-surface: #E3DED4;--rb-text: #232323;--rb-accent: #5F6B60;--rb-secondary: #A89A86;--rb-text-muted: #5A5852;--rb-border: #D6CFC2;--rb-accent-ink: #FFFFFF;--rb-accent-hover: #4E594F;--rb-surface-2: #EDE9E1;--rb-success: #5F6B60;--rb-font-display: "Cormorant", Georgia, "Times New Roman", serif;--rb-font-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--rb-fw-light: 300;--rb-fw-body: 400;--rb-fw-medium: 500;--rb-fw-semi: 600;--rb-fw-bold: 700;--rb-lh-tight: 1.12;--rb-lh-snug: 1.3;--rb-lh-body: 1.6;--rb-tracking-display: -.01em;--rb-tracking-eyebrow: .18em;--rb-text-xs: .75rem;--rb-text-sm: .8125rem;--rb-text-base: clamp(.9375rem, .9rem + .2vw, 1rem);--rb-text-lg: clamp(1.0625rem, 1rem + .3vw, 1.1875rem);--rb-h4: clamp(1.125rem, 1.05rem + .4vw, 1.375rem);--rb-h3: clamp(1.375rem, 1.2rem + .9vw, 1.875rem);--rb-h2: clamp(1.75rem, 1.4rem + 1.8vw, 2.75rem);--rb-h1: clamp(2.25rem, 1.7rem + 2.8vw, 4rem);--rb-display: clamp(2.75rem, 1.9rem + 4.2vw, 5.5rem);--rb-space-0: 0;--rb-space-1: .25rem;--rb-space-2: .5rem;--rb-space-3: .75rem;--rb-space-4: 1rem;--rb-space-5: 1.5rem;--rb-space-6: 2rem;--rb-space-7: 3rem;--rb-space-8: 4rem;--rb-space-9: 6rem;--rb-section-y: clamp(2.5rem, 1.5rem + 5vw, 6rem);--rb-gutter: clamp(1rem, .5rem + 3vw, 2.5rem);--rb-maxw: 1320px;--rb-maxw-prose: 68ch;--rb-radius-xs: 2px;--rb-radius-sm: 4px;--rb-radius-md: 8px;--rb-radius-lg: 14px;--rb-radius-pill: 999px;--rb-shadow-sm: 0 1px 2px rgba(35,35,35,.05);--rb-shadow-md: 0 4px 16px rgba(35,35,35,.08);--rb-shadow-lg: 0 12px 36px rgba(35,35,35,.12);--rb-shadow-focus: 0 0 0 3px rgba(95,107,96,.35);--rb-dur-fast: .14s;--rb-dur-base: .24s;--rb-dur-slow: .42s;--rb-ease: cubic-bezier(.22, .61, .36, 1);--rb-ease-inout: cubic-bezier(.65, 0, .35, 1);--rb-z-base: 1;--rb-z-nav: 100;--rb-z-overlay: 1000}@media(prefers-reduced-motion:reduce){:root{--rb-dur-fast: .01ms;--rb-dur-base: .01ms;--rb-dur-slow: .01ms}.rb-btn,.rb-card,.rb-pill{transition:none!important}}.rb-section{background:var(--rb-bg);color:var(--rb-text);padding-block:var(--rb-section-y);padding-inline:var(--rb-gutter);font-family:var(--rb-font-body);font-size:var(--rb-text-base);line-height:var(--rb-lh-body)}.rb-section--surface{background:var(--rb-surface)}.rb-section__inner{max-width:var(--rb-maxw);margin-inline:auto}.rb-display,.rb-h1,.rb-h2,.rb-h3{font-family:var(--rb-font-display);font-weight:var(--rb-fw-medium);line-height:var(--rb-lh-snug);letter-spacing:var(--rb-tracking-display);color:var(--rb-text);margin:0 0 var(--rb-space-4)}.rb-display{font-size:var(--rb-display);line-height:var(--rb-lh-tight);font-weight:var(--rb-fw-light)}.rb-h1{font-size:var(--rb-h1);line-height:var(--rb-lh-tight)}.rb-h2{font-size:var(--rb-h2)}.rb-h3{font-size:var(--rb-h3)}.rb-eyebrow{font-family:var(--rb-font-body);font-size:var(--rb-text-sm);font-weight:var(--rb-fw-semi);letter-spacing:var(--rb-tracking-eyebrow);text-transform:uppercase;color:var(--rb-accent);margin:0 0 var(--rb-space-3)}.rb-lead{font-size:var(--rb-text-lg);color:var(--rb-text-muted);max-width:var(--rb-maxw-prose)}.rb-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--rb-space-2);font-family:var(--rb-font-body);font-size:var(--rb-text-sm);font-weight:var(--rb-fw-semi);letter-spacing:.06em;text-transform:uppercase;padding:var(--rb-space-3) var(--rb-space-6);min-height:48px;border:1px solid var(--rb-accent);border-radius:var(--rb-radius-sm);background:var(--rb-accent);color:var(--rb-accent-ink);cursor:pointer;text-decoration:none;transition:background var(--rb-dur-base) var(--rb-ease),border-color var(--rb-dur-base) var(--rb-ease),transform var(--rb-dur-fast) var(--rb-ease)}.rb-btn:hover{background:var(--rb-accent-hover);border-color:var(--rb-accent-hover)}.rb-btn:active{transform:translateY(1px)}.rb-btn:focus-visible{outline:none;box-shadow:var(--rb-shadow-focus)}.rb-btn--secondary{background:transparent;color:var(--rb-text);border-color:var(--rb-secondary)}.rb-btn--secondary:hover{background:var(--rb-surface);border-color:var(--rb-text)}.rb-btn--block{width:100%}.rb-card{background:var(--rb-surface-2);border:1px solid var(--rb-border);border-radius:var(--rb-radius-lg);padding:var(--rb-space-5);box-shadow:var(--rb-shadow-sm);transition:box-shadow var(--rb-dur-base) var(--rb-ease),transform var(--rb-dur-base) var(--rb-ease)}.rb-card:hover{box-shadow:var(--rb-shadow-md);transform:translateY(-2px)}.rb-card--flat{box-shadow:none}.rb-card--flat:hover{transform:none}.rb-pill{display:inline-flex;align-items:center;gap:var(--rb-space-1);font-family:var(--rb-font-body);font-size:var(--rb-text-xs);font-weight:var(--rb-fw-medium);letter-spacing:.04em;text-transform:uppercase;padding:var(--rb-space-1) var(--rb-space-3);border-radius:var(--rb-radius-pill);background:var(--rb-surface);color:var(--rb-text);border:1px solid var(--rb-border)}.rb-pill--accent{background:var(--rb-accent);color:var(--rb-accent-ink);border-color:var(--rb-accent)}.rb-pill--stone{background:var(--rb-secondary);color:#fff;border-color:var(--rb-secondary)}.jdgm-star,.jdgm-star.jdgm--on,.jdgm--star.jdgm--on,.jdgm-prev-badge__stars .jdgm-star.jdgm--on,.jdgm-histogram__star .jdgm-star,.jdgm-star.jdgm--half,.jdgm--star.jdgm--half{color:#c9a24b!important}.jdgm-star.jdgm--off,.jdgm--star.jdgm--off{color:var(--rb-secondary)!important}.jdgm-histogram__frequency{color:#5a5852!important}.jdgm-rev__buyer-badge,.jdgm-verified-badge,.jdgm-rev__buyer-badge-icon,.jdgm-rev__buyer-badge-text,.product__price--sale .green,.cart__discount,.cart-discount,.order-discount,.cart__subtotal-discount,[class*=discount] .money.green,.ek-indirim,.savings-amount{color:var(--rb-accent)!important}.text-success,.color-success,span.green:not(.jdgm-star){color:var(--rb-accent)!important}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{background:var(--rb-bg)!important;border:1.5px solid var(--rb-accent)!important;color:var(--rb-text)!important;box-shadow:none!important}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{background:var(--rb-surface)!important;border-color:var(--rb-accent-hover)!important}.shopify-payment-button__more-options{color:var(--rb-accent)!important}.slick-dots li button,.product-single__thumbnails .slick-dots button,ul.slick-dots button{padding:17px!important;margin:-17px!important}.cart__remove,a.cart__remove,.cart-remove,a[href*="/cart/change"][data-cart-remove]{display:inline-flex;align-items:center;min-height:44px;padding:13px 8px;margin:-13px -8px}html #CartDrawer .cd-totals,html #CartDrawer .snug-footer,html [data-cart-drawer-footer],body #CartDrawer .cd-totals,body #CartDrawer .snug-footer,body [data-cart-drawer-footer]{border-top-color:var(--rb-accent)!important}html #CartDrawer .cd-checkout-btn,html .cd-checkout-btn,html #CartDrawer [name=checkout],html [name=checkout],body .cd-checkout-btn,body [name=checkout]{background-color:var(--rb-accent)!important;color:var(--rb-accent-ink)!important}html #CartDrawer .cd-checkout-btn:hover,html .cd-checkout-btn:hover,html #CartDrawer [name=checkout]:hover,html [name=checkout]:hover{background-color:var(--rb-accent-hover)!important;color:var(--rb-accent-ink)!important}[style*="color: #008000"],[style*="color:#008000"],[style*="color: rgb(0, 128, 0)"],.jdgm-rev__buyer-badge--green,.jdgm-verified-badge--green,.verified-purchase.green,.discount-text.green,.savings.green{color:var(--rb-accent)!important}.price__badge--save,.price__badge--save .net,.price--save-wrapper .price__badge--save,dl.price--on-sale .price__badge--save,.price__badge--save svg,.price__badge--save svg path{color:var(--rb-accent)!important;fill:var(--rb-accent)!important}.price__badge--save[style*="008000"],.price__badge--save[style*="0, 128, 0"]{color:var(--rb-accent)!important}.price__badge--save,.price__badge--save .net,.price--save-wrapper .price__badge--save,.price__badge--save svg,.price__badge--save svg path{color:var(--rb-accent)!important;fill:var(--rb-accent)!important}.price-item--sale,.price__sale .price-item--sale,.grid-view-item__meta .price-item--sale,span.price-item--sale,.price-item--sale .money,.price-item.price-item--sale,dl.price--on-sale .price-item--sale,.price--on-sale .price-item--sale .money,.price--sold-out.price--on-sale .price-item--sale{color:var(--rb-text)!important}:root{--font-stack-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-stack-header: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--rb-font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html body,body button,body input,body select,body textarea,body .h1,body h1,body .h2,body h2,body .h3,body h3,body .h4,body h4,body .h5,body h5,body .h6,body h6,body p,body a,body li,body .site-nav__link,body .site-nav a,body .grid-view-item__title,body .product-card__title,body .product-single__title,body .btn,body .site-footer,body .site-footer p{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important}.wishit-marquee-wrapper,.wishit-marquee,.wishit-marquee p,.wishit-marquee p a,.wishit-marquee1 p,.wishit-marquee2 p,[id^=shopify-section-wishit_marquee] .wishit-marquee p,[id^=shopify-section-wishit_marquee] .wishit-marquee p a,[id*=wishit_marquee] .wishit-marquee p,[id*=wishit_marquee] .wishit-marquee p a,#shopify-section-wishit_marquee_Hk8mpe .wishit-marquee p,#shopify-section-wishit_marquee_Hk8mpe .wishit-marquee p a,#shopify-section-wishit_marquee_Hk8mpe.shopify-section .wishit-marquee p,body #shopify-section-wishit_marquee_Hk8mpe .wishit-marquee p{color:var(--rb-accent)!important}.grid-view-item:has(.price__badge--save) .product__badge,.product-save--badge:has(.price__badge--save) .product__badge{display:none!important}html body .grid-view-item .product__badge,html body .product-save--badge .product__badge{top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;z-index:4!important;margin:0!important}html body .grid-view-item .product__badge p,html body .product-save--badge .product__badge p{font-size:10px!important;line-height:1!important;margin:0!important;padding:4px 9px!important;border-radius:999px!important;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap!important;background:var(--rb-accent,#5F6B60)!important;color:#fff!important}html body .grid-view-item .price__badge--save,html body .product-save--badge .price__badge--save,html body .price__badge--save{top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;background:var(--rb-accent,#5F6B60)!important;padding:4px 9px!important;border-radius:999px!important;font-size:10px!important;font-weight:700!important;line-height:1!important;letter-spacing:.03em;white-space:nowrap!important;z-index:4!important;width:auto!important;max-width:none!important;height:auto!important;overflow:visible!important;display:inline-flex!important;align-items:center;gap:4px!important}html body .price__badge--save svg{display:none!important}html body .price__badge--save>*{white-space:nowrap!important}html body .grid-view-item .price__badge--save,html body .price__badge--save,html body .price__badge--save *,html body .price__badge--save .net,html body .price__badge--save span{color:#fff!important;fill:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/166/assets/rebuild-tokens.css.map */
