﻿#pImages{display:flex;gap:1rem;position:relative;}#pImages img{max-width:100%;max-height:100%;}#pImages .main{border:1px solid #ebebeb;flex:1;position:relative;display:flex;justify-content:center;align-items:center;}#pImages .main img{position:absolute;cursor:zoom-in;}#pImages .main .prev,#pImages .main .next{position:absolute;top:50%;margin-top:-2.5rem;padding:1.5rem;border:1px solid transparent;transition:border 1s;cursor:pointer;}#pImages .main .prev{left:1rem;transform:rotate(90deg);}#pImages .main .next{right:1rem;transform:rotate(-90deg);}#pImages .main .prev svg,#pImages .main .next svg{fill:#aaa;width:1.5rem;transition:all 1s;}#pImages .main .prev:hover,#pImages .main .next:hover{border-color:#aaa;}#pImages .main .prev:hover svg,#pImages .main .next:hover svg{fill:#888;}#pImages .main .dots{position:absolute;bottom:2rem;display:flex;justify-content:center;gap:1rem;width:100%;}#pImages .main .dots .dot{border:1px solid #aaa;height:2rem;width:2rem;border-radius:50%;}#pImages .main .dots .dot.selected{background-color:#aaa;}#pImages .main svg{fill:#cfcfcf;}#pImages .slide{display:flex;flex-direction:column;height:100%;gap:.5rem;}#pImages .slide li.selected img{border-color:#00719e;}#pImages .slide img{width:80px;height:100px;cursor:pointer;}#pImages .slide .prev,#pImages .slide .next{display:flex;justify-content:center;align-items:center;background-color:#d4dde3;border-radius:2px;height:2rem;font-size:2rem;cursor:pointer;}#pImages .slide .prev span,#pImages .slide .next span{transform:rotate(90deg);}#pImages .slide .list{flex:1;overflow:hidden;}#pImages .slide .list ul{transform:translate3d(0,0,0);transition:all .7s;}#pImages .slide .list li{margin-bottom:1px;}#pImages .slide .list img{border:1px solid #ebebeb;display:block;}#pImages .slide{order:0;}#pImages .main{order:1;}@media screen and (max-width:400px){#pImages .main .dots .dot{height:1.4rem;width:1.4rem;}}@media screen and (max-width:500px){#pImages{width:100%;margin:auto;aspect-ratio:5/4;}#pImages .slide{display:none;}}@media screen and (min-width:500px) and (max-width:800px){#pImages{height:375px;width:400px;margin:auto;}#pImages .main .dots{display:none;}}@media screen and (min-width:800px) and (max-width:1000px){#pImages .slide{display:none;}#pImages{height:375px;width:300px;}}@media screen and (min-width:1000px) and (max-width:1200px){#pImages{height:375px;width:400px;}#pImages .main .dots{display:none;}}@media screen and (min-width:1200px){#pImages{height:500px;width:490px;}#pImages .main .dots{display:none;}}#pActions .dropdown{background-color:#fff;border-radius:3px;margin-bottom:1rem;cursor:pointer;height:40px;overflow:visible;flex:1;border:1px solid transparent;}#pActions .dropdown.highlight{border:1px solid #f00;}#pActions #variants[data-lists="3"] .dropdown{width:100%;flex:none;}#pActions .dropdown.open,#pActions .dropdown .list{-webkit-box-shadow:1px 2px 3px 0 rgba(0,0,0,.25);box-shadow:1px 2px 3px 0 rgba(0,0,0,.25);}#pActions .dropdown .header{display:flex;justify-content:space-between;gap:1rem;padding:1rem;}#pActions .dropdown .header span{flex:1;white-space:nowrap;overflow:hidden;}#pActions .dropdown .header span:nth-child(2){text-align:right;font-size:1.4rem;}#pActions .dropdown .header .arrow{width:12px;transition:transform 1s;}#pActions .dropdown.open .header .arrow{transform:rotate(180deg);}#pActions .dropdown .list{display:none;flex-direction:column;border-top:1px solid #ebebeb;background-color:#fff;position:relative;z-index:10;max-height:300px;overflow:auto;}#pActions .dropdown .list a{text-decoration:none;}#pActions .dropdown.open .list{display:flex;}#pActions .dropdown .list .item{padding:1rem 2rem;display:flex;justify-content:space-between;}#pActions .dropdown .list .item.selected{background-color:#e7eff5;}#pActions .dropdown .list a.item{color:inherit;}#pActions .dropdown .list .item .stock{display:none;}#pActions .dropdown .list .item:hover{background-color:#e7eff5;}#pActions #variants{display:flex;gap:1rem;flex-wrap:wrap;}#pActions .dropdown .list .item .before{font-size:1.2rem;text-decoration:line-through;opacity:.7;}.flexbreak{flex-basis:100%;}#pContainer{-webkit-box-shadow:1px 2px 3px 0 rgba(0,0,0,.05);box-shadow:1px 2px 3px 0 rgba(0,0,0,.05);background-color:#fff;padding:20px;margin:20px auto;width:100%;max-width:1400px;}#pContainer a{color:#00719e;}#pActions{border-radius:3px;background-color:#d4dde3;margin-top:2rem;padding:2rem;display:flex;flex-direction:column;gap:2rem;position:relative;}#pActions .flex{justify-content:space-between;}#pActions .brandlogo{max-height:4rem;max-width:10rem;width:100%;}#pActions #stock,#pActions #shipping{font-size:1.4rem;display:flex;align-items:center;}#pActions #stock::before{content:'';display:inline-block;width:12px;height:12px;background-color:#547287;border-radius:50%;margin-right:.5rem;vertical-align:middle;}#pActions #shipping svg{width:20px;fill:#547287;margin-right:1rem;}#pActions #price{font-size:3.3rem;font-weight:500;}#pActions #rrp,#pActions #before{font-size:1.2rem;text-decoration:line-through;color:#5e5e5e;}#pActions div.cta{gap:1rem;}#pActions .quantity{background-color:#fff;position:relative;display:flex;font-size:1.4rem;}#pActions input.cta{flex:1;}#pActions .quantity{display:flex;align-items:center;cursor:pointer;}#pActions .quantity input{width:70px;height:100%;border:0;text-align:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}#pActions .remove,#pActions .add{padding:0 1rem;font-size:3.2rem;height:100%;}#pUsp{display:flex;flex-wrap:wrap;font-size:14px;margin-top:1rem;}#pUsp li{width:50%;padding:.5rem 0;}#pUsp li::before{display:inline-block;content:"✓";height:20px;width:20px;line-height:20px;background-color:#547287;color:#fff;text-align:center;font-size:12px;margin-right:1rem;border-radius:3px;}#pSpecs table{width:100%;border-collapse:collapse;}#pSpecs table td{border-bottom:1px solid #bdbdbd;line-height:40px;font-size:1.6rem;}#iUsp{padding:2rem 0;}#iUsp ul{display:flex;justify-content:space-evenly;font-size:1.4rem;}#iUsp ul li{display:flex;align-items:center;gap:1rem;}#iUsp svg{width:25px;}#iUsp ul li p{margin:0;font-size:1.2rem;}#iUsp a{color:#00719e;}#pSpecs>div,#pDescription>div{font-weight:500;font-size:1.8rem;}#pDescription #youtube{max-width:560px;width:100%;aspect-ratio:560/315;}#pSpecs #downloads{margin-top:1rem;}#pSpecs #downloads a{font-size:1.4rem;margin-right:1rem;font-weight:300;text-decoration:none;}#pSpecs #downloads svg{height:16px;width:16px;fill:#547287;vertical-align:sub;margin-right:3px;}#pImages .isSale{background-color:#f4e32d;height:5rem;width:5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:600;position:absolute;top:1rem;right:1rem;}#pActions .isNew{background-color:#4e8a4e;position:absolute;top:-1rem;left:50%;margin-left:-5rem;padding:.5rem;border-radius:3px;color:#fff;text-transform:uppercase;font-size:1.3rem;width:100px;text-align:center;}@media screen and (max-width:500px){#pUsp li{width:100%;}#pActions .quantity input{width:30px;padding:0;}}@media screen and (max-width:600px){#pActions{gap:1rem;}#pActions .flex.delivery{flex-direction:column;gap:1rem;}}@media screen and (max-width:799.49px){#pContainer{display:flex;flex-direction:column;gap:2rem;}#pContainer .flexbreak{display:none;}#iUsp{max-width:400px;margin:auto;}#iUsp ul{flex-wrap:wrap;gap:2rem 0;}#iUsp ul li{flex-basis:50%;}}@media screen and (min-width:800px){#pContainer{display:flex;flex-wrap:wrap;gap:1rem 2rem;}#pMain{flex:1;}#pDescription{flex:1;order:4;}#pSpecs{width:490px;order:3;}}@media screen and (min-width:800px) and (max-width:1000px){#pSpecs{width:100%;order:4;}#pDescriptionn{flex:none;width:100%;order:3;}}@media screen and (min-width:1000px) and (max-width:1200px){#pSpecs{width:400px;}}@media screen and (min-width:1200px){#pSpecs{width:490px;}#iUsp ul{justify-content:center;gap:10rem;}}@media screen and (max-width:500px){#iUsp ul{flex-direction:column;max-width:200px;margin:auto;}}