:root {
  /* Color variables */
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #E9ECF5;
  --base-2: #f0f1f2;
  --base-3: #ffffff;
  --accent: #233F63;
  --global-color-8: #00AEEF;
  --gs-colorone: #00aeef;
  --gs-colortwo: #233f63;
  --gs-colorthree: #2adb32;
}

/* Hero Block Styling */
.woocommerce .hero-block2.arrow-grey {
  background: url(/images/s-arrow4.svg), radial-gradient(circle, #212f47 0%, #3f60af 0%, #212f47 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 3841px 46.59px, cover !important;
  background-position: calc(50% + 25px) 101%, center center;
  z-index: 25;
  padding-top: 100px;
}

.hero-block2 .has-text-align-center {
  text-align: center;
}

.hero-block2 .has-base-3-color {
  color: var(--base-3);
}

/* Typography settings */
.hero-block2 h1 {
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  word-wrap: break-word;
}

.hero-block2 p {
  font-weight: 400;
  line-height: 1.5;
  font-family: inherit;
  word-wrap: break-word;
}
.site.grid-container.container {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.woocommerce.tesco.sk2.woocommerce-page .entry-content{
    margin-top: -105px;
}
.woocommerce.tesco.sk2.woocommerce-page .entry-content .gb-inside-container{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}

.woocommerce .woocommerce-text-align-center.product-type-simple_X {
    display:flex;
    justify-content: center;
    flex-direction: column;

    max-width: 1200px;
}

.woocommerce .woocommerce-text-align-center.product-type-simple_X {
    max-width: 1200px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper{
    max-width: 1200px;   
}

/* Product container styling */
.product-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.single-product .woocommerce-product-details__short-description{
    padding: 5px 0;
}

.single-product .woocommerce-product-details__short-description p{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;  
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
    letter-spacing: -1px;
}

/* Style for product subtitle (podnadpis) */
.product-custom-description-podnadpis {
    padding: 5px 0;
}

.product-custom-description-podnadpis p {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
    letter-spacing: -1px;
    /*
    text-indent: -15px;
    padding-left: 15px;
    */
}

/* Custom product description styling */
.product-custom-description-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
    gap: 20px;
}

/* When blok2-container is empty, make blok1 take full width */
.product-custom-description-blocks .blok1 {
    flex: 1;
    min-width: 200px;
}

.product-custom-description-blocks .blok2-container:empty + .blok1,
.product-custom-description-blocks .blok1:only-child {
    flex-basis: 100%;
    width: 100%;
}

/* Empty blok2-container should not take up space */
.product-custom-description-blocks .blok2-container:empty {
    display: none;
}

/* Ensure blok2-container has proper sizing when it has content */
.product-custom-description-blocks .blok2-container {
    flex: 1;
    min-width: 100px;
}

.product-custom-description {
    margin: 5px 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.2;
}

.product-custom-description p{
    margin-bottom: 0px;
    padding: 5px 0;
    font-size: 13px;
}

.product-custom-description-blocks p{
    margin-bottom: 0px;
    padding: 5px 0;
    font-size: 15px;
}

/* Side-by-side blocks */
.product-custom-description-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
    gap: 20px;
}
.product-custom-description-blocks .blok1,
.product-custom-description-blocks .blok2 {
    flex: 1;
    min-width: 200px;
}

.summary.entry-summary h1.product_title{
    padding-top: 45px;
    font-size: 40px;
    color: #00aeef;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .product-custom-description-blocks {
        flex-direction: column;
    }
    .summary.entry-summary h1.product_title{
        padding-top: 0px;
        font-size: 35px;
        color: #00aeef;
    }
}

.woocommerce div.product p.price {
    font-size: 1.5em;
    font-weight: 700;
    color: #00aeef;
    margin-bottom: 20px;
}

/* Price next to Add to Cart button styling - improved alignment */
.single-product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: flex-start;
    position: relative;
}

/* Move price inside form */
.product-price-beside-button {
    font-size: 1.8em;
    font-weight: 700;
    color: #00aeef;
    margin-right: 15px;
    white-space: nowrap;
    margin-bottom: 0px;
    width: 200px!important;
}

.single-product .quantity {
    margin: 0 15px 0 0 !important;
    padding-bottom: 0px!important;
}

/* Style for price and button */
.single-product .single_add_to_cart_button {
    margin-right: 0;
    background-color: var(--gs-colorone);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 12px 25px;
    border-radius: 3px;
}

.single-product .single_add_to_cart_button:hover {
    background-color: var(--gs-colortwo);
}

/* Style for original price vs sale price */
.single-product .product-price-beside-button del {
    font-size: 0.8em;
    opacity: 0.7;
    margin-right: 8px;
}

.single-product .product-price-beside-button ins {
    text-decoration: none;
    font-weight: 700;
}

/* Make sure the elements are properly aligned on mobile */
@media (max-width: 480px) {
    .single-product form.cart {
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
    }
    
    .single-product .product-price-beside-button {
        margin-right: 10px;
        margin-bottom: 15px;
        width: 100%;
        text-align: left;
    }

    .summary.entry-summary{
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Toggle button with arrow - refined styling */
.product-info-toggle {
    /* Button structure */
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 12px 22px;
    border-radius: 4px;
    margin: 15px 0;
    margin-right: 0;
    gap: 12px;
    
    /* Colors and borders - lighter, more subtle */
    background-color: #f7f7f7;
    color: #555555;
    border: 1px solid #dddddd;
    
    /* Typography */
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    text-decoration: none;
    
    /* Effects */
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    cursor: pointer;
}

/* Hover state - subtle highlight */
.product-info-toggle:hover {
    background-color: #f0f0f0;
    border-color: #cccccc;
}

/* Active state (when showing info) - visually distinct */
.product-info-toggle.active {
    background-color: #f7f7f7;
    color: #555555;
    border: 1px solid #dddddd;
}

/* Enhanced arrow styling for better visibility */
.toggle-arrow {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Create a better visible arrow using ::before and ::after */
.toggle-arrow::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #00aeef;
    border-bottom: 2px solid #00aeef;
    transform: rotate(45deg);
    top: 1px;
    left: 2px;
    transition: transform 0.3s ease, border-color 0.2s ease;
}

/* Arrow states - more visible */
.toggle-arrow.up::before {
    transform: rotate(-135deg);
    top: 7px;
}

.toggle-arrow.down::before {
    transform: rotate(45deg);
}

/* Button active state enhances the arrow visibility */
.product-info-toggle.active .toggle-arrow::before {
    border-color: #007bff;
}

/* Hover effect for better user feedback */
.product-info-toggle:hover .toggle-arrow::before {
    border-color: #0056b3;
}

/* Info container styling - refined */
.product-info-container {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

/* Remove any conflicting styles */
.product-info-toggle.active {
    background-color: #e9e9e9; /* Override any other active states */
}

/* Product Info Container */
.product-info-container {
    display: none !important; /* Force hiding with !important to override any conflicting styles */
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin: 15px 0;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.product-info-container.container-visible {
    display: block !important; /* Only show when the container-visible class is applied */
    animation: fadeIn 0.3s ease-in-out;
}

.info-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.info-close-button:hover {
    color: #333;
}

.blok2-container {
    flex: 1;
    min-width: 100px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Media query for mobile devices - update if needed */
@media (max-width: 768px) {
    .product-info-container {
        padding: 15px;
    }
}

/* Improved styling for bullet points with checkmarks */
.blok1 p:has(span.checkmark),
.blok2-content p:has(span.checkmark) {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.blok1 p span.checkmark,
.blok2-content p span.checkmark {
    position: absolute;
    left: 0;
    color: #00aeef; /* Tesco blue color for checkmarks */
    font-weight: bold;
}

/* Add indentation for paragraphs between checkmarks */
.blok1 p.indented,
.blok2-content p.indented {
    padding-left: 24px;
    margin-top: -5px;
    margin-bottom: 8px;
}

/* Keep toggle button properly positioned */
.product-info-toggle {
    margin-top: 5px;
    margin-left: 0;
}

/* Ensure consistent styling between blok1 and blok2-content */
.blok1 p, 
.blok2-content p {
    margin-bottom: 0px;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.2;
    font-family: inherit;
}

/* Match specific styles for checkmarked items */
.blok1 p:has(span.checkmark),
.blok2-content p:has(span.checkmark) {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-weight: 400;
}

.blok1 p span.checkmark,
.blok2-content p span.checkmark {
    position: absolute;
    left: 0;
    color: var(--gs-colorone, #00aeef);
    font-weight: bold;
}

/* Add consistent indentation for paragraphs between checkmarks */
.blok1 p.indented,
.blok2-content p.indented {
    padding-left: 24px;
    margin-top: -5px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
}

/* Ensure consistent color and emphasis for both blocks */
.blok1 p strong, .blok1 p b, 
.blok2-content p strong, .blok2-content p b {
    font-weight: 700;
}

.blok1 p em, .blok1 p i,
.blok2-content p em, .blok2-content p i {
    font-style: italic;
}

/* Ensure consistent spacing in info container */
.product-info-container .blok2-content {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.2;
}