@keyframes style_fadeInLeft__DDPg4{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes style_fadeInRight__OyjuF{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes style_fadeInUp__ZNOPI{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.style_productPage__J_Nol{min-height:500px;animation:style_fadeIn__1gl_a .5s ease;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px}.style_productPage__J_Nol .style_leftSide__JpQTM{display:flex;flex-direction:row;gap:10px;animation:style_fadeInLeft__DDPg4 .8s ease}.style_productPage__J_Nol .style_rightSide__5x6sj{display:flex;flex-direction:column;gap:20px;justify-content:space-between;animation:style_fadeInRight__OyjuF .8s ease}.style_productPage__J_Nol .style_rightSide__5x6sj .style_name__WxpEe{font-size:40px;font-weight:500;color:var(--secColor);animation:style_fadeInUp__ZNOPI .9s ease}.style_productPage__J_Nol .style_rightSide__5x6sj .style_details__OsaMe{display:flex;flex-direction:column;font-weight:100;color:var(--darkGrayColor);animation:style_fadeInUp__ZNOPI 1s ease}.style_productPage__J_Nol .style_rightSide__5x6sj .style_details__OsaMe .style_firstLine__ZTzN5{font-weight:400;margin-bottom:10px}.style_productPage__J_Nol .style_rightSide__5x6sj .style_details__OsaMe ul{margin-left:20px;padding-left:10px;margin-right:20px}.style_productPage__J_Nol .style_rightSide__5x6sj .style_details__OsaMe li{margin-bottom:5px;list-style-type:disc}.style_productPage__J_Nol .style_rightSide__5x6sj .style_colorsContainer__Rbx7g{display:flex;flex-direction:row;gap:5px}.style_productPage__J_Nol .style_rightSide__5x6sj .style_colorsContainer__Rbx7g .style_colorCircle__ny_Ot{border-radius:50%;width:20px;height:20px;animation:style_fadeInLeft__DDPg4 1.2s ease}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE{display:flex;gap:20px;animation:style_fadeInUp__ZNOPI 1.1s ease}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS{background-color:var(--grayColor);color:var(--darkGrayColor);width:100%;min-height:50px;border-radius:20px;text-align:right;padding:10px 50px;font-family:var(--font);font-size:18px;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS .style_separator__ooIEE{width:1px;height:80%;background-color:var(--brightGrayColor);align-self:center}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS .style_infoItem__ezNxk{font-size:16px;display:flex;flex-direction:row;gap:10px}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS .style_price__HJZrV{font-size:25px;font-weight:500;color:var(--secColor);animation:style_fadeInRight__OyjuF 1.2s ease}.style_customization__KI4cn{font-weight:100;color:var(--darkGrayColor);font-size:14px}@media(max-width:768px){.style_productPage__J_Nol{flex-direction:column;gap:20px}.style_productPage__J_Nol .style_rightSide__5x6sj{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE{display:flex;flex-direction:column;width:100%;gap:10px;justify-content:center}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS{font-size:16px;gap:10px;flex-wrap:wrap;height:100%;width:100%;justify-content:start;flex-direction:column;padding:20px}.style_productPage__J_Nol .style_rightSide__5x6sj .style_infoAndOrder__fhmfE .style_additionalInfo__QOjUS .style_separator__ooIEE{display:none}.style_productPage__J_Nol .style_leftSide__JpQTM{width:100%;animation:style_fadeInUp__ZNOPI .8s ease}.style_productPage__J_Nol .style_leftSide__JpQTM .style_name__WxpEe{text-align:center}}.style_gallery__xllOm{display:flex;flex-direction:row;gap:20px;position:relative}.style_gallery__xllOm .style_mainImage__SbTuI img{width:350px;height:350px;object-fit:cover;border-radius:15px;box-shadow:0 6px 9px rgba(0,0,0,.1);cursor:pointer;transition:box-shadow .3s ease,transform .2s ease}.style_gallery__xllOm .style_mainImage__SbTuI img:hover{box-shadow:none}.style_gallery__xllOm .style_thumbnails__5rJ11{display:flex;flex-direction:column;gap:10px;height:350px;justify-content:space-between}.style_gallery__xllOm .style_thumbnails__5rJ11 .style_thumbnail__iiX7L img{width:100px;height:100px;object-fit:cover;border-radius:15px;cursor:pointer;transition:box-shadow .3s ease,transform .2s ease}.style_gallery__xllOm .style_thumbnails__5rJ11 .style_thumbnail__iiX7L img:hover{box-shadow:none}.style_gallery__xllOm .style_enlargedView__C_Az8{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.style_gallery__xllOm .style_enlargedView__C_Az8 img{max-width:90%;max-height:90%;object-fit:contain;width:100vw;height:auto}@media(max-width:768px){.style_gallery__xllOm{flex-direction:column;align-items:center;width:100%}.style_gallery__xllOm .style_mainImage__SbTuI{width:100%;max-width:350px;position:relative}.style_gallery__xllOm .style_mainImage__SbTuI:before{content:"";display:block;padding-top:100%}.style_gallery__xllOm .style_mainImage__SbTuI img{position:absolute;top:0;left:0;width:100%;height:100%}.style_gallery__xllOm .style_thumbnails__5rJ11{flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%;height:100%}.style_gallery__xllOm .style_thumbnails__5rJ11 .style_thumbnail__iiX7L img{width:100px;height:100px}.style_gallery__xllOm .style_enlargedView__C_Az8 img{max-width:100%;max-height:100%}}.style_btn__Ko_Y_{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;background-color:var(--midColor);color:var(--mainColor);padding:10px 28px;border-radius:15px;text-decoration:none;font-size:16px;font-family:var(--font);font-weight:600;white-space:normal;text-transform:none;letter-spacing:normal;cursor:pointer;box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:100%;align-self:flex-start;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease}.style_btn__Ko_Y_:hover:not(:disabled){cursor:pointer;box-shadow:none;background-color:transparent;outline:1.5px solid var(--midColor);color:var(--midColor)}.style_btn__Ko_Y_:active:not(:disabled){transform:scale(.95)}.style_btn__Ko_Y_:focus-visible{outline:2px solid var(--secColor);outline-offset:2px}.style_btn__Ko_Y_:disabled{opacity:.55;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.style_btn__Ko_Y_{transition:none}.style_btn__Ko_Y_:active:not(:disabled){transform:none}}.style_sizeLg__UrqmS{display:inline-block;padding:10px 40px;font-weight:400;gap:0;text-align:center;width:-moz-fit-content;width:fit-content;align-self:flex-start}.style_fullWidth__Bw0HV{display:block;width:100%;align-self:stretch;height:50px;padding:10px 20px;border-radius:20px;font-weight:400;gap:0}.style_secondary__STgNs{background-color:transparent;color:var(--secColor);outline:1.5px solid var(--midColor);box-shadow:none}.style_secondary__STgNs:hover:not(:disabled){background-color:var(--mainColor);color:var(--secColor);outline-color:var(--secColor)}.style_admin__uHB6b{border-radius:var(--radius-admin-sm);padding:12px 24px;font-size:var(--text-base);font-weight:700;gap:var(--space-3);box-shadow:0 10px 20px rgba(87,43,43,.1);transition:all .2s ease}.style_admin__uHB6b:hover:not(:disabled){background-color:var(--midColorHover);color:var(--mainColor);outline:none;box-shadow:none;transform:translateY(-1px)}.style_admin__uHB6b:active:not(:disabled){transform:scale(.98)}@media(prefers-reduced-motion:reduce){.style_admin__uHB6b:active:not(:disabled),.style_admin__uHB6b:hover:not(:disabled){transform:none}}.style_adminSecondary__OGVVa{background:#fff;color:var(--midColor);outline:1px solid var(--midColor);box-shadow:none}.style_adminSecondary__OGVVa:hover:not(:disabled){background:var(--grayColor);color:var(--midColor);outline:1px solid var(--midColor);transform:none}.style_adminDanger__qNlIu{background:var(--color-danger-soft-bg);color:var(--color-error-text);outline:1px solid var(--color-error-bg);box-shadow:none;font-size:var(--text-sm);padding:9px 15px}.style_adminDanger__qNlIu:hover:not(:disabled){background:var(--color-error-border);color:var(--color-error-text);outline:1px solid var(--color-error-bg);transform:none}.style_adminSm__BQzNb{padding:9px 15px;font-size:var(--text-sm);gap:var(--space-2)}