.bundle-card-wrapper{background-color:var(--section-bg-color, #E8E2D8);color:var(--text-color, #4E4641);--bundle-control-bg: rgba(232, 226, 216, .96);--bundle-control-border: rgba(78, 70, 65, .38);--bundle-control-icon: var(--text-color, #4E4641);--bundle-dot-border: rgba(78, 70, 65, .75);--bundle-dot-active: var(--text-color, #4E4641)}.bundle-card-wrapper *,.bundle-card-wrapper *:before,.bundle-card-wrapper *:after{box-sizing:border-box}.bundle-card{padding:2.5rem;border-radius:20px;background-color:var(--card-bg-color, #ffffff);max-width:100%;box-shadow:0 2px 16px #00000014}.bundle-card--label{display:flex;align-items:center;justify-content:center;width:100%;font-size:.8125rem;font-weight:600;text-transform:none;letter-spacing:0;margin:0 0 1.5rem;padding:.625rem 1rem;height:38px;border-radius:999px;background-color:var(--label-bg-color, #EFEAE2);color:var(--label-text-color, #4E4641);text-align:center}.bundle-card--products-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;margin-bottom:2.5rem}.bundle-card--products-container{margin-bottom:2rem;display:none}.bundle-card--products-list{display:flex;flex-direction:column;gap:0}.bundle-card--product-row{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:start;margin-bottom:0}.bundle-card--product-image-wrapper{flex-shrink:0;width:84px;height:84px}.bundle-card--product-image{width:84px;height:84px;border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;background-color:#00000005;position:relative}.bundle-card--product-image img{width:100%!important;height:100%!important;object-fit:cover;display:block;max-width:84px;max-height:84px}.bundle-card--product-image .thb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000008}.bundle-card--product-image .thb-placeholder svg{width:60%;height:60%;opacity:.3}.bundle-card--product-info{color:var(--text-color, #4E4641);text-align:left;display:flex;flex-direction:column;gap:.25rem}.bundle-card--product-title{font-size:.9375rem;font-weight:600;margin:0;color:var(--text-color, #4E4641);line-height:1.4}.bundle-card--product-price{font-size:.875rem;font-weight:700;margin:0;color:var(--text-color, #4E4641)}.bundle-card--product-description{font-size:.75rem;line-height:1.35;opacity:.7;color:var(--text-color, #4E4641);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card--divider-line{position:relative;height:1px;background-color:#bfb6ac4d;margin:.875rem 0;display:flex;align-items:center;justify-content:center}.bundle-card--divider-plus{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--card-bg-color, #ffffff);color:var(--text-color, #4E4641);padding:2px}.bundle-card--divider-plus svg{width:14px;height:14px;stroke:currentColor}.bundle-card--info{margin-bottom:2rem}.bundle-card--info-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.bundle-card--title{font-size:1.5rem;font-weight:700;margin:0;color:var(--text-color, #4E4641);line-height:1.3}.bundle-card--price,.bundle-card__price{font-size:1.125rem;font-weight:700;margin:0;color:var(--text-color, #4E4641);display:flex;align-items:center;gap:.625rem}.bundle-card__price-old{font-size:.9375rem;font-weight:500;text-decoration:line-through;opacity:.55}.bundle-card__price-current{font-weight:700}.bundle-card--price-badge{display:none}.bundle-card--reviews{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.bundle-card--stars{--star-percent: calc(var(--star-rating, 0) / 5 * 100%);display:inline-block;font-size:1rem;font-family:Times,serif;line-height:1;position:relative}.bundle-card--stars-text{display:inline-block;background:linear-gradient(90deg,var(--text-color, #4E4641) var(--star-percent),rgba(191,182,172,.3) var(--star-percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.bundle-card--review-count{font-size:.875rem;opacity:.7;color:var(--text-color, #4E4641)}.bundle-card--description-wrapper{margin-bottom:0}.bundle-card--description-details{border-top:1px solid rgba(191,182,172,.3);border-bottom:1px solid rgba(191,182,172,.3)}.bundle-card--description-summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;cursor:pointer;list-style:none;color:var(--text-color, #4E4641);font-weight:600;font-size:1rem;transition:opacity .2s ease}.bundle-card--description-summary:hover{opacity:.8}.bundle-card--description-summary:focus{outline:2px solid var(--text-color, #4E4641);outline-offset:4px;border-radius:4px}.bundle-card--description-summary::-webkit-details-marker{display:none}.bundle-card--description-title{font-weight:600}.bundle-card--description-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--text-color, #4E4641);position:relative}.bundle-card--icon-plus,.bundle-card--icon-minus{position:absolute;width:16px;height:16px;transition:opacity .2s ease,transform .2s ease}.bundle-card--icon-plus{opacity:1;transform:rotate(0)}.bundle-card--icon-minus,.bundle-card--description-details[open] .bundle-card--icon-plus{opacity:0;transform:rotate(90deg)}.bundle-card--description-details[open] .bundle-card--icon-minus{opacity:1;transform:rotate(0)}.bundle-card--description-content{padding:0 0 1rem;color:var(--text-color, #4E4641);opacity:.8;line-height:1.6}.bundle-card--description-content p{margin:0 0 1rem}.bundle-card--description-content p:last-child{margin-bottom:0}.bundle-card-wrapper .bundle-card--buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.bundle-card-wrapper .bundle-card--button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1.25rem;border-radius:999px;font-weight:600;font-size:.875rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;position:relative;text-align:center;width:100%;font-family:inherit}.bundle-card-wrapper .bundle-card--button-view{background-color:transparent;border:1px solid var(--text-color, #4E4641);color:var(--text-color, #4E4641)}.bundle-card-wrapper .bundle-card--button-view:hover{background-color:#4e46410d}.bundle-card-wrapper .bundle-card--add-to-cart-form{display:contents}.bundle-card-wrapper .bundle-card--button-add{background-color:var(--text-color, #4E4641);color:#e8e2d8;border:1px solid var(--text-color, #4E4641)}.bundle-card-wrapper .bundle-card--button-add:hover:not(:disabled){background-color:#4e4641e6}.bundle-card-wrapper .bundle-card--button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none;background-color:#4e46414d;border-color:#4e46414d}.bundle-card-wrapper .bundle-card--button:disabled .bundle-card--button-text{opacity:.8}.bundle-card-wrapper .bundle-card--button-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;width:20px;height:20px}.bundle-card-wrapper .bundle-card--button.loading .bundle-card--button-loading{display:block}.bundle-card-wrapper .bundle-card--button.loading .bundle-card--button-text{opacity:0}.bundle-card-slider{position:relative;width:100%}.bundle-card-slider--track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.bundle-card-slider--track::-webkit-scrollbar{display:none}.bundle-card-slider--slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;min-width:0;display:flex;justify-content:center;padding:0 1rem}.bundle-card-slider--controls{display:block;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;z-index:10}.bundle-card-slider--arrow{position:absolute;width:48px;height:48px;border-radius:50%;background-color:var(--bundle-control-bg);border:1px solid var(--bundle-control-border);color:var(--bundle-control-icon);cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.bundle-card-slider--arrow:hover{background-color:#efeae2;border-color:#4e46417a;box-shadow:0 4px 12px #00000026}.bundle-card-slider--arrow:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.bundle-card-slider--arrow-prev{left:12px}.bundle-card-slider--arrow-next{right:12px}.bundle-card-slider--arrow svg{width:20px;height:20px}.bundle-card--dots-slot{display:flex;justify-content:center;margin:0 0 12px}.bundle-card-slider--dots{display:flex;justify-content:center;gap:10px;margin:0}.bundle-card-slider--dot{width:9px;height:9px;border-radius:999px;border:1px solid var(--bundle-dot-border);background:transparent;padding:0;cursor:pointer;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease}.bundle-card-slider--dot:hover{border-color:#4e4641e6}.bundle-card-slider--dot.active{background:var(--bundle-dot-active);border-color:var(--bundle-dot-active)}.bundle-card.text-size-small .bundle-card--label{font-size:.75rem;padding:.5rem .875rem;height:36px}.bundle-card.text-size-small .bundle-card--product-title{font-size:.875rem}.bundle-card.text-size-small .bundle-card--title{font-size:1.375rem}.bundle-card.text-size-small .bundle-card--price,.bundle-card.text-size-small .bundle-card__price{font-size:1rem}.bundle-card.text-size-large .bundle-card--label{font-size:.875rem;padding:.75rem 1.25rem;height:40px}.bundle-card.text-size-large .bundle-card--product-title{font-size:1rem}.bundle-card.text-size-large .bundle-card--title{font-size:1.625rem}.bundle-card.text-size-large .bundle-card--price,.bundle-card.text-size-large .bundle-card__price{font-size:1.25rem}@media screen and (max-width: 989px){.bundle-card{padding:2rem;border-radius:16px}.bundle-card-slider--arrow-prev{left:-16px}.bundle-card-slider--arrow-next{right:-16px}.bundle-card-slider--arrow{width:40px;height:40px}}@media screen and (max-width: 749px){.bundle-card-wrapper{display:block}.bundle-card{padding:1rem;border-radius:24px;max-width:420px;width:100%;box-shadow:0 10px 30px #00000014;margin:0 auto}.bundle-card--products-grid{display:none}.bundle-card--products-container{display:block}.bundle-card--label{width:100%;margin:0 0 1.25rem;padding:.625rem 1rem;height:38px;font-size:.8125rem;font-weight:600;text-transform:none;letter-spacing:0;border-radius:999px}.bundle-card--product-row{grid-template-columns:84px 1fr;gap:12px;margin-bottom:0}.bundle-card--product-image-wrapper{width:84px;height:84px}.bundle-card--product-image{width:84px;height:84px;border-radius:14px}.bundle-card--product-image img{width:100%!important;height:100%!important;max-width:84px;max-height:84px}.bundle-card--product-title{font-size:.9375rem;font-weight:600;line-height:1.4}.bundle-card--product-price{font-size:.875rem;font-weight:700}.bundle-card--product-description{font-size:.75rem;line-height:1.35;opacity:.7}.bundle-card--divider-line{margin:.875rem 0;height:1px}.bundle-card--divider-plus{width:20px;height:20px;padding:2px;background-color:var(--card-bg-color, #ffffff)}.bundle-card--divider-plus svg{width:14px;height:14px}.bundle-card--info-header{flex-direction:column;gap:.5rem;align-items:flex-start;margin-bottom:1rem}.bundle-card--title{font-size:1.5rem;font-weight:700;line-height:1.3}.bundle-card--price,.bundle-card__price{font-size:1.125rem;font-weight:700}.bundle-card--reviews{margin-bottom:1.25rem}.bundle-card--description-summary{padding:1rem 0}.bundle-card--description-content{padding:0 0 1rem}.bundle-card-wrapper .bundle-card--buttons-grid{grid-template-columns:1fr 1fr;gap:.75rem}.bundle-card-wrapper .bundle-card--button{min-height:46px;padding:.75rem 1.25rem;border-radius:999px;font-size:.875rem}.bundle-card-slider--controls{display:none}.bundle-card-slider--track{gap:0;padding-left:0;padding-right:0;scroll-padding-left:0;scroll-padding-right:0}.bundle-card-slider--slide{flex:0 0 100%;padding:0 16px;justify-content:center}}@media screen and (min-width: 750px){.bundle-card--products-container{display:none}.bundle-card--products-grid{display:grid}.bundle-card--divider-line{display:none}.bundle-card--product{display:flex;flex-direction:column;min-width:0}.bundle-card--product-image-wrapper{width:100%;max-width:280px;margin:0 auto 1.25rem;height:auto}.bundle-card--product-image{width:100%;max-width:280px;height:auto;aspect-ratio:1 / 1;margin:0 auto}.bundle-card--product-image img{width:100%!important;height:100%!important;max-width:100%;max-height:100%}.bundle-card--product-info{text-align:center}.bundle-card--plus-separator{display:flex;align-items:center;justify-content:center;padding:0 .5rem;align-self:center}.bundle-card--plus-circle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#4e464114;border:1px solid rgba(191,182,172,.3);color:var(--text-color, #4E4641);flex-shrink:0}.bundle-card--plus-circle svg{width:20px;height:20px;stroke:currentColor}.bundle-card-slider--controls{display:block}.bundle-card-slider--arrow-prev{left:16px}.bundle-card-slider--arrow-next{right:16px}.bundle-card-slider--slide{flex:0 0 100%;padding:0 1rem}.bundle-card-slider--track{gap:0;padding-left:0;padding-right:0;scroll-padding-left:0;scroll-padding-right:0}}@media (prefers-contrast: high){.bundle-card{border:2px solid var(--text-color, #4E4641)}.bundle-card--description-details{border-width:2px}}@media (prefers-reduced-motion: reduce){.bundle-card-wrapper .bundle-card--button,.bundle-card--description-summary,.bundle-card--icon-plus,.bundle-card--icon-minus,.bundle-card-slider--track{transition:none;scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/bundle-card.css.map */
