.product_wholesale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:3px 8px;background-color:var(--yellow-100);border-radius:0 5px 5px 0;font-size:10px;color:var(--black-300)}.product_wholesale img{--size:10px;width:10px;width:var(--size);height:10px;height:var(--size)}.product_inspiration span{font-size:16px}.sending-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;width:100%;height:2.75rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--border-color-primary);border-radius:calc(var(--radius-4) - 2px);color:#000;font-size:.875rem;font-weight:500;line-height:1.25rem;cursor:pointer;-webkit-transition:all 0.2s cubic-bezier(.4,0,.2,1);transition:all 0.2s cubic-bezier(.4,0,.2,1)}.sending-description img,.sending-description svg{width:1rem;height:1rem;-webkit-transition:all 0.2s cubic-bezier(.4,0,.2,1);transition:all 0.2s cubic-bezier(.4,0,.2,1)}.sending-description:hover{background-color:var(--black-400);border-color:var(--black-400);color:#fff;-webkit-transition:all 0.2s cubic-bezier(.4,0,.2,1);transition:all 0.2s cubic-bezier(.4,0,.2,1)}.sending-description:hover img{-webkit-filter:invert(1);filter:invert(1);-webkit-transition:all 0.2s cubic-bezier(.4,0,.2,1);transition:all 0.2s cubic-bezier(.4,0,.2,1)}.sending-description-dialog{display:block;width:auto;max-width:42rem;max-height:calc(100dvh - 4rem);margin:2rem auto;padding:1.5rem;background-color:#f9f8f6;border:1px solid #f9f8f6;border-radius:var(--radius-4);-webkit-box-shadow:0 10px 15px rgba(0,0,0,0.1);box-shadow:0 10px 15px rgba(0,0,0,0.1);pointer-events:none;z-index:50;opacity:0;-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-transition:opacity 0.2s ease,-webkit-transform 0.2s ease;transition:opacity 0.2s ease,-webkit-transform 0.2s ease;transition:opacity 0.2s ease,transform 0.2s ease;transition:opacity 0.2s ease,transform 0.2s ease,-webkit-transform 0.2s ease}@media (max-width:480px){.sending-description-dialog{margin:2rem 1rem}}.sending-description-dialog .dialog-content{display:-ms-grid;display:grid;grid-gap:1rem;gap:1rem;overflow:auto}.sending-description-dialog .dialog-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.375rem;text-align:center}@media (min-width:640px){.sending-description-dialog .dialog-header{text-align:left}}.sending-description-dialog .dialog-header h2{font-size:1.5rem;font-weight:600;font-family:var(--font-playfair);letter-spacing:-0.015em}.sending-description-dialog .dialog-header p{font-size:0.875rem;color:#534d47}.sending-description-dialog .dialog-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding-top:1rem}.sending-description-dialog .dialog-body .delivery-info h4,.sending-description-dialog .dialog-body .delivery-zone h4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;font-weight:600;color:var(--black-400)}.sending-description-dialog .dialog-body .delivery-info h4 img,.sending-description-dialog .dialog-body .delivery-info h4 svg,.sending-description-dialog .dialog-body .delivery-zone h4 img,.sending-description-dialog .dialog-body .delivery-zone h4 svg{width:1.25rem;height:1.25rem;color:var(--yellow-300)}.sending-description-dialog .dialog-body .delivery-info h4 img,.sending-description-dialog .dialog-body .delivery-zone h4 img{-webkit-filter:var(--filter-yellow-300);filter:var(--filter-yellow-300)}.sending-description-dialog .dialog-body .delivery-zone{border-bottom:1px solid var(--border-color-primary);padding-bottom:1rem}.sending-description-dialog .dialog-body .delivery-zone h4{margin-bottom:0.5rem}.sending-description-dialog .dialog-body .delivery-zone p{color:#534d47}.sending-description-dialog .dialog-body .delivery-info{background-color:#f0ece6;border-radius:0.5rem;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.5rem}.sending-description-dialog .dialog-body .delivery-info ul{font-size:0.875rem;color:#534d47;list-style:disc;padding-left:1rem}.sending-description-dialog .dialog-body .delivery-info ul li{margin-bottom:0.25rem}.sending-description-dialog .close-sending-description-dialog{position:absolute;top:1rem;right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--accent);color:#534d47;border-radius:50rem;opacity:0.7;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;border:none;cursor:pointer}.sending-description-dialog .close-sending-description-dialog svg{width:1rem;height:1rem}.sending-description-dialog .close-sending-description-dialog:hover{opacity:1}.sending-description-dialog .close-sending-description-dialog:focus{outline:none;-webkit-box-shadow:0 0 0 2px var(--yellow-400);box-shadow:0 0 0 2px var(--yellow-400)}.sending-description-dialog::-ms-backdrop{background-color:rgba(0,0,0,0.8)}.sending-description-dialog::backdrop{background-color:rgba(0,0,0,0.8)}.sending-description-dialog[open]{-webkit-transform:scale(1);transform:scale(1);opacity:1;pointer-events:all;-webkit-transition:opacity 0.2s ease,-webkit-transform 0.2s ease;transition:opacity 0.2s ease,-webkit-transform 0.2s ease;transition:opacity 0.2s ease,transform 0.2s ease;transition:opacity 0.2s ease,transform 0.2s ease,-webkit-transform 0.2s ease}.info-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-top:19px;padding-top:1.5rem;border-top:1px solid #e5e7eb}.info-grid .info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0.75rem}.info-grid .info-item .icon{width:1.25rem;height:1.25rem;color:var(--yellow-400)}.info-grid .info-item .title{margin:0;font-weight:500;font-size:0.875rem;line-height:1.25rem}.info-grid .info-item .subtitle{display:none;margin:0;font-size:0.75rem;line-height:1rem;color:var(--gray-500)}@media (min-width:768px){.info-grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.info-grid .info-item .icon{margin-top:0.25rem}.info-grid .info-item .subtitle{display:block}}.product_sku span{font-size:11px}#main .dreale-product{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;margin:1rem auto;background-color:#fff}#main .dreale-product .onsale{display:none}#main .dreale-product .woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}#main .dreale-product .woocommerce-product-gallery__trigger{background-color:transparent}#main .dreale-product .woocommerce-product-gallery{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;min-width:0;max-width:660px;width:100%;margin:0}#main .dreale-product .woocommerce-product-gallery .flex-control-thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;width:100%;margin:0 auto;padding:.5rem 0}#main .dreale-product .woocommerce-product-gallery .flex-control-thumbs li{margin:0;padding:0;border-radius:10px;cursor:pointer;list-style:none;overflow:hidden}#main .dreale-product .woocommerce-product-gallery .flex-control-thumbs li img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:10px}#main .dreale-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{width:100%;max-height:640px;height:100%}#main .dreale-product .woocommerce-product-gallery .flex-viewport{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto!important;border-radius:10px}#main .dreale-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}#main .dreale-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{float:none!important}#main .dreale-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#main .dreale-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;background-color:#fff;padding:0.5rem;margin:10px;border-radius:10000px;color:#000;-webkit-text-decoration:none;text-decoration:none;z-index:1}#main .dreale-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span{display:inline-block;display:var(--fa-display,inline-block);font-family:"Font Awesome 6 Free";font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}#main .dreale-product .woocommerce-product-gallery:not(:has(.flex-viewport)){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-grid-column-align:center;justify-self:center;max-width:640px}#main .dreale-product .woocommerce-product-gallery:not(:has(.flex-viewport)) img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#main .dreale-product .summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;min-width:0;max-width:660px;width:100%;background-color:#fff}#main .dreale-product .summary .product_title{font-family:var(--font-playfair);font-size:3rem;font-weight:700}@media (max-width:768px){#main .dreale-product .summary .product_title{font-size:2rem}}#main .dreale-product .summary .woocommerce-product-details__short-description p{hyphenate-limit-chars:7;-ms-hyphens:auto;hyphens:auto;text-align:justify;text-wrap:pretty;line-height:1.625}#main .dreale-product .summary .product_meta,#main .dreale-product .summary .woocommerce-product-rating{margin:5px 0}#main .dreale-product .summary .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:.75rem;margin:16px 0;font-size:2.25rem;font-weight:700;color:var(--yellow-300)}#main .dreale-product .summary .price del{font-size:1.5rem;font-weight:normal;line-height:2rem;color:var(--gray-500);opacity:1}#main .dreale-product .summary .price ins{font-size:2.25rem;line-height:2.5rem;font-weight:700;-webkit-text-decoration:none;text-decoration:none;color:var(--yellow-300)}#main .dreale-product .summary .price del,#main .dreale-product .summary .price ins{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#main .dreale-product .summary .cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px 1rem;margin:40px 0 5px 0}#main .dreale-product .summary .cart.variations_form{margin:5px 0}#main .dreale-product .summary .cart .quantity{--size:48px;max-width:calc(80px + (48px * 2) + 2px);max-width:calc(80px + (var(--size) * 2) + 2px);width:100%;border-radius:var(--radius-4)}#main .dreale-product .summary .cart .quantity input.qty{width:80px;padding:0 1rem;font-size:18px;color:#000;font-weight:normal}#main .dreale-product .summary .cart .quantity button{border-radius:var(--radius-4);-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out}#main .dreale-product .summary .cart .quantity button:hover{background-color:var(--black-300);color:#fff;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out}#main .dreale-product .summary .cart .single_add_to_cart_button{--btn-background:var(--yellow-300);--btn-hover-background:#fff;--btn-color:var(--black-300);--btn-hover-color:var(--black-500);max-width:calc(100% - 72px);height:3.5rem;border-width:1px;border-radius:var(--radius-4)}#main .dreale-product .summary .cart .single_add_to_cart_button span{font-size:1rem}#main .dreale-product .summary .cart .single_variation_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}#main .dreale-product .summary .cart .single_variation_wrap .woocommerce-variation-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}#main .dreale-product .summary .cart .tinv-wishlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:56px;height:56px}#main .dreale-product .summary .cart .tinv-wishlist a{--btn-background:transparent;--btn-color:var(--black-400);--btn-hover-background:var(--black-400);--btn-hover-color:#fff;--btn-border-color:var(--gray-200);--btn-hover-border-color:var(--black-400);margin:0;width:100%;height:100%;border-radius:var(--radius-4)}#main .dreale-product .summary .cart .tinv-wishlist a:before{position:static;position:initial;margin:0;font-size:24px;color:var(--btn-color);-webkit-transition:color 0.3s cubic-bezier(.4,0,.2,1);transition:color 0.3s cubic-bezier(.4,0,.2,1)}#main .dreale-product .summary .cart .tinv-wishlist a:hover:before{color:var(--btn-hover-color);-webkit-transition:color 0.3s cubic-bezier(.4,0,.2,1);transition:color 0.3s cubic-bezier(.4,0,.2,1)}#main .dreale-product .summary .variations_form .variations{display:block;width:100%}#main .dreale-product .summary .variations_form .variations tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}#main .dreale-product .summary .variations_form .variations tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}#main .dreale-product .summary .variations_form .variations tbody td,#main .dreale-product .summary .variations_form .variations tbody th{display:block;width:100%;text-align:left;line-height:normal}#main .dreale-product .summary .variations_form .variations .reset_variations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:5px 0;padding:5px 10px;background-color:var(--gray-200);border:0;border-radius:5px;color:var(--black-300);font-size:15px;-webkit-text-decoration:none;text-decoration:none;line-height:normal}#main .dreale-product .summary .variations_form .variations .reset_variations:hover{background-color:var(--yellow-100)}#main .dreale-product .summary .variations_form .variations .reset_variations:after{--fa:"\f00d";content:"\f00d";content:var(--fa);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;display:var(--fa-display,inline-block);font-family:var(--fa-style-family-classic);font-weight:900;font-weight:var(--fa-style,900);font-style:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;line-height:normal;text-rendering:auto}#main .dreale-product .summary .extra-gram-option,#main .dreale-product .summary .perfumes-select-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}#main .dreale-product .summary .select2-selection--single,#main .dreale-product .summary select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding:0 1rem;background-color:#fff;border:1px solid var(--gray-200);border-radius:0;color:#000}.dreale-related-products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:3rem 0}.dreale-related-products .products-card-container{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:100%}.woocommerce-notices-wrapper{max-width:var(--max-width-xxl);margin:0 auto}.woocommerce-Reviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.woocommerce-Reviews #comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.woocommerce-Reviews #comments .woocommerce-Reviews-title{display:none}.woocommerce-Reviews .commentlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;list-style:none}.woocommerce-Reviews .commentlist .comment_container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;padding:1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius-4)}.woocommerce-Reviews .commentlist .comment_container .avatar{--size:40px;width:40px;width:var(--size);height:40px;height:var(--size);border-radius:50%}.woocommerce-Reviews .commentlist .comment_container .comment-text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.woocommerce-Reviews .commentlist .comment_container .comment-text p{padding:0}.woocommerce-Reviews .commentlist .comment_container .comment-text .meta{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;font-size:14px;color:var(--gray-500)}.woocommerce-Reviews .commentlist .comment_container .comment-text .meta .woocommerce-review__author{font-weight:bold}.woocommerce-Reviews .commentlist .comment_container .comment-text .meta .woocommerce-review__dash{display:none}.woocommerce-Reviews .commentlist .comment_container .comment-text .meta .woocommerce-review__published-date{font-style:italic}.woocommerce-Reviews .commentlist .comment_container .comment-text .woocommerce-product-rating-stars{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.woocommerce-Reviews .commentlist .comment_container .comment-text .woocommerce-product-rating-stars span{font-size:16px;color:var(--yellow-300);font-weight:700}.woocommerce-Reviews .commentlist .comment_container .comment-text .description{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:16px;color:#000}.woocommerce-Reviews #respond{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.woocommerce-Reviews .comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;max-width:400px}.woocommerce-Reviews .comment-form .comment-notes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;font-weight:bold}.woocommerce-Reviews .comment-form .comment-form-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;font-size:16px;font-weight:bold}.woocommerce-Reviews .comment-form .comment-form-rating label span{font-size:16px;color:var(--yellow-300);font-weight:700}.woocommerce-Reviews .comment-form .comment-form-rating p.stars{--size:24px}.woocommerce-Reviews .comment-form .comment-form-rating p.stars a{position:relative;width:var(--size);height:var(--size);text-indent:-999em;display:inline-block;-webkit-text-decoration:none;text-decoration:none}.woocommerce-Reviews .comment-form .comment-form-rating p.stars a:before{--fa:"\f005";display:block;position:absolute;top:0;left:0;width:var(--size);height:var(--size);line-height:1;content:"\f005";content:var(--fa);font-family:"Font Awesome 6 Free";font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:400;font-weight:var(--fa-style,400);font-size:24px;color:var(--yellow-300);text-indent:0}.woocommerce-Reviews .comment-form .comment-form-rating p.stars a:hover~a:before{font-weight:400}.woocommerce-Reviews .comment-form .comment-form-rating p.stars:hover a:before{font-weight:900}.woocommerce-Reviews .comment-form .comment-form-rating p.stars.selected a:not(.active):before{font-weight:900}.woocommerce-Reviews .comment-form .comment-form-rating p.stars.selected a.active~a:before{font-weight:400}.woocommerce-Reviews .comment-form .comment-form-rating p.stars.selected a.active:before{font-weight:900}.woocommerce-Reviews .comment-form .comment-form-author,.woocommerce-Reviews .comment-form .comment-form-comment,.woocommerce-Reviews .comment-form .comment-form-email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.woocommerce-Reviews .comment-form .comment-form-author input,.woocommerce-Reviews .comment-form .comment-form-comment input,.woocommerce-Reviews .comment-form .comment-form-email input{width:100%;padding:.5rem;border:1px solid var(--black-300);border-radius:var(--radius-2);color:#000;font-size:16px;font-weight:bold;outline:none}.woocommerce-Reviews .comment-form .comment-form-author textarea,.woocommerce-Reviews .comment-form .comment-form-comment textarea,.woocommerce-Reviews .comment-form .comment-form-email textarea{min-height:100px;width:100%;height:150px;padding:1rem;border:1px solid var(--border-color-primary);border-radius:var(--radius-2);font-family:var(--font-family);color:#000;font-size:16px;font-weight:500;outline:none;resize:vertical}.woocommerce-Reviews .comment-form .comment-form-cookies-consent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;height:auto;border:0}.woocommerce-Reviews .comment-form .comment-form-cookies-consent input[type=checkbox]{position:absolute;width:24px;height:24px;cursor:pointer;opacity:0}.woocommerce-Reviews .comment-form .comment-form-cookies-consent:has(input[type=checkbox]:checked):before{content:var(--fa);-webkit-transition:color 0.25s;transition:color 0.25s}.woocommerce-Reviews .comment-form .comment-form-cookies-consent:before{--fa:"\f00c";content:'';display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;display:var(--fa-display,inline-flex);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:22px;height:22px;border:1px solid #000;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 6 Free";font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900);font-style:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto;cursor:pointer}.woocommerce-Reviews .comment-form .comment-form-cookies-consent label{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;font-weight:bold;cursor:pointer}.woocommerce-Reviews .comment-form .form-submit input[type=submit]{--btn-background:var(--yellow-100);--btn-hover-background:var(--yellow-300);--btn-color:var(--black-300);--btn-hover-color:var(--black-400);--btn-border-color:var(--btn-background);--btn-hover-border-color:var(--btn-hover-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:.7rem;background:var(--btn-background);color:var(--btn-color);border:1px solid var(--btn-border-color);border-radius:var(--radius-2);-webkit-text-decoration:none;text-decoration:none;line-height:1;cursor:pointer;-webkit-transition:all 0.25s;transition:all 0.25s}.woocommerce-Reviews .comment-form .form-submit input[type=submit]:disabled{opacity:.5;cursor:not-allowed}.woocommerce-Reviews .comment-form .form-submit input[type=submit]:disabled:hover{--btn-background:#000;--btn-color:#fff}.woocommerce-Reviews .comment-form .form-submit input[type=submit]:hover{background:var(--btn-hover-background);color:var(--btn-hover-color);border-color:var(--btn-hover-border-color);-webkit-transition:all 0.25s;transition:all 0.25s}.wdp_bulk_table_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:19px 0}.wdp_bulk_table_content .bulk_table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 1rem 1rem 1rem;border:1px solid var(--border-color-primary);border-radius:var(--radius-4);max-height:58px;overflow:hidden;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.wdp_bulk_table_content .bulk_table.is-open{max-height:34rem;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.wdp_bulk_table_content .bulk_table.is-open .wdp_pricing_table_caption .wdp_icon_chevron_down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.wdp_bulk_table_content .bulk_table .wdp_pricing_table_caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;font-weight:bold;color:var(--black-300)!important;font-size:18px;padding:1rem 0;cursor:pointer}.wdp_bulk_table_content .bulk_table .wdp_pricing_table_caption:hover{color:var(--yellow-300)!important}.wdp_bulk_table_content .bulk_table .wdp_pricing_table_caption .wdp_icon_chevron_down{-webkit-transition:-webkit-transform 0.25s;transition:-webkit-transform 0.25s;transition:transform 0.25s;transition:transform 0.25s,-webkit-transform 0.25s}.wdp_bulk_table_content .bulk_table table{border:none}.wdp_bulk_table_content .bulk_table table thead{background-color:#f0ece6}.wdp_bulk_table_content .bulk_table table thead tr{height:2.25rem;border-bottom:1px solid #f0ece6}.wdp_bulk_table_content .bulk_table table thead tr td{padding:0 1rem;font-size:0.75rem;line-height:1rem;font-weight:600}.wdp_bulk_table_content .bulk_table table tbody tr{height:2rem;border-bottom:1px solid #f0ece6}.wdp_bulk_table_content .bulk_table table tbody tr td{padding:.25rem 1rem;font-size:.75rem;font-weight:500;line-height:1rem;background-color:transparent!important}.wdp_bulk_table_content .bulk_table table tbody tr td:last-child{font-weight:600;color:var(--yellow-300)!important}.wdp_bulk_table_content .bulk_table table tbody tr:last-child{border-bottom:none}.wdp_bulk_table_content .bulk_table table tbody tr:hover{background-color:rgba(233,231,226,0.50196)}.wdp_bulk_table_content .bulk_table table tbody tr td,.wdp_bulk_table_content .bulk_table table thead tr td{color:var(--black-400)!important;text-align:left}.wdp_bulk_table_content .bulk_table table td{border:0}.wdp_bulk_table_content .bulk_table table th{background-color:var(--yellow-100);font-weight:bold}.wdp_bulk_table_content .bulk_table .wdp_pricing_table_footer{display:none}.select2-container .select2-dropdown{top:35px;border:1px solid var(--gray-200);border-radius:0}@media (max-width:1250px){#main .dreale-product .woocommerce-product-gallery,#main .dreale-product .woocommerce-product-gallery:not(:has(.flex-viewport)){-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;grid-template-areas:"image image" "thumbs thumbs"}#main .dreale-product .woocommerce-product-gallery .flex-control-thumbs,#main .dreale-product .woocommerce-product-gallery:not(:has(.flex-viewport)) .flex-control-thumbs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}#main .dreale-product .woocommerce-product-gallery .flex-control-thumbs li,#main .dreale-product .woocommerce-product-gallery:not(:has(.flex-viewport)) .flex-control-thumbs li{width:150px;height:150px}}@media (min-width:1024px){.dreale-related-products .products-card-container{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}}@media (max-width:768px){#main .dreale-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-Reviews .commentlist .comment_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dreale-related-products{padding:2rem 0}}@media (max-width:375px){.wdp_bulk_table_content .bulk_table table{width:100%}.wdp_bulk_table_content .bulk_table table td{padding:5px}}