.MainProductInfo{padding:40px 0;margin-bottom:40px}.MainProductInfo__container{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.MainProductInfo__gallery{display:flex;gap:20px;width:100%;height:430px;overflow:hidden}.MainProductInfo__thumbs{width:100px;height:100%}.MainProductInfo__thumbs .MainProductInfo__thumbs-swiper{height:100%}.MainProductInfo__thumbs .MainProductInfo__thumbs-swiper .swiper-slide{height:auto!important;margin-bottom:10px}.MainProductInfo__thumb-container{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--background);border-radius:8px;border:2px solid rgba(0,0,0,0);transition:border-color .3s,opacity .3s;cursor:pointer;opacity:.6}.MainProductInfo__thumb-container:hover{border-color:var(--darkBlue);opacity:1}.MainProductInfo__thumb-container img{max-width:100%;max-height:100%;object-fit:contain}.MainProductInfo__main-slider{flex:1 1;height:100%;max-width:calc(100% - 120px);min-width:300px}.MainProductInfo__main-slider .MainProductInfo__main-swiper{height:100%;width:100%;border-radius:12px;overflow:hidden;background:var(--background)}.MainProductInfo__image-container{width:100%;height:430px;display:flex;align-items:center;justify-content:center;background:var(--background);overflow:hidden}.MainProductInfo__image-container img{max-width:100%;max-height:100%;object-fit:contain}.MainProductInfo__details{padding:0 20px;display:flex;flex-direction:column;gap:0}.MainProductInfo__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:20px}.MainProductInfo__title{font-size:32px;font-weight:700;color:var(--darkBlue);margin:0;line-height:1.2}.MainProductInfo__discount-popular{display:flex;align-items:center;gap:15px;margin-bottom:15px}.MainProductInfo__discount-badge{background:var(--red);color:var(--white);padding:6px 12px;border-radius:8px;font-size:14px;font-weight:600}.MainProductInfo__popular span{background:var(--lightGreen);color:var(--white);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.MainProductInfo__price-section{margin-bottom:25px}.MainProductInfo__prices{display:flex;align-items:center;gap:15px}.MainProductInfo__current-price{font-size:36px;font-weight:700;color:var(--darkBlue)}.MainProductInfo__original-price{color:#999;text-decoration:line-through;font-size:20px;font-weight:500}.MainProductInfo__color-options{margin-bottom:20px}.MainProductInfo__color-options h3{color:var(--darkBlue);font-size:18px;margin-bottom:12px;font-weight:600}.MainProductInfo__color-list{display:flex;gap:12px;flex-wrap:wrap}.MainProductInfo__color-link{text-decoration:none;transition:all .3s}.MainProductInfo__color-link:hover:not(.active){transform:scale(1.1)}.MainProductInfo__color-link.active .MainProductInfo__color-circle{box-shadow:0 0 0 2px var(--lightGreen)}.MainProductInfo__color-circle{width:32px;height:32px;border-radius:50%;border:2px solid #ddd;cursor:pointer;transition:border-color .3s}.MainProductInfo__color-circle:hover{border-color:var(--darkBlue)}.MainProductInfo__memory-options{margin-bottom:25px}.MainProductInfo__memory-options h3{color:var(--darkBlue);font-size:18px;margin-bottom:12px;font-weight:600}.MainProductInfo__memory-list{display:flex;gap:12px;flex-wrap:wrap}.MainProductInfo__memory-link{text-decoration:none;padding:6px 12px;background:var(--background);border:2px solid #ddd;border-radius:8px;color:var(--darkBlue);font-weight:600;font-size:15px;transition:all .3s}.MainProductInfo__memory-link.active,.MainProductInfo__memory-link:hover:not(.active){border-color:var(--darkBlue);background:var(--darkBlue);color:var(--white)}.MainProductInfo__memory-link.active{cursor:default;box-shadow:0 0 0 2px var(--lightGreen)}.MainProductInfo__buy-section{padding:15px 0 0;border-top:1px solid #eee;margin-bottom:25px}.MainProductInfo__short-description{margin-bottom:0}.MainProductInfo__short-description h3{color:var(--darkBlue);font-size:18px;margin-bottom:12px;font-weight:600}.MainProductInfo__short-description p{color:var(--black);font-size:16px;line-height:1.5;margin:0}.MainProductInfo__thumbs-swiper .swiper-slide-thumb-active .MainProductInfo__thumb-container{opacity:1;border-color:var(--darkBlue)}.MainProductInfo__main-swiper .swiper-wrapper{align-items:center}.MainProductInfo__main-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1200px){.MainProductInfo__container{gap:40px}.MainProductInfo__image-container{height:430px}.MainProductInfo__title{font-size:28px}.MainProductInfo__current-price{font-size:32px}}@media(max-width:920px){.MainProductInfo{padding:20px 0;margin-bottom:20px}.MainProductInfo__container{grid-template-columns:1fr;gap:30px}.MainProductInfo__gallery{height:400px;gap:15px}.MainProductInfo__thumbs{width:70px}.MainProductInfo__thumb-container{width:60px;height:60px}.MainProductInfo__image-container{height:400px}.MainProductInfo__details{padding:0;gap:20px}.MainProductInfo__title{font-size:24px}.MainProductInfo__current-price{font-size:28px}.MainProductInfo__header{flex-direction:column;align-items:flex-start;margin-bottom:0}.MainProductInfo__color-circle{width:35px;height:35px}.MainProductInfo__memory-link{padding:8px 12px;font-size:14px}.MainProductInfo .BuyButton{width:100%}}@media(max-width:480px){.MainProductInfo__gallery{height:300px;gap:10px}.MainProductInfo__thumbs{width:50px}.MainProductInfo__thumb-container{width:45px;height:45px}.MainProductInfo__image-container{height:300px}.MainProductInfo__title{font-size:20px}.MainProductInfo__current-price{font-size:24px}.MainProductInfo__details{gap:15px}.MainProductInfo__color-circle{width:30px;height:30px}.MainProductInfo__color-list,.MainProductInfo__memory-list{gap:8px}.MainProductInfo__memory-link{padding:6px 10px;font-size:13px}}.AllProductInfo{padding:60px 0;background:var(--background)}.AllProductInfo__container{max-width:1200px;margin:0 auto;padding:0 20px}.AllProductInfo__title{font-size:32px;font-weight:700;color:var(--darkBlue);text-align:center;margin-bottom:40px}.AllProductInfo__accordion{display:flex;flex-direction:column;gap:15px}.AllProductInfo__section{background:var(--white);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.AllProductInfo__section:hover{box-shadow:0 6px 20px rgba(0,0,0,.15)}.AllProductInfo__section-header{width:100%;padding:20px 25px;background:none;border:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease;position:relative}.AllProductInfo__section-header:hover{background:rgba(var(--darkBlue-rgb),.02)}.AllProductInfo__section-header.active{background:rgba(var(--darkBlue-rgb),.05);border-bottom:1px solid #eee}.AllProductInfo__section-header:focus{outline:none}.AllProductInfo__section-left{display:flex;align-items:center;gap:15px}.AllProductInfo__section-icon{font-size:24px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--darkBlue);background:rgba(var(--darkBlue),.2);border-radius:50%}.AllProductInfo__section-title{font-size:20px;font-weight:600;color:var(--darkBlue)}.AllProductInfo__section-count{font-size:14px;color:#666;font-weight:500;background:rgba(var(--darkBlue-rgb),.1);padding:4px 8px;border-radius:12px}.AllProductInfo__section-arrow{width:24px;height:24px;color:var(--darkBlue);transition:transform .3s ease}.AllProductInfo__section-arrow.rotated{transform:rotate(180deg)}.AllProductInfo__section-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.AllProductInfo__section-content.open{max-height:1000px}.AllProductInfo__characteristics{padding:0 25px 25px}.AllProductInfo__characteristic{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;padding:15px 0;border-bottom:1px solid #f0f0f0;align-items:center}.AllProductInfo__characteristic:last-child{border-bottom:none}.AllProductInfo__characteristic:hover{background:rgba(var(--lightGreen-rgb),.05);margin:0 -15px;padding:15px;border-radius:8px}.AllProductInfo__char-label{font-size:16px;font-weight:500;color:var(--darkBlue);line-height:1.4}.AllProductInfo__char-value{font-size:16px;font-weight:600;color:var(--black);text-align:right;line-height:1.4}@media(max-width:1024px){.AllProductInfo{padding:40px 0}.AllProductInfo__title{font-size:28px;margin-bottom:30px}.AllProductInfo__section-header{padding:18px 20px}.AllProductInfo__section-title{font-size:18px}.AllProductInfo__characteristics{padding:0 20px 20px}}@media(max-width:768px){.AllProductInfo{padding:30px 0}.AllProductInfo__container{padding:0}.AllProductInfo__title{font-size:20px;text-align:left;margin-bottom:25px}.AllProductInfo__section-header{padding:15px 18px}.AllProductInfo__section-left{gap:12px}.AllProductInfo__section-icon{width:35px;height:35px;font-size:20px}.AllProductInfo__section-title{font-size:16px;text-align:left}.AllProductInfo__section-count{font-size:12px;padding:3px 6px}.AllProductInfo__characteristics{padding:0 18px 18px}.AllProductInfo__characteristic{grid-template-columns:1fr;gap:8px;padding:12px 0}.AllProductInfo__characteristic:hover{margin:0 -10px;padding:12px 10px}.AllProductInfo__char-label{font-size:14px}.AllProductInfo__char-value{font-size:14px;text-align:left;font-weight:700}}@media(max-width:480px){.AllProductInfo{padding:20px 0}.AllProductInfo__section-header{padding:12px 15px}.AllProductInfo__section-left{gap:10px}.AllProductInfo__section-icon{width:30px;height:30px;font-size:18px}.AllProductInfo__section-title{font-size:15px}.AllProductInfo__section-count{font-size:11px;padding:2px 5px}.AllProductInfo__characteristics{padding:0 15px 15px}.AllProductInfo__characteristic{padding:10px 0}.AllProductInfo__characteristic:hover{margin:0 -8px;padding:10px 8px}.AllProductInfo__char-label,.AllProductInfo__char-value{font-size:13px}}