.irohaya-collection{width:90%;max-width:1200px;margin:0 auto 60px}.collection-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.collection-header h1{font-weight:700;color:#3a2b1d;margin:0}.collection-sort{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#555}.collection-sort select{padding:.4rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card:hover{transform:translateY(-4px)}.product-image img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px}.product-info{padding:10px;text-align:left}.product-info h3{font-size:1rem;font-weight:600;margin:6px 0;color:#3a2b1d}.price{color:#d66a00;font-weight:700}.collection-sort select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:.4rem 2rem .4rem .6rem;font-size:.9rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg fill='%23d66a00' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M143 352.3L7 216.3C-2.3 207-2.3 191 7 181.7s25.3-9.4 34.6 0L160 300.1l118.4-118.4c9.4-9.4 25.3-9.4 34.6 0s9.4 25.3 0 34.6L177 352.3c-9.4 9.4-24.6 9.4-34 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px auto}.pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.pagination a,.pagination span{padding:6px 10px;border:1px solid #ccc;border-radius:4px;text-decoration:none;color:#4b2e05}.pagination .active{background:#d66a00;color:#fff;border-color:#d66a00}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.product-detail{max-width:1100px;margin:0 auto;padding:60px 20px}.product-detail__inner{display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap;margin-top:30px}.product-detail__image{flex:1 1 45%;text-align:center}.product-detail__image img{width:100%;max-width:480px;border-radius:12px;box-shadow:0 6px 16px #0000000d}.product-detail__info{flex:1 1 50%}.product-detail .product-title{font-size:1.8rem;font-weight:700;color:#4b2e00;text-align:left}.product-detail .product-price{font-size:1.5rem;font-weight:700;color:#a4641a;margin-bottom:24px;text-align:center}.product-detail form{display:flex;flex-direction:column;align-items:center;gap:20px;margin:24px 0 40px}.product-detail form label{font-size:1.1rem;font-weight:700;color:#8c7a6b;margin-bottom:4px;text-align:center}.quantity-wrapper{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:10px;height:60px;width:280px;background-color:#fff}.qty-btn{width:60px;height:100%;border:none;background:none;font-size:2rem;color:#d8762f;font-weight:400;cursor:pointer;transition:color .3s}.qty-btn:hover{color:#b65a12}.qty-input{width:80px;text-align:center;font-size:1.4rem;font-weight:700;border:none;outline:none;background:transparent;color:#000}.product-detail form .btn-cart{width:280px;padding:16px 0;background-color:#d8762f;color:#fff;font-size:1.2rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease}.product-detail form .btn-cart:hover{background-color:#b65a12}.product-detail .product-info{margin-top:40px}.product-detail .product-info h2{font-size:1.3rem;margin-bottom:16px;color:#d8762f;font-weight:700}.product-detail .product-info table{width:100%;border-collapse:collapse;background-color:#fff}.product-detail .product-info th,.product-detail .product-info td{text-align:left;padding:12px 8px;border-bottom:1px solid #eee;vertical-align:top}.product-detail .product-info th{width:30%;font-weight:600;color:#9c8c82;font-size:1rem}.product-detail .product-info td{color:#333;font-size:.95rem;line-height:1.6}.product-detail .product-description,.product-detail .product-note,.product-detail .product-shipping{margin-top:48px}.product-detail .product-description h2,.product-detail .product-note h2,.product-detail .product-shipping h2{font-size:1.3rem;margin-bottom:12px;color:#4b2e00;font-weight:700}.product-detail .product-description p,.product-detail .product-note p,.product-detail .product-shipping p{line-height:1.8;color:#333;font-size:.95rem}@media (max-width: 768px){.product-detail{padding:40px 20px}.product-detail__inner{flex-direction:column;gap:40px;margin-top:20px}.product-detail__image img{max-width:100%}.product-detail .product-title{font-size:1.5rem}.product-detail .product-price{font-size:2rem}.quantity-wrapper{width:240px;height:54px}.product-detail form .btn-cart{width:240px;font-size:1.1rem}}.recent-products,.related-products{margin-top:80px;padding-top:60px;border-top:1px solid #eee;text-align:center}.recent-products h2,.related-products h2{font-size:1.5rem;color:#4b2e00;margin-bottom:32px;font-weight:700}.recent-products__list,.related-products__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;max-width:1000px;margin:0 auto;padding:0 16px}.recent-products__item,.related-products__item{display:block;text-decoration:none;color:#3b2300;transition:all .3s ease}.recent-products__item img,.related-products__item img{width:100%;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.recent-products__item:hover img,.related-products__item:hover img{transform:scale(1.05);box-shadow:0 8px 16px #00000014}.recent-products__item__title,.related-products__item__title{margin-top:10px;font-weight:600;font-size:.95rem}.recent-products__item__price,.related-products__item__price{font-weight:700;color:#5b3a00;font-size:1.05rem;margin-top:6px}.breadcrumb{display:flex;align-items:center;gap:6px;color:#666;font-size:16px;padding-block:20px}.breadcrumb a{text-decoration:none;transition:.3s}.breadcrumb a:hover{text-decoration:underline}.breadcrumb i{color:#aaa;font-size:.8rem}.breadcrumb span{color:#d66a00;font-weight:700;display:inline-block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}@media (max-width: 768px){.breadcrumb{font-size:12px}.breadcrumb span{max-width:200px}}.product-detail__image{max-width:480px;margin:0 auto}.product-main-slider{width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;margin-bottom:16px}.product-main-slider img{width:100%;height:100%;object-fit:cover}.product-thumb-slider{width:100%}.product-thumb-slider .swiper-slide{width:80px;height:80px;opacity:.5;cursor:pointer;border-radius:8px;overflow:hidden;transition:opacity .3s}.product-thumb-slider .swiper-slide-thumb-active{opacity:1}.product-thumb-slider img{width:100%;height:100%;object-fit:cover}.product-thumb-slider .swiper-wrapper{justify-content:start;gap:8px}@media (max-width: 768px){.product-detail__image{max-width:90%;padding:0 16px}.product-main-slider{aspect-ratio:1 / 1;border-radius:10px}.product-thumb-slider{overflow-x:auto;padding-bottom:4px}.product-thumb-slider .swiper-wrapper{justify-content:flex-start;gap:12px}.product-thumb-slider .swiper-slide{width:64px;height:64px;flex-shrink:0}}.variant-select{width:240px;padding:10px 12px;margin:10px 0 20px;border:1px solid #d66a00;border-radius:6px;background-color:#fff;color:#333;font-size:1rem;font-family:Noto Sans JP,sans-serif;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d66a00' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 8px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.variant-select:focus{border-color:#b35700;box-shadow:0 0 0 2px #d66a0026;outline:none}.variant-select:disabled{color:#aaa;background-color:#f9f9f9;border-color:#ddd;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/2/assets/products-irohaya.css.map */
