.items-destacados-ten{overflow:hidden}.items-destacados-ten__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.items-destacados-ten__wrapper--reverse{direction:rtl}.items-destacados-ten__wrapper--reverse>*{direction:ltr}.items-destacados-ten__image-wrapper,.items-destacados-ten__placeholder{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.items-destacados-ten__image{width:100%;height:100%;object-fit:cover;display:block}.items-destacados-ten__placeholder{background-color:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.items-destacados-ten__placeholder svg{width:50%;height:50%;opacity:.3}.items-destacados-ten__content-column{padding:0 2rem}.items-destacados-ten__content{display:flex;flex-direction:column;gap:1.5rem}.items-destacados-ten__title{margin:0;font-weight:700;line-height:1.2}.items-destacados-ten__description{line-height:1.6;opacity:.9}.items-destacados-ten__description p:last-child{margin-bottom:0}.items-destacados-ten__items-grid{display:grid;gap:1.5rem 2rem;margin-top:1.5rem}.items-destacados-ten__items-grid--count-2{grid-template-columns:repeat(2,1fr)}.items-destacados-ten__items-grid--count-3{grid-template-columns:repeat(3,1fr)}.items-destacados-ten__items-grid--count-4{grid-template-columns:repeat(2,1fr)}.items-destacados-ten__items-grid--count-5{grid-template-columns:repeat(3,1fr)}.items-destacados-ten__items-grid--count-5 .items-destacados-ten__item:nth-child(4){grid-column:1 / 2}.items-destacados-ten__items-grid--count-5 .items-destacados-ten__item:nth-child(5){grid-column:2 / 3}.items-destacados-ten__items-grid--count-6{grid-template-columns:repeat(3,1fr)}.items-destacados-ten__items-grid--count-7{grid-template-columns:repeat(8,1fr)}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(1){grid-column:2 / 4;grid-row:1}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(2){grid-column:4 / 6;grid-row:1}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(3){grid-column:6 / 8;grid-row:1}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(4){grid-column:1 / 3;grid-row:2}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(5){grid-column:3 / 5;grid-row:2}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(6){grid-column:5 / 7;grid-row:2}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item:nth-child(7){grid-column:7 / 9;grid-row:2}.items-destacados-ten__items-grid--count-8{grid-template-columns:repeat(4,1fr)}.items-destacados-ten__items-grid:not([class*=count-]){grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.items-destacados-ten__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem .5rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease;text-align:center;gap:.75rem}.items-destacados-ten__item:hover{opacity:.8;transform:translateY(-2px)}.items-destacados-ten__item-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.items-destacados-ten__icon-img{width:100%;height:100%;object-fit:contain}.items-destacados-ten__item-text-row{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.items-destacados-ten__item-name{font-size:16px;font-weight:600;color:inherit;line-height:1.3}.items-destacados-ten__item-arrow{flex-shrink:0;width:16px;height:16px;opacity:.7;transition:all .3s ease}.items-destacados-ten__item:hover .items-destacados-ten__item-arrow{opacity:1;transform:translate(3px)}.items-destacados-ten__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;animation:fadeIn .3s ease}.items-destacados-ten__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.items-destacados-ten__modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:16px;max-width:650px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.items-destacados-ten__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 0}.items-destacados-ten__modal-logo{width:40px;height:40px;object-fit:contain}.items-destacados-ten__modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;flex-shrink:0}.items-destacados-ten__modal-close:hover{background:#0000001a;transform:rotate(90deg)}.items-destacados-ten__modal-body{padding:2rem 2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.items-destacados-ten__modal-title-row{display:flex;align-items:center;gap:1.25rem;text-align:left}.items-destacados-ten__modal-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.items-destacados-ten__modal-icon-img{width:100%;height:100%;object-fit:contain}.items-destacados-ten__modal-title{font-size:28px;font-weight:700;line-height:1.3;margin:0;flex:1}.items-destacados-ten__modal-description{font-size:16px;line-height:1.6;text-align:left}.items-destacados-ten__modal-description p:last-child{margin-bottom:0}.items-destacados-ten__modal-button{margin-top:1rem;padding:14px 40px;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:220px}.items-destacados-ten__modal-button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.items-destacados-ten__modal-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@media screen and (max-width: 989px){.items-destacados-ten__wrapper{gap:3rem}.items-destacados-ten__modal-body{padding:2rem 2rem 2.5rem}.items-destacados-ten__modal-title{font-size:24px}}@media screen and (min-width: 750px) and (max-width: 989px){.items-destacados-ten__items-grid--count-7,.items-destacados-ten__items-grid--count-8{grid-template-columns:repeat(3,1fr)!important}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item{grid-column:auto!important;grid-row:auto!important}}@media screen and (max-width: 749px){.items-destacados-ten__wrapper{grid-template-columns:1fr;gap:2rem}.items-destacados-ten__wrapper--reverse{direction:ltr}.items-destacados-ten__content{gap:1.25rem}.items-destacados-ten__content-column{padding-left:var(--content-padding-mobile, 20px);padding-right:var(--content-padding-mobile, 20px)}.items-destacados-ten__items-grid,.items-destacados-ten__items-grid--count-2,.items-destacados-ten__items-grid--count-3,.items-destacados-ten__items-grid--count-4,.items-destacados-ten__items-grid--count-5,.items-destacados-ten__items-grid--count-6,.items-destacados-ten__items-grid--count-7,.items-destacados-ten__items-grid--count-8{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.items-destacados-ten__items-grid--count-7 .items-destacados-ten__item{grid-column:auto!important;grid-row:auto!important}.items-destacados-ten__item{padding:.75rem .5rem}.items-destacados-ten__item-icon{width:40px;height:40px}.items-destacados-ten__item-name{font-size:14px}.items-destacados-ten__item-arrow{width:14px;height:14px}.items-destacados-ten__modal-content{width:95%;max-height:90vh;border-radius:12px}.items-destacados-ten__modal-header{padding:1rem 1.5rem 0}.items-destacados-ten__modal-logo{width:32px;height:32px}.items-destacados-ten__modal-body{padding:1.5rem 1.5rem 2rem;gap:1.25rem}.items-destacados-ten__modal-title-row{gap:1rem}.items-destacados-ten__modal-icon{width:50px;height:50px}.items-destacados-ten__modal-title{font-size:20px}.items-destacados-ten__modal-description{font-size:14px}.items-destacados-ten__modal-button{width:100%;min-width:auto}}@media (prefers-reduced-motion: reduce){.items-destacados-ten__modal,.items-destacados-ten__modal-content,.items-destacados-ten__item,.items-destacados-ten__modal-close{animation:none;transition:none}}.items-destacados-ten__item:focus-visible,.items-destacados-ten__modal-close:focus-visible,.items-destacados-ten__modal-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-items-destacados-ten.css.map */
