.sectionHeader{display:flex;flex-direction:column;align-items:start;justify-content:center;text-align:justify;gap:2rem}.sectionHeader h2{text-align:start}.product-layout{display:grid;grid-template-columns:repeat(4,1fr);width:100%;justify-items:center;align-items:start;gap:1rem}@media (max-width: 1024px){.product-layout{grid-template-columns:repeat(3,1fr);padding:0}}@media (max-width: 768px){.product-layout{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0}}@media (max-width: 425px){.product-layout{grid-template-columns:repeat(1,1fr);padding:0}}.productFeaturesLayout{display:flex;gap:.7rem;width:100%;flex-wrap:wrap;justify-content:space-evenly}.product-card-wrapper{width:100%;position:relative;margin-bottom:3rem}.product-card-wrapper .product-card{width:100%;aspect-ratio:3/4;border-radius:30px;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;border:3px solid rgba(169,169,169,0);background-color:#f2f2f2;cursor:pointer;box-shadow:0 0 30px 1px #0000000d}.product-card-wrapper .product-card .product-card-img{position:absolute;height:70%;top:0}.product-card-wrapper .product-card .product-card-overlay{width:100%;height:100%;position:absolute;bottom:0;border-radius:30px;transition:.5s}.product-card-wrapper .product-card .product-card-overlay:hover{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:.5s}.product-card-wrapper .product-card .product-card-overlay:hover .product-hover{visibility:visible;transition:.3s}.product-card-wrapper .product-card .product-card-overlay .product-hover{visibility:hidden;position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;color:#f28627}.product-card-wrapper .product-card .product-card-overlay .product-hover .plus-icon{margin-left:.5rem}.product-card-wrapper .product-card .product-card-overlay .product-title{position:absolute;bottom:0;height:30%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem;gap:.5rem;background-color:#2f2f2fc5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;color:#f2f2f2;transition:.3s}.product-card-wrapper .product-card .product-card-overlay .product-title .card-desc{visibility:visible;display:block;transition:.3s}.product-card-wrapper .product-card .product-card-overlay .product-title .product-desc{visibility:hidden;display:none;transition:.3s}.product-card-wrapper .product-card .product-card-overlay .product-title .product-action{visibility:hidden;display:none;margin-top:1rem;padding:.5rem 1rem;border-radius:30px;border:1px solid #f28627;transition:.3s}.product-card-wrapper .product-card:hover{border:3px solid #f28627}.product-card-wrapper .product-card:hover .product-card-overlay{background:linear-gradient(to top,#000c,#0000);transition:.3s}.product-card-wrapper .product-card:hover .product-card-overlay .product-title{height:100%;background-color:#323232dc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f28627;transition:.3s}.product-card-wrapper .product-card:hover .product-card-overlay .product-title h3{color:#f28627;text-shadow:none}.product-card-wrapper .product-card:hover .product-card-overlay .product-title .card-desc{visibility:hidden;display:none;transition:.3s}.product-card-wrapper .product-card:hover .product-card-overlay .product-title .product-desc,.product-card-wrapper .product-card:hover .product-card-overlay .product-title .product-action{visibility:visible;display:block;transition:.3s}.product-type{display:flex;justify-content:center;align-items:center;position:absolute;top:-15px;left:0;right:0;margin:auto;color:#9c7008;background:linear-gradient(45deg,#ae8625,#f7ef8a);width:fit-content;padding:.3rem 1.3rem;border-radius:20px;text-align:center}.product-type.semi{background:linear-gradient(45deg,#727272,#a5a5a5);color:#fff}.product-type.premium{background:linear-gradient(45deg,#804a00,#9c7a3c);color:#ffc87d}.plus-icon-2{position:absolute;top:1rem;right:1rem}.product-pop-up{display:flex;position:fixed;top:0;right:0;height:100dvh;width:700px;background-color:#202020f2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:1300;padding:1.5rem;overflow-y:auto}@media screen and (max-width: 1024px){.product-pop-up{width:100%;overflow-y:auto}}.product-pop-up .product-pop-up-content{display:flex;flex-direction:column;gap:2rem;width:100%;text-align:justify}.product-pop-up .product-pop-up-content .product-close-icon{position:absolute;top:1.5rem;right:1.5rem;cursor:pointer;transition:.3s}.product-pop-up .product-pop-up-content .product-close-icon:hover{color:#fd8311;transition:.3s}.product-pop-up .product-pop-up-content .product-pop-up-header{display:flex;flex-direction:column;gap:1rem}.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle{display:flex;justify-content:center;align-items:center;gap:2rem}@media screen and (max-width: 768px){.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle{flex-direction:column;gap:1rem}}.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle h3{text-align:start}@media screen and (max-width: 768px){.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle h3{width:100%;text-align:center}}.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle .product-pop-up-type{display:flex;justify-content:center;align-items:center;color:#9c7008;background:linear-gradient(to right,#ae8625,#f7ef8a);padding:.3rem 1rem;border-radius:20px;text-align:center;box-shadow:0 0 10px 1px #0003}.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle .product-pop-up-type.semi{background:linear-gradient(to right,#727272,#cfcfcf);color:#fff}.product-pop-up .product-pop-up-content .product-pop-up-header .productPopUpTitle .product-pop-up-type.premium{background:linear-gradient(to right,#804a00,#9c7a3c);color:#ffc87d}.product-pop-up .product-pop-up-content .product-pop-up-section{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start;padding:1rem;border-radius:1rem;border:1px solid #323232;background-color:#1b1b1b;gap:.7rem;transition:.3s}.product-pop-up .product-pop-up-content .product-pop-up-section:hover{border:1px solid #f28627;transition:.3s}.product-pop-up .product-pop-up-content .product-pop-up-section .product-pop-up-grades-list{display:flex;gap:1rem;flex-wrap:wrap}.product-pop-up .product-pop-up-content .product-pop-up-section .product-pop-up-grades-list .product-pop-up-grade{display:flex;justify-content:center;align-items:center;width:fit-content;padding:.4rem 1rem;border-radius:30px;background-color:#dedede20}.product-pop-up-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;align-items:center;padding-bottom:1.5rem}.product-pop-up-img{position:relative;right:0;left:0;margin-inline:auto;width:200px}.product-side-nav-container{visibility:visible;z-index:900;display:flex;flex-direction:column;position:fixed;right:0;top:0;bottom:0;height:fit-content;padding:.5rem;background-color:#ececec;gap:.3rem;margin:auto;border-radius:5px 0 0 5px;border:1px solid #868686;border-right:none;transition:.5s}.product-side-nav-container.sidebarClosed{right:-52px;transition:.5s}.product-side-nav-container .product-side-nav-button{position:absolute;display:flex;justify-content:center;align-items:center;right:50px;top:50%;transform:translateY(-50%);padding:1rem .5rem;background-color:#ececec;border-radius:5px 0 0 5px;border:1px solid #868686;border-right:none;color:#323232;cursor:pointer;transition:.3s}.product-side-nav-container .product-side-nav-button:hover{color:#f28627;transition:.3s}.product-side-nav-container .product-side-nav-content{position:relative}.product-side-nav-container .product-side-nav-content .product-side-nav{display:flex;justify-content:center;align-items:center;height:fit-content;padding:.3rem;border-radius:5px;background-color:#f2f2f2;border:1px solid #868686;box-shadow:0 0 3px 1px #0000001a}.product-side-nav-container .product-side-nav-content .product-side-nav img{width:23px;aspect-ratio:1/1}.product-side-nav-container .product-side-nav-content .product-side-nav-title{position:absolute;top:4px;right:40px;font-size:12px;width:max-content;background-color:#f2f2f2;border:1px solid #868686;border-radius:5px;padding:.3rem .5rem;pointer-events:none}.productFeaturesWrapper{color:#f2f2f2;width:24%;overflow:hidden;border-radius:10px;border:1px solid #f2f2f2;transition:.3s}@media screen and (max-width: 1024px){.productFeaturesWrapper{width:48%}}@media screen and (max-width: 480px){.productFeaturesWrapper{width:100%}}.productFeaturesWrapper:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%);border:1px solid #fd8311;color:#f28627;transition:.3s}.productFeaturesWrapper .productFeaturesCard{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none}.productFeaturesWrapper .productFeaturesCard .productFeaturesText{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:1rem;width:100%;height:100%;padding:1rem;z-index:2}.productFeaturesWrapper .productFeaturesCard .productFeaturesText .productFeaturesIcon{border-radius:50%;width:20%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#f0f0f0}.productFeaturesWrapper .productFeaturesCard .productFeaturesText .productFeaturesIcon img{width:100%;height:100%;object-fit:cover;display:block}.productFeaturesHeader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}
