 .btn-primary,
button,
input[type="submit"] {
  background-color: black !important;
  color: white !important;
  border: 1px solid black;
}

.btn-primary:hover,
button:hover,
input[type="submit"]:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black;
}
#header .nav, .menu, .top-menu {
  background-color: black !important;
  border-bottom: 2px solid gold;
}

#header .nav a, .menu a, .top-menu a {
  color: gold !important;
  font-weight: bold;
}

#header .nav a:hover, .menu a:hover, .top-menu a:hover {
  color: white !important;
}
#header .header-nav .cart-preview.active {
    background: #000;
}

@keyframes digitalGlow {
    0% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.03); opacity: 1; box-shadow: 0 0 10px rgba(0, 102, 255, 0.5); }
    100% { transform: scale(1); opacity: 0.9; }
}

.digital-copy-option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #0066ff; /* Digital blue color */
    background: #e3f2fd; /* Light blue */
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease-in-out;
    animation: digitalGlow 2s infinite;
    max-width: 100%;
    margin: 15px auto;
}

/* Hover effect */
.digital-copy-option:hover {
    background: #bbdefb;
    transform: scale(1.02);
}

/* Text styling */
.digital-copy-option label {
    cursor: pointer;
    font-size: 18px;
    color: #0047ab; /* Darker blue */
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease-in-out;
}

/* Checkbox styling */
.digital-copy-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0066ff;
    transition: transform 0.2s ease-in-out;
}

.digital-copy-option input[type="checkbox"]:hover {
    transform: scale(1.1);
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .digital-copy-option {
        font-size: 14px;
        padding: 8px;
    }
    
    .digital-copy-option label {
        font-size: 16px;
    }

    .digital-copy-option input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }
}
#announcement-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0;  /* Adjust this for height */
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.announcement-text span {
    display: none;
    padding: 0 10px;  /* Spacing between texts */
}

.announcement-text span.active {
    display: inline-block;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.payment-security {
  margin-top: 20px;
  text-align: right;
}

.payment-security .secure-title {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.payment-security img {
  max-width: 200px;
  height: auto;
}

.wk-product-variants>.wk-product-variants-item .wk_option_checkbox_parent {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    display: none;
}
.wk_option_info_icon {
    font-size: 18px;
    color: #24b9d7;
    cursor: pointer;
    margin-bottom: 4px;
    display: none;
}
/* Only hide thumbnail border and display on product ID 194 */
body.product-id-194 .product-images > li.thumb-container > .thumb.selected,
body.product-id-194 .product-images > li.thumb-container > .thumb:hover {
    border: none !important;
    display: none !important;
}

#header .header-nav #menu-icon {
    display: none;
}
@media (max-width: 767px) {
    .ets_mm_megamenu.hook-default {
        background-color: rgba(0, 0, 0, 0);
        padding: 0 1px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header .top-logo img {
        width: auto;
        max-height: 104px;
    }
}
.tabs .nav-tabs .nav-link.active {
    color: #24b9d7;
    border: none;
    border-bottom: #24b9d7 3px solid;
    display: none;
}
body.product-id-194 .product-container .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

body.product-id-194 .product-container {
  display: block !important;
}
body.product-id-194 .wk-product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

body.product-id-194 .wk-product-variants > div {
  flex: 1 1 48%;
  min-width: 200px;
}
body.product-id-194 .product-add-to-cart .control-label,
body.product-id-194 .product-add-to-cart .product-quantity .qty,
body.product-id-194 .product-add-to-cart .product-quantity .input-group-btn-vertical {
  display: none !important;
}

body.product-id-194 .product-add-to-cart .product-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body.product-id-194 .product-add-to-cart .product-quantity .add {
  width: 100%;
  text-align: center;
}

body.product-id-194 .product-add-to-cart .add-to-cart {
  margin: 0 auto;
}
body.product-id-194 .wishlist-button-product {
  display: none !important;
}

body.product-id-194 .product-cover img {
     background: #f6f6f6;
}

body.product-id-194 .product-cover {
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

body.product-id-194 .product-cover img {
    max-width: 1000px;
    height: auto;
}
body.product-id-194 .product-cover .layer:hover {
    opacity: 1;
    display: none;
}

input[data-product-id="192"] {
    display: none !important;
}

input[data-product-id="192"]::before,
input[data-product-id="192"]::after,
input[data-product-id="192"] + .input-group-btn-vertical {
    display: none !important;
}

div.qty:has(input[data-product-id="192"]) {
    display: none !important;
}

/* Move price below all form content on bespoke page */
body.product-id-194 .product-prices {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

/* Reorder the layout to push price under all custom fields */
body.product-id-194 .product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.product-id-194 .product-prices {
  order: 2;
}

body.product-id-194 .product-add-to-cart {
  order: 3;
}
#wk_price_block {
  text-align: center;
}

#blockcart-modal.show {
  display: none !important;
}