:root{--brand-navy:#1C1A1E;--brand-blue:#E11D2A;--brand-red:#E11D2A;--brand-charcoal:#1C1A1E;--brand-gold:#D4A23A;--brand-cream:#F4EDE1;--brand-gray-50:#f9fafb;--brand-gray-100:#f3f4f6;--brand-gray-200:#e5e7eb;--brand-gray-500:#6b7280;--brand-gray-700:#374151;--brand-gray-800:#1f2937;--brand-gray-900:#111827;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, .1);--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out}.cv-font-inter{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cv-heading-xl{font-size:clamp(2rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.cv-heading-lg{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}.cv-heading-md{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;line-height:1.3}.cv-text-base{font-size:1rem;line-height:1.5}.cv-text-sm{font-size:.875rem;line-height:1.5}.cv-text-xs{font-size:.75rem;line-height:1.4}.text-brand-navy{color:var(--brand-navy)!important}.text-brand-blue{color:var(--brand-blue)!important}.bg-brand-navy{background-color:var(--brand-navy)!important}.bg-brand-blue{background-color:var(--brand-blue)!important}.border-brand-navy{border-color:var(--brand-navy)!important}.border-brand-blue{border-color:var(--brand-blue)!important}.cv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.125rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast);cursor:pointer;border:2px solid transparent;text-decoration:none}.cv-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.cv-btn:active{transform:translateY(0)}.cv-btn-primary{background-color:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.cv-btn-primary:hover{background-color:var(--brand-navy);border-color:var(--brand-navy);color:#fff}.cv-btn-secondary{background-color:#fff;color:var(--brand-gold);border-color:var(--brand-gold)}.cv-btn-secondary:hover{background-color:var(--brand-gold);color:#1c1a1e}.cv-btn-sm{padding:.5rem 1.5rem;font-size:.75rem}.cv-btn-lg{padding:1rem 2.5rem;font-size:1rem}.cv-product-card{background:#fff;border:1px solid var(--brand-gray-200);transition:transform var(--transition-normal),box-shadow var(--transition-normal);position:relative;overflow:hidden}.cv-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cv-product-card__image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:var(--brand-gray-100)}.cv-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.cv-product-card:hover .cv-product-card__image{transform:scale(1.05)}.cv-product-card__badge{position:absolute;top:.5rem;left:.5rem;background-color:var(--brand-navy);color:#fff;padding:.25rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:10}.cv-product-card__content{padding:.75rem}.cv-product-card__title{font-size:.75rem;font-weight:700;color:var(--brand-gray-800);line-height:1.4;margin-bottom:.25rem;transition:color var(--transition-fast)}.cv-product-card:hover .cv-product-card__title{color:var(--brand-navy)}.cv-product-card__price{font-size:.875rem;font-weight:700;color:var(--brand-navy)}.cv-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.cv-container{padding-left:2rem;padding-right:2rem}}.cv-grid{display:grid;gap:1rem}.cv-grid-cols-2{grid-template-columns:repeat(2,1fr)}.cv-grid-cols-3{grid-template-columns:repeat(3,1fr)}.cv-grid-cols-5{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.cv-grid-cols-3,.cv-grid-cols-5{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.cv-grid-cols-5{grid-template-columns:repeat(5,1fr)}}.cv-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.cv-section{padding-top:4rem;padding-bottom:4rem}}.cv-section-sm{padding-top:2rem;padding-bottom:2rem}.cv-section-lg{padding-top:5rem;padding-bottom:5rem}.cv-mega-menu{opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast);position:absolute;left:0;top:100%;width:100%;background:#fff;border-top:1px solid var(--brand-gray-100);box-shadow:var(--shadow-xl);z-index:50}.cv-mega-menu-trigger:hover .cv-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.cv-mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem}.cv-mega-menu__column h4{font-weight:700;color:var(--brand-navy);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--brand-gray-100);font-size:.875rem}.cv-mega-menu__list{list-style:none;padding:0;margin:0}.cv-mega-menu__list li{margin-bottom:.5rem}.cv-mega-menu__link{color:var(--brand-gray-500);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.cv-mega-menu__link:hover{color:var(--brand-blue)}.cv-tabs{display:flex;gap:1.5rem;overflow-x:auto;border-bottom:2px solid var(--brand-gray-200);-ms-overflow-style:none;scrollbar-width:none}.cv-tabs::-webkit-scrollbar{display:none}.cv-tab-btn{padding:.75rem 1rem;font-size:.875rem;font-weight:700;color:var(--brand-gray-500);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;cursor:pointer;transition:color var(--transition-fast),border-bottom-color var(--transition-fast);background:0 0;border-top:none;border-left:none;border-right:none}.cv-tab-btn:hover{color:var(--brand-navy)}.cv-tab-btn.active{color:var(--brand-navy);border-bottom-color:var(--brand-navy)}.cv-badge{display:inline-block;padding:.25rem .75rem;border:1px solid var(--brand-gold);color:var(--brand-gold);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:.125rem;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cv-animate-fade-in{animation:fadeIn .6s ease-out}.cv-hidden-mobile{display:none}@media(min-width:768px){.cv-hidden-mobile{display:block}}.cv-hidden-desktop{display:block}@media(min-width:768px){.cv-hidden-desktop{display:none}}.cv-announcement-bar{background-color:var(--brand-navy);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}@media(min-width:768px){.cv-announcement-bar{font-size:.75rem}}.cv-sektor-card{cursor:pointer;transition:transform var(--transition-normal)}.cv-sektor-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;border:4px solid var(--brand-gray-50);border-radius:.75rem;margin-bottom:.75rem;max-width:140px;margin-left:auto;margin-right:auto;transition:border-color var(--transition-normal)}.cv-sektor-card:hover .cv-sektor-card__image-wrapper{border-color:var(--brand-blue)}.cv-sektor-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.cv-sektor-card:hover .cv-sektor-card__image{transform:scale(1.1)}.cv-sektor-card__title{font-size:.875rem;font-weight:700;color:var(--brand-navy);text-align:center;margin-bottom:.25rem}.cv-sektor-card__subtitle{font-size:.625rem;color:var(--brand-gray-500);text-align:center}.shopify-section-header-sticky{position:sticky;top:0;z-index:40}.footer{background-color:var(--brand-navy)!important;color:#fff!important;margin-top:0!important}.footer,.footer *,.footer .footer-block__heading,.footer h2{color:#fff!important}.footer a{color:#ffffffb3!important}.footer a:hover{color:#fff!important}.footer .footer__content-bottom{border-top-color:#ffffff26!important}.footer.color-scheme-1,.footer.gradient{background:var(--brand-navy)!important}.footer .newsletter-form .field__input{background-color:#fff!important;color:#1c1a1e!important}.footer .newsletter-form .field__label{color:#1f2e4ab3!important}.footer .newsletter-form .field__button{color:#1c1a1e!important}.footer .newsletter-form .field:after{box-shadow:0 0 0 var(--inputs-border-width) #1f2e4a40!important}.footer .newsletter-form .field:hover.field:after{box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) #1f2e4a59!important}.cv-collection-header{background:#fff;border-bottom:1px solid var(--brand-gray-200);padding-top:1.5rem;padding-bottom:2rem}.cv-collection-header__breadcrumb{font-size:.75rem;color:var(--brand-gray-500);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cv-collection-header__breadcrumb a{color:var(--brand-gray-500);text-decoration:none}.cv-collection-header__breadcrumb a:hover{text-decoration:underline}.cv-collection-header__breadcrumb svg{width:8px;height:8px;fill:currentColor}.cv-collection-header__breadcrumb .current{color:var(--brand-navy);font-weight:700}.cv-collection-header__top{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.cv-collection-header__top{flex-direction:row;align-items:flex-end;justify-content:space-between}}.cv-collection-header__title{font-size:1.5rem;font-weight:800;color:var(--brand-navy);text-transform:uppercase;letter-spacing:-.025em;line-height:1.75rem;margin:0}@media(min-width:768px){.cv-collection-header__title{font-size:1.875rem;line-height:2.25rem}}.cv-collection-header__description{color:var(--brand-gray-500);font-size:.875rem;margin-top:.5rem;max-width:42rem}.cv-collection-header__count{font-size:.875rem;font-weight:700;color:var(--brand-gray-500);background:var(--brand-gray-100);padding:.5rem 1rem;border-radius:.25rem;white-space:nowrap}.cv-collection-header__count span{color:var(--brand-navy)}.cv-collection-layout{display:flex;flex-direction:column;gap:2rem;padding-top:2rem;padding-bottom:2rem}@media(min-width:1024px){.cv-collection-layout{flex-direction:row}}.cv-collection-sidebar{width:100%;flex-shrink:0}@media(min-width:1024px){.cv-collection-sidebar{width:25%}}.cv-collection-sidebar__mobile-btn{width:100%;background:var(--brand-navy);color:#fff;padding:.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;border:none;border-radius:.25rem;cursor:pointer;font-size:.875rem}@media(min-width:1024px){.cv-collection-sidebar__mobile-btn{display:none}}@media(max-width:1023px){.cv-collection-sidebar__mobile-btn{position:sticky;top:.5rem;z-index:5}}.cv-collection-sidebar__content{display:none}.cv-collection-sidebar__content.is-open{display:block}@media(min-width:1024px){.cv-collection-sidebar__content{display:block!important}}.cv-collection-sidebar__content>*+*{margin-top:1.5rem}.cv-filter-block{border:1px solid var(--brand-gray-200);background:#fff;border-radius:.125rem}.cv-filter-block__header{font-weight:700;font-size:.875rem;padding:1rem;border-bottom:1px solid var(--brand-gray-100);background:var(--brand-gray-50);display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0}.cv-filter-block__toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;background:0 0;border:0;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.cv-filter-block__icon{transition:transform var(--transition-fast)}.cv-filter-block__body{padding:1rem}.cv-filter-block__body>*+*{margin-top:.75rem}.cv-filter-block--subcollections .cv-filter-block__body{display:block}.cv-filter-block--subcollections.is-open .cv-filter-block__icon{transform:rotate(180deg)}@media(max-width:749px){.cv-filter-block--subcollections .cv-filter-block__body{display:none}.cv-filter-block--subcollections.is-open .cv-filter-block__body{display:block}}.cv-filters-form{display:flex;flex-direction:column;gap:1.5rem}.cv-filter-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:var(--brand-gray-700);transition:color var(--transition-fast)}.cv-filter-label:hover{color:var(--brand-navy)}.cv-filter-label--active{font-weight:500}.cv-filter-label--link{cursor:default;align-items:flex-start}.cv-filter-link{color:inherit;text-decoration:none;display:inline-block;line-height:1.4}.cv-filter-link:hover{color:var(--brand-navy);text-decoration:underline;text-underline-offset:.2rem}@media(max-width:749px){.cv-filter-block--subcollections .cv-filter-block__body{padding:1rem .75rem}.cv-filter-label--link{gap:.6rem}}.cv-filter-checkbox{appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border:2px solid var(--brand-gray-200);border-radius:.125rem;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cv-filter-checkbox:checked{background-color:var(--brand-navy);border-color:var(--brand-navy)}.cv-filter-checkbox:checked:after{content:"\2713";color:#fff;font-size:.6rem;font-weight:900}.cv-filter-checkbox:disabled{opacity:.5;cursor:not-allowed}.cv-filter-price-range{display:flex;gap:.5rem;align-items:center}.cv-filter-price-input{width:100%;padding:.5rem;border:1px solid var(--brand-gray-200);border-radius:.125rem;font-size:.875rem;transition:border-color var(--transition-fast)}.cv-filter-price-input:focus{outline:0;border-color:var(--brand-navy)}.cv-filter-price-submit{width:100%;padding:.5rem 1rem;margin-top:.5rem;background-color:var(--brand-navy);color:#fff;border:none;border-radius:.125rem;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color var(--transition-fast)}.cv-filter-price-submit:hover{background-color:var(--brand-blue)}.cv-filter-sizes{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.cv-filter-size-btn{border:1px solid var(--brand-gray-200);padding:.5rem;text-align:center;font-size:.75rem;background:#fff;cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast)}.cv-filter-size-btn.is-active,.cv-filter-size-btn:hover{border-color:var(--brand-navy);color:var(--brand-navy)}.cv-filter-size-btn.is-active{background:var(--brand-navy);color:#fff}.cv-filter-stock{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;font-weight:700;color:var(--brand-gray-700);background:#fff;padding:1rem;border:1px solid var(--brand-gray-200);border-radius:.125rem}.cv-collection-main{width:100%}@media(min-width:1024px){.cv-collection-main{width:75%}}.cv-collection-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;background:#fff;padding:.75rem;border:1px solid var(--brand-gray-200);border-radius:.125rem}@media(min-width:640px){.cv-collection-toolbar{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.cv-collection-toolbar__sort{display:flex;align-items:center;gap:.5rem}.cv-collection-toolbar__sort-label{font-size:.75rem;font-weight:700;color:var(--brand-gray-500);text-transform:uppercase;letter-spacing:.05em}.cv-collection-toolbar__sort-select{font-size:.875rem;font-weight:700;color:var(--brand-navy);background:0 0;border:none;cursor:pointer;padding:.25rem}.cv-collection-toolbar__sort-select:focus{outline:0}.cv-collection-toolbar__views{display:flex;gap:.5rem;color:var(--brand-gray-400,#9ca3af)}.cv-collection-toolbar__view-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;color:inherit;transition:color var(--transition-fast)}.cv-collection-toolbar__view-btn.is-active,.cv-collection-toolbar__view-btn:hover{color:var(--brand-navy);background:var(--brand-gray-100);border-radius:.25rem}.cv-collection-active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.cv-active-filter-tag{background:var(--brand-navy);color:#fff;font-size:.75rem;padding:.375rem .75rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;text-decoration:none}.cv-active-filter-tag__remove{cursor:pointer;opacity:.8;transition:opacity var(--transition-fast);background:0 0;border:none;color:#fff;font-size:.75rem;padding:0;line-height:1}.cv-active-filter-tag__remove:hover{opacity:1}.cv-active-filter-clear{background:var(--brand-gray-200);color:var(--brand-gray-700);font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:9999px;display:flex;align-items:center;cursor:pointer;transition:background var(--transition-fast);text-decoration:none;border:none}.cv-active-filter-clear:hover{background:var(--brand-gray-200);opacity:.8}.cv-col-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:379px){.cv-col-product-grid{grid-template-columns:1fr;gap:.75rem}}@media(min-width:1024px){.cv-col-product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1280px){.cv-col-product-grid{grid-template-columns:repeat(4,1fr)}}.cv-col-product-grid--list{grid-template-columns:1fr!important;gap:1rem}.cv-col-product-grid--list .cv-col-card{flex-direction:row;align-items:stretch}.cv-col-product-grid--list .cv-col-card__image-link{width:140px;min-width:140px;aspect-ratio:1/1;border-bottom:none;border-right:1px solid var(--brand-gray-100);flex-shrink:0}.cv-col-product-grid--list .cv-col-card__content{flex:1;min-width:0;display:flex;flex-direction:column;padding:.875rem}.cv-col-product-grid--list .cv-col-card__title{-webkit-line-clamp:2;font-size:.875rem;margin-bottom:.375rem}.cv-col-product-grid--list .cv-col-card__footer{border-top:none;padding-top:.5rem;margin-top:auto}.cv-col-product-grid--list .cv-col-card__price-area,.cv-col-product-grid--list .cv-col-card__qty-module{margin-bottom:.5rem}.cv-col-product-grid--list .cv-col-card__add-btn{padding:.625rem;font-size:.75rem}.cv-col-product-grid--list .cv-col-card__badge{top:.375rem;left:.375rem;font-size:9px;padding:.2rem .4rem}@media(min-width:768px){.cv-col-product-grid--list .cv-col-card__image-link{width:200px;min-width:200px}.cv-col-product-grid--list .cv-col-card__content{padding:1.25rem;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:0}.cv-col-product-grid--list .cv-col-card__sku,.cv-col-product-grid--list .cv-col-card__title,.cv-col-product-grid--list .cv-col-card__vendor{width:100%}.cv-col-product-grid--list .cv-col-card__title{font-size:1rem;-webkit-line-clamp:1;margin-bottom:.5rem}.cv-col-product-grid--list .cv-col-card__footer{width:100%;display:flex;flex-direction:row;align-items:center;gap:1.25rem;border-top:1px solid var(--brand-gray-100);padding-top:.75rem;margin-top:auto}.cv-col-product-grid--list .cv-col-card__price-area{margin-bottom:0;min-width:120px}.cv-col-product-grid--list .cv-col-card__qty-module{margin-bottom:0;flex:1;max-width:220px}.cv-col-product-grid--list .cv-col-card__add-btn{padding:.75rem 1.5rem;font-size:.8125rem;width:auto;min-width:160px}}@media(min-width:1024px){.cv-col-product-grid--list .cv-col-card__image-link{width:220px;min-width:220px}.cv-col-product-grid--list .cv-col-card__content{padding:1.5rem}.cv-col-product-grid--list .cv-col-card__title{font-size:1.0625rem}.cv-col-product-grid--list .cv-col-card__price{font-size:1.375rem}.cv-col-product-grid--list .cv-col-card__qty-module{max-width:240px}.cv-col-product-grid--list .cv-col-card__add-btn{min-width:180px;padding:.875rem 2rem}}@media(max-width:479px){.cv-col-product-grid--list .cv-col-card__image-link{width:110px;min-width:110px}.cv-col-product-grid--list .cv-col-card__content{padding:.75rem}.cv-col-product-grid--list .cv-col-card__title{font-size:.8125rem}.cv-col-product-grid--list .cv-col-card__price{font-size:.9375rem}.cv-col-product-grid--list .cv-col-card__qty-wrapper{height:2.125rem}.cv-col-product-grid--list .cv-col-card__add-btn{padding:.5rem;font-size:.6875rem}.cv-col-product-grid--list .cv-col-card__qty-info{font-size:10px}}.cv-col-card{background:#fff;border:1px solid var(--brand-gray-200);border-radius:.125rem;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.cv-col-card:hover{border-color:var(--brand-navy);box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.cv-col-card__badge{position:absolute;top:.5rem;left:.5rem;color:#fff;font-size:10px;padding:.3rem .6rem;font-weight:700;z-index:10;border-radius:.125rem}.cv-col-card__badge--new,.cv-col-card__badge--sale{background:#dc2626}.cv-col-card__badge--soldout{background:var(--brand-gray-700)}.cv-col-card__badge--bestseller{background:var(--brand-navy)}.cv-col-card__image-link{display:block;aspect-ratio:1/1;background:var(--brand-gray-100);overflow:hidden;position:relative;border-bottom:1px solid var(--brand-gray-100)}.cv-col-card__image-link img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.cv-col-card:hover .cv-col-card__image-link img{transform:scale(1.05)}.cv-col-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1f3b5f1a;opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.cv-col-card:hover .cv-col-card__overlay{opacity:1}.cv-col-card__overlay-text{background:#fff;color:var(--brand-navy);font-size:.75rem;font-weight:700;padding:.5rem 1rem;text-transform:uppercase;box-shadow:var(--shadow-sm)}.cv-col-card__content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}@media(min-width:768px){.cv-col-card__content{padding:1.25rem}}.cv-col-card__sku{font-size:11px;color:var(--brand-gray-500,#9ca3af);margin-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.cv-col-card__title{font-size:.9375rem;font-weight:700;color:var(--brand-gray-800);line-height:1.375;margin-bottom:.5rem;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-fast)}.cv-col-card__title:hover{color:var(--brand-blue)}.cv-col-card__vendor{font-size:.75rem;color:var(--brand-gray-500);margin-bottom:.25rem;display:block}.cv-col-card__footer{margin-top:auto;padding-top:.5rem;border-top:1px solid var(--brand-gray-100)}.cv-col-card__price-area{display:flex;flex-direction:column;margin-bottom:.75rem}.cv-col-card__price{font-size:1.0625rem;font-weight:900;color:var(--brand-navy);line-height:1}@media(min-width:768px){.cv-col-card__price{font-size:1.375rem}}.cv-col-card__price-tax{font-size:11px;font-weight:400;color:var(--brand-gray-500);text-transform:uppercase}.cv-col-card__price--compare{font-size:.875rem;font-weight:400;color:var(--brand-gray-500);text-decoration:line-through;margin-right:.5rem}.cv-col-card__stock{font-size:12px;font-weight:700}.cv-col-card__stock--in{color:#16a34a}.cv-col-card__stock--out{color:var(--brand-gray-500)}.cv-col-card__qty-module{background:var(--brand-gray-50);padding:.5rem;border:1px solid var(--brand-gray-200);border-radius:.125rem;margin-bottom:.75rem}.cv-col-card__qty-info{font-size:11px;color:var(--brand-gray-500);margin-bottom:.25rem;display:flex;justify-content:space-between}.cv-col-card__qty-info .highlight{color:var(--brand-blue);font-weight:700}.cv-col-card__qty-wrapper{display:flex;height:2.5rem;border:1px solid var(--brand-gray-200);background:#fff}.cv-col-card__qty-btn{width:2rem;display:flex;align-items:center;justify-content:center;color:var(--brand-gray-500);background:#fff;border:none;cursor:pointer;font-size:.875rem;transition:background-color var(--transition-fast),color var(--transition-fast)}.cv-col-card__qty-btn:hover{background:var(--brand-gray-100);color:var(--brand-navy)}.cv-col-card__qty-btn--minus{border-right:1px solid var(--brand-gray-200)}.cv-col-card__qty-btn--plus{border-left:1px solid var(--brand-gray-200)}.cv-col-card__qty-input{width:100%;text-align:center;font-size:.875rem;font-weight:700;border:none;outline:0;background:#fff}.cv-col-card__add-btn{width:100%;padding:.875rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast);border:none;border-radius:0}.cv-col-card__add-btn--primary{background:var(--brand-navy);color:#fff}.cv-col-card__add-btn--primary:hover{background:var(--brand-blue)}.cv-col-card__add-btn--secondary{background:#fff;color:var(--brand-navy);border:1px solid var(--brand-navy)}.cv-col-card__add-btn--secondary:hover{background:var(--brand-navy);color:#fff}.cv-col-card__add-btn--disabled{background:var(--brand-gray-200);color:var(--brand-gray-500);cursor:not-allowed}.cv-collection-pagination{display:flex;justify-content:center;margin-top:3rem;margin-bottom:2rem}.cv-collection-pagination nav{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700}.cv-collection-pagination__btn{width:2.5rem;height:2.5rem;border:1px solid var(--brand-gray-200);display:flex;align-items:center;justify-content:center;color:var(--brand-gray-700);border-radius:.125rem;transition:border-color var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast);text-decoration:none;background:#fff;cursor:pointer;font-weight:700;font-size:.875rem}.cv-collection-pagination__btn:hover{border-color:var(--brand-navy);color:var(--brand-navy)}.cv-collection-pagination__btn.is-active{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff}.cv-collection-pagination__btn.is-disabled{color:var(--brand-gray-500,#9ca3af);cursor:not-allowed;background:var(--brand-gray-50)}#pandectes-banner,#pandectes-banner *{color:#1f2937!important}#pandectes-banner{background-color:#fff!important}#pandectes-banner a{color:#1c1a1e!important;text-decoration:underline!important}#pandectes-banner button{color:#fff!important;background-color:#1c1a1e!important}#pandectes-banner img{width:100%!important;max-width:120px!important;height:auto!important;aspect-ratio:auto!important}.cv-empty-collection{text-align:center;padding:4rem 1.5rem;max-width:520px;margin:0 auto}.cv-empty-collection__icon{color:var(--brand-navy);margin-bottom:1.5rem;opacity:.7}.cv-empty-collection__title{font-size:1.375rem;font-weight:600;color:var(--brand-navy);margin:0 0 .75rem}.cv-empty-collection__desc{color:var(--brand-gray-500);font-size:.95rem;line-height:1.6;margin:0 0 2rem}.cv-notify-form__field{display:flex;gap:0;max-width:440px;margin:0 auto}.cv-notify-form__input{flex:1;padding:.75rem 1rem;font-size:.95rem;border:1.5px solid var(--brand-gray-200);border-right:none;border-radius:8px 0 0 8px;outline:0;color:var(--brand-gray-800);transition:border-color var(--transition-fast)}.cv-notify-form__input:focus{border-color:var(--brand-navy)}.cv-notify-form__input::placeholder{color:var(--brand-gray-500)}.cv-notify-form__btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;background-color:var(--brand-navy);color:#fff;border:1.5px solid var(--brand-navy);border-radius:0 8px 8px 0;cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast)}.cv-notify-form__btn:hover{background-color:#1c1a1e}.cv-notify-form__success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background-color:#ecfdf5;color:#065f46;border-radius:8px;font-size:.95rem;font-weight:500;max-width:440px;margin:0 auto}.cv-notify-form__error{color:#dc2626;font-size:.85rem;margin:.75rem auto 0;max-width:440px}@media(max-width:480px){.cv-notify-form__field{flex-direction:column;gap:.75rem}.cv-notify-form__input{border-right:1.5px solid var(--brand-gray-200);border-radius:8px}.cv-notify-form__input:focus{border-color:var(--brand-navy)}.cv-notify-form__btn{border-radius:8px}}@media print{.cv-btn,.cv-mega-menu,.cv-tabs{display:none}}.image-magnify-lightbox{cursor:zoom-in}.product__media-zoom-lightbox{cursor:zoom-in;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:transparent;border:none;padding:0;margin:0}.product__media-icon--lightbox{display:flex}.cv-coming-soon{text-align:center;padding:1.5rem;border:2px dashed var(--brand-blue);border-radius:.5rem;background:linear-gradient(135deg,#59a5d80d,#1f3b5f0d)}.cv-coming-soon__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--brand-navy);color:#fff;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:700;letter-spacing:.025em}.cv-coming-soon__text{color:var(--brand-gray-500);font-size:.875rem;line-height:1.5;margin:.75rem 0 1rem;max-width:360px;margin-left:auto;margin-right:auto}.cv-coming-soon__notify-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--brand-blue);color:#fff;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;border-radius:.25rem;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.cv-coming-soon__notify-btn:hover{background:var(--brand-navy);transform:translateY(-1px);box-shadow:var(--shadow-md)}.cv-coming-soon__form-wrap{margin-top:1rem;animation:fadeIn .3s ease-out}.cv-coming-soon__field{text-align:left;margin-bottom:.75rem}.cv-coming-soon__field label{display:block;font-size:.75rem;font-weight:700;color:var(--brand-gray-700);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.cv-coming-soon__field input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1.5px solid var(--brand-gray-200);border-radius:.25rem;outline:0;transition:border-color var(--transition-fast);color:var(--brand-gray-800)}.cv-coming-soon__field input:focus{border-color:var(--brand-navy)}.cv-coming-soon__submit-btn{width:100%;padding:1rem;background:var(--brand-navy);color:#fff;border:none;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;cursor:pointer;transition:background var(--transition-fast)}.cv-coming-soon__submit-btn:hover{background:var(--brand-blue)}.cv-coming-soon__success{display:none;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.375rem;color:#065f46;font-size:.875rem;font-weight:600;animation:fadeIn .4s ease-out}.cv-coming-soon__success.is-visible{display:flex}.cv-coming-soon__error{color:#dc2626;font-size:.85rem;margin-top:.5rem}.cv-sk{background-color:var(--brand-cream)}.cv-price-eur{font-family:Poppins,-apple-system,sans-serif;font-weight:800;font-size:1.5rem;line-height:1.1;color:var(--brand-charcoal);letter-spacing:-.01em;display:block}.price.cv-has-eur .price__regular,.price.cv-has-eur .price__sale{font-size:.8125rem;color:var(--brand-gray-500);font-weight:600;margin-top:.15rem}.price.cv-has-eur .price__regular>.price-item--regular:before{content:"\2248  ";opacity:.7}.price.cv-has-eur .price__sale .price-item--sale:before{content:"\2248  ";opacity:.7}.cv-variant-matrix__price .cv-matrix-eur{display:block;font-family:Poppins,sans-serif;font-weight:800;color:var(--brand-charcoal);font-size:.95rem;line-height:1.15}.cv-variant-matrix__price .cv-matrix-try{display:block;font-size:.72rem;color:var(--brand-gray-500);font-weight:600}.cv-matrix-rate{display:flex;flex-direction:column;gap:.1rem;margin-top:.75rem;padding-top:.6rem;border-top:1px dashed var(--brand-gray-200);text-align:right}.cv-matrix-rate__val{font-family:Poppins,sans-serif;font-weight:700;color:var(--brand-charcoal);font-size:.9rem}.cv-matrix-rate__src{font-size:.7rem;color:var(--brand-gray-500)}.cv-variant-matrix__price{white-space:nowrap}.cv-variant-matrix__price .cv-matrix-eur{font-size:1.05rem;line-height:1.2}.cv-variant-matrix__price .cv-matrix-try{font-size:.8rem;color:var(--brand-gray-700);font-weight:600;margin-top:.1rem}.cv-matrix-rate__val{font-size:1rem}.urun-aciklama{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.urun-aciklama img{max-width:100%!important;height:auto}.urun-aciklama table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.urun-aciklama iframe,.urun-aciklama video{max-width:100%}.price.cv-has-eur .price__container{display:flex;flex-direction:column;gap:.05rem}.price .cv-price-eur{font-family:inherit;font-weight:600;font-size:.8125rem;color:var(--brand-gray-500);letter-spacing:0;line-height:1.2;margin-top:.1rem}.price.cv-has-eur .price__regular,.price.cv-has-eur .price__sale{font-size:inherit;color:inherit;margin-top:0}.price.cv-has-eur .price__regular>.price-item--regular:before,.price.cv-has-eur .price__sale .price-item--sale:before{content:none}.cv-variant-matrix__price .cv-matrix-try{display:block;font-family:Poppins,sans-serif;font-weight:800;color:var(--brand-charcoal);font-size:1.05rem;line-height:1.2}.cv-variant-matrix__price .cv-matrix-eur{display:block;font-family:inherit;font-weight:600;color:var(--brand-gray-500);font-size:.8rem;margin-top:.05rem;letter-spacing:0}.cv-cg__card-eur{display:block;font-size:.78rem;font-weight:600;color:var(--brand-gray-500);margin-top:.1rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/displayburada-custom.css.map */
