/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.14
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Product loop style */
.ploop-feature-cont {
  overflow: hidden;
}

.ploop-feature-cont .elementor-widget-theme-post-featured-image a {
  width: 100% !important;
}

.ploop-feature-cont .elementor-widget-theme-post-featured-image img {
  transition: 0.4s;
}

.ploop-feature-cont .elementor-widget-theme-post-featured-image img:hover {
  transform: scale(1.03);
} /* Global Sport Product Options */

.gs-option-group {
  margin-bottom: 15px;
}

.gs-option-group h4 {
  margin-bottom: 10px;
}

.gs-radio-group {
  margin-bottom: 5px;
}

.gs-radio-button-wrapper {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.gs-radio-button-wrapper input[type="radio"] {
  display: none;
}

.gs-radio-button-wrapper label {
  display: inline-block;
  padding: 13px 15px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #0E0E0E;
}

.gs-radio-button-wrapper input[type="radio"]:checked + label {
  background-color: #fff;
  color: #04955F !important;
  border-color: #04955F;
}

/* Special Products — same pill-button style as Race length */
.gs-checkbox-button-wrapper {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.gs-checkbox-button-wrapper input[type="checkbox"] {
  display: none;
}

.gs-checkbox-button-wrapper label {
  display: inline-block;
  padding: 13px 15px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #0E0E0E;
  user-select: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.gs-checkbox-button-wrapper input[type="checkbox"]:checked + label {
  color: #04955F !important;
  border-color: #04955F;
}

.gs-special-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#gs-jersey-variations,
#gs-hotel-rooms {
  margin-top: 10px;
  padding-left: 20px;
}

.gs-options-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Jersey Repeater Styles */
.woocommerce div.product form.cart .gs-add-jersey-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #f0f0f1;
  color: #2c3338;
  border: 1px solid #dcd7ca;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 10px;
  float: none;
}

.woocommerce div.product form.cart .gs-add-icon {
  margin-right: 6px;
  font-size: 16px;
  line-height: 1;
}

.woocommerce div.product form.cart .gs-jersey-item-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}

.woocommerce
  div.product
  form.cart
  .gs-jersey-item-row
  input[type="text"].gs-jersey-name-input {
  flex: 1;
  min-width: 150px;
  padding: 13px 12px;
  border: 1px solid #dcd7ca;
  border-radius: 4px;
}

.woocommerce
  div.product
  form.cart
  .gs-jersey-item-row
  select.gs-jersey-size-select {
  flex: 1;
  min-width: 120px;
  padding: 13px 12px !important;
  border: 1px solid #dcd7ca;
  border-radius: 4px;
  background-color: #fff;
}

select#gs_single_jersey_size {
    padding: 12px !important;
}

.woocommerce div.product form.cart .gs-remove-jersey-btn {
  background-color: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 13px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product form.cart .gs-remove-jersey-btn:hover {
  background-color: #b71c1c;
}


select#gs_single_jersey_size {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px !important; 
}

select#gs_single_jersey_size::-ms-expand {
  display: none;
}