/* Challenge-Coins.com Product Sharing */
.cc-product-share-row{display:flex;align-items:center;justify-content:flex-start;width:auto;box-sizing:border-box;margin:0;position:relative;z-index:22}
.single-product .woocommerce-product-gallery{position:relative}
.single-product .woocommerce-product-gallery>.cc-product-share-row{position:absolute;left:12px;bottom:12px;z-index:40;margin:0;width:auto;pointer-events:none}
.single-product .woocommerce-product-gallery>.cc-product-share-row .cc-product-share{pointer-events:auto}
.cc-product-share{appearance:none;-webkit-appearance:none;position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:58px;height:58px;min-width:58px;min-height:58px;padding:5px;border:1px solid #d0a44d;border-bottom-color:#72500f;border-radius:50%;background:linear-gradient(180deg,#f3cf76 0%,#bd8c2c 48%,#8c6115 100%);color:#16120a!important;font:900 12px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.08em;text-transform:uppercase;text-decoration:none!important;text-shadow:0 1px 0 rgba(255,255,255,.35);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),inset 0 -2px 0 rgba(62,38,4,.35),0 4px 0 #5d3c08,0 6px 12px rgba(0,0,0,.28);cursor:pointer;transform:translateY(0);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}
.cc-product-share:hover{filter:brightness(1.08);color:#050505!important;transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -2px 0 rgba(62,38,4,.35),0 5px 0 #5d3c08,0 8px 15px rgba(0,0,0,.3)}
.cc-product-share:active{transform:translateY(3px);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -1px 0 rgba(62,38,4,.3),0 1px 0 #5d3c08,0 3px 7px rgba(0,0,0,.26)}
.cc-product-share:focus-visible{outline:3px solid #fff;outline-offset:3px}
.cc-product-share__icon{display:inline-grid;place-items:center;width:20px;height:20px;border:1px solid rgba(30,19,3,.5);border-radius:50%;background:rgba(255,255,255,.18);font-size:14px;line-height:1}.cc-product-share__label{display:block;font-size:8px;line-height:1;letter-spacing:.06em}
.cc-product-share-sheet{position:fixed;z-index:100000;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:rgba(0,0,0,.58);backdrop-filter:blur(4px)}
.cc-product-share-sheet[hidden]{display:none!important}
.cc-product-share-sheet__panel{width:min(100%,440px);box-sizing:border-box;padding:18px;border:1px solid #636a72;border-radius:16px;background:linear-gradient(145deg,#262b30,#111417);color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.48)}
.cc-product-share-sheet__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.cc-product-share-sheet__title{margin:0;color:#fff!important;font:900 18px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cc-product-share-sheet__copy{margin:4px 0 0;color:#d8dde2!important;font:400 13px/1.4 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cc-product-share-sheet__close{appearance:none;width:34px;height:34px;border:1px solid #737b84;border-radius:8px;background:#171a1d;color:#fff;font-size:20px;line-height:1;cursor:pointer}
.cc-product-share-sheet__preview{display:flex;gap:12px;align-items:center;margin:0 0 14px;padding:10px;border:1px solid #4f565e;border-radius:10px;background:#171a1d}
.cc-product-share-sheet__image{flex:0 0 72px;width:72px;height:72px;border-radius:8px;object-fit:cover;background:#090a0b}
.cc-product-share-sheet__product{min-width:0;color:#fff;font:800 14px/1.3 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cc-product-share-sheet__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.cc-product-share-sheet__action{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px;border:1px solid #6d747b;border-radius:8px;background:linear-gradient(#333a40,#1c2024);color:#fff!important;font:800 11px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center;text-decoration:none!important;cursor:pointer}
.cc-product-share-sheet__action:hover{filter:brightness(1.12)}
@media(max-width:768px){.cc-product-share-row{width:auto;margin:0}.cc-product-share{width:58px;height:58px;min-width:58px;min-height:58px;padding:5px}.cc-product-share-sheet{padding:12px}.cc-product-share-sheet__actions{grid-template-columns:1fr}.cc-product-share-sheet__action{min-height:48px}}
