@media(max-width:575px){.hide-xs{display:none!important}}@media(min-width:576px){.show-xs-only{display:none!important}}@media(max-width:767px){.hide-sm{display:none!important}}@media(min-width:768px){.show-sm-only{display:none!important}}@media(max-width:991px){.hide-md{display:none!important}}@media(min-width:992px){.show-md-only{display:none!important}}@media(max-width:1199px){.hide-lg{display:none!important}}@media(min-width:1200px){.show-lg-only{display:none!important}}@media(max-width:1599px){.hide-xl{display:none!important}}@media(min-width:1600px){.show-xl-only{display:none!important}}.responsive-container .desktop-layout{display:block}.responsive-container .mobile-layout{display:none}@media(max-width:767px){.responsive-container .desktop-layout{display:none}.responsive-container .mobile-layout{display:block}}.responsive-text{font-size:1rem}@media(max-width:767px){.responsive-text{font-size:.875rem}}.responsive-padding{padding:50px 70px}@media(max-width:767px){.responsive-padding{padding:20px 40px}}.responsive-margin{margin:75px auto}@media(max-width:767px){.responsive-margin{margin:25px auto}}.responsive-width{width:100%}@media(min-width:576px){.responsive-width{width:80%}}@media(min-width:768px){.responsive-width{width:auto}}.responsive-flex{display:flex;flex-direction:row}@media(max-width:767px){.responsive-flex{flex-direction:column}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}@media(max-width:767px){.responsive-grid{grid-template-columns:1fr;gap:15px}}@media screen and (min-width:769px){.supplement-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;position:relative;cursor:pointer;height:100%;min-height:100%;border:1px solid #f0f0ec!important;border-radius:10px;box-shadow:none;transition:box-shadow .2s,transform .2s;font-family:Dm Sans,sans-serif!important}.supplement-card .ant-card-cover{background:#fff}.supplement-card .ant-card-body{padding:0!important;display:flex;flex-direction:column;height:100%;flex:1 1}.supplement-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.07);transform:translateY(-1px);border-color:#f0f0ec!important}.supplement-card.in-cart{border-color:#0ca37f!important}.supplement-card.in-cart:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#0ca37f;z-index:1;border-radius:10px 10px 0 0}.supplement-card .product-image-container{position:relative;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px;flex-shrink:0;background:#fff}.supplement-card .product-image-container .product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;margin:0 auto}.supplement-card .product-image-container .product-placeholder{width:72px;height:108px;background:linear-gradient(135deg,#e4e4e0,#dcdcd8);border-radius:5px}.supplement-card .product-info{padding:12px 14px 0;display:flex;flex-direction:column;flex:1 1}.supplement-card .ant-card-meta{margin-top:auto;flex-shrink:0}.supplement-card .ant-card-meta .ant-card-meta-description{padding:0 14px 14px}.supplement-card .product-meta-content{display:flex;flex-direction:column}.supplement-card .product-brand{margin-bottom:2px}.supplement-card .product-brand .brand-text{font-size:11.9px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#9a9a9a}.supplement-card .product-title{margin-bottom:4px}.supplement-card .product-title .product-name{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:#1a1a1a}.supplement-card .product-net-content{margin-bottom:auto;padding-bottom:10px}.supplement-card .product-net-content .net-content-text{font-size:11.9px;color:#9a9a9a}.supplement-card .product-variant-selector{margin-bottom:14px;margin-top:8px}.supplement-card .product-variant-selector .ant-select{height:28px}.supplement-card .product-variant-selector .ant-select .ant-select-selector{background:#fff;border:1px solid #e8e8e4;border-radius:5px;font-size:12.6px;height:32px!important;min-height:32px!important;padding:0 24px 0 8px}.supplement-card .product-variant-selector .ant-select .ant-select-selection-item{line-height:32px}.supplement-card .product-variant-selector .ant-select .ant-select-arrow{height:32px;display:flex;align-items:center;top:0;margin-top:0;transform:none}.supplement-card .product-pricing{margin-bottom:10px}.supplement-card .product-pricing .price-container{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.supplement-card .product-pricing .price-container .current-price{font-size:16px;font-weight:700;color:#1a1a1a}.supplement-card .product-pricing .price-container .original-price{font-size:14px;color:#9a9a9a;text-decoration:line-through}.supplement-card .product-pricing .price-container .discount-badge{font-size:14px;font-weight:600;color:#1b8a6b}.supplement-card .product-pricing .price-container.logged-out{flex-direction:column;align-items:flex-start;gap:4px}.supplement-card .product-pricing .price-container.logged-out .current-price{font-size:17px;font-weight:700;color:#1a1a1a}.supplement-card .product-pricing .price-container.logged-out .signup-encouragement{background-color:rgba(12,163,127,.1019607843);padding:3px 7px;border-radius:4px}.supplement-card .product-pricing .price-container.logged-out .signup-encouragement .encouragement-text{font-size:11px;color:#0ca37f;font-weight:500;line-height:1.3}.supplement-card .product-actions-bottom .add-to-cart-btn{width:100%;padding:9px;font-size:14px;font-weight:600;border:none;color:#fff;height:auto;line-height:1.4;transition:background .15s}.supplement-card .product-actions-bottom .add-to-cart-btn:hover:not(:disabled){background:#14705a;color:#fff;border-color:#14705a}.supplement-card .product-actions-bottom .add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.supplement-card .product-actions-bottom .view-cart-btn{width:100%;padding:9px;font-weight:600;background:rgba(0,0,0,0);height:auto;line-height:1.4;transition:background .15s}.supplement-card .product-actions-bottom .view-cart-btn:hover{background:rgba(27,138,107,.05)}}@media screen and (max-width:768px){.supplement-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;position:relative;cursor:pointer;height:100%;min-height:100%;border:1px solid #f0f0ec!important;border-radius:10px;box-shadow:none;transition:box-shadow .2s,transform .2s;font-family:Dm Sans,sans-serif!important}.supplement-card .ant-card-cover{background:#fff}.supplement-card .ant-card-body{padding:0!important;display:flex;flex-direction:column;height:100%;flex:1 1}.supplement-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.07);transform:translateY(-1px);border-color:#f0f0ec!important}.supplement-card.in-cart{border-color:#0ca37f!important}.supplement-card.in-cart:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#0ca37f;z-index:1;border-radius:10px 10px 0 0}.supplement-card .product-image-container{position:relative;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px;flex-shrink:0;background:#fff}.supplement-card .product-image-container .product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;margin:0 auto}.supplement-card .product-image-container .product-placeholder{width:72px;height:108px;background:linear-gradient(135deg,#e4e4e0,#dcdcd8);border-radius:5px}.supplement-card .product-info{padding:12px 14px 0;display:flex;flex-direction:column;flex:1 1}.supplement-card .ant-card-meta{margin-top:auto;flex-shrink:0}.supplement-card .ant-card-meta .ant-card-meta-description{padding:0 14px 14px}.supplement-card .product-meta-content{display:flex;flex-direction:column}.supplement-card .product-brand{margin-bottom:2px}.supplement-card .product-brand .brand-text{font-size:11.9px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#9a9a9a}.supplement-card .product-title{margin-bottom:4px}.supplement-card .product-title .product-name{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:#1a1a1a}.supplement-card .product-net-content{margin-bottom:auto;padding-bottom:10px}.supplement-card .product-net-content .net-content-text{font-size:11.9px;color:#9a9a9a}.supplement-card .product-variant-selector{margin-bottom:14px;margin-top:8px}.supplement-card .product-variant-selector .ant-select{height:28px}.supplement-card .product-variant-selector .ant-select .ant-select-selector{background:#fff;border:1px solid #e8e8e4;border-radius:5px;font-size:12.6px;height:32px!important;min-height:32px!important;padding:0 24px 0 8px}.supplement-card .product-variant-selector .ant-select .ant-select-selection-item{line-height:32px}.supplement-card .product-variant-selector .ant-select .ant-select-arrow{height:32px;display:flex;align-items:center;top:0;margin-top:0;transform:none}.supplement-card .product-pricing{margin-bottom:10px}.supplement-card .product-pricing .price-container{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.supplement-card .product-pricing .price-container .current-price{font-size:16px;font-weight:700;color:#1a1a1a}.supplement-card .product-pricing .price-container .original-price{font-size:14px;color:#9a9a9a;text-decoration:line-through}.supplement-card .product-pricing .price-container .discount-badge{font-size:14px;font-weight:600;color:#1b8a6b}.supplement-card .product-pricing .price-container.logged-out{flex-direction:column;align-items:flex-start;gap:4px}.supplement-card .product-pricing .price-container.logged-out .current-price{font-size:17px;font-weight:700;color:#1a1a1a}.supplement-card .product-pricing .price-container.logged-out .signup-encouragement{background-color:rgba(12,163,127,.1019607843);padding:3px 7px;border-radius:4px}.supplement-card .product-pricing .price-container.logged-out .signup-encouragement .encouragement-text{font-size:11px;color:#0ca37f;font-weight:500;line-height:1.3}.supplement-card .product-actions-bottom .add-to-cart-btn{width:100%;padding:9px;font-size:14px;font-weight:600;border:none;color:#fff;height:auto;line-height:1.4;transition:background .15s}.supplement-card .product-actions-bottom .add-to-cart-btn:hover:not(:disabled){background:#14705a;color:#fff;border-color:#14705a}.supplement-card .product-actions-bottom .add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.supplement-card .product-actions-bottom .view-cart-btn{width:100%;padding:9px;font-weight:600;background:rgba(0,0,0,0);height:auto;line-height:1.4;transition:background .15s}.supplement-card .product-actions-bottom .view-cart-btn:hover{background:rgba(27,138,107,.05)}}