.product-view-brand{padding:80px 0 120px;background:linear-gradient(180deg,#fdfbf7,#ffffff)}.product-view-container{max-width:1600px;margin:0 auto;padding:0 40px}.range-buttons-section{margin-bottom:60px;text-align:center}.range-section-title{font-size:1.125rem;font-weight:600;letter-spacing:2px;color:#333;margin-bottom:8px;text-transform:uppercase}.range-section-subtitle{font-size:.75rem;color:#666;margin-bottom:32px;letter-spacing:1px;text-transform:uppercase}.range-buttons-grid{display:flex;gap:16px;flex-wrap:nowrap;justify-content:center;max-width:100%;margin:0 auto;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.range-buttons-grid::-webkit-scrollbar{display:none}.range-button{display:flex;align-items:center;gap:12px;padding:12px 20px;min-width:160px;height:52px;color:#FFFFFF;border:none;border-radius:6px;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;font-weight:500;letter-spacing:.3px;transition:transform .2s ease,box-shadow .2s ease;position:relative}.range-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.range-button.active{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-3px)}.range-button-icon{display:flex;align-items:center;flex-shrink:0}.range-button-label{flex:1;text-align:center}.view-header{display:flex;flex-direction:column;align-items:center;margin-bottom:60px;gap:20px}.category-tabs{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.category-tab{padding:12px 8px;font-size:1.1rem;font-weight:500;background:transparent;color:rgba(26,26,26,.6);border:none;cursor:pointer;position:relative;transition:color .3s ease;letter-spacing:.05em;text-transform:uppercase;font-family:Georgia,serif}.category-tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:linear-gradient(90deg,#d4af37,#f7c35f);transition:width .4s cubic-bezier(.4,0,.2,1)}.category-tab:hover{color:#1a1a1a}.category-tab.active{color:#1a1a1a;font-weight:600}.category-tab.active:after{width:100%}.view-toggle{gap:16px;padding:8px;align-self:flex-end;width:100%;justify-content:flex-end}.toggle-btn,.view-toggle{display:flex;align-items:center}.toggle-btn{width:32px;height:32px;justify-content:center;background:transparent;border:none;cursor:pointer;color:rgba(26,26,26,.4);transition:all .3s ease;padding:6px;outline:none}.toggle-btn:hover{color:rgba(26,26,26,.7);transform:scale(1.1)}.toggle-btn.active{color:#d4af37;transform:scale(1.15)}.toggle-btn:focus-visible{outline:2px solid #d4af37;outline-offset:4px;border-radius:4px}.products-container.grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}.products-container.list-view{display:flex;flex-direction:column;gap:30px;max-width:1200px;margin:0 auto}.grid-view .product-item{cursor:pointer;opacity:0;transition:all .5s cubic-bezier(.16,1,.3,1);background:transparent;border-radius:0;padding:0;box-shadow:none}.grid-view .product-item:hover{transform:translateY(-12px)}.grid-view .product-image-wrapper{aspect-ratio:1/1;background:transparent;border-radius:0;margin-bottom:28px;padding:0}.grid-view .product-image-container,.grid-view .product-image-wrapper{position:relative;width:100%;overflow:visible;display:flex;align-items:center;justify-content:center}.grid-view .product-image-container{height:100%}.grid-view .product-image-container.loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(240,240,240,.8) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite;z-index:1}.grid-view .product-image-container.loading{background:linear-gradient(110deg,#f0f0f0 8%,#f8f8f8 18%,#f0f0f0 33%);background-size:200% 100%;animation:wave 1.5s linear infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes wave{0%{background-position:200% 0}to{background-position:-200% 0}}.grid-view .product-image-container.loading .product-image{opacity:0}.grid-view .product-image-container.loaded .product-image{opacity:1;transition:opacity .4s ease-in-out}.grid-view .product-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform;border-radius:0}.grid-view .product-item:hover .product-image{transform:scale(1.05)}.grid-view .product-content{padding:0;display:flex;flex-direction:column;gap:12px;text-align:center;align-items:center;justify-content:center}.grid-view .product-category{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#d4af37!important;background:rgba(212,175,55,.1);padding:6px 14px;border-radius:20px;margin-bottom:16px;font-weight:600}.grid-view .product-name{font-size:clamp(18px,2.2vw,24px)!important;font-weight:700!important;letter-spacing:-.02em;line-height:1.3!important;margin:0 0 16px!important;padding:0!important;color:#1a1a1a!important;opacity:1!important;visibility:visible!important;transition:color .3s ease;text-align:center;word-spacing:normal;white-space:normal}.grid-view .product-item:hover .product-name{color:#d4af37!important}.list-view .product-item{position:relative;cursor:pointer;padding:60px 0;opacity:0;will-change:transform}.list-view .product-item:first-child{padding-top:0}.list-view .product-item-content{display:grid;grid-template-columns:400px 1fr auto;align-items:center;gap:80px;position:relative;z-index:2}.list-view .product-image-wrapper{position:relative;width:400px;height:300px;overflow:visible;border-radius:4px}.list-view .product-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.list-view .product-image-container.loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(240,240,240,.8) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite;z-index:1}.list-view .product-image-container.loading{background:linear-gradient(110deg,#f0f0f0 8%,#f8f8f8 18%,#f0f0f0 33%);background-size:200% 100%;animation:wave 1.5s linear infinite}.list-view .product-image-container.loading .product-image{opacity:0}.list-view .product-image-container.loaded .product-image{opacity:1;transition:opacity .4s ease-in-out}.list-view .product-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform}.list-view .product-item:hover .product-image{transform:scale(1.08)}.list-view .product-content{flex:1;display:flex;flex-direction:column;gap:16px}.list-view .product-category{font-family:Georgia,serif;font-size:clamp(.8rem,1.2vw,1rem);font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#999;transition:color .4s ease}.list-view .product-item:hover .product-category{color:#d4af37}.list-view .product-name{font-family:Georgia,serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:#666;margin:0}.list-view .product-name .char{display:inline-block;transition:color .05s ease;will-change:color}.list-view .product-description{font-size:clamp(.95rem,1.2vw,1.1rem);color:rgba(26,26,26,.7);line-height:1.6;margin:0}.list-view .product-arrow{width:60px;height:60px;border-radius:50%;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;color:#666;transition:all .4s cubic-bezier(.16,1,.3,1)}.list-view .product-item:hover .product-arrow{border-color:#d4af37;background:linear-gradient(135deg,#d4af37,#f7c35f);color:#1a1a1a;transform:scale(1.1) rotate(45deg);box-shadow:0 4px 16px rgba(212,175,55,.3)}.list-view .product-arrow svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.list-view .product-item:hover .product-arrow svg{transform:rotate(-45deg)}.list-view .product-item-border{position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0 50%,transparent);opacity:.5;transition:opacity .4s ease}.list-view .product-item:hover .product-item-border{opacity:1}.list-view .product-item:last-child .product-item-border{display:none}@media (max-width:1200px){.products-container.grid-view{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.list-view .product-item-content{gap:60px}.list-view .product-image-wrapper{width:350px;height:260px}.list-view .product-arrow{width:50px;height:50px}}@media (max-width:968px){.product-view-brand{padding:60px 5vw}.view-header{margin-bottom:50px}.category-tabs{gap:20px}.category-tab{padding:10px 8px;font-size:1rem}.view-toggle{justify-content:center;align-self:center}.list-view .product-item{padding:50px 0}.list-view .product-item-content{grid-template-columns:1fr;gap:30px}.list-view .product-image-wrapper{width:100%;height:400px}.list-view .product-content{text-align:center;align-items:center}.list-view .product-arrow{margin:0 auto}.range-buttons-grid{flex-wrap:wrap;justify-content:center;gap:8px}.range-button{width:calc(33.33% - 6px);min-width:auto;flex:0 0 auto;padding:10px 4px;flex-direction:column;height:auto;gap:6px;text-align:center}.range-button-label{font-size:10px;line-height:1.2}.range-button-icon img,.range-button-icon svg{width:24px!important;height:24px!important}}@media (max-width:768px){.product-view-brand{padding:40px 5vw}.product-view-container{padding:0 20px}.view-header{margin-bottom:40px;gap:16px}.category-tabs{gap:16px}.category-tab{padding:8px;font-size:.95rem}.products-container.grid-view{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.grid-view .product-image-wrapper{margin-bottom:16px}}@media (max-width:640px){.list-view .product-item{padding:40px 0}.list-view .product-item-content{gap:24px}.list-view .product-image-wrapper{height:300px}}@media (max-width:480px){.products-container.grid-view{grid-template-columns:1fr}.category-tabs{width:100%;gap:12px}.category-tab{font-size:.85rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.infinite-slider-container{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);width:78%;height:15vh;min-height:120px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem}.infinite-rice-slider-wrapper{flex:1;overflow:hidden;justify-content:center;mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);border-radius:20px}.infinite-rice-slider-track,.infinite-rice-slider-wrapper{position:relative;height:100%;display:flex;align-items:center}.infinite-rice-slider-track{width:-moz-max-content;width:max-content;cursor:grab}.infinite-rice-slider-track:active{cursor:grabbing}.rice-slider-item{flex-shrink:0;height:100%;width:180px;margin-right:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:transform .3s ease,opacity .3s ease;border-radius:12px;background:rgba(255,255,255,.05);padding:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.rice-slider-item img{width:100%;height:70%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.rice-slider-item-name{color:#fff;font-size:12px;font-weight:500;text-align:center;margin:0;padding:0;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s ease}.rice-slider-item:hover{transform:scale(1.1);background:rgba(255,255,255,.1)}.rice-slider-item:hover .rice-slider-item-name{color:#fff}.rice-slider-item.active{border:2px solid rgba(255,255,255,.6);background:rgba(255,255,255,.15);transform:scale(1.05);box-shadow:0 0 15px rgba(255,255,255,.2)}.rice-slider-item.active .rice-slider-item-name{color:#fff;font-weight:600}.slider-arrow-indicator{position:absolute;top:50%;transform:translateY(-50%);z-index:102;color:#fff;font-size:2rem;cursor:pointer;background:transparent;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-shadow:0 0 10px rgba(255,255,255,.9),0 0 20px rgba(255,255,255,.7);transition:transform .3s ease;animation:arrowPulse 2s ease-in-out infinite}.slider-arrow-indicator:hover{text-shadow:0 0 15px rgba(255,255,255,1),0 0 25px rgba(255,255,255,.9);animation:none}.slider-arrow-indicator.left{position:relative;left:0;top:1rem}.slider-arrow-indicator.right{position:relative;right:0;top:1rem}@keyframes arrowPulse{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.8;transform:translateY(-50%) scale(1.15)}}@media (max-width:768px){.infinite-rice-slider-wrapper{bottom:1rem;height:12vh;min-height:90px}.slider-arrow-indicator{font-size:1.2rem}.rice-slider-item{width:100px;margin-right:15px}}@media (max-width:480px){.infinite-rice-slider-wrapper{bottom:.5rem;height:10vh;min-height:80px}.rice-slider-item{width:80px;margin-right:10px}}.rice-carousel-wrapper{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#f5e6d3}.rice-carousel-container,.rice-carousel-slides{position:relative;width:100%;height:100%}.rice-carousel-slide{top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;will-change:transform;transform-origin:center center}.rice-carousel-nav,.rice-carousel-slide{position:absolute;display:flex;align-items:center;justify-content:center}.rice-carousel-nav{background:rgba(0,0,0,.3);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;top:50%;transform:translateY(-50%);z-index:101;color:rgba(255,255,255,.9);padding:12px 20px;cursor:pointer;transition:all .3s ease;outline:none;white-space:nowrap}.rice-carousel-nav .nav-content{display:flex;align-items:center;gap:12px}.rice-carousel-nav .nav-content i{font-size:1.2rem}.rice-carousel-nav .nav-product-name{font-size:14px;font-weight:500;letter-spacing:.5px}.rice-carousel-nav:hover:not(:disabled){background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.4);transform:translateY(-50%) scale(1.05)}.rice-carousel-nav:disabled{opacity:.5;cursor:not-allowed}.rice-carousel-nav.prev{left:3rem}.rice-carousel-nav.next{right:3rem}@media (max-width:1024px){.rice-carousel-minimap{height:12vh;min-height:100px;bottom:1.5rem}.rice-bag-thumbnail{width:120px}.rice-carousel-nav{font-size:1.5rem}.rice-carousel-nav.prev{left:2rem}.rice-carousel-nav.next{right:2rem}}@media (max-width:768px){.rice-carousel-minimap{height:10vh;min-height:80px;bottom:1rem;max-width:95vw}.rice-bag-thumbnail{width:100px}.rice-carousel-nav{font-size:1.25rem}.rice-carousel-nav.prev{left:1rem}.rice-carousel-nav.next{right:1rem}}@media (max-width:480px){.rice-carousel-wrapper{height:100vh;height:100dvh}.rice-carousel-minimap{height:8vh;min-height:70px;bottom:.5rem;padding:.25rem}.rice-carousel-minimap-track{gap:.5rem}.rice-bag-thumbnail{width:80px;padding:.25rem}.rice-carousel-nav{font-size:1rem;width:1.5rem;height:1.5rem}.rice-carousel-nav.prev{left:.5rem}.rice-carousel-nav.next{right:.5rem}}