@charset "UTF-8";.ssdl-header-contact{position:relative}@media (max-width: 768px){.ssdl-header-contact{display:none}}.ssdl-header-contact .icon img{width:22px;height:22px}.ssdl-header-contact .modal{position:absolute;left:50%;visibility:hidden;opacity:0;top:20px;background:#fff;min-width:350px;border-radius:5px;padding:20px;transition:all .3s;transform:translate(-50%)}.ssdl-header-contact .modal .group{display:flex;gap:15px}.ssdl-header-contact .modal .group .left{width:20px}.ssdl-header-contact .modal .group .right{line-height:1;display:flex;flex-direction:column;gap:15px}.ssdl-header-contact .modal .group .right .item{font-size:14px}.ssdl-header-contact .modal .group .right .item .title{font-weight:700;margin-bottom:10px}.ssdl-header-contact .modal .group .right .item a{color:#1d29ff}.ssdl-header-contact .modal hr{border-color:#eee;margin:15px 0}.ssdl-header-contact:hover .modal{visibility:visible;top:50px;opacity:1}.ssdl--container{max-width:1440px!important;margin:auto;font-family:Roboto}.ssdl--breadcrumb{font-family:Roboto;white-space:nowrap}.ssdl--breadcrumb ul,.ssdl--breadcrumb li{list-style:none;padding:0;margin:0}.ssdl--breadcrumb ul{display:inline-flex;align-items:center;gap:5px}.ssdl--breadcrumb li{font-weight:700}.ssdl--breadcrumb li:last-child{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssdl--bgHoverText{font-family:Roboto}.ssdl--bgHoverText-block{position:relative;width:100%;height:500px;overflow:hidden}.ssdl--bgHoverText-block-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ssdl--bgHoverText-block:hover .ssdl--bgHoverText-block-image img{transform:scale(1.2)}.ssdl--bgHoverText-block-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.ssdl--bgHoverText-block-content{position:absolute;bottom:20px;left:20px;width:90%;color:#fff;z-index:2;transition:bottom .3s}.ssdl--bgHoverText-block-content-title{font-size:2.5rem;font-weight:700}.ssdl--bgHoverText-block-content-text{font-size:1.2rem;line-height:1.6;margin-left:auto;margin-right:auto}.ssdl--bgHoverText-block-content-button{display:inline-block;padding:12px 30px;background-color:var(--bgHoverText-button-color, #ff6b6b);color:var(--bgHoverText-button-text-color, #FFFFFF);text-decoration:none;font-size:1rem;border-radius:30px;transition:all .3s ease}.ssdl--bgHoverText-block-content-button :hover{background-color:var(--bgHoverText-button-hover-color, #ff5252);color:var(--bgHoverText-button-text-hover-color, #FFFFFF);transform:translateY(-3px)}.ssdl--bgHoverText-block:hover .ssdl--bgHoverText-block-content{bottom:40px}@media (max-width: 768px){.ssdl--bgHoverText-block-block{height:400px}.ssdl--bgHoverText-block-block-content-title{font-size:2rem}.ssdl--bgHoverText-block-block-content-text{font-size:1rem}}.ssdl--specification{font-family:Roboto}.ssdl--specification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}@media (max-width: 768px){.ssdl--specification-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.ssdl--specification-title{font-weight:700;margin-bottom:15px;font-size:18px}.ssdl--specification table{width:100%;table-layout:auto;border-collapse:collapse}.ssdl--specification table tr{border:1px solid #333}.ssdl--specification table tr th,.ssdl--specification table tr td{border:1px solid #333;padding:5px}.ssdl--contentCollapsed{font-family:Roboto}.ssdl--contentCollapsed-content{line-height:1.6;color:#000;overflow:hidden;transition:all .4s ease;white-space:pre-line;font-size:16;font-weight:500}.ssdl--contentCollapsed-content.collapsed{max-height:10.8em;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}.ssdl--contentCollapsed-content.expanded{max-height:9999px}.ssdl--contentCollapsed-button{display:inline-block;color:#fff;background:#333;padding:5px;margin-top:10px}.ssdl--manuals{font-family:Roboto;display:flex;align-items:flex-start;gap:30px}@media (max-width: 768px){.ssdl--manuals{flex-direction:column}}.ssdl--manuals-sidebar{width:300px;background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;overflow:hidden;flex-shrink:0}@media (max-width: 768px){.ssdl--manuals-sidebar{width:100%}}.ssdl--manuals-sidebar-collections{max-height:calc(100vh - 150px);overflow-y:auto;padding:10px 0}.ssdl--manuals-sidebar-collections-item{border-bottom:1px solid #f0f0f0}.ssdl--manuals-sidebar-collections-item-header{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;font-weight:500}.ssdl--manuals-sidebar-collections-item-header:hover{background-color:#f8f9fa}.ssdl--manuals-sidebar-collections-item-header .icon{transition:transform .3s ease}.ssdl--manuals-sidebar-collections-item-header.active .icon{transform:rotate(90deg)}.ssdl--manuals-sidebar-products{display:none;background:#f9fafb;padding:10px 0}.ssdl--manuals-sidebar-products.active{display:block}.ssdl--manuals-sidebar-products-item{padding:12px 20px 12px 40px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px}.ssdl--manuals-sidebar-products-item:hover,.ssdl--manuals-sidebar-products-item.active{background-color:#edf2ff}.ssdl--manuals-sidebar-products-item.active{color:#4a6cf7;font-weight:500;border-left:3px solid #4a6cf7}.ssdl--manuals-sidebar-products-item-thumb{width:30px;height:30px;border-radius:4px;object-fit:cover}.ssdl--manuals-sidebar-products-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ssdl--manuals-detail{width:calc(100% - 300px);min-height:600px}@media (max-width: 768px){.ssdl--manuals-detail{width:100%;min-height:600px}}.ssdl--manuals-detail-tabs{display:flex;gap:90px;margin-bottom:40px}.ssdl--manuals-detail-tabs-item{font-size:16px;color:#000;cursor:pointer}.ssdl--manuals-detail-manual{display:none}.ssdl--manuals-detail-title{font-size:24px;color:#000;margin-bottom:20px}.ssdl--manuals-detail-product{display:flex;align-items:center;justify-content:space-between;border-radius:15px;background-color:#f2f2f2;padding:30px 40px;margin-bottom:30px}@media (max-width: 768px){.ssdl--manuals-detail-product{flex-direction:column}}.ssdl--manuals-detail-product-info{display:flex;align-items:center;gap:30px;flex:1}@media (max-width: 768px){.ssdl--manuals-detail-product-info{flex-direction:column;align-items:flex-start}}.ssdl--manuals-detail-product-image{width:240px}.ssdl--manuals-detail-product-title{overflow:hidden;text-overflow:ellipsis;font-size:18px;white-space:nowrap;max-width:300px!important}.ssdl--manuals-detail-product-button{font-size:18px;font-weight:700}.ssdl--productCustom-downloads{font-family:Roboto;font-size:16px;margin-bottom:30px}.ssdl--productCustom-downloads-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #c2c2c2;padding:15px 0 15px 30px}@media (max-width: 768px){.ssdl--productCustom-downloads-item{flex-direction:column;align-items:flex-start;padding-left:0;gap:10px}}.ssdl--productCustom-downloads-item-title{color:#000}.ssdl--productCustom-downloads-item-button{color:#000;display:flex;align-items:center;gap:10px}.ssdl--productCustom-downloads.style2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ssdl--productCustom-downloads.style2 .ssdl--productCustom-downloads-item{border:1px solid #ccc;padding:30px 20px;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;min-height:200px}.ssdl--productCustom-downloads.style2 .ssdl--productCustom-downloads-item-button{display:inline-flex;flex-direction:row-reverse;padding:10px 16px;border-radius:999px;background:#ccc}.ssdl--productCustom-videos{font-family:Roboto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 10px;margin-bottom:30px}.ssdl--productCustom-videos video{border-radius:10px;margin-bottom:10px}.ssdl--productCustom-videos-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.ssdl--productCustom-videos.style2{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.ssdl--productCustom-videos.style2 video{height:250px;object-fit:cover}.ssdl--productCustom-accordions{font-family:Roboto;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;margin-bottom:30px}.ssdl--productCustom-accordions-item{border-bottom:1px solid #eaeaea}.ssdl--productCustom-accordions-item:last-child{border-bottom:none}.ssdl--productCustom-accordions-item-header{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#fff;transition:background-color .3s ease}.ssdl--productCustom-accordions-item-header:hover{background-color:#f8f9fa}.ssdl--productCustom-accordions-item-title{margin:0;font-size:1.2rem;color:#000;font-weight:600}.ssdl--productCustom-accordions-item-icon{font-size:1.5rem;transition:transform .3s ease;color:#3498db}.ssdl--productCustom-accordions-item-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#f8f9fa}.ssdl--productCustom-accordions-item.active .ssdl--productCustom-accordions-item-icon{transform:rotate(45deg)}.ssdl--productCustom-accordions-item.active .ssdl--productCustom-accordions-item-content{max-height:300px;padding:20px}.ssdl--productCustom-accordions.style2{box-shadow:none}.ssdl--productCustom-accordions.style2 .ssdl--productCustom-accordions-item{border-bottom:0}.ssdl--productCustom-accordions.style2 .ssdl--productCustom-accordions-item-title{font-size:1rem}.ssdl--productCustom-accordions.style2 .ssdl--productCustom-accordions-item.active .ssdl--productCustom-accordions.style2 .ssdl--productCustom-accordions-item-icon{transform:rotate(90deg)}.ssdl--productCustom-tabs-header{display:flex;gap:60px}@media (max-width: 768px){.ssdl--productCustom-tabs-header{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.ssdl--productCustom-tabs-header>div{font-size:16px;color:#595757;border-bottom:2px solid transparent;cursor:pointer;padding-bottom:4px}.ssdl--productCustom-tabs-header>div:hover,.ssdl--productCustom-tabs-header>div.active{color:#000;border-color:#ffce00}.ssdl--productCustom-tabs-body>div{display:none}.ssdl--productCustom-tabs-body>div.active{display:block}.ssdl--tabs.style-home ul.gp-tab-header-list{gap:20px;background:#fff;padding-bottom:30px}.ssdl--tabs.style-home ul.gp-tab-header-list li.gp-tab-item{border-radius:999px}.ssdl--tabs.style-product ul.gp-tab-header-list{gap:5px}.ssdl--tabs.style-product ul.gp-tab-header-list li.gp-tab-item{border-radius:4px}.ssdl--variants{font-family:Roboto;font-size:16px}.ssdl--component .video-card{box-shadow:0 0 10px #eee}.ssdl--component .video-card .title{color:#000;text-align:center;padding:20px 10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:18px;background-color:#fff}.ssdl--component .video-card .title.small{font-size:16px}.ssdl--component .video-card .image{position:relative}.ssdl--component .video-card .image .mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;opacity:0;visibility:hidden;transition:all .3s;display:flex;justify-content:center;align-items:center}.ssdl--component .video-card:hover .image .mask{opacity:1;visibility:visible}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ssdl-components.css.map */
