.reviews-title{font-size:28px;font-weight:700;margin-bottom:30px;color:#1b1b1b}.reviews-summary{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:30px;background:#f8f8f8;border-radius:8px;margin-bottom:40px}.reviews-summary-left{display:flex;align-items:center;justify-content:center}.average-rating-display{text-align:center}.average-rating-number{font-size:64px;font-weight:700;color:#1b1b1b;line-height:1;display:block;margin-bottom:12px}.average-rating-stars{display:flex;gap:4px;justify-content:center;margin-bottom:8px}.total-reviews-text{color:#666;font-size:14px}.reviews-summary-right{display:flex;align-items:center}.rating-distribution{width:100%;display:flex;flex-direction:column;gap:12px}.rating-bar-row{display:grid;grid-template-columns:60px 1fr 60px;align-items:center;gap:12px}.rating-bar-label{font-size:13px;color:#666;font-weight:500}.rating-bar-container{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background:#ffa500;transition:width .3s ease}.rating-bar-count{font-size:13px;color:#666;text-align:right}.write-review-section{margin-bottom:40px}.write-review-btn{background:#1b1b1b;color:white;padding:14px 32px;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.write-review-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.review-form-container{background:white;border-radius:8px;padding:30px;margin-top:20px}.review-form-container h3{font-size:20px;font-weight:700;margin-bottom:24px;color:#1b1b1b}.review-form{gap:20px}.form-group,.review-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:14px;font-weight:600;color:#1b1b1b}.star-rating-input{display:flex;gap:8px}.star-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease}.star-btn:hover{transform:scale(1.1)}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1b1b1b}.form-group textarea{resize:vertical;min-height:120px}.char-count{font-size:12px;color:#999;text-align:right}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:10px}.cancel-btn,.submit-review-btn{padding:12px 28px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn{background:white;color:#666;border:1px solid #e0e0e0}.cancel-btn:hover{background:#f8f8f8;border-color:#ccc}.submit-review-btn{background:#1b1b1b;color:white;border:none}.submit-review-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.submit-review-btn:disabled{opacity:.6;cursor:not-allowed}.reviews-list{margin-top:40px}.reviews-list-title{font-size:22px;font-weight:700;margin-bottom:24px;color:#1b1b1b}.no-reviews{text-align:center;padding:60px 20px;color:#999}.no-reviews p{font-size:16px}.review-item{border-bottom:1px solid #e0e0e0;padding:24px 0}.review-item:last-child{border-bottom:none}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-author{gap:12px}.author-avatar,.review-author{display:flex;align-items:center}.author-avatar{width:48px;height:48px;border-radius:50%;background:#cfa57e;color:white;justify-content:center;font-size:20px;font-weight:700}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-size:15px;font-weight:600;color:#1b1b1b}.verified-badge{display:flex;align-items:center;gap:4px;font-size:12px;color:#28a745;font-weight:500}.review-rating{display:flex;gap:2px}.review-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#1b1b1b}.review-comment{font-size:14px;line-height:1.6;color:#333;margin-bottom:12px}.review-footer{display:flex;justify-content:space-between;align-items:center}.review-date{font-size:13px;color:#999}.helpful-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid #e0e0e0;padding:6px 12px;border-radius:20px;font-size:13px;color:#666;cursor:pointer;transition:all .3s ease}.helpful-btn:hover{background:#f8f8f8;border-color:#ccc;color:#1b1b1b}.reviews-loading{text-align:center;padding:60px 20px;color:#999;font-size:16px}@media (max-width:768px){.reviews-summary{grid-template-columns:1fr;gap:30px;padding:20px}.reviews-summary-left{border-bottom:1px solid #e0e0e0;padding-bottom:20px}.average-rating-number{font-size:48px}.rating-bar-row{grid-template-columns:50px 1fr 50px}.review-form-container{padding:20px}.form-actions{flex-direction:column}.cancel-btn,.submit-review-btn{width:100%}.review-footer,.review-header{flex-direction:column;gap:12px}.review-footer{align-items:flex-start}}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out;padding:20px}.login-modal{background:white;border-radius:8px;padding:40px;max-width:480px;width:100%;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}.modal-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:5px;color:#666;transition:color .2s;display:flex;align-items:center;justify-content:center;z-index:1}.modal-close-btn:hover{color:#1b1b1b}.modal-content{text-align:center}.modal-content h3{font-size:26px;font-weight:700;margin-bottom:8px;color:#1b1b1b}.modal-subtitle{font-size:15px;color:#666;margin-bottom:30px;line-height:1.5}.auth-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #f0f0f0}.auth-tab{flex:1;padding:12px 20px;background:none;font-size:16px;font-weight:600;color:#999;cursor:pointer;transition:all .3s;position:relative;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.auth-tab.active{color:#1b1b1b;border-bottom-color:#1b1b1b}.auth-tab:hover{color:#1b1b1b}.auth-form{text-align:left}.form-field{margin-bottom:20px}.form-field label{display:block;font-size:14px;font-weight:600;color:#1b1b1b;margin-bottom:8px}.form-field input{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e0e0e0;transition:all .3s;font-family:inherit}.form-field input:focus{outline:none;border-color:#1b1b1b}.auth-submit-btn{width:100%;padding:14px;font-size:16px;font-weight:600;background:#1b1b1b;color:white;border:none;border-radius:4px;cursor:pointer;transition:all .3s;margin-top:10px}.auth-submit-btn:hover:not(:disabled){background:#333}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.phone-input-field{width:100%}.phone-input-field .PhoneInputInput{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e0e0e0;transition:all .3s ease;font-family:inherit}.phone-input-field .PhoneInputInput:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.phone-input-field .PhoneInputCountry{margin-right:8px}.phone-info-text{text-align:center;font-size:13px;color:#666;margin-top:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.login-modal{padding:30px 25px}.modal-content h3{font-size:22px}}@media (max-width:480px){.login-modal{padding:25px 20px}.modal-content h3{font-size:20px}.auth-tab{font-size:14px;padding:10px 15px}}.productSection{padding:0 160px;margin-top:30px}.productShowCase{display:flex;gap:60px}.productGallery{display:flex;flex-direction:row;gap:20px;flex:1;max-width:620px;width:100%}.productThumbContainer{position:relative;width:80px;max-height:520px;flex-shrink:0;order:-1}.productThumb{display:flex;flex-direction:column;gap:10px;width:100%;max-height:520px;overflow-x:hidden;overflow-y:auto;padding-right:5px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.productThumb::-webkit-scrollbar{display:none}.thumbScrollBtn{position:absolute;left:50%;transform:translateX(-50%);background-color:rgba(255,255,255,.95);border:1px solid #e0e0e0;border-radius:50%!important;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;outline:none}.thumbScrollBtn:hover{background-color:white;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateX(-50%) scale(1.1)}.thumbScrollBtn:active{transform:translateX(-50%) scale(.95)}.thumbScrollLeft{top:-12px}.thumbScrollRight{bottom:-12px}.productThumb img{width:80px;height:80px;border-radius:4px;object-fit:cover;flex-shrink:0;transition:all .3s ease}.productFullImg{position:relative;height:520px;min-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.productFullImg,.productFullImg img{width:100%;max-width:520px;max-height:520px;border-radius:8px}.productFullImg img{height:100%;background-color:#767676;object-fit:cover}.buttonsGroup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;width:90%;pointer-events:none}.directionBtn{background-color:white;border:none;display:flex;border-radius:50%!important;padding:10px;outline:none;cursor:pointer;pointer-events:auto}.directionBtn:hover{background-color:rgb(239,239,239)}.productDetails{display:flex;flex-direction:column;align-items:flex-start;width:41%;gap:10px}.productBreadcrumb{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.breadcrumbLink{display:flex;align-items:center}.breadcrumbLink a{text-decoration:none;color:black;text-transform:uppercase;font-weight:500;font-size:14px;position:relative}.breadcrumbLink a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;border-bottom:2px solid black;transition:width .3s ease}.breadcrumbLink a:hover:after{width:50%}.prevNextLink{gap:25px}.prevNextLink,.prevNextLink a{display:flex;align-items:center}.prevNextLink a{gap:5px;text-decoration:none;color:black;text-transform:uppercase;font-weight:500;font-size:14px;position:relative}.prevNextLink a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;border-bottom:2px solid black;transition:width .3s ease}.prevNextLink a:hover:after{width:50%}.productName h1{font-size:28px;font-weight:500;color:black;line-height:35px}.productRating{display:flex;gap:5px;align-items:center}.productRating p{font-size:14px;color:#5f5e5e;margin-left:10px}.productPrice h3{font-size:22px;font-weight:600;margin-bottom:10px}.productDescription p{font-size:15px;line-height:25px;margin-bottom:20px}.productSizeColor{gap:30px;margin-bottom:20px}.productSize,.productSizeColor{display:flex;flex-direction:column}.productSize{gap:10px}.productSize p{font-size:14px;color:black;font-weight:500;text-transform:uppercase}.sizeBtn{display:flex;gap:10px}.sizeBtn button{background-color:white;border:1px solid;padding:5px 15px;cursor:pointer;transition:all .3s ease;outline:none}.productColor{display:flex;flex-direction:column;gap:10px}.colorBtn{display:flex;gap:15px}.colorBtn button{background-color:white;border-radius:50%!important;padding:8px;cursor:pointer;transition:all .3s ease;outline:none;position:relative}.colorBtn button.highlighted:after{content:"";position:absolute;box-sizing:border-box;border:2px solid rgb(0,0,0);border-radius:50%;width:calc(100% + 12px);height:calc(100% + 12px);left:-6px;top:-6px}.productColor p{font-size:14px;color:black;font-weight:500;text-transform:uppercase}.productCartQuantity{display:flex;gap:20px;align-items:center;margin-bottom:20px}.productQuantity{display:flex;border:2px solid #e0e0e0;border-radius:4px;padding:0 10px}.productQuantity button{border:none;padding:10px;cursor:pointer;text-transform:uppercase}.productQuantity input{width:40px;text-align:center;padding:10.5px;border:none;outline:none}.productCartBtn button{padding:12px 110px;background-color:black;color:white;font-weight:600;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.productWishShare{display:flex;gap:30px;margin-bottom:25px}.productWishList button{display:flex;align-items:center;border:none;gap:10px;outline:none;position:relative}.productWishList button:after{content:"";position:absolute;left:0;bottom:-10px;width:0;border-bottom:2px solid black;transition:width .3s ease}.productWishList button:hover:after{width:50%}.productWishList button p{text-transform:uppercase;font-weight:500}.productShare,.productShare button{display:flex;align-items:center;gap:5px;text-transform:uppercase;font-size:13px;font-weight:500;position:relative}.productShare button{border:none;outline:none;cursor:pointer}.productShare button:after{content:"";position:absolute;left:0;bottom:-10px;width:0;border-bottom:2px solid black;transition:width .3s ease}.productShare button:hover:after{width:50%}.productTags{display:flex;flex-direction:column;gap:5px}.productTags p{font-size:13px;color:black}.productTags span{font-size:13px;color:#767676}@media screen and (max-width:1250px){.productGallery{max-width:450px}.productFullImg{height:450px;min-height:450px;max-width:450px;max-height:450px}}@media screen and (max-width:1210px){.productSection{padding:0 60px;margin-top:10px}.productShowCase{gap:30px}.productGallery{max-width:420px}.productFullImg{height:420px;min-height:420px;max-width:420px;max-height:420px}}@media screen and (max-width:991px){.productShowCase{flex-direction:column;gap:30px}.productCartBtn button{padding:12px 50px}.productGallery{max-width:100%;flex-direction:column}.productThumbContainer{width:100%;order:1}.productThumb{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:5px}.buttonsGroup{top:47%;left:50%}.productFullImg{width:100%;max-width:100%;min-height:400px;max-height:none}.productDetails{width:100%}.thumbScrollBtn{width:32px;height:32px;top:50%;left:auto;transform:translateY(-50%)}.thumbScrollBtn:hover{transform:translateY(-50%) scale(1.1)}.thumbScrollBtn:active{transform:translateY(-50%) scale(.95)}.thumbScrollLeft{left:-8px}.thumbScrollRight{right:-8px}}@media screen and (max-width:450px){.productSection{padding:0 15px}.productGallery,.productThumb{gap:8px}.thumbScrollBtn{width:28px;height:28px}.thumbScrollLeft{left:-6px}.thumbScrollRight{right:-6px}.productThumb img{width:70px;height:70px;flex-shrink:0}.productFullImg{min-height:300px;max-height:none}.buttonsGroup{top:50%;width:90%}.directionBtn{padding:8px}.productCartBtn button{padding:12px 30px}}@media screen and (max-width:320px){.productThumb img{width:65px;height:65px}.sizeBtn button{padding:5px 12px}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-skeleton-wrapper{padding:30px 160px;display:flex;flex-direction:column;gap:60px}.product-skeleton-container{display:flex;gap:60px}.product-skeleton-left{flex:1;max-width:520px;width:100%;display:flex;flex-direction:column;gap:10px}.product-skeleton-thumbnails{display:flex;flex-direction:row;gap:10px;width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.product-skeleton-thumbnails::-webkit-scrollbar{height:6px}.product-skeleton-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.product-skeleton-thumbnails::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.skeleton-thumbnail{width:80px;height:80px;border-radius:4px;flex-shrink:0}.skeleton-main-image{width:100%;height:520px;max-width:520px;max-height:520px;border-radius:4px}.product-skeleton-right{width:41%;display:flex;flex-direction:column;gap:10px}.skeleton-breadcrumb{height:16px;width:200px}.skeleton-product-title{height:32px;width:70%}.skeleton-rating{height:20px;width:150px}.skeleton-price{height:36px;width:120px}.skeleton-description-line{height:14px;width:100%;margin-bottom:8px}.skeleton-description-line.short{width:60%}.product-skeleton-section{display:flex;flex-direction:column;gap:10px;margin-top:10px}.skeleton-label{height:16px;width:80px}.skeleton-color-options{display:flex;gap:10px}.skeleton-color-option{width:40px;height:40px;border-radius:50%}.skeleton-size-options{display:flex;gap:10px;flex-wrap:wrap}.skeleton-size-option{width:60px;height:50px;border-radius:4px}.skeleton-quantity{height:50px;width:150px}.product-skeleton-buttons{display:flex;gap:15px;margin-top:20px}.skeleton-button-main{flex:1;height:50px;border-radius:4px}.skeleton-button-icon{width:50px;height:50px;border-radius:4px}.product-skeleton-meta{margin-top:20px;display:flex;flex-direction:column;gap:12px}.skeleton-meta-line{height:16px;width:100%}.additional-info-skeleton{display:flex;flex-direction:column;gap:20px}.skeleton-tabs{display:flex;gap:30px;border-bottom:1px solid #e0e0e0;padding-bottom:10px}.skeleton-tab{height:24px;width:120px}.skeleton-tab-content{padding:20px 0;display:flex;flex-direction:column;gap:12px}.skeleton-content-line{height:14px;width:100%}.skeleton-content-line.short{width:70%}.related-products-skeleton{display:flex;flex-direction:column;gap:30px}.skeleton-section-title{height:28px;width:200px}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.related-product-skeleton{display:flex;flex-direction:column;gap:10px}.skeleton-related-image{width:100%;padding-bottom:124%;border-radius:4px}.skeleton-related-name{height:16px;width:80%}.skeleton-related-price{height:18px;width:40%}@media screen and (max-width:1250px){.product-skeleton-left{max-width:450px}.skeleton-main-image{height:450px;max-width:450px;max-height:450px}}@media screen and (max-width:1210px){.product-skeleton-wrapper{padding:30px 60px}.product-skeleton-container{gap:30px}.product-skeleton-left{max-width:420px}.skeleton-main-image{height:420px;max-width:420px;max-height:420px}}@media screen and (max-width:991px){.product-skeleton-container{flex-direction:column;gap:30px}.product-skeleton-left{max-width:100%}.product-skeleton-right{width:100%}.skeleton-main-image{width:100%;height:auto;max-width:100%;min-height:400px;max-height:none}.related-products-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:450px){.product-skeleton-wrapper{padding:20px 15px}.product-skeleton-container{gap:20px}.product-skeleton-left,.product-skeleton-thumbnails{gap:8px}.skeleton-thumbnail{width:70px;height:70px;flex-shrink:0}.skeleton-main-image{height:auto;min-height:300px;max-height:none}.skeleton-product-title{height:24px;width:90%}.skeleton-tabs{gap:15px;overflow-x:auto}.skeleton-tab{width:100px}.related-products-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width:320px){.skeleton-thumbnail{width:65px;height:65px}.skeleton-main-image{min-height:250px}}