.detailPage{color:#333;font-family:Sora,sans-serif}.detailInner{background:#fff;border-radius:8px;display:grid;gap:30px;grid-template-areas:"hero title" "hero info" "container info";grid-template-columns:1fr minmax(380px,550px);grid-template-rows:auto auto 1fr;margin:30px auto;max-width:1440px;padding:24px 24px 48px;width:100%}@media (max-width:1024px){.detailInner{gap:24px;grid-template-columns:1fr minmax(320px,450px)}}@media (max-width:900px){.detailInner{display:flex;flex-direction:column;gap:24px;padding:20px 16px 32px}}.detailTitleBlock{grid-area:title}@media (max-width:900px){.detailTitleBlock{order:1}}.detailContent{border-radius:8px;display:flex;gap:30px;justify-content:space-between;margin:30px auto;max-width:1440px;padding:24px 24px 48px;width:100%}.detailContainer{grid-area:container;max-width:720px;width:100%}@media (max-width:900px){.detailContainer{max-width:100%;order:4}}.detailBreadcrumb{color:#666;font-size:14px;margin-bottom:24px}.detailBreadcrumb a{color:#1e44c3;text-decoration:none}.detailBreadcrumb a:hover{text-decoration:underline}.detailBreadcrumb .detailBreadcrumbSep{color:#999;margin:0 8px}.detailBreadcrumb .detailBreadcrumbCurrent{color:#333}.detailHero{align-items:start;display:grid;gap:32px;grid-area:hero;grid-template-columns:auto 1fr}.detailHero.detailHero--noThumbs .detailGalleryCol{display:none}.detailHero.detailHero--noThumbs{grid-template-columns:1fr 1fr}@media (max-width:900px){.detailHero{gap:20px;order:2}.detailHero,.detailHero.detailHero--noThumbs{grid-template-columns:1fr}.detailGalleryCol{display:flex;gap:12px;justify-content:center;order:2}}.detailThumbnails{display:flex;flex-direction:column;gap:12px}@media (max-width:900px){.detailThumbnails{flex-direction:row;flex-wrap:wrap;justify-content:center}}.detailThumb{background:#f5f5f5;border:2px solid transparent;border-radius:8px;cursor:pointer;display:flex;height:87.8px;justify-content:center;overflow:hidden;padding:0;transition:border-color .2s,box-shadow .2s;width:100px}.detailThumb.is-active{border-color:#1e44c3;box-shadow:0 0 0 1px #1e44c3}.detailThumb:hover:not(.is-active){border-color:#ccc}.detailThumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:900px){.detailThumb{height:64px;width:64px}}.detailImageCol{align-items:flex-start;display:flex;justify-content:center}@media (max-width:900px){.detailImageCol{order:1}}.detailImageMain{align-items:center;background:#efefef;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);display:flex;justify-content:center;max-width:596px;padding:24px;width:100%}.detailImageMain img{display:block;height:auto;max-height:520px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:400px}@media (max-width:900px){.detailImageMain{padding:16px}.detailImageMain img{max-width:320px;width:100%}}.detailImageButton{background:transparent;border:none;cursor:pointer;display:inline-block;line-height:0;margin:0;outline:none;padding:0}.detailImageButton:focus{outline:2px solid rgba(30,103,195,.25);outline-offset:2px}.detailImageButton img{display:block;height:auto;width:100%}.detailInfoCol{align-self:start;grid-area:info;max-width:550px;position:sticky;top:24px;width:100%}@media (max-width:900px){.detailInfoCol{max-width:100%;order:3;position:static}}.detailTitle{color:#413f4f;font-family:Sora,sans-serif;font-size:28px;font-weight:600;line-height:1.3;margin:0 0 8px}@media (max-width:900px){.detailTitle{font-size:22px;margin:0 0 4px}}.detailCode{color:#999;font-size:14px;margin:0 0 12px}@media (max-width:900px){.detailCode{font-size:13px;margin:0}}.detailBadge{background-color:#76b82a;border-radius:6px;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:16px;padding:6px 12px}.detailPriceBlock{margin-bottom:24px}.detailPriceFrom{color:#413f4f;font-size:14px;margin:0 0 4px;text-decoration:line-through}.detailPrice{color:#413f4f;font-size:32px;font-weight:700;margin:0 0 4px}.detailInstallment{color:#666;font-size:15px;margin:0}.detailVariantBlock{margin-bottom:24px}.detailVariantLabel{color:#333;font-size:14px;font-weight:600;margin:0 0 10px}.detailVariants{display:flex;flex-wrap:wrap;gap:12px}.detailVariantOption{align-items:center;background-color:#fff;border:1px solid #c4cad3;border-radius:8px;color:#6c757d;cursor:pointer;display:inline-flex;font-size:15px;gap:10px;min-width:120px;padding:12px 16px;position:relative;transition:background-color .2s,border-color .2s,color .2s}.detailVariantOption input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.detailVariantOption span{flex:1}.detailVariantOption:after{background-color:transparent;border:2px solid #c4cad3;border-radius:50%;content:"";flex-shrink:0;height:20px;transition:border-color .2s,background-color .2s,background-image .2s;width:20px}.detailVariantOption.is-selected,.detailVariantOption:has(input:checked){background-color:#e6edf7;border-color:transparent;color:#343a40;cursor:default}.detailVariantOption.is-selected:after,.detailVariantOption:has(input:checked):after{background-color:#2e5bdb;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border:none}.detailActions{margin-bottom:24px}.detailBtnBuy{background-color:#1e44c3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Sora,sans-serif;font-size:18px;font-weight:600;height:52px;transition:background .2s,transform .1s;width:100%}.detailBtnBuy:hover{background-color:#1a5ab0}.detailBtnBuy:active{transform:scale(.98)}.detailTrust{color:#555;font-size:14px;list-style:none;margin:0;padding:0}.detailTrust li{align-items:center;display:flex;gap:10px;margin-bottom:10px}.detailTrust .detailTrustIcon,.detailTrust img{flex-shrink:0}.detailTrust .detailTrustIcon{font-size:18px}.detailSpecs{border-top:1px solid #eee;padding-bottom:60px;padding-top:32px}.detailSpecsTitle{color:#333;font-family:Sora,sans-serif;font-size:22px;font-weight:600;margin:0 0 20px}.detailSpecsList{display:flex;flex-wrap:wrap;gap:24px 48px;justify-content:flex-start}@media (max-width:900px){.detailSpecsList{flex-direction:column;gap:16px}}.detailSpecItem{max-height:none;max-width:200px;min-width:80px;width:auto}.detailSpecItem dt{color:#413f4f;font-size:12px;letter-spacing:.02em;margin-bottom:4px;text-transform:uppercase}.detailSpecItem dd{color:#333;font-size:15px;margin:0}@media (max-width:900px){.detailSpecItem{max-height:none;max-width:none;width:100%}}.detailReadPages{align-items:center;color:#1e44c3;display:inline-flex;font-size:15px;font-weight:500;gap:8px;text-decoration:none}.detailReadPages:hover{text-decoration:underline}.detailReadPages .detailReadPagesIcon{font-size:18px}.detailDescription{border-top:1px solid #eee;margin-bottom:48px;padding-top:32px}@media (max-width:900px){.detailDescription{margin-bottom:32px;padding-top:24px}}.detailDescTitle{color:#333;font-family:Sora,sans-serif;font-size:22px;font-weight:600;margin:0 0 16px}@media (max-width:900px){.detailDescTitle{font-size:20px;margin:0 0 12px}}.detailDescContent{color:#555;font-size:15px;line-height:1.6}.detailDescContent p{margin:0 0 12px}.detailDescContent p:last-child{margin-bottom:0}.detailProgramContent{margin-top:8px}@media (max-width:900px){.detailProgramContent{margin-top:4px}}.detailProgramModulesLabel{color:#333;font-family:Sora,sans-serif;font-size:16px;font-weight:400;margin:0 0 12px}@media (max-width:900px){.detailProgramModulesLabel{font-size:15px;margin:0 0 10px}}.detailProgramModules{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}@media (max-width:900px){.detailProgramModules{gap:8px;margin-bottom:20px}}.detailProgramModuleBtn{background:#fff;border:none;border-radius:10px;color:#333;cursor:pointer;font-family:Sora,sans-serif;font-size:16px;font-weight:500;height:56px;min-width:58px;padding:0 14px;transition:background .2s,border-color .2s,color .2s}.detailProgramModuleBtn:hover{border-color:#1e67c3;color:#1e67c3}.detailProgramModuleBtn.is-active{background:#1e44c3;border:2px solid #1e44c3;color:#fff;font-weight:600}.detailProgramModuleBtn.is-active:hover{background:#1e44c3;border-color:#1e44c3;color:#fff}@media (max-width:900px){.detailProgramModuleBtn{border-radius:8px;font-size:15px;height:44px;min-width:44px;padding:0 12px}}.detailProgramSubjectTitle{color:#333;font-family:Sora,sans-serif;font-size:18px;font-weight:600;margin:0 0 16px}@media (max-width:900px){.detailProgramSubjectTitle{font-size:17px;margin:0 0 12px}}.detailProgramTopicList{color:#333;font-size:15px;line-height:1.7;list-style:disc;margin:0 0 24px;padding-left:24px}.detailProgramTopicList li{margin-bottom:8px}.detailProgramTopicList li:last-child{margin-bottom:0}@media (max-width:900px){.detailProgramTopicList{font-size:14px;line-height:1.6;margin:0 0 20px;padding-left:20px}.detailProgramTopicList li{margin-bottom:6px}}.detailRelated{border-top:1px solid #eee;padding-top:32px}.detailRelatedTitle{color:#333;font-family:Sora,sans-serif;font-size:22px;font-weight:600;margin:0 0 24px}.detailRelatedGrid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.detailRelatedCard{background:#f9f9f9;color:inherit;overflow:hidden;text-decoration:none;transition:box-shadow .2s}.detailRelatedCard:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.detailRelatedImageWrap{aspect-ratio:1;background:#fff;overflow:hidden;position:relative}.detailRelatedImageWrap img{height:100%;-o-object-fit:contain;object-fit:contain;padding:12px;width:100%}.detailRelatedBadge{background:#076035;border-radius:4px;color:#fff;font-size:12px;font-weight:600;left:8px;padding:4px 8px;position:absolute;top:8px}.detailRelatedInfo{padding:16px}.detailRelatedName{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.detailRelatedPriceBlock{margin-bottom:4px}.detailRelatedPrice{color:#333;font-size:18px;font-weight:700}.detailRelatedOldPrice{color:#999;font-size:14px;margin-left:8px;text-decoration:line-through}.detailRelatedInstallment{color:#666;font-size:13px}@media (max-width:769px){.detailSection .alignSection{padding:0 1rem}}.detailSection .alignSection .productArea{display:flex;gap:170px;margin-top:22px}.detailSection .alignSection .productArea .imageArea{display:grid;gap:15px;grid-template-columns:1fr;justify-items:center;position:relative}.detailSection .alignSection .productArea .imageArea .mobileStars{display:none}.detailSection .alignSection .productArea .imageArea .imageMain{align-items:center;background-color:#fff;border-radius:21px;box-shadow:0 1px 5px 0 rgba(0,0,0,.078);display:grid;justify-items:center;min-width:620px;padding:25px;transition:all .3s ease;width:100%}.detailSection .alignSection .productArea .imageArea .imageMain:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-2px)}.detailSection .alignSection .productArea .imageArea .imageMain img{border-radius:16px;cursor:pointer;display:block;height:600px;max-width:100%;transition:transform .3s ease;width:100%}.detailSection .alignSection .productArea .imageArea .imageMain img:hover{transform:scale(1.02)}.detailSection .alignSection .productArea .imageArea .imageMain .zoom-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.8);border-radius:50%;color:#fff;cursor:pointer;padding:10px;position:absolute;right:15px;top:15px;transition:all .3s ease;z-index:10}.detailSection .alignSection .productArea .imageArea .imageMain .zoom-indicator:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.detailSection .alignSection .productArea .imageArea .imageMain .zoom-indicator svg{height:20px;width:20px}.detailSection .alignSection .productArea .imageArea .otherImages{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:16px;max-width:600px;width:100%}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage{align-items:center;background-color:#fff;border:2px solid transparent;border-radius:21px;box-shadow:0 1px 5px 0 rgba(0,0,0,.078);cursor:pointer;display:grid;justify-items:center;padding:10px;position:relative;transition:all .3s ease}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage:hover{border-color:#007bff;transform:translateY(-2px)}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage.active{border-color:#007bff;box-shadow:0 4px 12px rgba(0,123,255,.3)}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage img{border-radius:16px;display:block;height:100%;max-height:120px;max-width:94px;transition:transform .2s ease;width:100%}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage:hover img{transform:scale(1.05)}.detailSection .alignSection .productArea .textArea .firstStep{border-bottom:1px solid #ddd;padding-bottom:14px}.detailSection .alignSection .productArea .textArea .firstStep .title{color:#333;font-size:36px;margin-bottom:10px}.detailSection .alignSection .productArea .textArea .firstStep .stars{align-items:center;color:#1e44c3;display:flex;font-size:25px;gap:5px;margin-top:10px}.detailSection .alignSection .productArea .textArea .firstStep .stars p{color:#495057;font-size:14px}.detailSection .alignSection .productArea .textArea .secondStep{border-bottom:1px solid #ddd;padding:20px 0;width:85%}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea{display:flex;gap:12px}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea .totalPrice{color:#515050;font-size:1rem;font-weight:400;text-decoration-line:line-through}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea .offer{align-items:center;background-color:#333;border-radius:5px;color:#fff;display:flex;font-size:14px;font-weight:500;height:26px;justify-content:center;padding:0 6px 0 14px;width:94px}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group{align-items:center;display:flex;justify-content:space-between}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice{align-items:baseline;display:flex;gap:8px}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice .price{color:#1e44c3;font-size:2.45rem;font-weight:700}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice .specialPrice{color:#29272e;font-size:1rem;font-style:normal;font-weight:500}@media (max-width:769px){.detailSection .alignSection .productArea .textArea .secondStep .priceGroup{display:grid;gap:10px;justify-items:center;text-align:center}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea{gap:8px;order:1}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea .totalPrice{font-size:.95rem}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .discountArea .offer{font-size:12px;height:auto;padding:4px 10px}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group{justify-content:center;order:2;width:100%}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice{gap:6px}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice .price{font-size:1.8rem}.detailSection .alignSection .productArea .textArea .secondStep .priceGroup .group .alignPrice .specialPrice{font-size:.9rem}}.detailSection .alignSection .productArea .textArea .thirdStep{border-bottom:1px solid #ddd;padding:20px 0;width:85%}.detailSection .alignSection .productArea .textArea .thirdStep .choose{color:#333;font-size:20px;font-weight:600;margin-bottom:10px}.detailSection .alignSection .productArea .textArea .thirdStep .buttons{display:flex;gap:20px}.detailSection .alignSection .productArea .textArea .thirdStep .buttons .btnMeasure{background:none;border:2px solid #1e44c3;border-radius:50%;color:#333;cursor:pointer;font-size:16px;font-weight:600;height:40px;transition:all .3s ease-in-out;width:40px}.detailSection .alignSection .productArea .textArea .thirdStep .buttons .btnMeasure.active{background:#1e44c3;border-color:#1e44c3;box-shadow:0 0 10px rgba(30,68,195,.5);color:#fff;font-weight:700;transform:scale(1.05);transition:all .2s ease-in-out}.detailSection .alignSection .productArea .textArea .thirdStep .buttons .btnMeasure:hover{background:#1e44c3;color:#fff;transform:scale(1.1)}.detailSection .alignSection .productArea .textArea .thirdStep .tableMeasure{align-items:center;background-color:#333;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:5px;height:50px;justify-content:center;margin-top:25px;max-width:240px;width:100%}.detailSection .alignSection .productArea .textArea .thirdStep .tableMeasure img{transition:transform .3s ease}.detailSection .alignSection .productArea .textArea .thirdStep .tableMeasure:hover{background:linear-gradient(135deg,#444,#222)}.detailSection .alignSection .productArea .textArea .thirdStep .tableMeasure:hover img{transform:rotate(-5deg) scale(1.1)}.detailSection .alignSection .productArea .textArea .fourthStep{padding:20px 0;width:85%}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea{align-items:center;display:flex;gap:17px;margin-bottom:23px}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup{align-items:center;background:#333;border-radius:10px;display:flex;gap:10px;height:43px;justify-content:center;width:100px}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup .btnQtd{align-items:center;background:#1e44c3;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;height:15px;justify-content:center;padding:10px;transition:all .3s ease;width:15px}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup .btnQtd .less{font-size:18px;margin-bottom:2px}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup .btnQtd:hover{background:#122b7a}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup .btnQtd:active{transform:scale(.95)}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .quantityGroup .quantity{color:#fff;font-size:18px;font-weight:700}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .phrase{color:#666;font-size:14px;font-weight:500}.detailSection .alignSection .productArea .textArea .fourthStep .quantityArea .phrase span{color:red;font-weight:700}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea{display:flex;gap:10px;justify-content:space-between}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea button{border:none;border-radius:56px;cursor:pointer;font-size:18px;font-weight:600;height:50px;transition:all .3s ease;width:48%}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnBuy{background-color:#1e44c3;color:#fff}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnBuy:hover{background:linear-gradient(135deg,#1e44c3,#15328b);box-shadow:0 4px 10px rgba(30,68,195,.3);transform:translateY(-2px);transition:background .3s ease-in-out,transform .2s ease-in-out,box-shadow .3s ease-in-out}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnBuy:active{transform:scale(.97)}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnCart{background-color:#333;color:#fff}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnCart:hover{background:linear-gradient(135deg,#2a2a2a,#0a0a0a);box-shadow:0 4px 10px rgba(0,0,0,.3);transform:translateY(-2px);transition:background .3s ease-in-out,transform .2s ease-in-out,box-shadow .3s ease-in-out}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea .btnCart:active{transform:scale(.97)}.descriptionSection{margin-bottom:40px}.descriptionSection .title{font-size:1.5rem;font-weight:700;margin-bottom:15px}.descriptionSection .description{color:#495057;font-size:14px}.descriptionSection .informations{align-items:flex-start;color:#495057;display:flex;font-size:14px;justify-content:space-between;margin-top:20px}.descriptionSection .informations .groupInfo{display:flex;flex-direction:column;gap:10px}.descriptionSection .informations .groupInfo span{font-weight:600}@media (max-width:769px){.descriptionSection .informations{flex-direction:column;gap:20px;margin-top:16px}.descriptionSection .informations .groupInfo{background:#f8f9fa;border:1px solid #e9ecef;gap:12px;padding:16px;width:100%}.descriptionSection .informations .groupInfo p{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin:0;padding:8px 0}.descriptionSection .informations .groupInfo p:last-child{border-bottom:none}.descriptionSection .informations .groupInfo p span{color:#495057;font-weight:600;min-width:120px}}@media (max-width:480px){.descriptionSection .informations .groupInfo{padding:12px}.descriptionSection .informations .groupInfo p{align-items:flex-start;flex-direction:column;font-size:13px;gap:4px}.descriptionSection .informations .groupInfo p span{color:#6c757d;font-size:12px;letter-spacing:.5px;min-width:auto;text-transform:uppercase}}.reviewSection{display:none}@media (max-width:769px){.reviewSection{display:none}}.reviewSection .title{font-size:1.5rem;font-weight:700;margin-bottom:15px}.reviewSection .reviewGroup{display:flex;justify-content:space-between}.reviewSection .reviewGroup .reviews{align-items:start;display:flex;flex-direction:column;gap:20px;margin-top:20px;width:70%}.reviewSection .reviewGroup .reviews .review{background:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;text-align:left;width:100%}.reviewSection .reviewGroup .reviews .review .reviewName{color:#333;font-size:16px;font-weight:700;margin-bottom:5px}.reviewSection .reviewGroup .reviews .review .reviewDate{color:#777;font-size:14px;font-weight:400}.reviewSection .reviewGroup .reviews .review .reviewStars{color:#1e44c3;font-size:18px;margin-bottom:5px}.reviewSection .reviewGroup .reviews .review .reviewText{color:#555;font-size:16px;font-style:italic}.reviewSection .reviewGroup .reviews .review .photoGroup{display:flex;gap:10px;margin-top:14px}.reviewSection .reviewGroup .reviews .review .photoGroup img{border-radius:8px;cursor:pointer;transition:transform .2s ease-in-out}.reviewSection .reviewGroup .reviews .review .photoGroup img:hover{transform:translateY(-5px)}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:30px;padding:0}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.show{opacity:1;transform:translateY(0)}.review-summary{font-family:Arial,sans-serif;max-width:300px}.review-summary .review-score{align-items:center;display:flex;gap:10px}.review-summary .review-score .score{color:#1e44c3;font-size:2.5rem;font-weight:700}.review-summary .review-score .stars{color:#1e44c3;font-size:1.5rem}.review-summary .review-score .stars .half-star{color:#ccc}.review-summary .review-score .total-reviews{color:#777;font-size:.9rem}.review-summary .review-bars{margin-top:10px}.review-summary .review-bars .review-bar{align-items:center;display:flex;gap:5px;margin-bottom:5px}.review-summary .review-bars .review-bar .stars-label{font-size:.9rem;width:35px}.review-summary .review-bars .review-bar .bar{background-color:#eee;border-radius:5px;flex-grow:1;height:6px;position:relative}.review-summary .review-bars .review-bar .bar .filled{background-color:#1e44c3;border-radius:5px;height:100%}.productSection{margin-bottom:40px}@media (max-width:769px){.productSection .alignSection{padding:0 1rem}}.productSection .title{font-size:1.5rem;font-weight:700;margin-bottom:15px}.productSection .grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:100%}@media (min-width:769px){.productSection .grid{grid-template-columns:repeat(auto-fit,minmax(250px,300px));justify-content:start}}.productSection .card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;max-width:300px;overflow:hidden;transition:transform .3s ease;width:100%}.productSection .card:hover{transform:translateY(-5px)}.productSection .card .card-link,.productSection .card .card-link:hover,.productSection .card .card-link:hover *{color:inherit;text-decoration:none}.productSection .card .card-link:hover h3{color:#333}.productSection .card .card-link:hover .price{color:#1e44c3}.productSection .card .card-link:hover .old-price{color:#aaa}.productSection .card .card-link:hover .stars{color:#f5c518}.productSection .card .cardContent{padding:20px}.productSection .card .cardContent img{border-radius:8px;display:block;height:auto;margin:0;width:100%}.productSection .card .info{padding:15px}.productSection .card .info h3{color:#333;font-size:18px;margin:0 0 10px}.productSection .card .info .price{color:#1e44c3;font-size:16px;font-weight:700}.productSection .card .info .old-price{color:#aaa;font-size:14px;margin-left:10px;text-decoration:line-through}.productSection .card .badge{background:#1e44c3;border-radius:8px 0;color:#fff;font-size:12px;padding:5px 10px;position:absolute}.productSection .card .free-shipping{background:#1e44c3;border-radius:20px;color:#fff;display:inline-block;font-size:12px;margin-top:10px;padding:5px 10px}.productSection .card .stars{color:#f5c518;font-size:14px;margin-top:5px}.linkSection{margin-bottom:35px}.linkSection .title{font-size:1.5rem;font-weight:700;margin-bottom:15px}.linkSection .outherLinks{display:flex;justify-content:center}.linkSection .outherLinks .mostWantesLinks{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0}.linkSection .outherLinks .mostWantesLinks li{background:#fff;border-radius:5px;padding:8px 12px;transition:background .3s ease}.linkSection .outherLinks .mostWantesLinks li a{color:#333;font-size:.9rem;font-weight:500;text-decoration:none}.linkSection .outherLinks .mostWantesLinks li:hover{background:#ddd}@media (max-width:768px){.imageArea .otherImages{gap:8px}.imageArea .otherImages .otherImage{flex:0 0 calc(25% - 6px)}}@media (max-width:480px){.imageArea .otherImages .otherImage{flex:0 0 calc(33.333% - 6px)}}.pswp,.pswp .pswp__bg{background:rgba(0,0,0,.95)}.pswp .pswp__top-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.8)}.pswp .pswp__counter{color:#fff;font-size:14px;font-weight:500}.pswp .pswp__button{background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;height:44px;transition:all .3s ease;width:44px}.pswp .pswp__button:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.pswp .pswp__button svg{height:20px;width:20px}.pswp .pswp__img{border-radius:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.imageArea{animation:fadeInUp .6s ease-out}@media (max-width:769px){.detailSection .alignSection .productArea{align-items:center;flex-direction:column;gap:20px;margin-top:0}.detailSection .alignSection .productArea .imageArea{width:100%}.detailSection .alignSection .productArea .imageArea .imageMain{min-width:auto;padding:14px}.detailSection .alignSection .productArea .imageArea .imageMain img{height:320px}.detailSection .alignSection .productArea .imageArea .otherImages{gap:6px;justify-content:center;max-width:100%}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage{flex:0 0 calc(20% - 5px);padding:4px}.detailSection .alignSection .productArea .imageArea .otherImages .otherImage img{border-radius:8px;max-height:60px;max-width:50px}.detailSection .alignSection .productArea .textArea{display:grid;display:contents;justify-items:center;width:100%}.detailSection .alignSection .productArea .firstStep{order:0}.detailSection .alignSection .productArea .imageArea{order:1}.detailSection .alignSection .productArea .secondStep{order:2}.detailSection .alignSection .productArea .thirdStep{order:3}.detailSection .alignSection .productArea .fourthStep{order:4}.detailSection .alignSection .productArea .textArea .firstStep .title{font-size:26px;text-align:center}.detailSection .alignSection .productArea .imageArea .mobileStars{display:block;display:flex;justify-content:flex-start;max-width:600px;width:100%}.detailSection .alignSection .productArea .imageArea .mobileStars .stars{align-items:center;color:#1e44c3;display:flex;font-size:25px;gap:5px;margin-top:10px}.detailSection .alignSection .productArea .textArea .firstStep .stars{display:none}.detailSection .alignSection .productArea .textArea .fourthStep,.detailSection .alignSection .productArea .textArea .secondStep,.detailSection .alignSection .productArea .textArea .thirdStep{padding:16px 0;width:100%}.detailSection .alignSection .productArea .textArea .thirdStep .buttons{gap:10px}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea{flex-direction:column;gap:12px;width:100%}.detailSection .alignSection .productArea .textArea .fourthStep .buyArea button{border-radius:14px;font-size:16px;height:52px;width:100%}#zoomLens{display:none!important}}.imageMain:before{background:linear-gradient(45deg,transparent 30%,hsla(0,0%,100%,.1) 50%,transparent 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .6s ease}.imageMain:hover:before{transform:translateX(100%)}.imageMain img[title]:hover:after{background:rgba(0,0,0,.8);border-radius:4px;bottom:-30px;color:#fff;content:attr(title);font-size:12px;left:50%;padding:6px 12px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.imageMain.loading{position:relative}.imageMain.loading:after{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;content:"";height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:30px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.detailRelatedSection{margin:0 auto 48px;max-width:1440px;padding:48px 24px 0;width:100%}.detailRelatedSection .sectionInner{margin:0 auto;max-width:1440px;width:100%}.detailRelatedSection .sectionTitle{color:#333;font-family:Sora,sans-serif;font-size:20px;font-weight:600;line-height:normal;margin:0}.detailRelatedSection .detailRelatedHeader{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:40px}.detailRelatedSection .detailRelatedNav{display:flex;gap:12px}.detailRelatedSection .detailRelatedNavBtn{align-items:center;background:transparent;border:2px solid #b0c9e0;border-radius:14px;color:#b0c9e0;cursor:pointer;display:inline-flex;height:44px;justify-content:center;transition:border-color .2s,color .2s;width:44px}.detailRelatedSection .detailRelatedNavBtn .detailRelatedNavBtnIcon{font-size:24px;font-weight:300;line-height:1}.detailRelatedSection .detailRelatedNavBtn:not(:disabled){border-color:#1e44c3;color:#1e44c3}.detailRelatedSection .detailRelatedNavBtn:hover:not(:disabled){border-color:#1639a0;color:#1639a0}.detailRelatedSection .detailRelatedNavBtn:disabled{border-color:#b0c9e0;color:#b0c9e0;cursor:not-allowed}.detailRelatedSection .detailRelatedGrid,.detailRelatedSection .productGrid.productGridTall{display:grid;gap:40px;grid-template-columns:repeat(4,minmax(0,1fr))}.detailRelatedSection .productCard{border:1px solid #e7e9ee;min-height:545px;padding:24px}.detailRelatedSection .productCard,.detailRelatedSection .productCardLink{align-items:center;border-radius:8px;display:flex;flex-direction:column;gap:24px}.detailRelatedSection .productCardLink{color:inherit;flex:1;min-height:500px;text-decoration:none;width:100%}.detailRelatedSection .productCardLink:hover .productName{text-decoration:underline}.detailRelatedSection .productImageWrapper{background-color:#eff1f5;display:flex;height:260px;justify-content:center;width:192px}.detailRelatedSection .productImageWrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.detailRelatedSection .productInfo{display:flex;flex-direction:column;gap:16px;margin-top:15px;width:100%}.detailRelatedSection .productBadge{align-items:center;background-color:#df326c;border-radius:4px;color:#fff;display:inline-flex;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;gap:8px;min-height:23px;padding:6px 12px;width:-moz-max-content;width:max-content}.detailRelatedSection .productBadgeIcon{display:block;flex-shrink:0;height:12px;width:12px}.detailRelatedSection .productName{color:#333;font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;line-height:24px;margin:0}.detailRelatedSection .productPriceGroup{display:flex;flex-direction:column;gap:4px}.detailRelatedSection .productOldPrice{color:#333;font-family:Sora,sans-serif;font-size:14px;text-decoration:line-through}.detailRelatedSection .productPrice{color:#333;font-family:Sora,sans-serif;font-size:20px;font-weight:600}.detailRelatedSection .productInstallment{color:#333;font-family:Sora,sans-serif;font-size:14px}@media (max-width:1024px){.detailRelatedSection .detailRelatedGrid,.detailRelatedSection .productGrid.productGridTall{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.detailRelatedSection{padding:32px 16px 0}.detailRelatedSection .detailRelatedHeader{margin-bottom:24px}.detailRelatedSection .sectionTitle{font-size:20px}.detailRelatedSection .detailRelatedGrid,.detailRelatedSection .productGrid.productGridTall{-webkit-overflow-scrolling:touch;display:flex;gap:16px;margin-top:0;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.detailRelatedSection .detailRelatedGrid::-webkit-scrollbar,.detailRelatedSection .productGrid.productGridTall::-webkit-scrollbar{display:none}.detailRelatedSection .productCard,.detailRelatedSection .productCardTall{flex:0 0 240px;gap:16px;max-width:240px;min-height:auto;min-width:240px;padding:16px;scroll-snap-align:start}.detailRelatedSection .productCardLink{gap:16px;min-height:auto}.detailRelatedSection .productImageWrapper{height:200px;max-width:160px;width:100%}.detailRelatedSection .productInfo{gap:12px}.detailRelatedSection .productName{font-size:14px;line-height:20px}.detailRelatedSection .productPrice{font-size:18px}.detailRelatedSection .productInstallment,.detailRelatedSection .productOldPrice{font-size:12px}}@media (max-width:600px){.detailRelatedSection{padding:32px 16px 0}.detailRelatedSection .detailRelatedHeader{margin-bottom:24px}.detailRelatedSection .sectionTitle{font-size:20px}}.detailFaqSection{margin:0 auto 48px;max-width:1440px;padding:0 24px 48px;width:100%}.detailFaqSection .sectionInner{margin:0 auto;max-width:1440px;width:100%}.detailFaqCard{background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.06);font-family:Sora,sans-serif;padding:32px 32px 24px}.detailFaqTitle{color:#333;font-size:20px;font-weight:700;line-height:normal;margin:0 0 24px}.detailFaqList{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.detailFaqItem{border-radius:8px;overflow:hidden}.detailFaqItem .detailFaqQuestion{align-items:center;background:#f5f7fa;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-family:Sora,sans-serif;font-size:16px;font-weight:500;gap:16px;justify-content:space-between;line-height:1.4;padding:16px 20px;text-align:left;transition:background .2s;width:100%}.detailFaqItem .detailFaqQuestion:focus{outline:2px solid rgba(30,103,195,.35);outline-offset:2px}.detailFaqItem .detailFaqQuestion span:first-child{flex:1}.detailFaqItem.is-open .detailFaqQuestion{border-radius:8px 8px 0 0;outline:none}.detailFaqItem:not(.is-open) .detailFaqQuestion:hover{background:#eef0f4}.detailFaqItem .detailFaqChevron{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e67c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") 50%/14px no-repeat;border:2px solid #1e67c3;border-radius:8px;flex-shrink:0;height:36px;min-height:36px;min-width:36px;transition:background-image .2s ease;width:36px}.detailFaqItem.is-open .detailFaqChevron{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e67c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E")}.detailFaqItem .detailFaqAnswer{background:#f5f7fa;border-radius:0 0 8px 8px;padding:0 20px 20px}.detailFaqItem .detailFaqAnswer p{color:#666;font-size:15px;line-height:1.5;margin:0;padding:4px 0 0}.detailFaqFooter{color:#413f4f;font-size:15px;line-height:1.5;margin:24px 0 0;padding:0}.detailFaqFooter .detailFaqFooterLink{color:#1e44c3;font-weight:600}.detailFaqFooter .detailFaqFooterLink:hover{color:#1639a0}@media (max-width:600px){.detailFaqSection{padding:0 16px 32px}.detailFaqCard{padding:24px 20px 20px}.detailFaqTitle{font-size:18px;margin-bottom:20px}.detailFaqItem .detailFaqQuestion{font-size:15px;padding:14px 16px}.detailFaqItem .detailFaqAnswer{padding:0 16px 16px}}
