@import"https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:.9rem 4rem;background-color:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.navbar__logo-section{display:flex;align-items:center;gap:20px}.navbar__logo-section .logo{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#9ec6bd}.navbar__logo-section .logo img{width:100px;height:auto}.navbar__logo-section .established{color:#4a4a4a;font-size:14px;letter-spacing:3px;font-weight:400;text-transform:uppercase;font-family:"DM Serif Text",serif}.navbar__nav{display:flex;align-items:center;gap:2.5rem}.navbar__nav .nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar__nav .nav-links .nav-item .nav-link{background:none;border:none;padding:0;cursor:pointer;font-family:Playfair Display,serif;font-size:14px;letter-spacing:1px;text-transform:uppercase;font-weight:400;color:#9ec6bd;transition:color .3s ease;text-decoration:none}.navbar__nav .nav-links .nav-item .nav-link:hover{color:#5ea091}.navbar__nav .nav-links .nav-item .nav-link.active{color:#0f1428;font-weight:500}.navbar__nav .social-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;text-decoration:none;color:#c1c3c7;transition:all .3s ease}.navbar__nav .social-icon:hover{border-color:#9ec6bd;color:#9ec6bd}.navbar__nav .social-icon svg{width:18px;height:18px}@media (max-width: 768px){.navbar{flex-direction:column;align-items:center;padding:0;border:0}.navbar__logo-section{flex-direction:column;align-items:center;padding:10px 0;box-shadow:0 2px 8px #00000014;width:100%;gap:4px}.navbar__logo-section .logo{width:10px}.navbar__logo-section .logo img{width:80px;height:auto}.navbar__logo-section .established{display:none}.navbar__nav{width:100%;justify-content:center;margin:5px 0}.navbar__nav .nav-links{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;padding:0 10px;gap:1.5rem}.navbar__nav .nav-links .nav-item .nav-link{font-size:13px;font-family:Playfair Display,serif}.navbar__nav .social-icon{display:none}}@media (max-width: 480px){.navbar__nav .nav-links{gap:1rem}.navbar__nav .nav-links .nav-item .nav-link{font-size:12px}}.footer{background-color:#a1c7c0;padding:1rem 2rem;color:#fff;font-family:Montserrat,sans-serif;display:flex;justify-content:center}.footer .footer-content{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.footer .footer-content .footer-row{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:.9rem}.footer .footer-content .footer-row .icon{font-size:1rem}.footer .footer-content .footer-row:hover{text-decoration:underline}@media (max-width: 768px){.footer .footer-content{gap:.75rem;font-size:.85rem}}body{margin:0;font-family:Playfair Display,serif}.content{margin-left:250px;padding:2rem;flex:1;overflow-y:auto}@media (max-width: 768px){.content{margin-left:0}}.product-card{width:100%;text-align:left;cursor:pointer}.product-card .product-image{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden}.product-card .product-image .badge-container{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;z-index:3}.product-card .product-image .badge-container .artificial-badge{background-color:#9ec6bd;color:#fff;font-size:.9rem;padding:3px 6px;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.product-card .product-image .badge-container .discount-badge{background-color:#e53935;color:#fff;font-size:.75rem;padding:4px 6px;border-radius:4px;font-weight:600}.product-card .product-image .image-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;z-index:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-card .product-image .main-image{position:absolute;top:0;left:0;z-index:1;opacity:1}.product-card .product-image .hover-image{position:absolute;top:0;left:0;z-index:2;opacity:0}.product-card .product-image.has-hover:hover .main-image{opacity:0}.product-card .product-image.has-hover:hover .hover-image{opacity:1}.product-card .product-info{margin-top:.5rem}.product-card .product-info h3{font-size:clamp(.85rem,2.5vw,1rem);font-weight:600;margin:0}.product-card .product-info p{font-size:.8rem;color:#0f1428;margin-top:4px;font-family:Montserrat,sans-serif}.product-card .product-info p .original-price{text-decoration:line-through;color:#999;font-size:.8rem;margin-left:8px}@media (max-width: 480px){.product-card .product-info p,.product-card .product-info p .original-price{font-size:.7rem}.product-card .product-image .badge-container .artificial-badge{font-size:.65rem;padding:2px 4px}.product-card .product-image .badge-container .discount-badge{font-size:.7rem;padding:3px 5px}}.blur-background{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.collection-section{width:100%;padding:2rem 1rem;text-align:center}.collection-section .collection-title{font-size:1.5rem;font-weight:700;color:#9ec6bd;letter-spacing:1px;margin-bottom:2rem;font-family:Playfair Display,serif}.collection-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center;align-items:flex-start;max-width:1200px;margin:0 auto}.collection-section .product-grid .see-more-card{display:flex;text-align:end;width:100%;grid-column:1/-1}.collection-section .product-grid .see-more-card a{font-size:.9rem;width:100%;color:#9ec6bd;text-decoration:underline}@media (max-width: 768px){.collection-section .collection-title{font-size:1.25rem}.collection-section .product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.collection-section .see-more-card{justify-content:center}}@media (max-width: 480px){.collection-section .product-grid{grid-template-columns:1fr 1fr;gap:1.2rem}.collection-section .collection-title{font-size:1.1rem}}.home-page{width:100%;display:flex;flex-direction:column;align-items:center}.home-page .banner{width:100%}.home-page .banner img{width:100%;height:auto;display:block;object-fit:cover}.home-page .cara-pemesanan{display:flex;flex-direction:row;justify-content:center;gap:3rem;align-items:center;padding:3rem 1rem;flex-wrap:wrap}@media (max-width: 768px){.home-page .cara-pemesanan{padding:1rem 0}}.home-page .cara-pemesanan__pc{display:none}@media (max-width: 768px){.home-page .cara-pemesanan__pc{display:block}}.home-page .cara-pemesanan__left{flex:1 1 400px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.home-page .cara-pemesanan__left{flex-direction:column}.home-page .cara-pemesanan__left h2{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#9ec6bd;margin-bottom:1.2rem;letter-spacing:1px}}.home-page .cara-pemesanan__left img{max-width:70%;height:auto}.home-page .cara-pemesanan__right{margin-left:90px;flex:1 1 400px}@media (max-width: 768px){.home-page .cara-pemesanan__right{display:none}}.home-page .cara-pemesanan__right h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#9ec6bd;margin-bottom:1.2rem;letter-spacing:1px}.home-page .cara-pemesanan__right ol{padding-left:1.2rem}.home-page .cara-pemesanan__right ol li{font-size:1rem;color:#4a4a4a;margin-bottom:.75rem;line-height:1.6}.pagination{display:flex;justify-content:center;align-items:center;margin:3rem 0 2rem;gap:.75rem;flex-wrap:wrap;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.pagination .pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #c1c3c7;background:linear-gradient(135deg,#fff,#fcfcfd);color:#4a4a4a;border-radius:12px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000a}.pagination .pagination-btn .btn-icon{font-size:1.1rem;font-weight:700;transition:transform .2s ease}.pagination .pagination-btn .btn-text{font-weight:600;letter-spacing:.025em}.pagination .pagination-btn:hover:not(:disabled){border-color:#9ec6bd;background:linear-gradient(135deg,#fcfcfd,#f8f8f8);color:#0f1428;transform:translateY(-1px);box-shadow:0 4px 12px #9ec6bd26}.pagination .pagination-btn:hover:not(:disabled) .btn-icon{transform:scale(1.1)}.pagination .pagination-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #9ec6bd1a}.pagination .pagination-btn:disabled{background:linear-gradient(135deg,#f8f8f8,#f8f8f8);border-color:#c1c3c7;color:#545d69;cursor:not-allowed;box-shadow:none;transform:none}.pagination .pagination-btn.prev-btn .btn-icon{margin-right:.25rem}.pagination .pagination-btn.next-btn .btn-icon{margin-left:.25rem}.pagination .page-numbers{display:flex;align-items:center;gap:.5rem;margin:0 .5rem}.pagination .page-btn{min-width:2.75rem;height:2.75rem;padding:0;border:2px solid #c1c3c7;background:linear-gradient(135deg,#fff,#fcfcfd);color:#4a4a4a;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000a;display:flex;align-items:center;justify-content:center}.pagination .page-btn:hover{border-color:#9ec6bd;background:linear-gradient(135deg,#fcfcfd,#f8f8f8);color:#0f1428;transform:translateY(-1px);box-shadow:0 4px 12px #9ec6bd26}.pagination .page-btn:active{transform:translateY(0);box-shadow:0 2px 6px #9ec6bd33}.pagination .page-btn.active{background:linear-gradient(135deg,#9ec6bd,#7ab3a8);border-color:#9ec6bd;color:#fff;box-shadow:0 4px 12px #9ec6bd4d;transform:translateY(-1px)}.pagination .page-btn.active:hover{background:linear-gradient(135deg,#7ab3a8,#5a9e93);border-color:#7ab3a8;box-shadow:0 6px 16px #9ec6bd66}.pagination .ellipsis{color:#545d69;font-weight:500;padding:0 .5rem;font-size:1.1rem;display:flex;align-items:center;justify-content:center;min-width:2rem}@media (max-width: 768px){.pagination{margin:2rem 0 1.5rem;gap:.5rem}.pagination .pagination-btn{padding:.6rem 1rem;font-size:.85rem}.pagination .pagination-btn .btn-text{display:none}.pagination .pagination-btn .btn-icon{margin:0!important;font-size:1.2rem}.pagination .page-btn{min-width:2.5rem;height:2.5rem;font-size:.85rem}.pagination .page-numbers{gap:.35rem;margin:0 .25rem}}@media (max-width: 480px){.pagination .page-numbers .page-btn:not(.active){display:none}.pagination .page-numbers .page-btn:not(.active):nth-child(-n+2),.pagination .page-numbers .page-btn:not(.active):nth-last-child(-n+2){display:flex}}.search-input{margin-bottom:1.5rem}.search-input input{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #ccc;border-radius:8px;outline:none;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.search-input input::placeholder{color:#999;font-weight:400}.search-input input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.search-input input:hover:not(:focus){border-color:#999}h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;color:#333}.price-range{display:flex;flex-direction:column;gap:.5rem}.price-range .slider-container{position:relative;height:40px}.price-range input[type=range]{position:absolute;width:100%;pointer-events:none;-webkit-appearance:none;background:transparent;height:6px;margin:0}.price-range input[type=range]::-webkit-slider-runnable-track{height:6px;background:#a1c7c0;border-radius:3px}.price-range input[type=range]::-moz-range-track{height:6px;background:#a1c7c0;border-radius:3px}.price-range input[type=range]::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:2;height:18px;width:18px;border-radius:50%;background:#fff;border:3px solid #333;-webkit-appearance:none;margin-top:-6px;transition:all .2s ease}.price-range input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 4px #0000001a}.price-range input[type=range]::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:#fff;border:3px solid #333;transition:all .2s ease}.price-range input[type=range]::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 4px #0000001a}.price-range .price-labels{display:flex;justify-content:space-between;font-size:.85rem;margin-top:.25rem;color:#666}.color-options{display:flex;gap:.5rem;margin:.5rem 0}.color-options .color-dot{width:20px;height:20px;border-radius:50%;display:inline-block;border:2px solid #ccc;cursor:pointer;transition:transform .2s ease}.color-options .color-dot:hover{transform:scale(1.1)}.color-options .color-dot.selected{border-color:#000}.checkbox-list{display:flex;flex-direction:column;gap:.5rem}.checkbox-list label{display:flex;align-items:center;font-size:.9rem;cursor:pointer;color:#555;padding:.25rem 0;transition:color .2s ease}.checkbox-list label:hover{color:#333}.checkbox-list label input[type=checkbox]{margin-right:.75rem;width:16px;height:16px;cursor:pointer;accent-color:#007bff}.search-page{display:flex;flex-direction:column;min-height:100vh}.search-page .filter-sidebar{display:none;width:250px;padding:1.5rem;background-color:#e4e4e4;border-radius:5px}.search-page .mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.search-page .mobile-header .filter-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:transparent;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.search-page .mobile-header .filter-btn:hover{border-color:#007bff;color:#007bff}.search-page .mobile-header .filter-btn:active{transform:translateY(1px)}.search-page .mobile-header .sort-dropdown select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background-color:#fff;color:#333;cursor:pointer;min-width:140px;transition:border-color .2s ease}.search-page .mobile-header .sort-dropdown select:focus{outline:none;border-color:#007bff}.search-page .mobile-header .sort-dropdown select:hover{border-color:#999}.search-page .product-content{flex:1;padding:1rem}.search-page .product-content .sort-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 0}@media (max-width: 768px){.search-page .product-content .sort-section{display:none}}.search-page .product-content .sort-section span{font-size:.9rem;color:#444;font-weight:500}.search-page .product-content .sort-section select{margin-left:auto;padding:.5rem .75rem;font-size:.9rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#333;cursor:pointer;min-width:140px;transition:border-color .2s ease}.search-page .product-content .sort-section select:focus{outline:none;border-color:#007bff}.search-page .product-content .sort-section select:hover{border-color:#999}.search-page .product-content .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.search-page .filter-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#00000080;opacity:0;visibility:hidden;transition:all .3s ease}.search-page .filter-modal.active{opacity:1;visibility:visible}.search-page .filter-modal.active .filter-content{transform:translate(0)}.search-page .filter-modal .filter-content{position:absolute;top:0;left:0;right:0;height:100vh;background-color:#fff;padding:2rem;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.search-page .filter-modal .filter-content .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.search-page .filter-modal .filter-content .filter-header h2{margin:0;font-size:1.4rem;font-weight:600;color:#333}.search-page .filter-modal .filter-content .filter-header .close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.search-page .filter-modal .filter-content .filter-header .close-btn:hover{color:#333}@media (min-width: 768px){.search-page{flex-direction:row;gap:2rem;padding:2rem}.search-page .mobile-header{display:none}.search-page .filter-sidebar{display:block}.search-page .product-content .sort-section{justify-content:flex-end}}@media (min-width: 768px) and (max-width: 768px){.search-page .product-content .sort-section{display:none}}@media (min-width: 768px){.search-page .product-content .sort-section span{margin-right:1rem}.search-page .product-content .sort-section select{margin-left:0}.search-page .product-content .product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}}@media (min-width: 1200px){.search-page .product-content .product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-height:calc(800px + 2rem);overflow-y:auto}.search-page .product-content .product-grid>:nth-child(n+9){display:none}}.pagination{display:flex;justify-content:center;margin-top:2rem;gap:.5rem;flex-wrap:wrap}.pagination button{padding:.5rem 1rem;border:1px solid #ccc;background-color:#fff;color:#333;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s ease}.pagination button:hover{background-color:#f0f0f0}.pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.pagination button.prev-next{font-weight:700}.pagination button:disabled{background-color:#eee;color:#aaa;cursor:not-allowed}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}body{min-height:100vh}a{text-decoration:none;color:inherit}.button-primary{background-color:#9ec6bd;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-primary:hover{background-color:#8ebdb2}.button-secondary{background-color:#2e8aca;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-secondary:hover{background-color:#297cb5}.button-green{background-color:#187730;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-green:hover{background-color:#146227}.button-white{background-color:#fff;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-white:hover{background-color:#f2f2f2}.button-cardBG{background-color:#fcfcfd;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-cardBG:hover{background-color:#ededf3}.button-grey{background-color:#f8f8f8;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-grey:hover{background-color:#ebebeb}.button-light-dark{background-color:#545d69;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-light-dark:hover{background-color:#49505b}.button-light-grey{background-color:#c1c3c7;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-light-grey:hover{background-color:#b4b6bb}.button-black{background-color:#4a4a4a;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-black:hover{background-color:#3d3d3d}.button-delete{background-color:#af493c;color:#fff;padding:8px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.button-delete:hover{background-color:#9c4135}.about-button{font-size:16px;font-weight:400;background-color:transparent;border:none;outline:none;cursor:pointer;font-family:Arial,sans-serif}.hello-button{background-color:#9ec6bd;color:#fff;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.hello-button:hover{background-color:#8ebdb2}.dropdown-language{position:relative;display:inline-block}.dropdown-language-button{background-color:#f1f1f1;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-size:14px;color:#333;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000001a}.dropdown-language-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;padding:5px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-top:3px;z-index:1000}.dropdown-language:hover .dropdown-language-menu,.dropdown-language-menu:hover{display:block}.dropdown-language-item{background:none;border:none;padding:10px;border-radius:8px;text-align:left;width:100%;cursor:pointer;font-size:14px;color:#333;transition:background-color .3s ease}.dropdown-language-item:hover{background-color:#f1f1f1}.dropdown-language-item.active{background-color:#f5c97b;color:#831a15}@media (max-width: 768px){.hello-button{background-color:#2e8aca}.hello-button:hover{background-color:#297cb5}}.main-container{display:flex;flex-direction:column;padding:20px 0;width:93%;max-width:1300px;margin:0 auto}@media (max-width: 768px){.main-container{padding:8px 0}}.pc-container{display:flex;flex-direction:column;padding:0;width:100%;max-width:1480px;margin:0 auto;position:relative;min-height:100vh}@media (max-width: 768px){.pc-container{padding:8px 0;width:100%}}.content-container{padding:20px}.pc-hidden{display:none}@media (max-width: 768px){.pc-hidden{display:block}}.mobile-hidden{display:block}@media (max-width: 768px){.mobile-hidden{display:none}}.flex-center{display:flex;align-items:center;justify-content:center}.border-bottom-container{border-bottom:1px solid rgb(185,185,185);padding-bottom:10px}.text-primary{color:#9ec6bd}.text-primary:hover{color:#4b8074}.text-16px-600-primary{color:#9ec6bd;font-size:16px;font-weight:600}.text-20px-600-primary{color:#9ec6bd;font-size:20px;font-weight:600}.text-color-primary{color:#9ec6bd}.text-secondary{color:#2e8aca}.text-secondary:hover{color:#12354d}.text-16px-600-secondary{color:#2e8aca;font-size:16px;font-weight:600}.text-20px-600-secondary{color:#2e8aca;font-size:20px;font-weight:600}.text-color-secondary{color:#2e8aca}.text-green{color:#187730}.text-green:hover{color:#000}.text-16px-600-green{color:#187730;font-size:16px;font-weight:600}.text-20px-600-green{color:#187730;font-size:20px;font-weight:600}.text-color-green{color:#187730}.text-white{color:#fff}.text-white:hover{color:#b3b3b3}.text-16px-600-white{color:#fff;font-size:16px;font-weight:600}.text-20px-600-white{color:#fff;font-size:20px;font-weight:600}.text-color-white{color:#fff}.text-cardBG{color:#fcfcfd}.text-cardBG:hover{color:#a0a0c0}.text-16px-600-cardBG{color:#fcfcfd;font-size:16px;font-weight:600}.text-20px-600-cardBG{color:#fcfcfd;font-size:20px;font-weight:600}.text-color-cardBG{color:#fcfcfd}.text-grey{color:#f8f8f8}.text-grey:hover{color:#acacac}.text-16px-600-grey{color:#f8f8f8;font-size:16px;font-weight:600}.text-20px-600-grey{color:#f8f8f8;font-size:20px;font-weight:600}.text-color-grey{color:#f8f8f8}.text-light-dark{color:#545d69}.text-light-dark:hover{color:#101214}.text-16px-600-light-dark{color:#545d69;font-size:16px;font-weight:600}.text-20px-600-light-dark{color:#545d69;font-size:20px;font-weight:600}.text-color-light-dark{color:#545d69}.text-light-grey{color:#c1c3c7}.text-light-grey:hover{color:#71757e}.text-16px-600-light-grey{color:#c1c3c7;font-size:16px;font-weight:600}.text-20px-600-light-grey{color:#c1c3c7;font-size:20px;font-weight:600}.text-color-light-grey{color:#c1c3c7}.text-black{color:#4a4a4a}.text-black:hover{color:#000}.text-16px-600-black{color:#4a4a4a;font-size:16px;font-weight:600}.text-20px-600-black{color:#4a4a4a;font-size:20px;font-weight:600}.text-color-black{color:#4a4a4a}.text-delete{color:#af493c}.text-delete:hover{color:#3d1915}.text-16px-600-delete{color:#af493c;font-size:16px;font-weight:600}.text-20px-600-delete{color:#af493c;font-size:20px;font-weight:600}.text-color-delete{color:#af493c}h2{font-family:Inter,sans-serif;font-size:28px}p{font-family:Inter,sans-serif;font-size:16px}.desktop-text{display:inline}.mobile-text{display:none}@media (max-width: 768px){.desktop-text{display:none}.mobile-text{display:inline}}.h1-primary{font-size:1.5rem;font-weight:700;margin-bottom:0!important;color:#9ec6bd}.product-detail{max-width:1200px;margin:0 auto;padding:20px;font-family:Playfair Display,serif}@media (max-width: 768px){.product-detail{padding:0}}.product-detail__container{display:flex;gap:60px;margin-bottom:80px;background:#fff;justify-content:center;align-items:start}@media (max-width: 768px){.product-detail__container{flex-direction:column;gap:30px}}.product-detail__gallery{flex:1;display:flex;gap:20px}@media (max-width: 768px){.product-detail__gallery{flex-direction:column;gap:15px;width:100%}}.product-detail__info{flex:1;padding-left:20px}@media (max-width: 768px){.product-detail__info{padding:10px}}.gallery__main-image{flex:1;position:relative}@media (max-width: 768px){.gallery__main-image{width:100%;height:auto;flex:0 0 auto}}.gallery__main-image .main-image__img{width:100%;aspect-ratio:3/4;object-fit:cover;box-shadow:0 4px 15px #0000001a;transition:opacity .5s ease;position:relative;z-index:2}.gallery__main-image .main-image__img.loading{opacity:0}.gallery__main-image .main-image__img.loaded{opacity:1}@media (max-width: 768px){.gallery__main-image .main-image__img{width:100%;object-fit:cover}}.gallery__main-image .image-skeleton{position:absolute;top:0;left:0;width:100%;aspect-ratio:3/4;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;overflow:hidden;box-shadow:0 4px 15px #0000001a;z-index:1}.gallery__main-image .image-skeleton .skeleton-shimmer{width:100%;height:100%;background:linear-gradient(90deg,transparent 25%,rgba(255,255,255,.8) 50%,transparent 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.gallery__thumbnails{display:flex;flex-direction:column;gap:10px}@media (max-width: 768px){.gallery__thumbnails{flex-direction:row;width:calc(100vw + -0px);max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:10px;margin:0 -10px;height:100px;box-sizing:border-box}.gallery__thumbnails::-webkit-scrollbar{display:none}}.gallery__thumbnails .thumbnail{flex-shrink:0;width:80px;height:80px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease;position:relative;border-radius:6px;background:#fff}.gallery__thumbnails .thumbnail--active{border-color:#4a90e2}.gallery__thumbnails .thumbnail:hover{border-color:#4a90e2;transform:scale(1.05)}.gallery__thumbnails .thumbnail img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease;position:relative;z-index:2}.gallery__thumbnails .thumbnail img.loading{opacity:0}.gallery__thumbnails .thumbnail img.loaded{opacity:1}.gallery__thumbnails .thumbnail .thumbnail-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;z-index:1}.gallery__thumbnails .thumbnail .thumbnail-skeleton .skeleton-shimmer{width:100%;height:100%;background:linear-gradient(90deg,transparent 25%,rgba(255,255,255,.8) 50%,transparent 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.info__title{font-size:36px;font-weight:700;font-family:Playfair Display,serif;color:#9ec6bd;margin-bottom:10px;letter-spacing:1px}.info__original-price{margin-left:10px;font-size:16px;color:#999;text-decoration:line-through;font-weight:400;font-family:Montserrat,sans-serif}.info__price{font-size:18px;color:#545d69;margin-bottom:30px;font-weight:500;font-family:Montserrat,sans-serif}.info__description{margin-bottom:30px}.info__description h3{font-size:18px;font-weight:700;color:#545d69;margin-bottom:10px;text-decoration:underline}.info__description p{line-height:1.6;color:#545d69;font-size:14px;font-family:Montserrat,sans-serif;white-space:pre-wrap;word-wrap:break-word;margin-bottom:10px}.info__description .description__toggle-btn{background:none;border:none;color:#9ec6bd;font-size:14px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;font-family:Montserrat,sans-serif;transition:all .3s ease}.info__description .description__toggle-btn:hover{color:#6eaa9c;text-decoration:none}.info__description .description__toggle-btn:focus{outline:none}.info__flowers h3{font-size:18px;font-weight:700;color:#545d69;margin-bottom:10px;text-decoration:underline}.info__flowers p{font-size:14px;color:#545d69;font-family:Montserrat,sans-serif;line-height:1.6}.info__color{margin-bottom:40px}.info__color h3{font-size:18px;font-weight:700;color:#545d69;margin-bottom:15px;text-decoration:underline}.info__color .color-selector{display:flex;gap:10px}.info__color .color-selector .color-option{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.info__color .color-selector .color-option--blue{background-color:#2e4bc6}.info__color .color-selector .color-option--active{border-color:#4a4a4a;transform:scale(1.1)}.info__color .color-selector .color-option:hover{transform:scale(1.1)}.info__whatsapp-btn{background-color:#32d951;color:#fff;border:none;padding:15px 30px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.info__whatsapp-btn:hover{background-color:#22b63d}.info__whatsapp-btn .whatsapp-icon{width:20px;height:20px}.related-products{margin-top:60px}.related-products__title{font-size:24px;font-weight:700;color:#444;margin-bottom:20px}.related-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}@media (max-width: 768px){.related-products__grid{grid-template-columns:repeat(2,1fr);gap:0}}
