.surf-page,.surf-page *,.surf-page *:before,.surf-page *:after{box-sizing:border-box}.surf-page{background:#f8f8f8;min-height:100vh}.surf-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:16px;color:rgba(var(--color-black),.5)}.surf-model-nav{position:sticky;top:var(--surf-header-height, 80px);z-index:99;background:#f8f8f8;border-bottom:1px solid rgba(0,0,0,.08);transition:transform .3s ease,opacity .3s ease}.surf-model-nav--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.surf-model-nav__inner{display:flex;justify-content:center;gap:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 24px}.surf-model-nav__inner::-webkit-scrollbar{display:none}.surf-model-tab{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;background:none;border:none;border-bottom:2px solid transparent;color:rgba(var(--color-black),.35);cursor:pointer;transition:color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap;opacity:.6}.surf-model-tab:hover{color:rgba(var(--color-black),.7);opacity:.85}.surf-model-tab--active{color:rgb(var(--color-black));border-bottom-color:rgb(var(--color-black));opacity:1}.surf-model-tab__img{width:50px;height:90px;object-fit:cover;border-radius:6px;background:rgba(var(--color-black),.04)}.surf-model-tab__name{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.surf-page{--surf-header-height: var(--header-height, 80px);--surf-nav-height: 86px;--surf-top-offset: calc(var(--surf-header-height) + var(--surf-nav-height))}@media(min-width:769px){body.surf-pdp .page__header{position:fixed!important;top:0!important;transform:none!important;z-index:101}}body.surf-pdp .page__header,body.surf-pdp .page__header:before{background-color:#f8f8f8!important}.surf-layout{display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}@media(min-width:769px){.surf-layout{padding-top:var(--surf-header-height)}}.surf-col-left{flex:0 0 27%;position:sticky;top:var(--surf-top-offset);height:calc(100vh - var(--surf-top-offset));height:calc(100svh - var(--surf-top-offset));display:flex;flex-direction:column;justify-content:space-between;padding:24px 24px 20px;overflow:hidden}.surf-col-left::-webkit-scrollbar{display:none}.surf-col-left__top{display:flex;flex-direction:column}.surf-col-left__bottom{display:flex;flex-direction:column;margin-top:24px}.surf-col-center{flex:0 0 46%;position:relative;overflow-y:hidden;display:flex;flex-direction:column}.surf-gallery{width:100%}.surf-gallery-frame{display:none;width:100%}.surf-gallery-frame.is-active{display:block}.surf-gallery-img{width:100%;height:auto;display:block;object-fit:contain}@media(max-width:768px){.surf-gallery-img{width:100vw}}.surf-color-display{display:flex;align-items:center;gap:12px;margin-top:4px}.surf-color-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.6}.surf-color-swatch{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.2);display:inline-block;flex:0 0 auto}.surf-color-name{font-size:14px;font-weight:500}.surf-vp{display:flex;flex-direction:column;gap:16px}.surf-vp-group{display:flex;flex-direction:column;gap:8px}.surf-vp-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.6;display:flex;gap:8px;align-items:center}.surf-vp-color-name{opacity:1;font-size:13px;text-transform:none;letter-spacing:0;font-weight:500}.surf-vp-talla-list{display:flex;flex-wrap:wrap;gap:8px}.surf-vp-talla{padding:8px 14px;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#fff;cursor:pointer;font-size:14px;line-height:1}.surf-vp-talla.is-active{background:#000;color:#fff;border-color:#000}.surf-vp-color-list{display:flex;flex-wrap:wrap;gap:10px}.surf-vp-color{padding:0;border:none;background:none;cursor:pointer;line-height:0}.surf-vp-swatch{display:inline-block;width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.2);box-sizing:border-box}.surf-vp-color.is-active .surf-vp-swatch{box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.surf-price-amount{font-size:22px;font-weight:700}.surf-col-right{flex:0 0 27%;position:sticky;top:var(--surf-top-offset);height:calc(100vh - var(--surf-top-offset));height:calc(100svh - var(--surf-top-offset));display:flex;flex-direction:column;justify-content:flex-start;padding:16px;overflow-y:auto;scrollbar-width:none;gap:0}.surf-col-right::-webkit-scrollbar{display:none}.surf-col-right__top{display:flex;flex-direction:column;gap:22px}.surf-col-right__mid{display:flex;flex-direction:column;gap:12px;margin-top:auto}.surf-col-right__bottom{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:8px}.surf-brand{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.04em;color:rgb(var(--color-black));background:#0000000d;border:none;border-radius:20px;padding:6px 14px;margin-bottom:16px;align-self:flex-start}.surf-title{font-size:42px;font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:16px}.surf-description{font-size:14px;line-height:1.6;color:rgba(var(--color-black),.65);display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.surf-specs-wrapper{margin-bottom:8px;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;max-height:280px;overflow-y:auto;scrollbar-width:thin}.surf-specs-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.surf-specs-table thead{position:sticky;top:0;z-index:1}.surf-specs-table th{background:rgb(var(--color-black));color:rgb(var(--color-white));font-weight:700;font-size:10px;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:10px 6px;white-space:nowrap}.surf-specs-table th:first-child{text-align:left;padding-left:12px}.surf-specs-table td{padding:7px 6px;border-bottom:1px solid rgba(0,0,0,.06);color:rgb(var(--color-black));font-variant-numeric:tabular-nums;text-align:center;font-size:12px;white-space:nowrap}.surf-specs-table td:first-child{text-align:left;padding-left:12px;font-weight:600}.surf-specs-table tbody tr:nth-child(2n){background:#00000005}.surf-specs-table tbody tr:hover{background:#0000000a}.surf-specs-table tbody tr:last-child td{border-bottom:none}.surf-wishlist{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:none;cursor:pointer;border:1px solid rgba(0,0,0,.15);color:rgb(var(--color-black));transition:background .2s ease;margin-bottom:16px}.surf-wishlist:hover{background:rgba(var(--color-black),.05)}.surf-wishlist svg{width:18px;height:18px}.surf-accordion-list{border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden}.surf-accordion+.surf-accordion{border-top:1px solid rgba(0,0,0,.1)}.surf-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;font-size:14px;font-weight:500;cursor:pointer;background:none;border:none;color:rgb(var(--color-black));font-family:inherit}.surf-accordion-trigger svg{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.surf-accordion-trigger[aria-expanded=true]>svg:last-child{transform:rotate(90deg)}.surf-accordion-content{font-size:13px;line-height:1.5;color:rgba(var(--color-black),.6);padding:0 16px 16px}.surf-accordion-icon{display:flex;align-items:center;gap:8px}.surf-accordion-icon svg:first-child{width:16px;height:16px;opacity:.5}.surf-gallery-image{width:100%;display:block;background:#f8f8f8}.surf-scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffd9;color:rgb(var(--color-black));animation:surf-bounce 2s ease-in-out infinite;pointer-events:none}@keyframes surf-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-6px)}}.surf-tech-grid{--surf-tech-icon-size: 64px;display:flex;flex-direction:column;gap:18px}.surf-tech-group{display:flex;align-items:center;gap:10px;min-width:0}.surf-tech-group__label{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-black),.4);flex:0 0 auto;min-width:52px}.surf-tech-row{display:flex;gap:6px;flex:1 1 auto;min-width:0}.surf-tech-icon{flex:1 1 0;min-width:0;max-width:var(--surf-tech-icon-size);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.surf-tech-icon__img{width:88%;height:88%;object-fit:contain;opacity:.15;transition:opacity .2s ease}.surf-tech-icon--active .surf-tech-icon__img{opacity:1}.surf-level-bars{display:flex;flex-direction:column;gap:20px}.surf-level-bar{display:flex;flex-direction:column;gap:5px}.surf-level-bar__label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-black))}.surf-level-bar__track{position:relative;height:10px;background:#0000;border-radius:6px;border:2px solid rgb(var(--color-black))}.surf-level-bar__track .surf-level-bar__fill{position:absolute;top:0;display:block;height:100%;background:#000;border-radius:4px}.surf-level-bar__labels{display:flex;justify-content:space-between;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-black))}.surf-variant-row{display:flex;gap:20px}.surf-variant-group{display:flex;flex-direction:column;gap:6px}.surf-divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin:0}.surf-label{font-size:10px;font-weight:700;text-transform:uppercase;color:rgba(var(--color-black),.4);letter-spacing:.06em;white-space:nowrap}.surf-swatches{display:flex;gap:10px}.surf-swatch{width:26px;height:26px;border-radius:50%;cursor:pointer;border:none;transition:box-shadow .2s ease;padding:0;position:relative}.surf-swatch.surf-swatch--active{box-shadow:0 0 0 2px rgb(var(--color-black))}.surf-swatch:hover{box-shadow:0 0 0 2px rgba(var(--color-black),.3)}.surf-swatch.surf-swatch--active:hover{box-shadow:0 0 0 2px rgb(var(--color-black))}.surf-talla-wrapper{border:none;border-radius:0;padding:0}.surf-sizes{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.surf-size{padding:7px 10px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:background .2s ease,color .2s ease;background:rgba(var(--color-black),.05);color:rgb(var(--color-black));white-space:nowrap}.surf-size:hover{background:rgba(var(--color-black),.1)}.surf-size.surf-size--active{background:rgb(var(--color-black));color:rgb(var(--color-white))}.surf-price{font-size:22px;font-weight:700;margin-bottom:0}.surf-add-to-cart{width:100%;padding:12px 20px;border-radius:10px;background:#000;color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background .2s ease,color .2s ease;box-shadow:none}.surf-add-to-cart:hover{background:rgb(var(--color-white));color:rgb(var(--color-black));outline:1px solid rgb(var(--color-black))}.surf-delivery{font-size:12px;color:rgba(var(--color-black),.5);line-height:1.4;margin:0}.surf-find-board-link{display:inline-block;margin-top:8px;font-size:14px;font-weight:500;color:rgb(var(--color-black));text-decoration:underline;text-underline-offset:3px;cursor:pointer;opacity:.65;transition:opacity .2s ease}.surf-find-board-link:hover{opacity:1}.surf-section{width:1200px;max-width:100%;margin:0 auto;padding:48px 24px}.surf-section-title{font-size:26px;line-height:32px;font-weight:700;letter-spacing:-.03em;margin-bottom:24px;text-align:center}.surf-upsell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gutter)}.surf-upsell-card{text-decoration:none;color:inherit;display:block}.surf-upsell-card:hover .surf-card-name{text-decoration:underline;text-underline-offset:2px}.surf-card-image{aspect-ratio:3 / 4;border-radius:var(--border-radius-m);overflow:hidden;background:rgba(var(--color-black),.03);position:relative}.surf-card-image img{width:100%;height:100%;object-fit:cover}.surf-card-info{margin-top:12px}.surf-card-name{font-size:15px;font-weight:700;line-height:20px}.surf-card-price{font-size:14px;line-height:20px;opacity:.7}.surf-related-track{display:flex;gap:var(--grid-gutter);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:16px}.surf-related-track::-webkit-scrollbar{display:none}.surf-related-card{flex-shrink:0;width:calc((100% - var(--grid-gutter) * 2) / 3);min-width:220px;text-decoration:none;color:inherit;display:block}.surf-related-card:hover .surf-card-name{text-decoration:underline;text-underline-offset:2px}@media(max-height:820px){.surf-col-right{padding:12px}.surf-col-right__top{gap:6px}.surf-col-right__bottom{gap:6px;padding-top:4px}.surf-tech-grid{gap:16px;--surf-tech-icon-size: 48px}.surf-level-bars{gap:8px}.surf-level-bar__label{font-size:11px}.surf-level-bar__labels{font-size:10px}.surf-level-bar__track{height:8px}.surf-price{font-size:18px}.surf-add-to-cart{padding:9px 16px;font-size:14px}.surf-delivery{font-size:11px;line-height:1.3}.surf-find-board-link{font-size:11px}.surf-sizes{gap:4px;margin-top:6px}.surf-size{padding:5px 8px;font-size:11px}}@media(max-height:700px){.surf-tech-grid{--surf-tech-icon-size: 36px}.surf-col-right{padding:10px}.surf-col-right__top{gap:4px}.surf-col-right__bottom{gap:4px;padding-top:2px}.surf-price{font-size:16px}.surf-add-to-cart{padding:8px 14px;font-size:13px;border-radius:8px}.surf-find-board-link,.surf-delivery{font-size:10px}.surf-col-left{padding:16px 16px 12px}}.surf-wizard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px}.surf-wizard-card{position:relative;background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:48px 32px 28px;box-shadow:0 24px 64px #0003}.surf-wizard-close{position:absolute;top:14px;right:14px;z-index:2;background:none;border:none;cursor:pointer;color:#00000080;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s ease,background .2s ease}.surf-wizard-close:hover{color:#000;background:#0000000d}.surf-wizard-progress{margin-bottom:24px;padding-right:32px}.surf-wizard-progress__bar{height:3px;background:#00000014;border-radius:2px;overflow:hidden;margin-bottom:8px}.surf-wizard-progress__fill{height:100%;background:#000;border-radius:2px;transition:width .3s ease}.surf-wizard-progress__label{font-size:11px;font-weight:600;color:#0006;letter-spacing:.02em}.surf-wizard-step{text-align:left}.surf-wizard-title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:4px}.surf-wizard-subtitle{font-size:13px;color:#00000080;line-height:1.4;margin-bottom:20px}.surf-wizard-options{display:flex;flex-direction:column;gap:8px}.surf-wizard-option{width:100%;padding:14px 18px;border-radius:12px;background:#00000008;border:2px solid transparent;font-family:inherit;cursor:pointer;color:#000;transition:background .15s ease,border-color .15s ease;text-align:left;display:flex;flex-direction:column;gap:2px}.surf-wizard-option__label{font-size:15px;font-weight:700}.surf-wizard-option__desc{font-size:12px;color:#00000080;line-height:1.4}.surf-wizard-option:hover{background:#0000000f}.surf-wizard-option--active{border-color:#000;background:#00000008}.surf-wizard-option--active .surf-wizard-option__desc{color:#000000a6}.surf-wizard-body{display:flex;flex-direction:column;gap:24px}.surf-wizard-slider-group{display:flex;flex-direction:column;gap:8px}.surf-wizard-slider-header{display:flex;justify-content:space-between;align-items:baseline}.surf-wizard-slider-label{font-size:13px;font-weight:700;color:#000}.surf-wizard-slider-value{font-size:20px;font-weight:800;color:#000;letter-spacing:-.02em}.surf-wizard-slider{width:100%;-webkit-appearance:none;appearance:none;height:6px;background:#0000001a;border-radius:3px;outline:none;cursor:pointer}.surf-wizard-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#000;cursor:pointer;border:3px solid #fff;box-shadow:0 1px 4px #0000004d}.surf-wizard-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#000;cursor:pointer;border:3px solid #fff;box-shadow:0 1px 4px #0000004d}.surf-wizard-slider-range{display:flex;justify-content:space-between;font-size:11px;color:#00000059}.surf-wizard-body-summary{font-size:13px;color:#0009;text-align:center;padding:12px;background:#00000008;border-radius:10px}.surf-wizard-body-summary strong{font-weight:800;color:#000;font-size:15px}.surf-wizard-results{display:flex;flex-direction:column;gap:12px}.surf-wizard-result-card{display:flex;align-items:stretch;gap:0;padding:0;border-radius:14px;border:none;background:#00000008;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:left;font-family:inherit;color:#000;position:relative;width:100%;overflow:hidden}.surf-wizard-result-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.surf-wizard-result-card--best{background:#000;color:#fff}.surf-wizard-result-card__badge{display:none}.surf-wizard-result-card__img-wrap{width:56px;height:72px;flex-shrink:0;margin:10px 0 10px 14px;border-radius:8px;overflow:hidden;background:#0000000a}.surf-wizard-result-card--best .surf-wizard-result-card__img-wrap{background:#ffffff1f}.surf-wizard-result-card__img{width:100%;height:100%;object-fit:cover}.surf-wizard-result-card__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:16px 16px 16px 12px}.surf-wizard-result-card__top{display:flex;justify-content:space-between;align-items:center}.surf-wizard-result-card__name{font-size:16px;font-weight:800;letter-spacing:-.01em}.surf-wizard-result-card__match{font-size:22px;font-weight:900;letter-spacing:-.02em;opacity:.9}.surf-wizard-result-card--best .surf-wizard-result-card__match{opacity:1}.surf-wizard-result-card__match-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.surf-wizard-result-card__current-badge{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:2px 7px;border-radius:999px;background:rgba(var(--color-black),.08);color:rgb(var(--color-black))}.surf-wizard-result-card--best .surf-wizard-result-card__current-badge{background:rgba(var(--color-white),.18);color:rgb(var(--color-white))}.surf-wizard-result-card__desc{display:none}.surf-wizard-result-card__meta{display:flex;gap:16px;font-size:12px;opacity:.5}.surf-wizard-result-card--best .surf-wizard-result-card__meta{opacity:.6}.surf-wizard-result-card__meta strong{font-weight:700;opacity:1}.surf-wizard-result-card--best .surf-wizard-result-card__meta strong{color:#fff}.surf-wizard-result-card__arrow{flex-shrink:0;align-self:center;margin-right:14px;opacity:.3}.surf-wizard-result-card--best .surf-wizard-result-card__arrow{opacity:.5;color:#fff}.surf-wizard-volhero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;padding:14px 16px 18px;margin-bottom:14px;border-bottom:1px solid rgba(var(--color-black),.08)}.surf-wizard-volhero__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.55}.surf-wizard-volhero__value{font-size:44px;font-weight:900;letter-spacing:-.03em;line-height:1.05}.surf-wizard-volhero__note{font-size:12px;line-height:1.4;opacity:.6;max-width:38ch;margin-top:4px}.surf-wizard-result-card__reason{font-size:12.5px;line-height:1.4;opacity:.85;margin:2px 0}.surf-wizard-result-card--best .surf-wizard-result-card__reason{opacity:.85}.surf-wizard-result-card__tag{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding:3px 9px;border-radius:999px;background:rgba(var(--color-white),.16);color:rgb(var(--color-white))}.surf-wizard-alts{margin-top:14px}.surf-wizard-alts__head{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.5;margin:0 0 8px 2px}.surf-wizard-alt-card{display:flex;align-items:stretch;gap:0;border:1px solid rgba(var(--color-black),.1);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease}.surf-wizard-alt-card+.surf-wizard-alt-card{margin-top:8px}.surf-wizard-alt-card:hover{border-color:rgba(var(--color-black),.25);transform:translateY(-1px)}.surf-wizard-alt-card__img-wrap{width:40px;height:56px;flex-shrink:0;margin:8px 0 8px 10px;border-radius:6px;overflow:hidden;background:rgba(var(--color-black),.04)}.surf-wizard-alt-card__img{width:100%;height:100%;object-fit:cover}.surf-wizard-alt-card__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px 12px}.surf-wizard-alt-card__top{display:flex;justify-content:space-between;align-items:center;gap:8px}.surf-wizard-alt-card__name{font-size:14px;font-weight:800;letter-spacing:-.01em}.surf-wizard-alt-card__label{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:2px 8px;border-radius:999px;background:rgba(var(--color-black),.07);opacity:.85}.surf-wizard-alt-card__meta{display:flex;gap:12px;font-size:11px;opacity:.55}.surf-wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.surf-wizard-back{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;color:#0009;padding:8px 12px;border-radius:8px;transition:color .2s ease,background .2s ease}.surf-wizard-back:hover{color:#000;background:#0000000a}.surf-wizard-next{display:flex;align-items:center;gap:4px;margin-left:auto;padding:10px 20px;border-radius:10px;background:#000;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:opacity .2s ease}.surf-wizard-next:disabled{opacity:.3;cursor:not-allowed}.surf-wizard-next:not(:disabled):hover{background:#1e1e1e}@media(min-width:769px)and (max-width:1024px){.surf-col-left{padding:20px 16px 16px}.surf-col-right{padding:16px 14px}.surf-tech-grid{--surf-tech-icon-size: 52px}.surf-specs-table{font-size:11px}.surf-specs-table th{font-size:8px;letter-spacing:0;padding:8px 2px}.surf-specs-table th:first-child{padding-left:8px}.surf-specs-table td{font-size:11px;padding:6px 3px}.surf-specs-table td:first-child{padding-left:8px}}@media(max-width:768px){.surf-page{padding-top:var(--surf-header-height)}.surf-model-nav{position:relative;top:0}.surf-model-nav--hidden{transform:none;opacity:1;pointer-events:auto}.surf-model-nav__inner{padding:0 16px;justify-content:flex-start}.surf-model-tab{padding:8px 10px;gap:4px}.surf-model-tab__img{width:36px;height:64px}.surf-model-tab__name{font-size:8px}.surf-layout{flex-direction:column;width:100%}.surf-col-left{flex:1 1 auto;position:static;height:auto;overflow-y:visible;padding:24px 16px 0;order:2}.surf-col-left__top{padding-top:0}.surf-col-center{flex:1 1 auto;width:100%;min-width:0;order:1}.surf-col-right{flex:1 1 auto;position:static;height:auto;overflow-y:visible;padding:16px 16px 120px;order:3;justify-content:flex-start;gap:12px}.surf-col-right__bottom{margin-top:16px}.surf-col-right__bottom .surf-price{font-size:20px}.surf-title{font-size:32px;line-height:36px}.surf-col-center::-webkit-scrollbar{display:none}.surf-gallery-image{flex-shrink:0;width:85vw;scroll-snap-align:start}.surf-scroll-indicator{display:none}.surf-specs-wrapper{max-height:none}.surf-tech-grid{gap:16px;--surf-tech-icon-size: 52px}.surf-level-bars{gap:12px}.surf-level-bar__label{font-size:12px}.surf-level-bar__labels{font-size:10px}.surf-level-bar__track{height:8px}.surf-upsell-grid{grid-template-columns:repeat(2,1fr)}.surf-related-card{width:70vw;min-width:200px}.surf-section{padding:32px 16px}.surf-wizard-card{padding:32px 20px 24px}.surf-wizard-title{font-size:18px}}@media(max-width:768px)and (min-width:481px){.surf-gallery-image{width:70vw}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/product-surf.css.map */
