:root{--cargomme-navy: #0B1A2E;--cargomme-navy-light: #112240;--cargomme-navy-medium: #1A2D4A;--cargomme-orange: #F47920;--cargomme-orange-hover: #E06810;--cargomme-white: #FFFFFF;--cargomme-gray-100: #F5F6F8;--cargomme-gray-200: #E8EAEE;--cargomme-gray-300: #BFC4CE;--cargomme-gray-500: #6B7280;--cargomme-text-dark: #1A1A2E;--cargomme-text-light: #CBD5E1;--cargomme-border: rgba(255, 255, 255, .08);--cargomme-radius: 10px;--cargomme-radius-sm: 6px;--cargomme-shadow: 0 4px 24px rgba(0, 0, 0, .12);--cargomme-transition: .3s cubic-bezier(.4, 0, .2, 1)}.cargomme-hero{position:relative;min-height:620px;background:linear-gradient(165deg,var(--cargomme-navy) 0%,#061224 60%,#0a0e1a 100%);overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:100px 0 60px}.cargomme-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 20%,rgba(244,121,32,.06) 0%,transparent 50%),radial-gradient(ellipse at 20% 80%,rgba(30,64,175,.08) 0%,transparent 50%);pointer-events:none}.cargomme-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 100%);pointer-events:none}.cargomme-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.cargomme-hero__video{width:100%;height:100%;object-fit:cover;display:block}.cargomme-hero--has-video{background:#000}.cargomme-hero--has-video:before{display:none}.cargomme-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.cargomme-hero__container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.cargomme-hero__content{text-align:center;margin-bottom:48px}.cargomme-hero__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:clamp(1.4rem,2.8vw,2.2rem);font-weight:800;line-height:1.2;color:var(--cargomme-white);margin:0 0 14px;letter-spacing:-.02em}.cargomme-hero__title em{color:var(--cargomme-orange);font-style:normal}.cargomme-hero__subtitle{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--cargomme-text-light);max-width:540px;margin:0 auto;line-height:1.6;opacity:.85}.tire-search{background:var(--cargomme-white);border-radius:16px;box-shadow:0 8px 40px #00000040,0 0 0 1px #ffffff0d;max-width:780px;margin:0 auto;overflow:hidden;position:relative;z-index:3}.tire-search__tabs{display:flex;border-bottom:2px solid var(--cargomme-gray-200);padding:0;margin:0;list-style:none}.tire-search__tab{flex:1;padding:16px 20px;font-size:.85rem;font-weight:600;color:var(--cargomme-gray-500);background:transparent;border:none;cursor:pointer;transition:var(--cargomme-transition);display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.tire-search__tab:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--cargomme-orange);border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform .3s ease}.tire-search__tab.active{color:var(--cargomme-navy)}.tire-search__tab.active:after{transform:scaleX(1)}.tire-search__tab:hover{color:var(--cargomme-navy);background:var(--cargomme-gray-100)}.tire-search__tab svg{width:18px;height:18px;flex-shrink:0}.tire-search__body{padding:32px 40px 40px}.tire-search__panel{display:none}.tire-search__panel.active{display:block}.tire-search__vehicles{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--cargomme-gray-100, #f1f5f9);padding:4px;border-radius:10px;margin-bottom:20px}.tire-search__vehicle-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:none;border-radius:8px;font-size:.86rem;font-weight:700;color:var(--cargomme-gray-600, #64748b);background:transparent;cursor:pointer;transition:all .25s ease;white-space:nowrap}.tire-search__vehicle-btn:hover{color:var(--cargomme-navy, #0f172a)}.tire-search__vehicle-btn.active{background:var(--cargomme-navy, #0f172a);color:#fff;box-shadow:0 2px 8px #0f172a26}.tire-search__vehicle-btn svg{flex-shrink:0;transition:transform .2s ease}.tire-search__vehicle-btn:hover svg{transform:scale(1.08)}@media(max-width:768px){.tire-search__vehicle-btn{font-size:.74rem;padding:8px;gap:5px}.tire-search__vehicle-btn svg{width:16px;height:16px}}@media(max-width:480px){.tire-search__vehicle-btn{font-size:.68rem;padding:7px 5px;gap:4px;letter-spacing:-.01em}.tire-search__vehicle-btn svg{width:14px;height:14px}}@media(max-width:360px){.tire-search__vehicle-btn{font-size:.62rem;padding:6px 3px;gap:3px}}.tire-search__rows{display:flex;flex-direction:column;gap:12px}.tire-search__row{display:grid;gap:10px}.tire-search__row:nth-child(1),.tire-search__row:nth-child(2){grid-template-columns:repeat(3,1fr)}.tire-search__row:nth-child(3){grid-template-columns:1fr}.tire-search__submit{margin-top:20px}.tire-search__submit .tire-search__btn{width:100%}.cpl-results-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee;margin-bottom:20px;flex-wrap:wrap;gap:15px}.cpl-controls{display:flex;gap:15px;align-items:center}.cpl-results-count{font-size:14px;color:#666}.cpl-sort-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.cpl-filter-wrapper{display:flex;gap:10px;align-items:center;margin-bottom:20px}.tire-search__header{display:flex;justify-content:center;padding:10px 0}.tire-search__toggle-btn{background:var(--cargomme-white);border:2px solid var(--cargomme-navy);color:var(--cargomme-navy);padding:12px 24px;border-radius:50px;font-weight:800;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease;min-width:240px;justify-content:center}.tire-search__toggle-btn:hover{background:var(--cargomme-navy);color:var(--cargomme-white)}.tire-search__collapsible{max-height:1000px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,margin-top .3s ease;opacity:1}.tire-search__collapsible.tire-search--hidden{max-height:0;opacity:0;pointer-events:none}.tire-search__field--checkbox{display:flex;align-items:center;height:44px;margin-top:auto}.tire-search__checkbox-label{display:flex!important;align-items:center!important;gap:12px!important;cursor:pointer;font-size:.88rem!important;font-weight:700!important;color:var(--cargomme-navy)!important;text-transform:none!important;letter-spacing:normal!important;margin-bottom:0!important;-webkit-user-select:none;user-select:none;position:relative}.tire-search__checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tire-search__checkbox-label:before{content:"";display:block;width:24px;height:24px;background:var(--cargomme-white);border:2px solid var(--cargomme-gray-300);border-radius:6px;transition:all .2s ease}.tire-search__checkbox-label:has(input:checked):before{background:var(--cargomme-orange);border-color:var(--cargomme-orange)}.tire-search__checkbox-label:after{content:"";position:absolute;left:9px;top:5px;width:6px;height:12px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.tire-search__checkbox-label:has(input:checked):after{opacity:1}.tire-search__checkbox-label:hover:before{border-color:var(--cargomme-orange)}.tire-search__field label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--cargomme-gray-500);margin-bottom:6px}.tire-search__field select,.tire-search__field input{width:100%;padding:10px 14px;border:1.5px solid var(--cargomme-gray-200);border-radius:var(--cargomme-radius-sm);font-size:.9rem;font-weight:600;color:var(--cargomme-text-dark);background:var(--cargomme-white);transition:var(--cargomme-transition);appearance:none;-webkit-appearance:none;cursor:pointer}.tire-search__field select{background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.tire-search__field select:focus,.tire-search__field input:focus{outline:none;border-color:var(--cargomme-orange);box-shadow:0 0 0 3px #f479201f}.tire-search__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background:var(--cargomme-orange);color:var(--cargomme-white);border:none;border-radius:var(--cargomme-radius-sm);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:var(--cargomme-transition);white-space:nowrap;min-height:44px}.tire-search__btn:hover{background:var(--cargomme-orange-hover);transform:translateY(-1px);box-shadow:0 4px 16px #f4792059}.tire-search__btn svg{width:16px;height:16px}.tire-search__seasons{display:flex;align-items:center;gap:8px;margin-top:16px;flex-wrap:wrap}.tire-search__seasons-label{font-size:.75rem;font-weight:600;color:var(--cargomme-gray-500);text-transform:uppercase;letter-spacing:.06em;margin-right:4px}.tire-search__season-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1.5px solid var(--cargomme-gray-200);border-radius:30px;background:transparent;font-size:.78rem;font-weight:600;color:var(--cargomme-gray-500);cursor:pointer;transition:var(--cargomme-transition)}.tire-search__season-btn:hover{border-color:var(--cargomme-orange);color:var(--cargomme-orange)}.tire-search__season-btn.active{background:var(--cargomme-navy);border-color:var(--cargomme-navy);color:var(--cargomme-white)}.tire-search__season-btn svg{width:16px;height:16px}.cargomme-features{padding:80px 24px;background:var(--cargomme-white)}.cargomme-features__container{max-width:1100px;margin:0 auto}.cargomme-features__header{text-align:center;margin-bottom:56px}.cargomme-features__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--cargomme-text-dark);margin:0 0 12px;letter-spacing:-.01em}.cargomme-features__subtitle{font-size:.95rem;color:var(--cargomme-gray-500);max-width:620px;margin:0 auto;line-height:1.6}.cargomme-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cargomme-feature-card{padding:32px 24px;border-radius:12px;background:var(--cargomme-gray-100);border:1px solid var(--cargomme-gray-200);transition:var(--cargomme-transition)}.cargomme-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#f4792033}.cargomme-feature-card__icon{width:48px;height:48px;border-radius:12px;background:var(--cargomme-navy);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.cargomme-feature-card__icon svg{width:24px;height:24px;color:var(--cargomme-orange)}.cargomme-feature-card__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:1.1rem;font-weight:700;color:var(--cargomme-text-dark);margin:0 0 8px}.cargomme-feature-card__desc{font-size:.85rem;color:var(--cargomme-gray-500);line-height:1.6;margin:0}.cargomme-brands{padding:80px 24px;background:var(--cargomme-gray-100);border-top:1px solid var(--cargomme-gray-200)}.cargomme-brands__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.8fr;gap:48px;align-items:center}.cargomme-brands__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--cargomme-text-dark);margin:0 0 16px;line-height:1.15;letter-spacing:-.01em}.cargomme-brands__desc{font-size:.88rem;color:var(--cargomme-gray-500);line-height:1.7;margin:0 0 24px}.cargomme-brands__link{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;color:var(--cargomme-orange);text-decoration:none;transition:var(--cargomme-transition)}.cargomme-brands__link:hover{gap:12px;color:var(--cargomme-orange-hover)}.cargomme-brands__link svg{width:18px;height:18px;transition:transform .3s ease}.cargomme-brands__link:hover svg{transform:translate(4px)}.cargomme-brands__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cargomme-brand-card{background:var(--cargomme-white);border:1.5px solid var(--cargomme-gray-200);border-radius:var(--cargomme-radius);padding:24px 20px;display:flex;align-items:center;justify-content:center;min-height:80px;transition:var(--cargomme-transition);cursor:pointer;text-decoration:none}.cargomme-brand-card:hover{border-color:var(--cargomme-orange);box-shadow:0 4px 16px #f479201a;transform:translateY(-2px)}.cargomme-brand-card__name{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:.95rem;font-weight:800;color:var(--cargomme-text-dark);text-transform:uppercase;letter-spacing:.08em;text-align:center}.cargomme-brand-card__image{max-width:100%;max-height:40px;object-fit:contain;transition:transform .3s ease;mix-blend-mode:multiply}.cargomme-brand-card:hover .cargomme-brand-card__image{transform:scale(1.05)}.cargomme-brand-card--more{border-style:dashed;background:transparent}.cargomme-brand-card--more .cargomme-brand-card__name{color:var(--cargomme-orange);font-size:.82rem;display:flex;align-items:center;gap:6px}.cargomme-collection-search{background:var(--cargomme-gray-100);padding:24px 0;border-bottom:1px solid var(--cargomme-gray-200)}.cargomme-collection-search .tire-search{max-width:1000px;margin:0 auto}.cargomme-collection-search .tire-search__body{padding:15px 30px}.cargomme-collection-search .tire-search__rows{gap:16px}.cargomme-collection-search .tire-search__field label{font-size:.65rem;margin-bottom:3px}.cargomme-collection-search .tire-search__field select,.cargomme-collection-search .tire-search__field input{padding:8px 10px;font-size:.85rem}.cargomme-collection-search .tire-search__submit{margin-top:12px;margin-bottom:20px}.cargomme-collection-search .tire-search__seasons{margin-top:20px;padding:16px 30px;border-top:1px solid var(--cargomme-gray-200)}.header__row--top,.header__row--bottom,.header__row--top.divider--page-width .header__columns{border-bottom:none!important}.cargomme-footer{background:var(--cargomme-navy)!important;color:var(--cargomme-text-light)}@media screen and (max-width:990px){.cargomme-brands__container{grid-template-columns:1fr;gap:32px}.cargomme-brands__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.cargomme-hero{min-height:auto;padding:80px 0 40px}.cargomme-hero__title{font-size:1.4rem}.tire-search__fields{grid-template-columns:1fr 1fr;gap:10px}.tire-search__btn{grid-column:1 / -1;width:100%}.tire-search__body{padding:20px 18px}.tire-search__tabs{overflow-x:auto}.tire-search__tab{padding:12px 16px;font-size:.78rem;white-space:nowrap}.cargomme-features{padding:48px 16px}.cargomme-features__grid{grid-template-columns:1fr;gap:16px}.cargomme-features__header{margin-bottom:32px}.cargomme-brands{padding:48px 16px}.cargomme-brands__grid{grid-template-columns:repeat(2,1fr)}.cargomme-collection-search .tire-search__fields{grid-template-columns:1fr 1fr}.tire-search__seasons{justify-content:center}}@media screen and (max-width:480px){.tire-search__fields{grid-template-columns:1fr}.cargomme-brands__grid{grid-template-columns:repeat(2,1fr)}.cargomme-collection-search .tire-search__fields{grid-template-columns:1fr}}.product-brand-logo-overlay{position:absolute;top:10px;left:10px;z-index:10;background:transparent;padding:5px;max-width:80px;pointer-events:none}.product-brand-logo-overlay--large{top:20px;left:20px;max-width:140px}.brand-logo-overlay-img{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.card-gallery,media-gallery{position:relative}.cargomme-brands-directory{padding:60px 0;background-color:transparent}.cargomme-brands-directory__container{max-width:1200px;margin:0 auto;text-align:center}.cargomme-brands-directory__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;margin-bottom:3rem;color:var(--cargomme-text-dark)}.cargomme-brands-directory__alphabet{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:60px}.cargomme-brands-directory__letter{background:none;border:none;font-size:.95rem;font-weight:500;cursor:pointer;padding:4px 8px;color:var(--cargomme-text-dark);transition:var(--cargomme-transition)}.cargomme-brands-directory__letter:hover,.cargomme-brands-directory__letter.active{color:var(--cargomme-orange);font-weight:700;border-bottom:2px solid var(--cargomme-orange)}.cargomme-brands-directory__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:40px;justify-content:center;align-items:center}.cargomme-brands-directory__card{display:flex;justify-content:center;align-items:center;height:120px;text-decoration:none;color:var(--cargomme-text-dark);transition:transform .3s ease}.cargomme-brands-directory__card:hover{transform:scale(1.08)}.cargomme-brands-directory__image{max-width:100%;max-height:100px;object-fit:contain;mix-blend-mode:multiply}.cargomme-brands-directory__name{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center}.cargomme-brands-directory__card.hidden{display:none!important}@media screen and (max-width:768px){.cargomme-brands-directory__grid{grid-template-columns:repeat(2,1fr);gap:20px}.cargomme-brands-directory__alphabet{gap:8px}.cargomme-brands-directory__letter{font-size:.85rem;padding:2px 4px}}.cpl-section{width:100%}.cpl-container{max-width:var(--page-width, 1440px);margin:0 auto;padding-inline:var(--page-padding, 16px);width:100%;box-sizing:border-box}@media screen and (max-width:749px){.cpl-container,.cpl-heading-section{padding-inline:16px!important}}.cpl-container--full{max-width:100%}.cpl-empty{text-align:center;padding:80px 24px}.cpl-dynamic-heading{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--cargomme-navy);margin:0 0 16px;padding-bottom:16px;border-bottom:2px solid var(--cargomme-orange);letter-spacing:-.01em;line-height:1.3}.cpl-results-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--cargomme-gray-200)}.cpl-results-count{font-size:1.1rem;font-weight:700;color:var(--cargomme-navy)}.cpl-controls{display:flex;align-items:center;gap:12px}.cpl-sort-wrapper,.cpl-filter-wrapper{position:relative}.cpl-sort-select{appearance:none;-webkit-appearance:none;background:var(--cargomme-white);border:1.5px solid var(--cargomme-gray-200);border-radius:var(--cargomme-radius-sm);padding:8px 36px 8px 14px;font-size:.85rem;font-weight:600;color:var(--cargomme-text-dark);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:var(--cargomme-transition)}.cpl-sort-select:focus{outline:none;border-color:var(--cargomme-orange);box-shadow:0 0 0 3px #f479201f}.cpl-product-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important;max-width:100%!important}.cpl-product-item{display:grid;grid-template-columns:220px 1fr 250px;gap:32px;align-items:center;padding:32px 30px;border-bottom:1.5px solid var(--cargomme-gray-200);background:var(--cargomme-white);transition:var(--cargomme-transition);width:100%;box-sizing:border-box;min-width:0}.cpl-product-item:first-child{padding-top:16px!important}.cpl-product-item:last-child{border-bottom:none}.cpl-product-item:hover{border-color:#f479204d;box-shadow:0 2px 12px #0000000f;z-index:1;position:relative}.cpl-product-item__image-link{display:block;position:relative;width:200px;height:200px;flex-shrink:0}.cpl-product-item__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cpl-product-item__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--cargomme-gray-100);border-radius:var(--cargomme-radius-sm)}.cpl-product-item__image-placeholder svg{width:80%;height:80%;opacity:.3}.cpl-product-item__brand-logo{position:absolute;top:4px;left:4px;z-index:2;max-width:80px;pointer-events:none}.cpl-brand-logo-img{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.cpl-product-item__info{display:flex;flex-direction:column;gap:8px;min-width:0}.cpl-product-item__title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:1.05rem;font-weight:700;color:var(--cargomme-navy);text-decoration:none;line-height:1.3;transition:color .2s ease}.cpl-product-item__title:hover{color:var(--cargomme-orange)}.cpl-product-item__labels{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cpl-label-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:4px;background:var(--cargomme-gray-100);border:1px solid var(--cargomme-gray-200)}.cpl-label-badge__icon{width:24px;height:24px;object-fit:contain}.cpl-label-badge__value{font-size:.82rem;font-weight:700;color:var(--cargomme-navy)}.eu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background-color:var(--cargomme-navy);color:#fff!important;font-weight:800;font-size:inherit;border-radius:3px;line-height:1;text-transform:uppercase}.eu-badge--a{background-color:#009640}.eu-badge--b{background-color:#50b848}.eu-badge--c{background-color:#f3d311;color:#111!important}.eu-badge--d{background-color:#f39200}.eu-badge--e{background-color:#e3001b}.eu-badge--f,.eu-badge--g{background-color:#8c2424}.eu-badge-grip--a{background-color:#1d57a5;color:#fff!important}.eu-badge-grip--b{background-color:#2571b9;color:#fff!important}.eu-badge-grip--c{background-color:#4ba5da;color:#fff!important}.eu-badge-grip--d{background-color:#7dc3e6;color:#111!important}.eu-badge-grip--e{background-color:#b5def1;color:#111!important}.cpl-product-item__meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cpl-meta-tag{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:600;color:var(--cargomme-gray-500)}.cpl-meta-tag svg{color:var(--cargomme-orange)}.cpl-meta-tag--season{background-color:#f8f9fa;padding:6px 12px;border-radius:30px;color:var(--cargomme-navy);font-size:.9rem!important;border:1px solid var(--cargomme-gray-300);box-shadow:0 2px 4px #0000000d}.cpl-meta-tag--season svg{width:18px;height:18px;margin-right:2px}.cpl-product-item__spec{font-size:.85rem;color:var(--cargomme-text-dark)}.cpl-product-item__spec strong{font-weight:700;color:var(--cargomme-navy)}.cpl-product-item__buy{display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:180px}.cpl-product-item__price-block{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cpl-price-compare{font-size:.85rem;color:var(--cargomme-gray-500);text-decoration:line-through}.cpl-price-discount{display:inline-block;background:var(--cargomme-orange);color:var(--cargomme-white);font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:4px;margin-left:8px}.cpl-price-current{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:1.6rem;font-weight:800;color:var(--cargomme-navy);line-height:1}.cpl-product-item__actions{display:flex;flex-direction:column;gap:6px;width:100%}.cpl-qty-buy-row{display:flex;gap:6px;align-items:stretch}.cpl-qty-select{appearance:none;-webkit-appearance:none;width:52px;padding:8px 20px 8px 6px;border:1.5px solid var(--cargomme-navy);border-radius:var(--cargomme-radius-sm);font-size:.85rem;font-weight:700;color:var(--cargomme-navy);background:var(--cargomme-white);text-align:center;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%230B1A2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center}.cpl-buy-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:10px 16px;background:var(--cargomme-orange);color:var(--cargomme-white);border:none;border-radius:var(--cargomme-radius-sm);font-size:.82rem;font-weight:700;cursor:pointer;transition:var(--cargomme-transition);white-space:nowrap}.cpl-buy-btn:hover{background:var(--cargomme-navy-light);transform:translateY(-1px);box-shadow:0 4px 12px #0b1a2e4d}.cpl-buy-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.cpl-buy-btn svg{width:14px;height:14px;flex-shrink:0}.cpl-details-btn{display:block;text-align:center;padding:8px 16px;background:var(--cargomme-orange);color:var(--cargomme-white);border:none;border-radius:var(--cargomme-radius-sm);font-size:.8rem;font-weight:700;text-decoration:none;cursor:pointer;transition:var(--cargomme-transition)}.cpl-details-btn:hover{background:var(--cargomme-orange-hover);transform:translateY(-1px);box-shadow:0 4px 12px #f479204d}@media screen and (max-width:990px){.cpl-product-item{grid-template-columns:160px 1fr auto;gap:16px;padding:16px}.cpl-product-item__image-link{width:160px;height:160px}.cpl-product-item__buy{min-width:150px}.cpl-price-current{font-size:1.3rem}}@media screen and (max-width:749px){.cpl-product-item{grid-template-columns:120px 1fr;grid-template-rows:auto auto;gap:12px;padding:14px}.cpl-product-item__image-link{width:120px;height:120px;grid-row:1 / 2}.cpl-product-item__info{grid-row:1 / 2;grid-column:2 / 3}.cpl-product-item__buy{grid-row:2 / 3;grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between;min-width:auto;width:100%;padding-top:12px}.cpl-product-item__price-block{align-items:flex-start}.cpl-product-item__actions{width:auto;flex-direction:row;gap:6px}.cpl-product-item__title{font-size:.92rem}.cpl-price-current{font-size:1.2rem}.cpl-product-item__brand-logo{max-width:55px}.cpl-results-count{font-size:.9rem}}@media screen and (max-width:480px){.cpl-product-item{grid-template-columns:100px 1fr;gap:10px;padding:12px}.cpl-product-item__image-link{width:100px;height:100px}.cpl-product-item__buy{flex-direction:column;align-items:stretch}.cpl-product-item__actions{flex-direction:column}.cpl-product-item__labels{gap:4px}.cpl-label-badge{padding:2px 5px}.cpl-label-badge__icon{width:18px;height:18px}.cpl-label-badge__value{font-size:.75rem}}.cpl-main-layout{display:flex;gap:40px;align-items:flex-start;padding-top:40px}.cpl-sidebar{width:280px;min-width:260px;flex-shrink:0}.cpl-sidebar .facets--filters-title,.cpl-sidebar-header .cpl-filter-title{font-family:var(--font-heading--family, "Inter", sans-serif);font-size:1.15rem;font-weight:800;color:var(--cargomme-navy);margin:0;text-transform:uppercase;letter-spacing:.05em}.cpl-sidebar .facets__filters-wrapper{margin-inline-end:0}@media screen and (max-width:990px){.cpl-main-layout{flex-direction:column;gap:20px}}.cpl-product-item__specs{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:.95rem}.cpl-spec-label{font-weight:500;color:var(--cargomme-gray-600)}.cpl-spec-item{font-weight:700;color:var(--cargomme-navy)}.cpl-spec-separator{font-weight:500;color:var(--cargomme-gray-400)}.cpl-mobile-filter-toggle,.cpl-mobile-drawer{display:none}@media screen and (max-width:749px){.cpl-container{padding:0 24px}.section .cpl-container,.page-width.cpl-container{padding:0}.cpl-mobile-filter-toggle,.cpl-mobile-drawer{display:block}.cpl-sidebar{display:none}}.cpl-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;margin-top:40px;padding:20px 0}.cpl-pagination__pages{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.cpl-pagination__link,.cpl-pagination__current{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:50%;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;line-height:1}.cpl-pagination__link{color:var(--cargomme-gray-600);background-color:transparent;border:1px solid transparent}.cpl-pagination__link:hover{color:var(--cargomme-navy);background-color:var(--cargomme-light);transform:translateY(-1px)}.cpl-pagination__current{color:var(--cargomme-white);background-color:var(--cargomme-navy);border:1px solid var(--cargomme-navy);box-shadow:0 4px 10px #0a246333}.cpl-pagination__nav{color:var(--cargomme-navy);border:1px solid var(--cargomme-gray-300);background-color:var(--cargomme-white)}.cpl-pagination__nav:hover{background-color:var(--cargomme-navy);color:var(--cargomme-white);border-color:var(--cargomme-navy);transform:translateY(-1px);box-shadow:0 4px 10px #0a246333}.cpl-pagination__nav svg{width:20px;height:20px}.cpl-collection-description-wrapper{width:100%;max-width:var(--page-width);margin:0 auto}.cpl-collection-description{font-size:13px;line-height:1.6;color:rgba(var(--color-foreground-rgb),.7);width:100%}.cpl-collection-description h1{font-size:16px;font-weight:700;margin-top:1.2em;margin-bottom:.4em;color:var(--color-foreground)}.cpl-collection-description h2{font-size:15px;font-weight:600;margin-top:1em;margin-bottom:.4em;color:var(--color-foreground)}.cpl-collection-description h3,.cpl-collection-description h4,.cpl-collection-description h5,.cpl-collection-description h6{font-size:14px;font-weight:600;margin-top:.8em;margin-bottom:.3em;color:var(--color-foreground)}.cpl-collection-description p{margin-bottom:.6em}.cpl-collection-description ul,.cpl-collection-description ol{padding-left:1.2em;margin-bottom:.6em}.cpl-collection-description a{color:var(--cargomme-navy, #0a2463);text-decoration:underline}.mega-menu__link{position:relative;display:inline-block;transition:color .3s ease}.mega-menu__link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:var(--cargomme-orange, #f26522);transition:width .3s ease-out}.mega-menu__link:hover{color:var(--cargomme-orange, #f26522)!important}.mega-menu__link:hover:after{width:100%}.mega-menu__badge{display:inline-block;background:var(--cargomme-orange, #f26522);color:#fff;font-size:10px;font-weight:700;line-height:1;padding:3px 6px;border-radius:4px;margin-left:6px;text-transform:uppercase;vertical-align:middle;box-shadow:0 2px 4px #f265224d}.badge--sconto{background:#e63946;box-shadow:0 2px 4px #e639464d}.badge--novita{background:#2a9d8f;box-shadow:0 2px 4px #2a9d8f4d}@media screen and (max-width:749px){.product-details .group-block.color-scheme-2{padding:24px 20px!important;padding-block:24px!important;padding-inline:20px!important}}.facets__inputs-list-item--disabled{display:none!important}.cargomme-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px}@media screen and (max-width:989px){.cargomme-related-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.cargomme-related-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}}.cargomme-related-card{display:flex;flex-direction:column;height:100%;position:relative;background:var(--color-background, #ffffff);border-radius:8px;border:1px solid rgba(0,0,0,.08);padding:16px;transition:transform .2s ease,box-shadow .2s ease}.cargomme-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.cargomme-related-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fff;border-radius:6px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.cargomme-related-card__brand{position:absolute;top:6px;left:6px;z-index:2;background:#ffffffe6;padding:2px 6px;border-radius:4px}.cargomme-related-card__img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .3s ease}.cargomme-related-card:hover .cargomme-related-card__img{transform:scale(1.05)}.cargomme-related-card__info{display:flex;flex-direction:column;flex-grow:1}.cargomme-related-card__title{font-size:.95rem;font-weight:600;line-height:1.35;margin:0 0 10px;color:var(--color-foreground, #111111);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cargomme-related-card__title:hover{color:#f26522}.cargomme-related-card__price{font-size:1.15rem;font-weight:700;color:var(--color-foreground, #111111);margin-top:auto}.cpl-sidebar-tire-search{background:var(--color-background, #ffffff);border:1.5px solid var(--cargomme-gray-200, #e2e8f0);border-radius:12px;padding:18px 16px;box-shadow:0 4px 16px #0000000a;width:100%;box-sizing:border-box}.cpl-sidebar-tire-search__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--cargomme-orange, #f26522)}.cpl-sidebar-tire-search__icon-wrap{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#f265221f;color:var(--cargomme-orange, #f26522);flex-shrink:0}.cpl-sidebar-tire-search__title{font-size:.95rem;font-weight:700;line-height:1.35;color:var(--cargomme-navy, #0f172a);margin:0}.cpl-sidebar-tire-search .tire-search__vehicles{margin-bottom:14px}.cpl-sidebar-tire-search .tire-search__vehicle-btn{font-size:.78rem;padding:7px 6px;gap:5px}.cpl-sb-fields-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cpl-sidebar-tire-search .tire-search__field label{display:block;font-size:.75rem;font-weight:700;color:var(--cargomme-gray-600, #64748b);margin-bottom:4px;text-transform:uppercase}.cpl-sb-select{width:100%;padding:8px 6px;border:1.5px solid var(--cargomme-gray-200, #e2e8f0);border-radius:6px;font-size:.85rem;font-weight:600;background-color:#fff;color:var(--color-foreground, #111111);box-sizing:border-box}.cpl-sb-select:focus{border-color:var(--cargomme-orange, #f26522);outline:none}.cpl-sb-seasons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.cpl-sb-seasons-grid .tire-search__season-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 8px;font-size:.8rem;font-weight:600;border:1.5px solid var(--cargomme-gray-200, #e2e8f0);border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease}.cpl-sb-seasons-grid .tire-search__season-btn.active{background:var(--cargomme-navy, #0f172a);color:#fff;border-color:var(--cargomme-navy, #0f172a)}.cpl-sb-search-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;font-size:.85rem;font-weight:700;border-radius:8px;background-color:var(--cargomme-orange, #f26522)!important;color:#fff!important;border:none;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.cpl-sb-search-btn:hover{background-color:#d85315!important}.mega-menu__column--season{grid-column:span 2!important}.mega-menu__season-list{display:flex!important;flex-direction:column;gap:10px;margin-top:10px;padding:0;max-width:300px;width:100%}.mega-menu__season-item{list-style:none!important;margin:0!important;padding:0!important}.mega-menu__season-card{display:flex;align-items:center;gap:14px;padding:8px 14px 8px 8px;border-radius:10px;text-decoration:none!important;background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .25s cubic-bezier(.16,1,.3,1);width:100%;max-width:100%;box-sizing:border-box}.mega-menu__season-card:hover{transform:translateY(-1px);background:#ffffff0f}.mega-menu__season-card.season-card--summer:hover{background:#f262221f;border-color:#f2622266;box-shadow:0 4px 16px #f2622226}.mega-menu__season-card.season-card--winter:hover{background:#38bdf81f;border-color:#38bdf866;box-shadow:0 4px 16px #38bdf826}.mega-menu__season-card.season-card--allseason:hover{background:#10b9811f;border-color:#10b98166;box-shadow:0 4px 16px #10b98126}.mega-menu__season-thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0b1522;border:1px solid rgba(255,255,255,.08)}.mega-menu__season-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:7px}.mega-menu__season-card:hover .mega-menu__season-img{transform:scale(1.08)}.mega-menu__season-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:7px}.mega-menu__season-placeholder.placeholder--summer{background:linear-gradient(135deg,#1e293b,#2e180d);color:#f97316}.mega-menu__season-placeholder.placeholder--winter{background:linear-gradient(135deg,#1e293b,#0c253d);color:#38bdf8}.mega-menu__season-placeholder.placeholder--allseason{background:linear-gradient(135deg,#1e293b,#092e21);color:#34d399}.mega-menu__season-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.mega-menu__season-title-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.mega-menu__season-title{font-size:.84rem;font-weight:600;color:#fff;line-height:1.25;white-space:normal}.mega-menu__season-icon-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.mega-menu__season-icon-badge svg{display:block;flex-shrink:0}.mega-menu__season-action{font-size:.7rem;font-weight:500;color:#ffffff73;display:inline-flex;align-items:center;gap:3px;transition:color .2s ease}.mega-menu__season-action svg{transition:transform .2s ease}.mega-menu__season-card:hover .mega-menu__season-action{color:#ffffffd9}.mega-menu__season-card:hover .mega-menu__season-action svg{transform:translate(3px)}.product-list .product-list-text h2,.product-list .product-list-text h3,.product-list .text-block--collection_title h2,.product-list .text-block--collection_title h3,.product-list-section h2,.product-list-section h3{font-size:clamp(1.2rem,2vw,1.55rem)!important;font-weight:700!important;line-height:1.25!important;letter-spacing:-.01em!important}.product-card .text-block:is(.h1,.h2,.h3,.h4,.h5,.h6,.paragraph,.rte),.product-card .text-block h1,.product-card .text-block h2,.product-card .text-block h3,.product-card .text-block h4,.product-card .text-block h5,.product-card .text-block h6,.product-card .text-block p,.product-card a .text-block>*,.product-card [ref=productTitleLink] .text-block>*,.product-card [ref=productTitleLink] :is(h1,h2,h3,h4,h5,h6,p){font-size:.95rem!important;font-weight:600!important;line-height:1.35!important;letter-spacing:.01em!important;text-transform:uppercase!important;margin-block:4px 6px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:2!important;min-height:2.7em}@media screen and (max-width:749px){.product-card .text-block:is(.h1,.h2,.h3,.h4,.h5,.h6,.paragraph,.rte),.product-card .text-block h1,.product-card .text-block h2,.product-card .text-block h3,.product-card .text-block h4,.product-card .text-block h5,.product-card .text-block h6,.product-card .text-block p,.product-card a .text-block>*,.product-card [ref=productTitleLink] .text-block>*,.product-card [ref=productTitleLink] :is(h1,h2,h3,h4,h5,h6,p){font-size:.85rem!important;line-height:1.3!important;min-height:2.6em}}.cargomme-card-specs{display:flex;flex-direction:column;gap:6px;margin:6px 0 8px;width:100%}.cargomme-card-specs__row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.cargomme-card-specs__tag{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:3px 7px;border-radius:4px;line-height:1.2;white-space:nowrap}.cargomme-card-specs__tag--size{background-color:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0;font-weight:700;letter-spacing:.02em}.cargomme-card-specs__tag--season{background-color:#f8fafc;color:#0f172a;border:1px solid #e2e8f0}.cargomme-card-specs__tag--season svg{display:block;flex-shrink:0}.cargomme-card-specs__tag--runflat{background-color:#fff7ed;color:#c2410c;border:1px solid #ffedd5;font-weight:800}.cargomme-card-specs__tag--dot{background-color:#f0fdf4;color:#15803d;border:1px solid #dcfce7;font-weight:600}.cargomme-card-specs__row--labels{display:flex;align-items:center;gap:6px;padding-top:2px}.cargomme-card-specs__eu-pill{display:inline-flex;align-items:center;gap:3px;background-color:#fff;border:1px solid #e2e8f0;padding:2px 5px 2px 4px;border-radius:4px;box-shadow:0 1px 2px #00000008}.cargomme-card-specs__eu-pill img{width:14px;height:14px;object-fit:contain;display:block}.cargomme-card-specs__eu-pill .eu-badge{font-size:.7rem;font-weight:800;height:16px;min-width:16px;padding:0 3px;border-radius:2px;line-height:16px}.cargomme-card-specs__eu-pill .eu-badge--noise{background-color:#475569;color:#fff!important;font-size:.68rem;font-weight:700;padding:0 4px}.product-card__content{justify-content:space-between}@media screen and (max-width:749px){.cargomme-card-specs{gap:4px;margin:4px 0 6px}.cargomme-card-specs__tag{font-size:.7rem;padding:2px 5px}.cargomme-card-specs__eu-pill{padding:1px 4px 1px 3px}}.product-card product-price{margin-top:6px!important;margin-bottom:4px!important;display:block!important;width:100%!important}.product-card product-price [ref=priceContainer]{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.product-card .price,.product-card product-price .price{font-size:1.35rem!important;font-weight:800!important;color:#0f172a!important;letter-spacing:-.02em!important;line-height:1.15!important}.product-card .price__hidden,.product-card product-price .price__hidden{display:none!important}.product-card .price__regular:not(.price__hidden){display:block!important}.product-card .price__sale:not(.price__hidden){display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:6px!important}.product-card .price-item--sale,.product-card .price-item--sale.price{font-size:1.35rem!important;font-weight:800!important;color:#0f172a!important}.product-card .compare-at-price,.product-card product-price .compare-at-price{font-size:.92rem!important;font-weight:500!important;color:#94a3b8!important;text-decoration:line-through!important}.cargomme-price-subtext{display:block;font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-top:1px}.cargomme-card-actions{position:relative;z-index:5;width:100%;margin-top:8px}.cargomme-card-actions__controls{display:flex;align-items:center;gap:8px;width:100%}.cargomme-qty-stepper{display:inline-flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:6px;background-color:#fff;height:36px;box-sizing:border-box;overflow:hidden;flex-shrink:0;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.cargomme-qty-stepper:focus-within{border-color:#0b1a2e;box-shadow:0 0 0 2px #0b1a2e1a}.cargomme-qty-stepper__btn{display:flex;align-items:center;justify-content:center;width:28px;height:100%;border:none;background:transparent;color:#475569;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease}.cargomme-qty-stepper__btn:hover{background-color:#f1f5f9;color:#0f172a}.cargomme-qty-stepper__btn:active{background-color:#e2e8f0}.cargomme-qty-stepper__btn svg{display:block;flex-shrink:0;pointer-events:none}.cargomme-qty-stepper__input{width:32px;height:100%;border:none;background:transparent;text-align:center;font-size:.92rem;font-weight:700;color:#0f172a;outline:none;padding:0;-moz-appearance:textfield}.cargomme-qty-stepper__input::-webkit-outer-spin-button,.cargomme-qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cargomme-card-actions__btn{position:relative;flex:1;height:36px;min-width:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:linear-gradient(135deg,#0b1a2e,#1e293b);color:#fff;font-size:.84rem;font-weight:700;letter-spacing:.02em;cursor:pointer;padding:0 12px;box-shadow:0 2px 5px #0b1a2e26;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;-webkit-user-select:none;user-select:none}.cargomme-card-actions__btn:hover:not(:disabled){background:linear-gradient(135deg,#0f2b4c,#2b3e55);transform:translateY(-1px);box-shadow:0 4px 10px #0b1a2e38}.cargomme-card-actions__btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #0b1a2e26}.cargomme-card-actions__state{display:none;align-items:center;justify-content:center;gap:6px}.cargomme-card-actions__cart-icon{flex-shrink:0;display:block}.cargomme-card-actions__btn:not(.is-loading):not(.is-success) .cargomme-card-actions__state--default{display:inline-flex}.cargomme-card-actions__btn.is-loading .cargomme-card-actions__state--loading,.cargomme-card-actions__btn.is-success .cargomme-card-actions__state--success{display:inline-flex}.cargomme-card-actions__btn.is-success{background:#16a34a!important;color:#fff!important;box-shadow:0 2px 8px #16a34a4d!important}.cargomme-card-actions__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;animation:cargomme-spin .6s linear infinite}@keyframes cargomme-spin{to{transform:rotate(360deg)}}.cargomme-card-actions__btn--disabled{width:100%;height:36px;background-color:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0;border-radius:6px;font-weight:600;font-size:.82rem;cursor:not-allowed;box-shadow:none}.cargomme-card-actions__btn--disabled:hover{background-color:#f1f5f9;transform:none;box-shadow:none}.cargomme-card-actions__error{font-size:.72rem;color:#dc2626;font-weight:600;margin-top:4px;display:none}@media screen and (max-width:749px){.product-card .price,.product-card product-price .price,.product-card .price-item--sale,.product-card .price-item--sale.price{font-size:1.15rem!important}.cargomme-card-actions{margin-top:6px}.cargomme-qty-stepper{height:34px}.cargomme-qty-stepper__btn{width:24px}.cargomme-qty-stepper__input{width:28px;font-size:.86rem}.cargomme-card-actions__btn{height:34px;font-size:.78rem;padding:0 8px}}.resource-list__carousel slideshow-slides{gap:24px!important;--resource-list-column-gap: 24px !important;--resource-list-column-gap-desktop: 24px !important;padding-block:18px!important}.resource-list__carousel .product-card{padding:4px 6px!important}.product-card .cargomme-card-specs{margin:8px 0 10px!important}.product-card product-price{margin-top:8px!important;margin-bottom:6px!important}.product-card .cargomme-card-actions{margin-top:10px!important}@media screen and (max-width:749px){.resource-list__carousel slideshow-slides{gap:14px!important;--resource-list-column-gap: 14px !important;--resource-list-column-gap-desktop: 14px !important;padding-block:12px!important}.resource-list__carousel .product-card{padding:2px 4px!important}.product-card .cargomme-card-specs{margin:6px 0 8px!important}.product-card product-price{margin-top:6px!important;margin-bottom:4px!important}.product-card .cargomme-card-actions{margin-top:8px!important}}.product-details .text-block--text_aEtTtq,.product-details .rte,.product-information .rte,[data-testid=product-information] .rte,.product-description .rte{font-size:.92rem!important;line-height:1.65!important;color:#475569!important}.product-details .text-block--text_aEtTtq h2,.product-details .rte h2,.product-information .rte h2,[data-testid=product-information] .rte h2,.product-description .rte h2{font-size:clamp(1.15rem,1.6vw,1.35rem)!important;font-weight:700!important;line-height:1.3!important;letter-spacing:-.01em!important;color:#0f172a!important;margin-top:1.25rem!important;margin-bottom:.5rem!important}.product-details .text-block--text_aEtTtq h3,.product-details .rte h3,.product-information .rte h3,[data-testid=product-information] .rte h3,.product-description .rte h3{font-size:1.12rem!important;font-weight:600!important;line-height:1.35!important;color:#0f172a!important;margin-top:1rem!important;margin-bottom:.4rem!important}.product-details .text-block--text_aEtTtq p,.product-details .rte p,.product-information .rte p,[data-testid=product-information] .rte p,.product-description .rte p{font-size:.92rem!important;line-height:1.65!important;color:#475569!important;margin-bottom:.75rem!important}.product-details .rte ul,.product-details .rte ol,.product-information .rte ul,.product-information .rte ol{font-size:.92rem!important;line-height:1.6!important;color:#475569!important;margin-bottom:.75rem!important;padding-left:1.25rem!important}.product-details .rte li,.product-information .rte li{margin-bottom:.35rem!important}.product-details .rte strong,.product-details .rte b,.product-information .rte strong,.product-information .rte b{color:#1e293b!important;font-weight:600!important}@media screen and (max-width:749px){.product-details .text-block--text_aEtTtq h2,.product-details .rte h2,.product-information .rte h2,[data-testid=product-information] .rte h2{font-size:1.15rem!important;margin-top:1rem!important;margin-bottom:.4rem!important}.product-details .text-block--text_aEtTtq p,.product-details .rte p,.product-information .rte p,[data-testid=product-information] .rte p{font-size:.88rem!important;line-height:1.55!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cargomme-custom.css.map */
