.Product{flex-direction:column;gap:3rem;padding:7rem 5rem;display:flex}@media screen and (max-width:1200px){.Product{padding:7rem 3rem}}@media screen and (max-width:768px){.Product{padding:7rem 2rem}}.Product__header{align-items:flex-start;gap:4rem;display:flex}@media screen and (max-width:1200px){.Product__header{gap:2rem}}@media (max-width:768px){.Product__header{flex-direction:column;align-items:center}}.Product__images{aspect-ratio:2/2.25;flex-direction:row;flex:3;gap:1rem;width:100%;height:auto;display:flex}.Product__text{flex-direction:column;flex:2.5;gap:1rem;padding:1rem 0;display:flex}.Product__text h1{font-family:var(--font-safira);font-size:2.5rem;line-height:120%}.Product__text--desc{font-size:1rem;line-height:140%}.Product__text--first{flex-direction:column;gap:1rem;display:flex}.Product__text--logo{text-transform:uppercase;font-size:.9rem;font-family:var(--font-safira);margin-bottom:-.45rem;line-height:100%}.Product__text--tags{color:#6a6b71;justify-content:space-between;align-items:center;width:100%;display:flex}.Product__text--tags span{background-color:#efefef;width:2px;height:2rem}.Product__text--tags p{flex:1;justify-content:center;align-items:center;gap:1rem;font-size:.85rem;display:flex}.Product__text--price{justify-content:flex-start;align-items:center;gap:1rem;font-size:2rem;font-weight:400;display:flex}.Product__text--customize{margin-bottom:1rem;font-size:.8rem}.Product__text--second{flex-direction:column;display:flex}.Product__text--button{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.8rem 0;font-size:.9rem;display:flex}.Product__text--primaryButton{background-color:var(--primary-color);color:#fff}.Product__text--secondaryButton{color:#6a6b71;border:2px solid #efefef}.Product__text--quantity{flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1rem;margin-bottom:2rem;display:flex}.Product__text--quantity .label{text-transform:uppercase;letter-spacing:.1em;color:#888;font-size:.75rem;font-weight:500}.Product__text--quantity .selector{border:1px solid #e5e5e5;align-items:center;transition:border-color .2s;display:inline-flex}.Product__text--quantity .selector button{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:3rem;transition:all .2s;display:flex}.Product__text--quantity .selector button:hover{background-color:#f7f7f7}.Product__text--quantity .selector button:disabled{cursor:default;opacity:.2;color:#aaa}.Product__text--quantity .selector button:disabled:hover{background-color:#0000}.Product__text--quantity .selector input.quantity-display{text-align:center;color:#000;background:0 0;border:none;width:3rem;height:3rem;padding:0;font-family:inherit;font-size:1rem;font-weight:400}.Product__text--quantity .selector input.quantity-display::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Product__text--quantity .selector input.quantity-display::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Product__text--quantity .selector input.quantity-display{-moz-appearance:textfield}.Product__text--quantity .selector input.quantity-display:focus{outline:none}.Product__text--options{margin-top:1rem;display:flex}.Product__text--options span{background-color:#efefef;width:2px;height:2rem}.Product__text--options button{cursor:pointer;color:#6a6b71;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 0;font-size:.9rem;display:flex}.Product__productsection{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.Product__productsection h2{font-size:2rem;font-family:var(--font-safira)}.Product__products{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media screen and (max-width:1200px){.Product__products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.Product__products{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:425px){.Product__products{grid-template-columns:repeat(1,1fr)}}.Product__products--single{cursor:pointer;flex-direction:column;align-items:center;gap:1rem;display:flex}.Product__products--single img{aspect-ratio:3/4;object-fit:cover;width:100%;height:100%}.Product__products--single-image{width:100%;height:100%;position:relative}.Product__products--single-image img{transition:opacity .2s ease-in-out}.Product__products--single-image img:nth-child(2){z-index:1;opacity:0;position:absolute;top:0;left:0}.Product__products--single-image:hover img:nth-child(2){opacity:1}.Product__products--single-desc{flex-direction:column;align-items:center;gap:.3rem;display:flex}.Product__products--single-desc h1{font-family:var(--font-safira);text-align:center;font-size:1rem;line-height:100%}.Product__products--single-desc h2{letter-spacing:100%;margin-top:.2rem;font-size:.7rem}.Product__products--single-desc p{font-family:var(--font-lato);letter-spacing:-.03em;font-size:1.1rem;font-weight:600}.Product__disclaimer{border:1px solid #e5e5e5;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding:2rem 1rem;display:flex}.Product__disclaimer ul{flex-direction:column;gap:1rem;display:flex}.Product__disclaimer li{margin-left:1.5rem;font-size:.9rem;list-style-type:disc}
