.scanwatch-layout{display:grid;grid-template-columns:1fr 400px;gap:4rem;max-width:1400px;margin:0 auto}@media (max-width: 1199px){.scanwatch-layout{grid-template-columns:1fr 350px;gap:3rem}}@media (max-width: 749px){.scanwatch-layout{grid-template-columns:1fr;gap:2rem}}.scanwatch-media{width:100%}.scanwatch-media__list{display:flex;flex-direction:column;gap:2rem}.scanwatch-media__item{width:100%;border-radius:8px;overflow:hidden}.scanwatch-media__item img,.scanwatch-media__item video{width:100%;height:auto;display:block}.scanwatch-description{margin-top:4rem}.scanwatch-description__title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.scanwatch-accordion{border:1px solid rgb(var(--color-border));border-radius:8px;overflow:hidden}.mypad-accordion__item{border-bottom:1px solid rgb(var(--color-border))}.mypad-accordion__item:last-child{border-bottom:none}.mypad-accordion__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background .3s ease}.mypad-accordion__header:hover{background:rgb(var(--color-base-background-1))}.mypad-accordion__title{font-size:1.2rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.mypad-accordion__icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.mypad-accordion__header.active .mypad-accordion__icon{transform:rotate(45deg)}.mypad-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.mypad-accordion__content.active{max-height:1000px}.mypad-accordion__body{padding:0 1.5rem 1.5rem;color:rgb(var(--color-foreground));line-height:1.6}.scanwatch-info{width:100%}.mypad-variant-picker{margin:2rem 0}.mypad-variant-picker__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.mypad-variant-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mypad-variant-card{position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.mypad-variant-card__input{position:absolute;opacity:0;pointer-events:none}.mypad-variant-card__label{display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(var(--color-background));border:2px solid rgb(var(--color-border));border-radius:12px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:180px;position:relative;overflow:hidden}.mypad-variant-card__label:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:rgba(var(--color-button),.3)}.mypad-variant-card.selected .mypad-variant-card__label{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.05);transform:translateY(-2px);box-shadow:0 4px 15px rgba(var(--color-button),.2)}.mypad-variant-card.unavailable .mypad-variant-card__label{opacity:.6;cursor:not-allowed}.mypad-variant-card.unavailable .mypad-variant-card__label:hover{transform:none;box-shadow:none;border-color:rgb(var(--color-border))}.mypad-variant-card__image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:rgb(var(--color-base-background-2));position:relative;display:flex;align-items:center;justify-content:center}.mypad-variant-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mypad-variant-card__label:hover .mypad-variant-card__img{transform:scale(1.05)}.product-form__controls-group label{width:100%;padding:1rem}.mypad-variant-card__unavailable{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.mypad-variant-card__info{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.mypad-variant-card__title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0;line-height:1.3;text-align:center}.mypad-variant-card.selected .mypad-variant-card__title{color:rgb(var(--color-button))}.mypad-variant-card__price{display:none}.mypad-variant-card__checkmark{position:absolute;top:.75rem;right:.75rem;color:rgb(var(--color-button));opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.mypad-variant-card.selected .mypad-variant-card__checkmark{opacity:1;transform:scale(1)}@media screen and (max-width: 749px){.mypad-variant-cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.mypad-variant-card__label{padding:1rem .75rem;min-height:160px}.mypad-variant-card__image{width:80px;height:80px;margin-bottom:.75rem}.mypad-variant-card__title{font-size:.9rem}}.scanwatch-trust{display:flex;gap:2rem;margin:2rem 0;padding:2rem 0;border-top:1px solid rgb(var(--color-border))}.scanwatch-trust__item{display:flex;align-items:flex-start;gap:.75rem;flex:1}.scanwatch-trust__item svg{flex-shrink:0;width:24px;height:24px;color:rgb(var(--color-button));margin-top:2px}.scanwatch-trust__text{flex:1}.scanwatch-trust__title{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3}@media (max-width: 749px){.scanwatch-trust{flex-direction:column;gap:1.5rem}.mypad-variant-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.mypad-variant-card__label{padding:1rem}.mypad-variant-card__image{width:80px;height:80px}.mypad-variant-card__name{font-size:1rem}.mypad-variant-card__price{font-size:1.2rem}}.mypad-product-page{--mypad-border-radius: 12px;--mypad-gap: 1.5rem}.mypad-media-gallery{display:flex;flex-direction:column;gap:var(--mypad-gap);margin-bottom:3rem}.mypad-media-item{border-radius:var(--mypad-border-radius);overflow:hidden;background:rgb(var(--color-base-background-2))}.mypad-media-item--featured{width:100%}.mypad-media-item--secondary{width:48%;display:inline-block;margin-right:4%}.mypad-media-item--secondary:nth-child(2n){margin-right:0}.mypad-media-item img,.mypad-media-item video{width:100%;height:auto;display:block}.mypad-media-item video{background:#000}.mypad-media-gallery .mypad-media-item:not(.mypad-media-item--featured){float:left;clear:none}.mypad-media-gallery .mypad-media-item:not(.mypad-media-item--featured):nth-child(odd){clear:left}.mypad-media-gallery:after{content:"";display:table;clear:both}.mypad-variants{margin:2rem 0}.mypad-variants__title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.mypad-variants__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.mypad-variant{border:2px solid rgb(var(--color-border));border-radius:var(--mypad-border-radius);padding:1rem;text-align:center;cursor:pointer;transition:all .3s ease;background:rgb(var(--color-background))}.mypad-variant:hover{border-color:rgb(var(--color-button));transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mypad-variant.selected{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.05)}.mypad-variant__image{width:80px;height:80px;margin:0 auto .5rem;border-radius:8px;overflow:hidden;background:rgb(var(--color-base-background-2))}.mypad-variant__image img{width:100%;height:100%;object-fit:cover}.mypad-variant__name{font-size:.9rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1.3}.mypad-trust-badges-inline{margin-top:2rem;padding-top:2rem;border-top:1px solid rgb(var(--color-border))}.mypad-trust-badge-inline{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;color:rgb(var(--color-foreground))}.mypad-trust-badge-inline:last-child{margin-bottom:0}.mypad-trust-badge-inline svg{width:20px;height:20px;color:rgb(var(--color-button));flex-shrink:0}.mypad-trust-badge-inline span{line-height:1.4}@media screen and (max-width: 749px){.mypad-media-item--secondary{width:100%;margin-right:0;float:none;clear:both}.mypad-variants__grid{grid-template-columns:repeat(2,1fr)}.mypad-variant{padding:.75rem}.mypad-variant__image{width:60px;height:60px}.mypad-variant__name{font-size:.8rem}.mypad-trust-badge-inline{font-size:.85rem}.mypad-trust-badge-inline svg{width:18px;height:18px}}.product__media-list{display:block;margin:0 -5px}.product__media-item{margin-bottom:10px;margin-left:5px;margin-right:5px}.product__media-item:last-child{margin-bottom:0}.product__media-item:first-child{width:calc(100% - 10px);display:block}.product__media-item:not(:first-child){width:calc(50% - 10px);display:inline-block;vertical-align:top;margin-bottom:10px}.product__media-list:after{content:"";display:table;clear:both}.mypad-product-page .product__main{max-width:none}.mypad-product-page .product__info-wrapper{position:sticky;top:2rem;align-self:flex-start}.mypad-product-page .product__info-container>*+*{margin-top:1.5rem}.mypad-product-page .about{margin-top:3rem}.mypad-product-page .about__title{margin-bottom:1.5rem}.mypad-media-item video{width:100%;height:auto}.mypad-product-page .product.row{display:flex;gap:3rem;align-items:flex-start}.mypad-product-page .product__outer{flex:1;min-width:0}.mypad-product-page .product__info-wrapper{flex:0 0 400px;width:400px}@media screen and (max-width: 1024px){.mypad-product-page .product.row{flex-direction:column;gap:2rem}.mypad-product-page .product__info-wrapper{flex:none;width:100%;position:static}.mypad-product-page .product__outer{order:2}.mypad-product-page .product__info-wrapper{order:1}}.template-product .product-form .mypad-variant-picker{margin:1.5rem 0 2rem;padding:0}.template-product .product-form .mypad-variant-picker__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.template-product .product-form .mypad-variant-cards{margin-bottom:1rem}.mypad-variant-card__label:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.mypad-variant-card.selected .mypad-variant-card__label{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.08);box-shadow:0 4px 12px rgba(var(--color-button),.25)}.price{transition:all .3s ease}.price.updating{opacity:.7;transform:scale(.98)}@media screen and (max-width: 749px){.template-product .product-form .mypad-variant-picker{margin:1rem 0 1.5rem}.mypad-variant-cards{gap:.75rem}.mypad-variant-card__label{padding:.75rem .5rem}}.product__info-wrapper .mypad-variant-picker{border-bottom:1px solid rgb(var(--color-border));padding-bottom:1.5rem;margin-bottom:1.5rem}.product-form__buttons{margin-top:1.5rem}.product-form .mypad-variant-picker+.product-form__buttons{margin-top:1rem}.advantage{padding:1.5rem 0;margin-bottom:0}.advantage:last-child{margin-bottom:0}.advantage__wrapper{display:flex;align-items:flex-start;gap:1rem}.advantage__icon{min-width:2rem;max-width:2rem;height:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.advantage__icon svg{width:100%;height:100%;fill:rgb(var(--color-button));stroke:rgb(var(--color-button));color:rgb(var(--color-button))}.advantage__icon img:last-child,.advantage__icon svg:last-child{display:block!important}.advantage__icon img{width:100%;height:100%;object-fit:contain;display:block}.advantage__text{flex:1;margin-top:0}.advantage__title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0}.advantage__description{font-size:.9rem;color:rgb(var(--color-foreground-secondary));line-height:1.4;margin-top:.25rem}.product__title{font-size:3.3rem!important;line-height:1.2!important}@media (max-width: 749px){.product__title{font-size:2.2rem!important}}.product__outer,.mypad-comparison,.mypad-trust-badges__container{max-width:1820px}.product__description-left{margin-top:2rem}.product__description-content{background:rgb(var(--color-background));padding:2rem;border-radius:12px;border:1px solid rgb(var(--color-border));box-shadow:0 2px 8px #0000000f}.product__description-content h1,.product__description-content h2,.product__description-content h3,.product__description-content h4,.product__description-content h5,.product__description-content h6{margin-top:2rem;margin-bottom:1rem;color:rgb(var(--color-foreground))}.product__description-content h1:first-child,.product__description-content h2:first-child,.product__description-content h3:first-child,.product__description-content h4:first-child,.product__description-content h5:first-child,.product__description-content h6:first-child{margin-top:0}.product__description-content p{margin-bottom:1rem;line-height:1.6;font-size:1rem}.product__description-content ul,.product__description-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.product__description-content li{margin-bottom:.5rem;line-height:1.6}.product__description-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:rgb(var(--color-base-background-1));border-radius:8px;overflow:hidden}.product__description-content table th,.product__description-content table td{padding:1rem .75rem;text-align:left;border-bottom:1px solid rgb(var(--color-border))}.product__description-content table th{background:rgb(var(--color-base-background-2));font-weight:600;font-size:1.1rem;color:rgb(var(--color-foreground))}.product__description-content table tr:last-child td{border-bottom:none}.product__description-left .product__accordion{background:rgb(var(--color-background));margin-top:2rem}.product__description-left .product__accordion details{background:rgb(var(--color-background));margin-bottom:.5rem;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid rgb(var(--color-border))}.product__description-left .product__accordion details:last-child{margin-bottom:0}.product__description-left .accordion__title{margin-top:20px;padding:1.25rem 1.5rem;font-size:2rem;font-weight:600;color:rgb(var(--color-foreground))}.product__description-left details summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:0;background:rgb(var(--color-background));transition:all .2s ease;position:relative}.product__description-left details summary:hover{background:rgb(var(--color-base-background-1))}.product__description-left details summary::-webkit-details-marker{display:none}.product__description-left details summary .icon-caret{width:1rem;height:1rem;margin-right:1.5rem;transition:transform .2s ease;color:rgb(var(--color-foreground-secondary))}.product__description-left details[open] summary .icon-caret{transform:rotate(180deg)}.product__description-left .accordion__content{background:rgb(var(--color-base-background-1))}.product__description-left .accordion__content-inner{padding:1.5rem;color:rgb(var(--color-foreground));line-height:1.6;font-size:1rem}.product__description-left .accordion__content-inner h1,.product__description-left .accordion__content-inner h2,.product__description-left .accordion__content-inner h3,.product__description-left .accordion__content-inner h4{margin-top:1.5rem;margin-bottom:1rem;font-weight:600}.product__description-left .accordion__content-inner h1:first-child,.product__description-left .accordion__content-inner h2:first-child,.product__description-left .accordion__content-inner h3:first-child,.product__description-left .accordion__content-inner h4:first-child{margin-top:0}.product__description-left .accordion__content-inner p{margin-bottom:1rem}.product__description-left .accordion__content-inner ul,.product__description-left .accordion__content-inner ol{margin-bottom:1rem;padding-left:1.5rem}.product__description-left .accordion__content-inner li{margin-bottom:.5rem}.product__description-left .accordion__content-inner table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:1.5rem;border-radius:4px}.product__description-left .accordion__content-inner table th,.product__description-left .accordion__content-inner table td{padding:1rem .75rem;text-align:left;border-bottom:1px solid rgb(var(--color-border))}.product__description-left .accordion__content-inner table th{background:rgb(var(--color-base-background-1));font-weight:600;font-size:1.2rem}.product__description-left .accordion__content-inner table tr:last-child td{border-bottom:none}@media screen and (max-width: 749px){.product__description-left{margin-top:1.5rem}.product__description-content{padding:1.5rem;font-size:.95rem}.product__description-content table th,.product__description-content table td{padding:.75rem .5rem}.product__description-content table th{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-mypad-product.css.map */
