.fcb-boutique{width:100%;margin:0 auto}.fcb-boutique-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.fcb-boutique-filters button{padding:10px 18px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:4px}.fcb-boutique-filters button.is-active{background:#222;color:#fff}.fcb-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:start}.fcb-product-card{position:relative;width:370px;max-width:100%;background:#fff;border:1px solid #e5e5e5;padding:20px;box-sizing:border-box;overflow:hidden}.fcb-product-image{position:relative;width:330px;max-width:100%;height:513px;margin:0 auto;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.fcb-product-image .fcb-image-1{display:block;width:330px;max-width:100%;height:auto;max-height:100%;object-fit:contain;transition:opacity .25s ease}.fcb-product-image .fcb-image-2{position:absolute;top:50%;left:50%;width:330px;max-width:100%;height:auto;max-height:100%;object-fit:contain;transform:translate(-50%,-50%);opacity:0;transition:opacity .25s ease}.fcb-product-card:hover .fcb-product-image .fcb-image-2{opacity:1}.fcb-product-card:hover .fcb-product-image .fcb-image-1{opacity:0}.fcb-product-category,.fcb-product-title,.fcb-product-author,.fcb-product-price{width:330px;max-width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}.fcb-product-category{margin-top:18px;margin-bottom:5px;font-size:14px;color:#777}.fcb-product-title{margin-top:8px;margin-bottom:10px;font-size:20px;line-height:1.3;overflow-wrap:break-word}.fcb-product-author{margin-bottom:10px;font-size:15px}.fcb-product-price{margin-top:10px;margin-bottom:15px;font-size:18px;font-weight:600}.fcb-product-link{display:block !important;width:fit-content !important;max-width:330px;padding:9px 20px;margin:15px auto 0 !important;box-sizing:border-box;background:#2d8cb7 !important;color:#fff !important;border:1px solid #2d8cb7 !important;text-decoration:none !important;border-radius:4px;font-size:15px;line-height:1.3;text-align:center;transition:opacity .2s ease}.fcb-product-link:hover,.fcb-product-link:focus{background:#2d8cb7 !important;color:#fff !important;border-color:#2d8cb7 !important;opacity:.85}.fcb-product-page{width:100%;margin:0 auto}.fcb-product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;align-items:start}.fcb-product-gallery{position:relative;width:330px;max-width:100%;margin:0 auto;overflow:hidden}.fcb-product-gallery img{display:block;width:330px;max-width:100%;height:auto}.fcb-product-gallery .fcb-image-2{position:absolute;top:0;left:0;width:330px;max-width:100%;height:auto;opacity:0;transition:opacity .25s ease}.fcb-product-gallery:hover .fcb-image-2{opacity:1}.fcb-product-gallery:hover .fcb-image-1{opacity:0}.fcb-product-detail-title{margin:0 0 15px}.fcb-product-detail-author{margin-bottom:20px}.fcb-product-detail-price{font-size:22px;font-weight:600;margin-bottom:10px}.fcb-product-detail-shipping{margin-bottom:25px}.fcb-product-summary{margin-top:25px;line-height:1.6}.fcb-product-shipping-info{margin-top:20px;line-height:1.6}.fcb-order-form{margin-top:35px}.fcb-order-form label{display:block;margin-bottom:6px;font-weight:600}.fcb-order-form input,.fcb-order-form textarea,.fcb-order-form select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ccc;border-radius:4px;margin-bottom:15px;font-size:16px}.fcb-order-form textarea{min-height:120px;resize:vertical}.fcb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fcb-selected-product{padding:15px;margin-bottom:25px;background:#f7f7f7;border:1px solid #ddd}.fcb-selected-product-title{font-size:20px;font-weight:600;margin-bottom:8px}.fcb-selected-product-author{margin-bottom:8px}.fcb-selected-product-price,.fcb-selected-product-port{margin-bottom:5px}.fcb-price-box{padding:20px;margin:20px 0;background:#f7f7f7;border:1px solid #ddd}.fcb-price-line{display:flex;justify-content:space-between;gap:20px;margin-bottom:8px}.fcb-price-total{margin-top:12px;padding-top:12px;border-top:1px solid #ccc;font-size:20px;font-weight:700}.fcb-payment-methods{margin:20px 0}.fcb-payment-method{margin-bottom:10px}.fcb-rib{display:none;margin:15px 0;padding:15px;background:#f7f7f7;border:1px solid #ddd}.fcb-submit{display:inline-block;padding:12px 24px;border:1px solid #222;background:#222;color:#fff;cursor:pointer;border-radius:3px;font-size:16px}.fcb-submit:hover{background:0 0;color:#222}.fcb-message{margin-top:20px;padding:15px}.fcb-message.success{background:#eef8ee;border:1px solid #b9d8b9}.fcb-message.error{background:#fff0f0;border:1px solid #e0b5b5}#tablepress-12.fcb-source-table{display:none}#tablepress-12.fcb-source-table table{display:none}@media (max-width:900px){.fcb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fcb-product-card{width:370px;max-width:100%;margin-left:auto;margin-right:auto}.fcb-product-detail{grid-template-columns:1fr;gap:30px}}@media (max-width:600px){.fcb-products-grid{grid-template-columns:1fr}.fcb-product-card{width:370px;max-width:100%;margin-left:auto;margin-right:auto}.fcb-product-image{width:330px;max-width:100%;height:513px}.fcb-product-category,.fcb-product-title,.fcb-product-author,.fcb-product-price{width:330px;max-width:100%}.fcb-form-row{grid-template-columns:1fr;gap:0}.fcb-product-card:hover .fcb-product-image .fcb-image-2{opacity:0}.fcb-product-card:hover .fcb-product-image .fcb-image-1{opacity:1}.fcb-product-gallery:hover .fcb-image-2{opacity:0}.fcb-product-gallery:hover .fcb-image-1{opacity:1}}