button.add-to-cart-btn{display:flex;gap:8px;border:1px solid #32d066}button.add-to-cart-btn:disabled{border:1px solid #ebebeb}button.add-to-cart-btn.outlined{background-color:#fff;border:1px solid #ebebeb}button.add-to-cart-btn .icon{font-size:14px}.details-tags-container{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.details-tags-container.skeleton .custom.tag{width:80px;height:22px}.details-tags-container:not(.skeleton) .custom.tag:nth-child(2n),.details-tags-container:not(.skeleton) .custom.tag:nth-child(odd){background:#7b7b7b}.details-tags-container:not(.skeleton).light .custom.tag{background-color:#fff;color:#7b7b7b;border:1px solid #7b7b7b}.details-tags-container .custom.tag{display:flex;align-items:center;text-transform:uppercase;color:#fff;padding:4px 10px;border-radius:999px}.offer-select-button-container{position:relative}.offer-select-button-container .offer-select-button{background-color:#32d066;display:flex;justify-content:space-between;gap:8px;min-width:155px;border:1px solid #32d066}.offer-select-button-container .offer-select-button:disabled{border:1px solid #ebebeb}.offer-select-button-container.text-only .icon{display:none}.offer-select-button-container.icon-only{position:static}.offer-select-button-container.icon-only .offer-select-button{min-width:auto;height:100%}.offer-select-button-container.icon-only .offer-select-button .variant-text{display:none}.offer-select-button-container .icon{font-size:14px}.offer-select-button-container .offer-select-options{width:100%;max-width:320px}