.slider{--size:7rem;position:relative;display:flex;gap:1rem;overflow-y:hidden;overflow-x:scroll;white-space:nowrap;scrollbar-width:thin;padding:.5rem 1rem;scrollbar-color:#7eb628 #e4e4e4}.slider__item{border-radius:8px;background:#fff;overflow:hidden;position:relative;width:var(--size);height:var(--size);min-width:var(--size);min-height:var(--size);max-width:var(--size);max-height:var(--size);aspect-ratio:1/1;transition:all .15s;cursor:pointer;box-shadow:0 5px 10px rgba(0,0,0,.2)}.slider__item .overlay{display:grid;place-items:center;color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3333333333333333);font-size:1.5rem;opacity:0;transition:all .15s}.slider__item .overlay i{text-shadow:0 5px 10px rgba(0,0,0,.6666666666666666);transform:translateY(50%);transition:all .5s}.slider__item img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.slider__item:hover .overlay{opacity:1}.slider__item:hover .overlay i{transform:translate(0)}.next__btn,.prev__btn{outline:none;font-size:1.5rem;background:transparent}.next__btn:focus,.prev__btn:focus{outline:none}.prev__btn{left:0}.next__btn,.prev__btn{position:absolute;top:0;width:15%;height:100%;border:none;border-radius:0}.next__btn{right:0}.dots{position:absolute;display:flex;align-items:center;justify-content:space-around;bottom:0;left:50%;transform:translate(-50%);width:70%;height:15%}.dots .dot{--size:1rem;width:var(--size);height:var(--size);background:#999;box-shadow:0 3px 6px rgba(0,0,0,.3333333333333333);border-radius:9999px;cursor:pointer;transition:all .25s}.dots .dot.active{box-shadow:0 5px 10px #486917;background:#7eb628;cursor:default}.slider__item:not(.active):hover{transform:translateY(-5%) scale(105%)}.slider__item.active{opacity:.5;transform:translate(0) scale(90%);box-shadow:0 5px 10px transparent;cursor:default}.slider__item.active .overlay{display:none}.slider__item[data-type="360"] img{opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider__item[data-type="360"] img.active{opacity:1}.badge{flex-flow:row;gap:.5rem;font-size:.7em;position:absolute;top:25%;left:25;width:100%;transform:translate(-30%,-55%) rotate(-45deg);padding:.5rem 0;background:#7eb628;box-shadow:0 5px 10px rgba(72,105,23,.5);color:#fff}.badge,.message__background{display:flex;align-items:center;justify-content:center}.message__background{position:fixed;inset:0;background:rgba(0,0,0,.5)}.message__container{position:relative;padding:8rem;border-radius:10px;height:40vh;width:40vw;max-width:100%;background:#fff}.close__btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;width:4rem;height:4rem;font-size:30px;color:#d33e3e;border-radius:9999px}.close__btn i{box-shadow:5px 5px 10px rgba(211,62,62,.3)}.close__btn i,.close__btn i:hover{border-radius:9999px;background:none}.close__btn i:hover{box-shadow:5px 5px 10px rgba(102,51,153,.5)}.close__btn:hover{transform:rotate(90deg);transition-duration:.5s;font-size:34px;color:#639}.message__data{flex-flow:column;gap:3rem;width:100%;height:100%}.message__data,.message__title{display:flex;align-items:center;justify-content:center}.message__title{font-family:Lato,sans-serif;font-size:20px;width:30rem;text-transform:uppercase}.message__buttons{gap:2rem}.message__buttons,.message__buttons button{display:flex;align-items:center;justify-content:center}.message__buttons button{gap:1rem;padding:.5rem 1rem;text-transform:uppercase;border-radius:30px}.download__btn{color:#86b83d;background:none;border:2px solid #86b83d;font-size:16px;box-shadow:5px 5px 10px rgba(134,184,61,.3)}.download__btn:hover{animation:bounceUp .7s forwards;color:#639;background:none;border:2px solid #639;font-size:16px;box-shadow:5px 5px 10px rgba(102,51,153,.5)}.cancel__btn{color:#d33e3e;background:none;border:2px solid #d33e3e;font-size:16px;box-shadow:5px 5px 10px rgba(211,62,62,.3)}.cancel__btn:hover{animation:bounceUp .7s forwards;color:#639;background:none;border:2px solid #639;font-size:16px;box-shadow:5px 5px 10px rgba(102,51,153,.5)}@keyframes bounceUp{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:1024px){.message__background{justify-content:center}.message__container{height:70vh;width:70vw}}@media (max-width:756px){.message__background{justify-content:start}.message__container{height:70vh;width:100vw}}.eye__btn{display:flex;align-items:center;justify-content:end;width:100%;font-size:20px;height:3rem}.eye__btn button{gap:1rem;border:none;background:none}.eye__btn button,[data-name=recommended]{display:flex;justify-content:center;align-items:center}[data-name=recommended]{border-top:.5rem solid #7eb628;width:99vw}.recommendations{margin:1rem 0;width:80vw;display:flex;align-items:center;justify-content:center;flex-flow:column}.recommend__title{font-size:26px;text-transform:uppercase}.prods__recommend{margin:1rem 0;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;width:100%}.product__recommend{display:flex;flex-flow:column;align-items:center;justify-content:start;background-color:#fff}.product__recommend img{width:200px;height:200px}.recomm__title{background:#7eb628;width:85%;border-radius:10px;padding:.5rem 1rem;margin-bottom:1rem}.recomm__title a,.recomm__title a:hover,.recomm__title a:visited{color:#fff;text-decoration:none}.cart__btn{width:100%;justify-content:end;margin-bottom:.25rem;padding:.25rem 1rem}.cart__btn,.recomm__prices{display:flex;align-items:center}.recomm__prices{justify-content:center;font-weight:600;gap:1rem}.old__recomm{text-decoration:line-through}.add_to_cart{--size:2.5rem;height:var(--size);width:var(--size);color:#fff;background:#000;border-radius:9999px}@media (max-width:1200px){[data-name=recommended]{width:100%}.prods__recommend{margin:1rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width:856px){[data-name=recommended]{width:100%}.prods__recommend{margin:1rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:656px){[data-name=recommended]{width:100%}.prods__recommend{margin:1rem 0;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}}.back{width:100%;background:#e4e4e4}.prod__link{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;text-decoration:none;width:75vw;padding:2rem 0;gap:.5rem}.prod__link a,.prod__link span{text-decoration:none;color:#858585;text-transform:uppercase;font-family:Lato,sans-serif;font-weight:700;font-size:20px}[data-name=producto]{display:grid;grid-template-columns:.75fr 1fr}[data-name=producto] .left__cont{padding:1rem;display:flex;flex-flow:column;gap:1rem}.label-360{border-radius:5px;border:3px dashed #7eb628;font-weight:600;color:#7eb628;padding:.25rem .5rem}.images{display:flex;flex-flow:column;gap:1rem}.images,.images .current{position:relative;width:100%;overflow:hidden}.images .current{aspect-ratio:1/1;border-radius:16px;background:#fff;user-drag:none}.images .current img{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.images .current img.active{opacity:1}[data-name=producto] .right__cont{padding:1rem}[data-name=producto] .right__cont .titulo{width:70%;display:flex;justify-content:space-between;align-items:center}[data-name=producto] .right__cont p{font-weight:700;font-style:italic}[data-name=producto] .right__cont .titulo h1{color:#86b83d;max-width:100%;font-size:32px;font-weight:700;text-transform:uppercase}.cont__info{font-weight:600}.cont__info,.container__info{font-size:20px}.cont__message{display:flex;align-items:start;justify-content:center;flex-flow:column}.message__info{font-size:22px;font-style:italic}.message__link{font-size:22px;color:#86b83d;text-decoration:underline}.message__link:hover{font-size:22px;color:#568511}.sizes__logout{display:flex;flex-flow:column;align-items:start;justify-content:center;gap:2rem;padding:1.5rem 0}.sizes__cont{display:grid;grid-template-columns:repeat(3,1fr);place-items:center;gap:1.5rem;width:100%}@media screen and (min-width:1240px){.sizes__cont{display:flex}}.sizes_logout__container{display:flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #333;--size:3rem;width:var(--size);height:var(--size)}.sizes_logout__container span{font-size:18px;padding:.5rem}.prod__prices{display:flex;flex-flow:column;justify-content:center;align-items:start}.prod__price__list,.prod__pvp{display:flex;gap:1rem}.old__price{font-size:20px;text-decoration:line-through;text-decoration-color:red}.pricetitle{font-weight:500}.price,.pricetitle{font-size:20px}[data-name=producto] .right__cont .talles{margin-top:2rem}.talles .opciones{display:flex;flex-wrap:wrap;gap:10px}.talles p{text-transform:uppercase;font-weight:700;margin-bottom:1.5rem;font-size:16px}[data-name=producto] .right__cont .talles .size__btn{background:none;border-radius:30px;border:1px solid #333;margin:3px;flex:1;padding:10px;cursor:pointer;text-transform:uppercase;font-weight:700;color:#333;min-width:3rem;font-family:Lato,sans-serif}[data-name=producto] .right__cont .talles .sizes{margin-bottom:2rem}[data-name=producto] .right__cont .talles .sizes__container{display:flex;justify-content:center;align-items:center}[data-name=producto] .right__cont .cantidad{height:100%;justify-content:space-between;align-items:center;margin-left:1rem}.minus,.plus{padding:.5rem;background:#d4d4d4;border:none}.plus{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.minus{border-bottom-left-radius:9999px;border-top-left-radius:9999px}[data-name=producto] .right__cont .add_btn{display:flex;justify-content:flex-start;align-items:center;margin-bottom:3rem;width:100%}[data-name=producto] .right__cont .cantidad{display:flex;gap:1rem}[data-name=producto] .right__cont .cantidad p{color:#919191}[data-name=producto] .right__cont .cantidad .cant-prod{display:flex;width:auto;background:#fff;border:1px solid #dbdbdb;box-shadow:5px 5px 10px rgba(0,0,0,.2);text-align:center;border-radius:9999px}[data-name=producto] .right__cont .cantidad .cant-prod input{background:none;border:none;text-align:center;width:5rem}[data-name=fichatec]{position:relative;top:0}[data-name=fichatec] .openbutton{display:flex;align-items:center;justify-content:center;border:1px solid #333;width:-moz-max-content;width:max-content;gap:.5rem;border-radius:7px;margin-left:auto;background:#fff;font-family:Montserrat,sans-serif;text-transform:uppercase;font-weight:700;font-size:14px;padding:1.5rem 2rem;cursor:pointer;margin-bottom:2rem}[data-name=fichatec] .descpopup{display:none;position:absolute;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 0 10px rgba(0,0,0,.1);width:300px;top:7rem;right:15px;z-index:1000}[data-name=fichatec] .descpopup.show{display:block}[data-name=fichatec] .car{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding:.5rem 0}[data-name=fichatec] .svg{height:15px;width:15px;display:flex;justify-content:center;align-items:center}button.subcarrito{background:#86b83d;border-radius:30px;border:none;padding:.5rem 1rem;width:auto;font-family:Lato,sans-serif;font-size:14px;display:block;font-weight:500;text-transform:uppercase;color:#333}button.subcarrito:hover{background:#fff;border:2px solid #86b83d;color:#333}[data-name=details]{flex-flow:column;padding:3rem 0}[data-name=details],[data-name=details] .details__btn{display:flex;justify-content:center;align-items:center;width:100%}[data-name=details] .details__btn{gap:1rem;margin-bottom:2rem}[data-name=details] .details__btn button{display:flex;justify-content:center;align-items:center;gap:.5rem;border:2px solid #86b83d;border-radius:30px;padding:.25rem .5rem;background:none;font-family:Lato,sans-serif;text-transform:uppercase}[data-name=details] .details__btn button:hover{background:#86b83d}.details__specs{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}[data-name=details] .details__content{flex-flow:column;display:flex;align-items:center;justify-content:center;width:100%}[data-name=details] .details__content .data_datails{display:flex;flex-flow:column;align-items:start;justify-content:center;width:100%}[data-name=details] .details__content .img_cont{display:flex;align-items:center;justify-content:center;width:100%;height:auto;margin-bottom:1rem}[data-name=details] .details__content .img_cont img{width:35%;height:auto}[data-name=details] .details__content .specs_list{display:flex;flex-flow:column;align-items:start;justify-content:center;gap:1rem;height:60%;width:80%;padding:1rem 2rem}[data-name=details] .details__content .spec{width:100%;display:flex;justify-content:space-between;align-items:center;font-family:Lato,sans-serif;font-size:20px}[data-name=details] .details__content .spec:not(:last-child){border-bottom:1px solid #333}.specs_title{font-size:22px;font-weight:bolder}.spec_name{align-items:start;text-align:start}.spec_name,.spec_value{display:flex;justify-content:center}.spec_value{align-items:end;text-align:end;font-weight:700}@media (min-width:1380px){.left__alert{display:grid;grid-template-columns:1fr}.alerted__button{width:10rem}}@media (max-width:1200px){[data-name=producto]{display:grid;grid-template-columns:1fr;align-items:center;height:100%;width:100%;box-sizing:border-box}.details__specs{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}[data-name=details] .details__content .specs_list{display:flex;flex-flow:column;align-items:center;justify-content:center;gap:1rem;height:100%;width:100%;padding:1rem 2rem}}@media (max-width:1024px){[data-name=producto]{display:grid;grid-template-columns:1fr;align-items:center;height:100%;width:100%;box-sizing:border-box}.details__specs{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}[data-name=details] .details__content .specs_list{display:flex;flex-flow:column;align-items:center;justify-content:center;gap:1rem;height:100%;width:100%;padding:1rem 2rem}}@media (max-width:768px){[data-name=principal]{max-width:90vw}.prod__link{width:90vw;flex-direction:rows;padding:2rem 1rem}.prod__link a{font-size:18px}[data-name=producto]{display:grid;grid-template-columns:1fr;align-items:center;height:100%;width:100%;box-sizing:border-box}[data-name=producto] .right__cont .titulo{width:100%}[data-name=producto] .right__cont .titulo h1{font-size:28px}.details__specs{display:grid;grid-template-columns:1fr;gap:2rem}.images__cont{width:100%}.left__alert{width:80vw}}@media (max-width:480px){[data-name=producto]{display:grid;grid-template-columns:1fr;align-items:center;height:100%;width:100%;box-sizing:border-box}.titulo{width:90%;display:flex;justify-content:space-between;align-items:center}.right__cont h1{font-size:1.5rem}.prec-ant,.prec-public{font-size:1.2rem}.prod__link p{font-size:.9rem}}.sections{display:grid;margin:1em 0}.sections nav{border-bottom:3px solid #7eb628;margin:2rem 0 1rem;overflow-x:auto}.sections nav,.sections nav .btn{display:flex;justify-content:center;gap:1em}.sections nav .btn{align-items:center;width:150px;padding:.5em 1em;border-radius:5px 5px 0 0;color:#555;white-space:nowrap}.sections nav .btn:focus{outline:none}.sections nav .btn.active{background:#7eb628;color:#fff}.sections .content{font-size:1em;gap:1em;padding:1em 0}.sections .content .subtitle{font-size:1.25em;font-weight:700;letter-spacing:.216667px}.sections .content [data-name=descripcion]{display:grid;grid-template-columns:1fr .5fr;gap:1em}.sections .content [data-name=descripcion] .specs{display:flex;flex-flow:column;gap:1em}.sections .content [data-name=descripcion] .specs .spec{background:rgba(0,0,0,.06666666666666667);border-radius:.5em;display:flex;justify-content:space-between;align-items:center;padding:.5em 1em}.sections .content [data-name=descripcion] .specs .spec .name,.sections .content [data-name=descripcion] .specs .spec .value{margin:0;padding:0}.sections .content [data-name=descripcion] .specs .spec .name{font-weight:600;display:flex;gap:1em;align-items:center}.sections .content [data-name=descripcion] .descripcion{background:transparent;font-size:.9em;border-radius:10px;padding:1.5em 2em;overflow-y:auto;background:#ddd;scrollbar-width:thin}.sections .content [data-name=descripcion] .descripcion h1,.sections .content [data-name=descripcion] .descripcion h2,.sections .content [data-name=descripcion] .descripcion h3,.sections .content [data-name=descripcion] .descripcion h4,.sections .content [data-name=descripcion] .descripcion h5,.sections .content [data-name=descripcion] .descripcion h6{margin:0;padding:0;font-weight:600;line-height:1.5rem}.sections .content [data-name=descripcion] .descripcion h1:not(h1),.sections .content [data-name=descripcion] .descripcion h2:not(h1),.sections .content [data-name=descripcion] .descripcion h3:not(h1),.sections .content [data-name=descripcion] .descripcion h4:not(h1),.sections .content [data-name=descripcion] .descripcion h5:not(h1),.sections .content [data-name=descripcion] .descripcion h6:not(h1){margin:1em 0 0}.sections .content [data-name=descripcion] .descripcion h1{font-size:1.25em}.sections .content [data-name=descripcion] .descripcion h2{font-size:1.2em}.sections .content [data-name=descripcion] .descripcion h3{font-size:1.15em}.sections .content [data-name=descripcion] .descripcion h4{font-size:1.1em}.sections .content [data-name=descripcion] .descripcion h5{font-size:1em}.sections .content [data-name=descripcion] .descripcion h6{font-size:.95em}.sections .content [data-name=descripcion] .descripcion ul{padding:0 0 0 2em;list-style-type:disc}@media screen and (max-width:800px){.sections nav{justify-content:flex-start}.sections .content [data-name=descripcion]{grid-template-columns:1fr}.sections .content [data-name=descripcion] .subtitle{margin:1em 0 .5em}}

/*# sourceMappingURL=index.css.map*/