html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::selection{background-color:#ff6b3533;color:var(--color-foreground-heading)}.button{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;letter-spacing:.02em}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 20%),transparent);transition:left .5s ease}.button:hover:before{left:100%}.add-to-cart-button{box-shadow:0 4px 14px #ff6b3540}.add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3559}.product-meta__paket-ici-adet{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgb(var(--color-foreground-rgb) / 12%);background:linear-gradient(135deg,rgb(var(--color-background-rgb) / 92%),rgb(var(--color-background-rgb)));font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground-rgb));box-shadow:0 6px 16px #00000014}.product-meta__paket-ici-label{font-weight:500;color:rgb(var(--color-foreground-rgb) / 70%);letter-spacing:.01em}.product-meta__paket-ici-value{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:2px 8px;border-radius:999px;background:rgb(var(--color-foreground-rgb));color:rgb(var(--color-background-rgb));font-size:.8125rem;letter-spacing:.03em}.order-quantity{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:14px;border:1px solid rgb(var(--color-foreground-rgb) / 10%);background:linear-gradient(180deg,rgb(var(--color-background-rgb) / 96%),rgb(var(--color-background-rgb)));box-shadow:0 10px 22px #0000000f}.order-quantity__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.order-quantity__label{font-weight:600;letter-spacing:.01em}.order-quantity__unit{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;background:rgb(var(--color-foreground-rgb));color:rgb(var(--color-background-rgb));font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.order-quantity__pack-info{font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / 75%)}.order-quantity__pack-qty,.order-quantity__total-pcs{font-weight:700;color:rgb(var(--color-foreground-rgb));transition:transform .15s ease;display:inline-block}.order-quantity__selector{gap:8px}.product-card{transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover){.product-card:hover{box-shadow:0 12px 40px #0000001f}.product-card:hover .product-card__image img{transform:scale(1.05)}}.product-card__image{overflow:hidden;border-radius:var(--product-corner-radius, 8px)}.product-card__image img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.quick-add-button{opacity:0;transform:translateY(10px);transition:all .3s ease}.product-card:hover .quick-add-button{opacity:1;transform:translateY(0)}.badge--sale{animation:subtle-pulse 2s ease-in-out infinite}@keyframes subtle-pulse{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 0 8px #e5393500}}.collection-card{border-radius:var(--card-corner-radius, 12px);overflow:hidden}.collection-card__image{transition:transform .6s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.collection-card:hover .collection-card__image{transform:scale(1.08)}}.hero{position:relative}.hero__content{position:relative;z-index:2}.hero:after{pointer-events:none}.hero h1,.hero h2{animation:fade-up .8s ease-out}.hero p{animation:fade-up .8s ease-out .1s both}.hero .button{animation:fade-up .8s ease-out .2s both}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cart-drawer{box-shadow:-8px 0 30px #00000026}.cart-items__table-row{transition:background-color .2s ease}.cart-items__table-row:hover{background-color:#00000005}input:not([type=checkbox]):not([type=radio]),textarea,select{transition:border-color .2s ease,box-shadow .2s ease}input:not([type=checkbox]):not([type=radio]):focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #ff6b3526;outline:none}.variant-swatch{transition:transform .2s ease,box-shadow .2s ease}.variant-swatch:hover{transform:scale(1.1)}.variant-swatch--selected{box-shadow:0 0 0 2px var(--color-background),0 0 0 4px var(--color-primary)}.sticky-add-to-cart__bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px #0000001a}.loading-overlay{background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.skeleton{background:linear-gradient(90deg,var(--color-background) 25%,rgb(0 0 0 / 5%) 50%,var(--color-background) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 0}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;text-align:center}.trust-badge__icon{width:48px;height:48px;color:var(--color-primary)}.trust-badge__title{font-weight:600;font-size:.875rem;color:var(--color-foreground-heading)}.trust-badge__text{font-size:.75rem;color:var(--color-foreground);opacity:.8}.stock-indicator{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.stock-indicator--low{color:#e53935}.stock-indicator--low:before{content:"";width:8px;height:8px;background:#e53935;border-radius:50%;animation:blink 1s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}footer{position:relative}.footer-content{position:relative;z-index:1}.newsletter-form input[type=email]{padding-right:120px}.newsletter-form .button{position:absolute;right:4px;top:50%;transform:translateY(-50%)}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.skip-to-content-link:focus{clip:auto;clip-path:none;height:auto;width:auto;position:fixed;top:10px;left:10px;z-index:9999;padding:1rem 2rem;background:var(--color-background);border:2px solid var(--color-primary);border-radius:8px}@media screen and (max-width:749px){.button{min-height:48px;padding-inline:1.5rem}.section{padding-block:2rem}.product-card{margin-bottom:1rem}.trust-badges{flex-direction:column;gap:.5rem}.trust-badge{flex-direction:row;text-align:left;padding:.75rem 1rem}.trust-badge__icon{width:36px;height:36px}}.product-details .group-block{gap:var(--gap, 16px)}.product-information__grid{align-items:start}@media screen and (min-width:750px){.product-information .product-information__grid{max-width:1160px;width:100%;justify-self:center}}.product-details h1{font-weight:700;letter-spacing:-.02em;line-height:1.2}.product-details .price{font-weight:600}.product-details .price .compare-at-price{opacity:.5;text-decoration:line-through}.product-details .sku{font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .6)}.product-details .sku__label{font-weight:500;margin-right:4px}product-card .sku__label{display:none}.product-details .product-inventory{padding-block:2px}.product-details .product-inventory__status{font-size:.8125rem;font-weight:500}.product-details .details{border-color:#00000014}.product-details .details__header{padding-block:12px;font-size:.875rem;font-weight:600;letter-spacing:.01em}.product-details .details-content{font-size:.875rem;line-height:1.65;color:rgb(var(--color-foreground-rgb) / .75)}.product-details .details-content p{margin:0}.product-details .variant-picker__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-block-end:6px}.product-details{--variant-picker-swatch-width: 24px;--variant-picker-swatch-height: 24px;--variant-picker-swatch-radius: 4px}.product-details .variant-option+.variant-option{margin-top:10px}.product-details .variant-option--buttons{position:relative;padding-left:var(--variant-label-column, 110px);align-items:flex-start;gap:6px}.product-details .variant-option--buttons legend{position:absolute;left:0;top:2px;width:var(--variant-label-column, 110px);margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground-rgb) / 70%)}.product-details .variant-option__button-label{font-size:.8125rem;min-width:auto}@media screen and (max-width:749px){.product-details .variant-option--buttons{padding-left:0}.product-details .variant-option--buttons legend{position:static;width:auto;margin-block-end:6px}}.product-details .buy-buttons .button{font-size:.9375rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;min-height:50px}@media screen and (min-width:750px){.product-information .product-media-container.constrain-height{--viewport-offset: 300px;--constrained-min-height: 380px}}.product-information__media{border-radius:8px;overflow:hidden}.slideshow-controls__thumbnails .slideshow-control{border-radius:6px;transition:opacity .2s ease,border-color .2s ease}.slideshow-controls__thumbnails .slideshow-control:hover{opacity:.85}.slideshow-controls__thumbnails .slideshow-control[aria-current=true]{border-color:var(--color-foreground)}.product-recommendations h3{font-weight:700;letter-spacing:-.01em}@media(min-width:750px){.product-recommendations .section.section--page-width{max-width:1160px;margin-left:auto;margin-right:auto}}.product-recommendations .product-card{--product-card-gap: 6px}.product-recommendations .product-card__figure{max-height:260px;overflow:hidden}.product-recommendations .product-card__figure img{object-fit:cover;width:100%;height:100%}.product-recommendations .product-card__title,.product-recommendations .product-card__price{font-size:.8125rem!important}@media(max-width:749px){.product-recommendations .product-card__figure{max-height:200px}}.announcement-bar__text{gap:.3em}[data-color-scheme=scheme-5] .footer a:hover{color:#ff6b35}.main-collection .product-card{transition:transform .3s ease,box-shadow .3s ease}.main-collection .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}@media print{.header,.footer,.cart-drawer,.quick-add-modal,.sticky-add-to-cart{display:none!important}.product-card{break-inside:avoid;page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/custom-enhancements.css.map */
